]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: quote LTCC because autoconf AC_PROG_CC_STDC
authorAlbert Chin-A-Young <china@thewrittenword.com>
Thu, 15 Nov 2001 01:17:06 +0000 (01:17 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 15 Nov 2001 01:17:06 +0000 (01:17 +0000)
macro might add to $CC if options needed by compiler to
grok ANSI.

ChangeLog
libtool.m4

index 919c38947efeaf14c29c5247d8361370ca67c8f2..0e9f17633b56025d814e10a6b947d0cd75a732be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
-2001-11-15  Gary Vaughan  <gary@gnu.org>
+2001-11-15  Albert Chin-A-Young  <china@thewrittenword.com>
 
-       From Joseph S. Myers  <jsm28@cam.ac.uk>
+       * 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  <gary@gnu.org>
+
+       From Joseph S. Myers  <jsm28@cam.ac.uk>:
        * ltmain.in: Typo.
 
 2001-11-15   Mo DeJong  <supermo@bayarea.net>
index c4229fc822c0162b8b91957ebc30edc440807dfe..df10df69c605308c60194ed3ecde2efbaadfae92 100644 (file)
@@ -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 \