From: Ralf Wildenhues Date: Mon, 22 Nov 2004 15:52:22 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is X-Git-Tag: release-2-1b~849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d7f8b45bf6e8ed7c7caa636329ca2ffbde1ca5;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is tag-dependent. --- diff --git a/ChangeLog b/ChangeLog index 74d58ce50..8bbf334cb 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. + * m4/libtool.m4, tests/demo-nopic.test: Undo bogus commit. * config/ltmain.m4sh (func_mode_link), tests/objectlist.test: diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 4240a5eb0..2957603e4 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"}