From: Maciej W. Rozycki Date: Fri, 15 Apr 2005 14:40:09 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG): Add old_archive_cmds X-Git-Tag: release-1-5-16~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7730d7256ad7a95e8707a395e83c8a526f4d6c;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG): Add old_archive_cmds definition. --- diff --git a/ChangeLog b/ChangeLog index bebcf7eea..285617959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Maciej W. Rozycki + + * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG): Add old_archive_cmds + definition. + 2005-04-15 Ralf Wildenhues * libtool.m4 (_LT_CC_BASENAME): New macro to figure out $cc_basename. diff --git a/libtool.m4 b/libtool.m4 index 444f84295..f238e4ab7 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3833,6 +3833,8 @@ _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds + ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly