From: Ralf Wildenhues Date: Mon, 31 Jan 2005 17:15:00 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), X-Git-Tag: release-2-1b~768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d4eb3a38ad528d36b49e68221093eca6e9febd;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 b0a4eaf22..27765ba96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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. + * config/ltmain.m4sh, m4/libtool.m4: Change `( cmd ) 2>/dev/null' to `{ cmd; } 2>/dev/null', when cmd has no side effects and might be a builtin. Note that it is unspecified whether cmd will run within a diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 2cfb52353..8ba97e17a 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1491,7 +1491,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