]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Nov 2004 15:53:04 +0000 (15:53 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Nov 2004 15:53:04 +0000 (15:53 +0000)
tag-dependent.

ChangeLog
m4/libtool.m4

index 60fc8637936d96984361d02ef6029ae4e43d182d..102e5494833d1f9811296ea55315af9aabf80021 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is
+       tag-dependent.
+
        * config/ltmain.m4sh (func_mode_link), tests/objectlist.test:
        Make sure the argument to `-objectlist' may contain spaces.
 
index 84b533ce4c3da5bd19228a6c037656305726ff2e..9fe7ddbbf049ffc55c5ce435f36a456dfc2181f0 100644 (file)
@@ -640,7 +640,7 @@ m4_defun([_LT_TAG_COMPILER],
 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
 
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}