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-64-g32a6c3b


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-64-g32a6c3b
Date: Tue, 27 Jul 2010 00:40:17 +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  32a6c3b33c25177b206c0f618d7cf56c4cef4c86 (commit)
      from  0e01d00c70fe1eba2b746a6bb52e3c9277a4f1ef (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 32a6c3b33c25177b206c0f618d7cf56c4cef4c86
Author: Charles Wilson <address@hidden>
Date:   Mon Jul 26 00:03:07 2010 -0400

    Don't always skip XSI tests
    
    tests/getopt-m4sh.at: Use new signature as implemented by
    de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
    whether to test Extended-shell functions.

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

Summary of changes:
 ChangeLog            |    7 +++++++
 tests/getopt-m4sh.at |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d7aecc4..a5ef374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-26  Charles Wilson  <address@hidden>
+
+       Don't always skip XSI tests
+       tests/getopt-m4sh.at: Use new signature as implemented by
+       de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
+       whether to test Extended-shell functions.
+
 2010-07-18  Peter Rosin  <address@hidden>
 
        * tests/stresstest.at: Link with main.lo when liba is shared
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index b5f23fd..ca5d5b8 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 '# XSI 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 '# XSI 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 '# XSI 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]