# HG changeset patch # User Jim Blandy # Date 739780605 0 # Node ID 111acb8a573805283f44296ac19bce6e0fcea36e # Parent 1a0df59ac5fac7cdb98af118cdff878089dd362e * configure.in: Pass "-Isrc" to the CPP we run to examine the s/*.h and m/*.h files. Martin Tomes says ISC Unix 3.0.1 needs it. diff -r 1a0df59ac5fa -r 111acb8a5738 configure1.in --- a/configure1.in Fri Jun 11 05:59:16 1993 +0000 +++ b/configure1.in Fri Jun 11 06:36:45 1993 +0000 @@ -1110,7 +1110,7 @@ # The value of CPP is a quoted variable reference, so we need to do this # to get its actual value... foo=`eval "echo $CPP"` -eval `${foo} ${tempcname} \ +eval `${foo} -Isrc ${tempcname} \ | grep '@configure@' \ | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` rm ${tempcname}