Mercurial > emacs
changeset 3791:b51e109425f1
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 17 Jun 1993 02:55:11 +0000 |
parents | 554e6c290291 |
children | d0b5038d2959 |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Thu Jun 17 02:54:43 1993 +0000 +++ b/configure1.in Thu Jun 17 02:55:11 1993 +0000 @@ -1106,8 +1106,8 @@ ' > ${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}