* Makefile.am, configure.in: autoupdate is a Perl script.

This commit is contained in:
Akim Demaille 2001-03-27 12:02:15 +00:00
parent a13d60e28b
commit b0b540a4a3
6 changed files with 14 additions and 10 deletions

View File

@ -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

View 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.

View 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.

2
NEWS
View File

@ -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

6
configure vendored
View File

@ -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),

View 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