changeset 8548:46da92c1706c

Do compute unexec, LIBX, system_malloc, etc even if CPP env var was set by the user.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Aug 1994 09:19:22 +0000
parents 1e68efcc6936
children 12b36ece5c25
files configure1.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Sun Aug 14 20:15:21 1994 +0000
+++ b/configure1.in	Mon Aug 15 09:19:22 1994 +0000
@@ -1431,10 +1431,10 @@
 # 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"/'`