From 3a2308a0aef90d22f76002fc0eeceed06aab95e2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 7 Nov 1992 06:33:57 +0000 Subject: [PATCH] Wed Nov 4 15:09:07 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure: When editing parameters into lib-src/Makefile, change the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS needs some other flags too. --- configure1.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure1.in b/configure1.in index 19856c83e83..cbb2531cb45 100755 --- a/configure1.in +++ b/configure1.in @@ -214,7 +214,6 @@ machine=`./config.sub "${machine}"` # Given the canonicalized machine name, set machfile and opsysfile to # the names of the m/*.h and s/*.h files we should use. -echo ${machine} case "${machine}" in ## Alliant machines. @@ -583,7 +582,7 @@ rm -f lib-src/Makefile.tmp # editing \`Makefile.in' itself, or running \`${progname}' instead." /bin/sed < lib-src/Makefile.in \ -e '/^# DIST: /d' \ - -e 's;^\(CFLAGS=\).*$;\1'"${c_switch_site};" \ + -e 's;^\(CONFIG_CFLAGS=\).*$;\1'"${c_switch_site};" \ -e 's;^\(LOADLIBES=\).*$;\1'"${libsrc_libs};" \ -e 's;^\(CC=\).*$;\1'"${cc};") > lib-src/Makefile.tmp ./move-if-change lib-src/Makefile.tmp lib-src/Makefile