Mercurial > emacs
changeset 1482:b695cbb4fdab
Update GNU_MALLOC and REL_ALLOC in config.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Oct 1992 09:07:23 +0000 |
parents | 5004c07a8250 |
children | 868dcc4f0edd |
files | configure1.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Tue Oct 27 08:48:02 1992 +0000 +++ b/configure1.in Tue Oct 27 09:07:23 1992 +0000 @@ -89,7 +89,7 @@ config_h_opts=":\ have_x_windows:have_x11:have_x_menu:\ -c_switch_site:sigtype:\ +c_switch_site:sigtype:gnu_malloc:rel_alloc:\ " prefix= @@ -492,6 +492,7 @@ esac sed_flags="-e 's:@machine@:${machfile}:'" sed_flags="${sed_flags} -e 's:@opsystem@:${opsysfile}:'" + for flag in `echo ${config_h_opts} | tr ':' ' '`; do # Note that SYSV `tr' doesn't handle character ranges. cflagname=`echo ${flag} \ @@ -510,6 +511,7 @@ esac sed_flags="${sed_flags} ${f}" done + rm -f src/config.h.tmp eval '/bin/sed '${sed_flags}' < src/config.h.in > src/config.h.tmp' ./move-if-change src/config.h.tmp src/config.h