From: Ralf Wildenhues Date: Mon, 22 Nov 2004 15:53:04 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0b6bb26af422f015cd53a7f92ff09d872d2fcc;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is tag-dependent. --- diff --git a/ChangeLog b/ChangeLog index 60fc86379..102e54948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-22 Ralf Wildenhues + * 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. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 84b533ce4..9fe7ddbbf 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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"}