+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
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.
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.
-* 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
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),
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