1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

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.
This commit is contained in:
Jim Blandy 1992-11-07 06:33:57 +00:00
parent a4b3389645
commit 3a2308a0ae

View file

@ -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