diff --git a/configure b/configure index f0a3044a..e0fe6efb 100755 --- a/configure +++ b/configure @@ -438,7 +438,7 @@ fi if test -z "$build_cross"; then CONFTEST=./conftest$EXESUF - if ! $cc -o $CONFTEST $source_path/conftest.c ; then + if ! $cc -o $CONFTEST "$source_path/conftest.c" ; then echo "configure: error: '$cc' failed to compile conftest.c." else cc_name="$($CONFTEST compiler)" @@ -553,7 +553,7 @@ fcho "Switches " "$tcc_switches" fcho "Config " "${confvars# }" echo "Creating config.mak and config.h" -version=`head $source_path/VERSION` +version=$(head "$source_path/VERSION") cat >config.mak <