aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-15 09:19:22 +0000
committerRichard M. Stallman1994-08-15 09:19:22 +0000
commit12d733d066dcb7a8b67502a8d291e2bdf4663a3e (patch)
treef7b778908ef12a5fe33118cf194f7c7145689648
parent3d71f4b0e5196f353a2ef393cd586e2d829ca8b9 (diff)
downloademacs-12d733d066dcb7a8b67502a8d291e2bdf4663a3e.tar.gz
emacs-12d733d066dcb7a8b67502a8d291e2bdf4663a3e.zip
Do compute unexec, LIBX, system_malloc, etc
even if CPP env var was set by the user.
-rwxr-xr-xconfigure1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure1.in b/configure1.in
index 6c9e3baf5da..fa23e8402b2 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1431,10 +1431,10 @@ configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1431# The value of CPP is a quoted variable reference, so we need to do this 1431# The value of CPP is a quoted variable reference, so we need to do this
1432# to get its actual value... 1432# to get its actual value...
1433CPP=`eval "echo $CPP"` 1433CPP=`eval "echo $CPP"`
1434eval `${CPP} -Isrc ${tempcname} \
1435 | grep 'configure___' \
1436 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`
1434if [ "x$CFLAGS" = x ]; then 1437if [ "x$CFLAGS" = x ]; then
1435 eval `${CPP} -Isrc ${tempcname} \
1436 | grep 'configure___' \
1437 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`
1438 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ 1438 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1439 | grep 'configure___' \ 1439 | grep 'configure___' \
1440 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'` 1440 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`