]> 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:52:22 +0000 (15:52 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Nov 2004 15:52:22 +0000 (15:52 +0000)
tag-dependent.

ChangeLog
m4/libtool.m4

index 74d58ce503e321922d5325766cd785f2e1a5fdeb..8bbf334cbbabcc6c3fdb2e8128ac36fee60941c2 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.
+
        * m4/libtool.m4, tests/demo-nopic.test: Undo bogus commit.
 
        * config/ltmain.m4sh (func_mode_link), tests/objectlist.test:
index 4240a5eb05c1f037903f26f3686f8747a2066aa6..2957603e4463f62b1932106c6ecb46de71c08b8b 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"}