]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o),
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Jan 2005 17:15:00 +0000 (17:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Jan 2005 17:15:00 +0000 (17:15 +0000)
not _LT_DECL, since this is tag-dependent.

ChangeLog
m4/libtool.m4

index b0a4eaf2266a71d086de1754cedee63e14e84def..27765ba9635a1689bc7ab7d116d11cd740dc287e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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
index 2cfb52353fe954538152352e96303bcd4f7f1a68..8ba97e17a1b20e984e737727ba2c57c741df862d 100644 (file)
@@ -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