# HG changeset patch # User Jim Blandy # Date 721118037 0 # Node ID b941e08deb56c1bb3e5fd5ff81c2aa0aa3b66531 # Parent a7e915481db1dab35c84d8a98af6d302bdcf53da 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. diff -r a7e915481db1 -r b941e08deb56 configure1.in --- a/configure1.in Sat Nov 07 06:20:15 1992 +0000 +++ b/configure1.in Sat Nov 07 06:33:57 1992 +0000 @@ -214,7 +214,6 @@ # 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 @@ # 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