From: Stepan Kasal Date: Fri, 23 Nov 2007 23:35:16 +0000 (+0100) Subject: * lib/autotest/general.m4 (AT_INIT): Do not extract the X-Git-Tag: v2.62~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe86f6854a7e3b42a6efb7499e5a98afc80349e;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT): Do not extract the `#AT_STOP_...' line at the end of each test. --- diff --git a/ChangeLog b/ChangeLog index d6d42ea8..60a292d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-24 Stepan Kasal + + * lib/autotest/general.m4 (AT_INIT): Do not extract the + `#AT_STOP_...' line at the end of each test. + 2007-11-23 Ralf Wildenhues * lib/autotest/general.m4 (AT_INIT): For awk line number diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 6fa3f2e4..022c56d2 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -884,7 +884,7 @@ BEGIN { FS="" } } /^@%:@AT_STOP_/ { test = substr ($ 0, 10) - print "at_sed" test "=\"1," start "d;" NR "q\"" + print "at_sed" test "=\"1," start "d;" (NR-1) "q\"" if (test == "'"$at_group"'") exit }' "$at_myself" > "$at_test_source" . "$at_test_source"