* configure.in (CPP): Autoconf sets this to a shell variable
reference, which doesn't work when it's edited into a makefile. Expand that variable reference.
This commit is contained in:
parent
804962796c
commit
b73fe83930
1 changed files with 2 additions and 2 deletions
|
@ -1106,8 +1106,8 @@ echo '
|
|||
' > ${tempcname}
|
||||
# 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} -Isrc ${tempcname} \
|
||||
CPP=`eval "echo $CPP"`
|
||||
eval `${CPP} -Isrc ${tempcname} \
|
||||
| grep '@configure@' \
|
||||
| sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'`
|
||||
rm ${tempcname}
|
||||
|
|
Loading…
Add table
Reference in a new issue