changeset 3635:111acb8a5738

* configure.in: Pass "-Isrc" to the CPP we run to examine the s/*.h and m/*.h files. Martin Tomes <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
author Jim Blandy <jimb@redhat.com>
date Fri, 11 Jun 1993 06:36:45 +0000
parents 1a0df59ac5fa
children 77fd17ffc0d6
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}