diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-15 09:19:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-15 09:19:22 +0000 |
commit | 12d733d066dcb7a8b67502a8d291e2bdf4663a3e (patch) | |
tree | f7b778908ef12a5fe33118cf194f7c7145689648 /configure1.in | |
parent | 3d71f4b0e5196f353a2ef393cd586e2d829ca8b9 (diff) | |
download | emacs-12d733d066dcb7a8b67502a8d291e2bdf4663a3e.tar.gz |
Do compute unexec, LIBX, system_malloc, etc
even if CPP env var was set by the user.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 6 |
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}' # The value of CPP is a quoted variable reference, so we need to do this # to get its actual value... CPP=`eval "echo $CPP"` +eval `${CPP} -Isrc ${tempcname} \ + | grep 'configure___' \ + | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'` if [ "x$CFLAGS" = x ]; then - eval `${CPP} -Isrc ${tempcname} \ - | grep 'configure___' \ - | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'` eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ | grep 'configure___' \ | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'` |