]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* Makefile.am, configure.in: autoupdate is a Perl script.
authorAkim Demaille <akim@epita.fr>
Tue, 27 Mar 2001 12:02:15 +0000 (12:02 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 27 Mar 2001 12:02:15 +0000 (12:02 +0000)
ChangeLog
Makefile.am
Makefile.in
NEWS
configure
configure.in

index 488b8c9ab837c71a5c03811a9fe6741dc9ab5a86..e500079a08bd3a32cca82a3758bf7d2690c631aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-27  Tim Van Holder <tim.van.holder@pandora.be>
+
+       * Makefile.am, configure.in: autoupdate is a Perl script.
+
 2001-03-20  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Limitations of Usual Tools): Some about
index ecc946d8e80d2881eaab80a43bdfaf7cc4947521..0bb8578424fe908f71c79579b1ea7980f128663b 100644 (file)
@@ -27,8 +27,8 @@ SUFFIXES = .m4 .m4f
 ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4
 WGET = wget
 
-bin_SCRIPTS = autoconf autoheader autoreconf autoupdate ifnames @PERLSCRIPTS@
-EXTRA_SCRIPTS = autoscan
+bin_SCRIPTS = autoconf autoheader autoreconf ifnames @PERLSCRIPTS@
+EXTRA_SCRIPTS = autoscan autoupdate
 
 # FIXME: Current Automakes are blind and cannot see inner AC_SUBST,
 # so help it.
index fd7694bdeb45ebd9e6a8f6ffd0fa12fb99de966c..b573a743cce209739bd0b83c970a503a624e7c2a 100644 (file)
@@ -73,8 +73,8 @@ SUFFIXES = .m4 .m4f
 ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4
 WGET = wget
 
-bin_SCRIPTS = autoconf autoheader autoreconf autoupdate ifnames @PERLSCRIPTS@
-EXTRA_SCRIPTS = autoscan
+bin_SCRIPTS = autoconf autoheader autoreconf ifnames @PERLSCRIPTS@
+EXTRA_SCRIPTS = autoscan autoupdate
 
 # FIXME: Current Automakes are blind and cannot see inner AC_SUBST,
 # so help it.
diff --git a/NEWS b/NEWS
index 1f8e64f080482d1893302bfe58bf20930028856f..ce3a8c65742d19f841ffcd948cdb2a04e7c48196 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Major changes in Autoconf 2.49d                       -*- outline -*-
+* Major changes in Autoconf 2.49e                       -*- outline -*-
 
 ** Lots of bug fixes
 Way too many for us to spell them out.  Check out ChangeLog if you
index ce30b1993ae04c24dc2ddaf07038fafe8736e656..293fabe523626a83c4c867ffede3db6359c1a665 100755 (executable)
--- a/configure
+++ b/configure
@@ -1376,10 +1376,10 @@ echo "${ECHO_T}no" >&6
 fi
 
 if test "$PERL" != no; then
-  PERLSCRIPTS=autoscan
+  PERLSCRIPTS="autoscan autoupdate"
 else
-  { echo "$as_me:1381: WARNING: autoscan will not be built since perl is not found" >&5
-echo "$as_me: WARNING: autoscan will not be built since perl is not found" >&2;}
+  { echo "$as_me:1381: WARNING: autoscan and autoupdate will not be built since perl is not found" >&5
+echo "$as_me: WARNING: autoscan and autoupdate will not be built since perl is not found" >&2;}
 fi
 
 # Find a good install program.  We prefer a C program (faster),
index 76be21b301fcdb60d3f90cc453ba35eb06d7d3af..a0b8de087fa6cff2ba2958a594361ceca9078b61 100644 (file)
@@ -31,9 +31,9 @@ AC_PATH_PROG(PERL, perl, no)
 AC_SUBST(PERL)dnl
 AC_SUBST(PERLSCRIPTS)dnl
 if test "$PERL" != no; then
-  PERLSCRIPTS=autoscan
+  PERLSCRIPTS="autoscan autoupdate"
 else
-  AC_MSG_WARN([autoscan will not be built since perl is not found])
+  AC_MSG_WARN([autoscan and autoupdate will not be built since perl is not found])
 fi
 
 AC_PROG_INSTALL