mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
* tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
don't waste time running `autoupdate --version' works. * tests/tools.at (autoupdating AC_PREREQ): Likewise.
This commit is contained in:
parent
dea5c9a3f1
commit
27108d98f9
@ -1,3 +1,9 @@
|
||||
2001-08-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
|
||||
don't waste time running `autoupdate --version' works.
|
||||
* tests/tools.at (autoupdating AC_PREREQ): Likewise.
|
||||
|
||||
2001-08-13 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/autoconf.texi (ma): Rename this index as...
|
||||
|
@ -126,8 +126,7 @@ m4_define([AT_CHECK_DEFINES],
|
||||
# AT_CHECK_AUTOUPDATE
|
||||
# -------------------
|
||||
m4_define([AT_CHECK_AUTOUPDATE],
|
||||
[AT_CHECK([autoupdate --version || exit 77], ignore, ignore, ignore)
|
||||
AT_CHECK([autoupdate --autoconf-dir $at_top_srcdir/lib], 0,
|
||||
[AT_CHECK([autoupdate --autoconf-dir $at_top_srcdir/lib], 0,
|
||||
[], [autoupdate: `configure.ac' is updated
|
||||
])])
|
||||
|
||||
|
@ -526,7 +526,6 @@ cat >expout <<EOF
|
||||
AC_PREREQ($at_version)
|
||||
EOF
|
||||
|
||||
AT_CHECK([autoupdate --version || exit 77], ignore, ignore, ignore)
|
||||
AT_CHECK([echo "AC_PREREQ(1.0)" |
|
||||
autoupdate --autoconf-dir $at_top_srcdir/lib -],
|
||||
0, [expout], [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user