aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-10-27 09:07:23 +0000
committerRichard M. Stallman1992-10-27 09:07:23 +0000
commitf6766fff0ae3068eea0f65dd446e1f9f2f589351 (patch)
treeb213a397a0d59b37b89f5ae185cb0db9e785fab0
parent082c7686a36fd7f630ae48d32c75c3762a541134 (diff)
downloademacs-f6766fff0ae3068eea0f65dd446e1f9f2f589351.tar.gz
emacs-f6766fff0ae3068eea0f65dd446e1f9f2f589351.zip
Update GNU_MALLOC and REL_ALLOC in config.h.
-rwxr-xr-xconfigure1.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 15e089be6f5..cabdd3f92ad 100755
--- a/configure1.in
+++ b/configure1.in
@@ -89,7 +89,7 @@ g:O:with_x:with_x10:\
89 89
90config_h_opts=":\ 90config_h_opts=":\
91have_x_windows:have_x11:have_x_menu:\ 91have_x_windows:have_x11:have_x_menu:\
92c_switch_site:sigtype:\ 92c_switch_site:sigtype:gnu_malloc:rel_alloc:\
93" 93"
94 94
95prefix= 95prefix=
@@ -492,6 +492,7 @@ case "${O}" in
492esac 492esac
493sed_flags="-e 's:@machine@:${machfile}:'" 493sed_flags="-e 's:@machine@:${machfile}:'"
494sed_flags="${sed_flags} -e 's:@opsystem@:${opsysfile}:'" 494sed_flags="${sed_flags} -e 's:@opsystem@:${opsysfile}:'"
495
495for flag in `echo ${config_h_opts} | tr ':' ' '`; do 496for flag in `echo ${config_h_opts} | tr ':' ' '`; do
496 # Note that SYSV `tr' doesn't handle character ranges. 497 # Note that SYSV `tr' doesn't handle character ranges.
497 cflagname=`echo ${flag} \ 498 cflagname=`echo ${flag} \
@@ -510,6 +511,7 @@ for flag in `echo ${config_h_opts} | tr ':' ' '`; do
510 esac 511 esac
511 sed_flags="${sed_flags} ${f}" 512 sed_flags="${sed_flags} ${f}"
512done 513done
514
513rm -f src/config.h.tmp 515rm -f src/config.h.tmp
514eval '/bin/sed '${sed_flags}' < src/config.h.in > src/config.h.tmp' 516eval '/bin/sed '${sed_flags}' < src/config.h.in > src/config.h.tmp'
515./move-if-change src/config.h.tmp src/config.h 517./move-if-change src/config.h.tmp src/config.h