From: Gary V. Vaughan Date: Thu, 15 Nov 2001 01:22:58 +0000 (+0000) Subject: Revert last change -- LTCC is not used in this branch X-Git-Tag: release-1-4-3~36 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f7322a463d356e7712013ed5f42a8b86e459980;p=thirdparty%2Flibtool.git Revert last change -- LTCC is not used in this branch --- diff --git a/ChangeLog b/ChangeLog index 0e9f17633..a2c9c5ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -2001-11-15 Albert Chin-A-Young - - * 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 : diff --git a/libtool.m4 b/libtool.m4 index df10df69c..c4229fc82 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 LTCC NM SHELL \ + AR AR_FLAGS CC LD LN_S 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 \