From: Ralf Wildenhues Date: Mon, 31 Jan 2005 17:15:38 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650198e33c8d98c15cd719b284075f8bf174eab6;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), not _LT_DECL, since this is tag-dependent. --- diff --git a/ChangeLog b/ChangeLog index 614714b92..6811ef4bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-31 Ralf Wildenhues + + * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), + not _LT_DECL, since this is tag-dependent. + 2005-01-29 Ralf Wildenhues * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [linux]: diff --git a/m4/libtool.m4 b/m4/libtool.m4 index fecefe736..b1b3270eb 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1485,7 +1485,7 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], rmdir conftest $RM conftest* ]) -_LT_DECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O