+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..."
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
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
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