mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
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:
parent
3c1027fe21
commit
9b4ec3cd97
@ -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..."
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user