* m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is

tag-dependent.
This commit is contained in:
Ralf Wildenhues 2004-11-22 15:52:22 +00:00
parent e2984dc45e
commit d4d7f8b45b
2 changed files with 4 additions and 1 deletions

View File

@ -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:

2
m4/libtool.m4 vendored
View 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 C 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"}