comparison configure1.in @ 6849:e0b9e757376c

(CFLAGS): Exclude ${CFLAGS} from singlequotes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Apr 1994 17:52:13 +0000
parents df94ce8c363c
children 41479037ffec
comparison
equal deleted inserted replaced
6848:df94ce8c363c 6849:e0b9e757376c
1315 #ifndef C_OPTIMIZE_SWITCH 1315 #ifndef C_OPTIMIZE_SWITCH
1316 #define C_OPTIMIZE_SWITCH -O 1316 #define C_OPTIMIZE_SWITCH -O
1317 #endif 1317 #endif
1318 1318
1319 #ifdef __GNUC__ 1319 #ifdef __GNUC__
1320 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH ${CFLAGS} 1320 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
1321 #else 1321 #else
1322 configure___ CFLAGS=C_DEBUG_SWITCH ${CFLAGS} 1322 configure___ CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1323 #endif 1323 #endif
1324 ' > ${tempcname} 1324 ' > ${tempcname}
1325 # The value of CPP is a quoted variable reference, so we need to do this 1325 # The value of CPP is a quoted variable reference, so we need to do this
1326 # to get its actual value... 1326 # to get its actual value...
1327 CPP=`eval "echo $CPP"` 1327 CPP=`eval "echo $CPP"`