libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-80-g9b4ec3c


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-80-g9b4ec3c
Date: Tue, 10 Aug 2010 09:43:38 +0000

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 <address@hidden>
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 <address@hidden>
    Reported by Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

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  <address@hidden>  (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 <address@hidden>
+       Reported by Ralf Wildenhues <address@hidden>
+
 2010-08-09  Ralf Wildenhues  <address@hidden>
 
        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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]