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 <eblake@redhat.com>
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Gary V. Vaughan 2010-08-10 16:38:03 +07:00
parent 3c1027fe21
commit 9b4ec3cd97
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2010-08-10 Gary V. Vaughan <gary@gnu.org> (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 <eblake@redhat.com>
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2010-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix more problematic code from "Add func_append_quoted and do..."

View File

@ -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