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 <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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 <[email protected]>
+
+ Ranlib is required with -force_load and fat archives.
+ * libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Run
+ ranlib.
+ Reported by Jeremy Huddleston <[email protected]>
+
2010-04-09 Ralf Wildenhues <[email protected]>
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