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-203-g3ae7bf0


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-203-g3ae7bf0
Date: Tue, 04 May 2010 05:51:55 +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  3ae7bf0b911b9765151e9b5c51656bed2e07b01d (commit)
      from  3d0fc4870ee41712e43ca2a21936bbd46c78589a (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 3ae7bf0b911b9765151e9b5c51656bed2e07b01d
Author: Peter O'Gorman <address@hidden>
Date:   Tue May 4 00:44:48 2010 -0500

    Ranlib is required with -force_load and fat archives.
    
    * libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Run
    ranlib.
    Reported by Jeremy Huddleston <address@hidden>

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

Summary of changes:
 ChangeLog             |    7 +++++++
 libltdl/m4/libtool.m4 |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 84c0bc3..aae203c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-04  Peter O'Gorman  <address@hidden>
+
+       Ranlib is required with -force_load and fat archives.
+       * libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Run
+       ranlib.
+       Reported by Jeremy Huddleston <address@hidden>
+
 2010-04-09  Ralf Wildenhues  <address@hidden>
 
        Fix incompatible struct declarations.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 5e0bba7..685ac0c 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -982,6 +982,8 @@ _LT_EOF
       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
       echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
       $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
+      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
+      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
       cat > conftest.c << _LT_EOF
 int main() { return 0;}
 _LT_EOF


hooks/post-receive
-- 
GNU Libtool




reply via email to

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