# HG changeset patch # User Richard M. Stallman # Date 776942362 0 # Node ID 46da92c1706c409a5264f7a77d1c71e86479d24a # Parent 1e68efcc69363af53b02719c9cf40d815f09c2ca Do compute unexec, LIBX, system_malloc, etc even if CPP env var was set by the user. diff -r 1e68efcc6936 -r 46da92c1706c configure1.in --- 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"/'`