From 9a0b6bb26af422f015cd53a7f92ff09d872d2fcc Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 22 Nov 2004 15:53:04 +0000 Subject: [PATCH] * m4/libtool.m4 (_LT_TAG_COMPILER): Document that with_gcc is tag-dependent. --- ChangeLog | 3 +++ m4/libtool.m4 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"} -- 2.47.2