This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 9b4ec3cd97aa37c6764d48933267792c9947b5ba (commit)
from 3c1027fe214c4b0c72f905defcda38faf9e94bf3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b4ec3cd97aa37c6764d48933267792c9947b5ba
Author: Gary V. Vaughan <[email protected]>
Date: Tue Aug 10 16:38:03 2010 +0700
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 <[email protected]>
Reported by Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/getopt-m4sh.at | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b71c668..ce4c9db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-10 Gary V. Vaughan <[email protected]> (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 <[email protected]>
+ Reported by Ralf Wildenhues <[email protected]>
+
2010-08-09 Ralf Wildenhues <[email protected]>
Fix more problematic code from "Add func_append_quoted and do..."
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index 768d595..3e58db1 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
hooks/post-receive
--
GNU Libtool