aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-10-27 09:07:23 +0000
committerRichard M. Stallman <[email protected]>1992-10-27 09:07:23 +0000
commitf6766fff0ae3068eea0f65dd446e1f9f2f589351 (patch)
treeb213a397a0d59b37b89f5ae185cb0db9e785fab0
parent082c7686a36fd7f630ae48d32c75c3762a541134 (diff)
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 15e089be6f..cabdd3f92a 100755
--- a/configure1.in
+++ b/configure1.in
@@ -89,7 +89,7 @@ g:O:with_x:with_x10:\
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 @@ case "${O}" in
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 @@ for flag in `echo ${config_h_opts} | tr ':' ' '`; do
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