comparison configure1.in @ 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 0dafd20c6716
children a93b8c18e07a
comparison
equal deleted inserted replaced
8547:1e68efcc6936 8548:46da92c1706c
1429 #endif /* not THIS_IS_CONFIGURE */ 1429 #endif /* not THIS_IS_CONFIGURE */
1430 ' > ${tempcname} 1430 ' > ${tempcname}
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...
1433 CPP=`eval "echo $CPP"` 1433 CPP=`eval "echo $CPP"`
1434 eval `${CPP} -Isrc ${tempcname} \
1435 | grep 'configure___' \
1436 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`
1434 if [ "x$CFLAGS" = x ]; then 1437 if [ "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"/'`
1441 else 1441 else
1442 REAL_CFLAGS="$CFLAGS" 1442 REAL_CFLAGS="$CFLAGS"