]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* Makefile.am (wget-update): New target.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:33:01 +0000 (10:33 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:33:01 +0000 (10:33 +0000)
(WGET): New variable.

ChangeLog
Makefile.am

index abf0b0f404ad9dea52811088c21284e549835971..95c5698f37a8ea2feee18ebb4aa0c56cb239f650 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-10  Akim Demaille  <akim@epita.fr>
+
+       * Makefile.am (wget-update): New target.
+       (WGET): New variable.
+
 2000-07-10  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Coding Style): Some more constraints :).
index 9c53044e4c24a5e1341db1ace92020d0bb3b7fcc..f060bd5e701219297c5115053173a8c41eedb2cb 100644 (file)
@@ -25,6 +25,7 @@ SUBDIRS = . m4 man doc tests
 SUFFIXES = .m4 .m4f .pl .sh
 ## There is currently no means with Automake not to run aclocal.
 ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4
+WGET = wget
 
 bin_SCRIPTS = autoconf autoheader autoreconf autoupdate ifnames @PERLSCRIPTS@
 EXTRA_SCRIPTS = autoscan
@@ -107,3 +108,11 @@ common = libm4.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 acversion.m4 \
          aclang.m4
 
 autoconf.m4f: autoconf.m4 $(common)
+
+
+wget-update:
+       $(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/standards.texi -O $(srcdir)/doc/standards.texi
+       $(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi -O $(srcdir)/doc/make-stds.texi
+       $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex    -O $(srcdir)/doc/texinfo.tex
+       $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess    -O $(srcdir)/config.guess
+       $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub      -O $(srcdir)/config.sub