From: Albert Chin-A-Young Date: Thu, 15 Nov 2001 01:17:06 +0000 (+0000) Subject: * libtool.m4: quote LTCC because autoconf AC_PROG_CC_STDC X-Git-Tag: release-1-4-3~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31a069dfb1286ce4811bd72bd1819a0addc97ff0;p=thirdparty%2Flibtool.git * libtool.m4: quote LTCC because autoconf AC_PROG_CC_STDC macro might add to $CC if options needed by compiler to grok ANSI. --- diff --git a/ChangeLog b/ChangeLog index 919c38947..0e9f17633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ -2001-11-15 Gary Vaughan +2001-11-15 Albert Chin-A-Young - From Joseph S. Myers + * libtool.m4: quote LTCC because autoconf AC_PROG_CC_STDC + macro might add to $CC if options needed by compiler to + grok ANSI. + +2001-11-15 Gary V. Vaughan + + From Joseph S. Myers : * ltmain.in: Typo. 2001-11-15 Mo DeJong diff --git a/libtool.m4 b/libtool.m4 index c4229fc82..df10df69c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2452,7 +2452,7 @@ if test -f "$ltmain"; then # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS \ - AR AR_FLAGS CC LD LN_S NM SHELL \ + AR AR_FLAGS CC LD LN_S LTCC NM SHELL \ reload_flag reload_cmds wl \ pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \ thread_safe_flag_spec whole_archive_flag_spec libname_spec \