From 1f7322a463d356e7712013ed5f42a8b86e459980 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 15 Nov 2001 01:22:58 +0000 Subject: [PATCH] Revert last change -- LTCC is not used in this branch --- ChangeLog | 6 ------ libtool.m4 | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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 \ -- 2.47.2