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-123-gd812c63


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-123-gd812c63
Date: Sun, 07 Jun 2009 09:59:26 +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  d812c6326b9f1206715f1125970805a05a856e32 (commit)
      from  740565c4fdd69be05a0a5d118bf6c77a51498bcf (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 d812c6326b9f1206715f1125970805a05a856e32
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jun 7 11:58:59 2009 +0200

    testsuite: add missing @LIBS@ in a link command line.
    
    * tests/old-m4-iface.at (AC_WITH_LTDL): Use @LIBS@ when linking.
    Report by Patrice Fromy.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    4 ++++
 tests/old-m4-iface.at |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb2989f..2b31d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-06-07  Ralf Wildenhues  <address@hidden>
 
+       testsuite: add missing @LIBS@ in a link command line.
+       * tests/old-m4-iface.at (AC_WITH_LTDL): Use @LIBS@ when linking.
+       Report by Patrice Fromy.
+
        testsuite: cope when some installed libltdl.la has been removed.
        * tests/old-m4-iface.at (AC_WITH_LTDL): Pass --with-included-ltdl
        to configure, to ensure we do not accidentally link against a
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index 64f7e60..cb823a2 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -143,7 +143,7 @@ module.la: module.lo
        $(LTLINK) module.lo -module -avoid-version -rpath /dev/null
 
 address@hidden@: address@hidden@ module.la libltdl/libltdlc.la
-       $(LTLINK) address@hidden@ -dlopen module.la @LIBLTDL@
+       $(LTLINK) address@hidden@ -dlopen module.la @LIBLTDL@ @LIBS@
 
 .SUFFIXES:
 .SUFFIXES: .c address@hidden@ .lo


hooks/post-receive
-- 
GNU Libtool




reply via email to

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