mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* Makefile.am, configure.in: autoupdate is a Perl script.
This commit is contained in:
parent
a13d60e28b
commit
b0b540a4a3
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
2
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
|
||||
|
6
configure
vendored
6
configure
vendored
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user