]> git.eshelyaron.com Git - emacs.git/commitdiff
Do compute unexec, LIBX, system_malloc, etc
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 1994 09:19:22 +0000 (09:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 1994 09:19:22 +0000 (09:19 +0000)
even if CPP env var was set by the user.

configure1.in

index 6c9e3baf5da8ffbe07fd9e73bb25f5aa181e70e0..fa23e8402b2b354e5c015b4a1958231bd3d50d4b 100755 (executable)
@@ -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"/'`