mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
* tests/torture.at (Configuring subdirectories): Do not skip
Automake 1.10 nor future Automake 11.1 (sic).
This commit is contained in:
parent
45cd8714aa
commit
a015d2f327
@ -1,3 +1,8 @@
|
||||
2006-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/torture.at (Configuring subdirectories): Do not skip
|
||||
Automake 1.10 nor future Automake 11.1 (sic).
|
||||
|
||||
2006-10-26 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
and Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
|
@ -792,7 +792,7 @@ AT_KEYWORDS(autoreconf)
|
||||
# We use aclocal (via autoreconf).
|
||||
AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
|
||||
# It should understand configure.ac.
|
||||
AT_CHECK([[grep '1.[01234]' stdout && exit 77]], [1], [ignore])
|
||||
AT_CHECK([[grep '[^0-9]1.[01234][^0-9]' stdout && exit 77]], [1], [ignore])
|
||||
|
||||
# Set CONFIG_SITE to a nonexistent file, so that there are
|
||||
# no worries about nonstandard values for 'prefix'.
|
||||
|
Loading…
Reference in New Issue
Block a user