From e18e516ac39fb647386cf4d35bc94a7dbcfcb37f Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Mon, 4 Jun 2007 03:28:27 +0000 Subject: [PATCH] * libtool.m4 (old_archive_cmds): Remove old_deplibs. Reported by Daniel Macks --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c40e8c7a..9b5cbc65a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-03 Peter O'Gorman + + * libtool.m4 (old_archive_cmds): Remove old_deplibs. + Reported by Daniel Macks + 2007-06-01 Steve Ellcey * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set diff --git a/libtool.m4 b/libtool.m4 index ce63d9ced..d106fcaa3 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -170,7 +170,7 @@ test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= -- 2.47.2