From: Ralf Wildenhues Date: Thu, 21 Aug 2008 15:55:16 +0000 (+0200) Subject: * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit back to 1000. X-Git-Tag: v2.63~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96c89df9dc57b70dc569b0202c5c3fdb17c54c8;p=thirdparty%2Fautoconf.git * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit back to 1000. --- diff --git a/ChangeLog b/ChangeLog index 2772edca..6e3e7c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Wildenhues + + * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit + back to 1000. + 2008-08-21 Eric Blake Formatting improvements. diff --git a/tests/m4sh.at b/tests/m4sh.at index acaa11ec..33bcca53 100644 --- a/tests/m4sh.at +++ b/tests/m4sh.at @@ -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])))