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.6-14-gb59009b


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-14-gb59009b
Date: Tue, 28 Oct 2008 20:03:28 +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  b59009b28fe23afa33c9ad127b7004396758b9bb (commit)
      from  c2350e5382325eafdc5baa2001eee849e611060a (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 b59009b28fe23afa33c9ad127b7004396758b9bb
Author: Michael Haubenwallner <address@hidden>
Date:   Tue Oct 28 20:47:44 2008 +0100

    Fix checks for unsupported allow_undefined_flag.
    
    * tests/tagdemo-undef.test: Match allow_undefined_flag
    correctly, for SKIPping.
    * tests/cdemo-undef.test: Likewise.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                |    7 +++++++
 tests/cdemo-undef.test   |    4 ++--
 tests/tagdemo-undef.test |    4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1f45986..38abe80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-28  Michael Haubenwallner  <address@hidden> (tiny change)
+
+       Fix checks for unsupported allow_undefined_flag.
+       * tests/tagdemo-undef.test: Match allow_undefined_flag
+       correctly, for SKIPping.
+       * tests/cdemo-undef.test: Likewise.
+
 2008-10-26  Ralf Wildenhues  <address@hidden>
 
        * tests/testsuite.at (_LTDL_PROJECT_FILES): Fix dependencies for
diff --git a/tests/cdemo-undef.test b/tests/cdemo-undef.test
index f38da0d..7d5cd9b 100755
--- a/tests/cdemo-undef.test
+++ b/tests/cdemo-undef.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # cdemo-undef - test generating shared libraries with undefined symbols
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
@@ -30,7 +30,7 @@ func_cd "tests/cdemo"
 func_make_distclean
 func_configure "--disable-static"
 
-grep '^allow_undefined=.?unsupported.?$' ./libtool >/dev/null 2>&1 \
+grep '^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$' ./libtool >/dev/null 
2>&1 \
     && func_skip "$host doesn't support undefined symbols in shared libs"
 
 if test -f ./libtool; then
diff --git a/tests/tagdemo-undef.test b/tests/tagdemo-undef.test
index e67e4cc..e1f966d 100755
--- a/tests/tagdemo-undef.test
+++ b/tests/tagdemo-undef.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # tagdemo-undef - test generating shared libraries with undefined symbols
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
@@ -31,7 +31,7 @@ func_cd "tests/tagdemo"
 func_make_distclean
 func_configure "--disable-static"
 
-grep '^allow_undefined=.?unsupported.?$' ./libtool >/dev/null 2>&1 \
+grep '^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$' ./libtool >/dev/null 
2>&1 \
     && func_skip "$host doesn't support undefined symbols in shared libs"
 
 if test -f ./libtool; then


hooks/post-receive
--
GNU Libtool




reply via email to

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