]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Make testsuite compatible with Autoconf 2.62 again.
authorGary V. Vaughan <gary@gnu.org>
Tue, 10 Aug 2010 09:38:03 +0000 (16:38 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 10 Aug 2010 09:38:03 +0000 (16:38 +0700)
* 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>

ChangeLog
tests/getopt-m4sh.at

index b71c668b9ba046c831884e7c4820b50fb46dd0e7..ce4c9dbfb3291642aca562bed5dbac27f745a5c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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..."
index 768d5954393bad811caaf478c9a78e20b5651532..3e58db1acb6bc3e4844ad5d72c54a2e95adbe364 100644 (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