diff options
| author | Jim Blandy | 1993-06-11 06:36:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-11 06:36:45 +0000 |
| commit | efe15b83b997fe5c89cf0ef940ab1c0aa127e573 (patch) | |
| tree | e683a3ee44b3ebba414f8d2c814be9bb3b804e2e | |
| parent | 4ea836c185b3109a27c25f1a46e67a0176f14cfb (diff) | |
| download | emacs-efe15b83b997fe5c89cf0ef940ab1c0aa127e573.tar.gz emacs-efe15b83b997fe5c89cf0ef940ab1c0aa127e573.zip | |
* 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.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 690b74df003..cec0333b99b 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1110,7 +1110,7 @@ echo ' | |||
| 1110 | # The value of CPP is a quoted variable reference, so we need to do this | 1110 | # The value of CPP is a quoted variable reference, so we need to do this |
| 1111 | # to get its actual value... | 1111 | # to get its actual value... |
| 1112 | foo=`eval "echo $CPP"` | 1112 | foo=`eval "echo $CPP"` |
| 1113 | eval `${foo} ${tempcname} \ | 1113 | eval `${foo} -Isrc ${tempcname} \ |
| 1114 | | grep '@configure@' \ | 1114 | | grep '@configure@' \ |
| 1115 | | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` | 1115 | | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` |
| 1116 | rm ${tempcname} | 1116 | rm ${tempcname} |