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-44-g57a4a21


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-44-g57a4a21
Date: Thu, 01 Jul 2010 03:44:18 +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  57a4a21e9c6b0d83fb947121d0bb55799cb569cd (commit)
      from  d8bdf9339ba7de82f40c49705650506e0cc3f979 (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 57a4a21e9c6b0d83fb947121d0bb55799cb569cd
Author: Gary V. Vaughan <address@hidden>
Date:   Thu Jul 1 10:44:12 2010 +0700

    Skip `enhanced shell option appending' test when not available.
    
    * tests/getopt-m4sh.at [enhanced shell option appending]:
    _LT_AT_XSI_FUNC_EXTRACT will not be able to find the enhanced
    libtool func_append function if the replacement wasn't substituted
    by configure, since the decorator comments will be different - in
    that case simply skip the test.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 ChangeLog            |    9 +++++++++
 tests/getopt-m4sh.at |    3 +++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e9ca7a8..0bce799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-01  Gary V. Vaughan  <address@hidden>
+
+       Skip `enhanced shell option appending' test when not available.
+       * tests/getopt-m4sh.at [enhanced shell option appending]:
+       _LT_AT_XSI_FUNC_EXTRACT will not be able to find the enhanced
+       libtool func_append function if the replacement wasn't substituted
+       by configure, since the decorator comments will be different - in
+       that case simply skip the test.
+
 2010-06-30  Gary V. Vaughan  <address@hidden>
 
        Add func_append test cases for smart and retarded implementations.
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index 572522a..8373c8e 100644
--- a/tests/getopt-m4sh.at
+++ b/tests/getopt-m4sh.at
@@ -170,6 +170,9 @@ 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_DATA(expout,
 [[first   --append second
 third


hooks/post-receive
-- 
GNU Libtool



reply via email to

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