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-26-gf7cccd3


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-26-gf7cccd3
Date: Wed, 12 Nov 2008 06:23:36 +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  f7cccd31202d0a6d0ff91e0798d29664dc916f5d (commit)
      from  4febcf0449fc14b2022a8838d5bde9a733ac116f (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 f7cccd31202d0a6d0ff91e0798d29664dc916f5d
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Nov 12 07:21:20 2008 +0100

    Use -no-undefined in install tests.
    
    * tests/install.at (Install tests): Use `-no-undefined'.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog        |    5 +++++
 tests/install.at |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3753fc6..5def4b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-12  Ralf Wildenhues  <address@hidden>
+
+       Use -no-undefined in install tests.
+       * tests/install.at (Install tests): Use `-no-undefined'.
+
 2008-11-11  Ralf Wildenhues  <address@hidden>
 
        Do not use `test ... -a ...'.
diff --git a/tests/install.at b/tests/install.at
index e0a075c..f77970e 100644
--- a/tests/install.at
+++ b/tests/install.at
@@ -39,7 +39,8 @@ mkdir inst
 
 echo 'int a () { return 0; }' > a.c
 $LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c a.c
-$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la a.lo -rpath $inst
+AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la a.lo ]dnl
+        [-rpath $inst -no-undefined], [], [ignore], [ignore])
 AT_CHECK([$LIBTOOL --mode=install $INSTALL liba.la $inst],
         [], [stdout], [ignore])
 AT_CHECK([grep ' -m 755' stdout], [], [ignore])


hooks/post-receive
--
GNU Libtool




reply via email to

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