mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-11 15:00:08 +08:00
* m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is
tag-dependent.
This commit is contained in:
parent
e2984dc45e
commit
d4d7f8b45b
@ -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
2
m4/libtool.m4
vendored
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user