Mercurial > emacs
changeset 1559:b941e08deb56
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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 07 Nov 1992 06:33:57 +0000 |
parents | a7e915481db1 |
children | e790c2486512 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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