From: Gary V. Vaughan Date: Tue, 10 Aug 2010 09:38:03 +0000 (+0700) Subject: Make testsuite compatible with Autoconf 2.62 again. X-Git-Tag: v2.4~89 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b4ec3cd97aa37c6764d48933267792c9947b5ba;p=thirdparty%2Flibtool.git Make testsuite compatible with Autoconf 2.62 again. * tests/getopt-m4sh.at (AT_CHECK): Autotest 2.62 chokes on unquoted '#' in AT_CHECK, so replace all uses with '@%:@' quadrigraph. Suggested by Eric Blake Reported by Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b71c668b9..ce4c9dbfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-08-10 Gary V. Vaughan (tiny change) + + Make testsuite compatible with Autoconf 2.62 again. + * tests/getopt-m4sh.at (AT_CHECK): Autotest 2.62 chokes on unquoted + '#' in AT_CHECK, so replace all uses with '@%:@' quadrigraph. + Suggested by Eric Blake + Reported by Ralf Wildenhues + 2010-08-09 Ralf Wildenhues Fix more problematic code from "Add func_append_quoted and do..." diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at index 768d59543..3e58db1ac 100644 --- a/tests/getopt-m4sh.at +++ b/tests/getopt-m4sh.at @@ -100,7 +100,7 @@ AT_CLEANUP AT_SETUP([enhanced shell short option splitting]) # Don't bother with additional XSI checks unless functions were substituted -AT_CHECK([fgrep '# Extended-shell func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '@%:@ Extended-shell func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[ force verbose install @@ -134,7 +134,7 @@ AT_CLEANUP AT_SETUP([XSI long option splitting]) # Don't bother with additional XSI checks unless functions were substituted -AT_CHECK([fgrep '# Extended-shell func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '@%:@ Extended-shell func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[ ltdl=long @@ -171,7 +171,7 @@ AT_CLEANUP AT_SETUP([enhanced shell option appending]) # Don't bother with additional += check unless functions were substituted -AT_CHECK([fgrep '# Extended-shell func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '@%:@ Extended-shell func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[first --append second