]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit back to 1000.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 21 Aug 2008 15:55:16 +0000 (17:55 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 21 Aug 2008 15:56:06 +0000 (17:56 +0200)
ChangeLog
tests/m4sh.at

index 2772edca004d725e6cd29bc1fde5fb878cf2fff3..6e3e7c85fec9d4d09d66173e5027bb60a101b79e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
+       back to 1000.
+
 2008-08-21  Eric Blake  <ebb9@byu.net>
 
        Formatting improvements.
index acaa11ec93188451ccab1421c5a6b985b1d7a7e5..33bcca5390ca78f11834c216639dbac71e30e2e9 100644 (file)
@@ -729,7 +729,7 @@ foo9=9 bar9=9
 
 dnl stress test for large number of conditionals
 dnl too large, and we start tickling shell bugs
-m4_pushdef([limit], [100])dnl
+m4_pushdef([limit], [1000])dnl
 AT_DATA_M4SH([script.as], [[dnl
 AS_INIT
 AS_IF(m4_shift(m4_for([i], [1], ]limit[, [], [, test $[1] = i, echo i])))