|
@@ -1241,7 +1241,7 @@ fi
|
|
|
# Use absolute path for aux directory so that install-sh works
|
|
|
|
|
|
ac_aux_dir=
|
|
|
-for ac_dir in $SRCDIR $srcdir/$SRCDIR; do
|
|
|
+for ac_dir in "$SRCDIR" $srcdir/"$SRCDIR"; do
|
|
|
if test -f $ac_dir/install-sh; then
|
|
|
ac_aux_dir=$ac_dir
|
|
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
@@ -1253,7 +1253,7 @@ for ac_dir in $SRCDIR $srcdir/$SRCDIR; do
|
|
|
fi
|
|
|
done
|
|
|
if test -z "$ac_aux_dir"; then
|
|
|
- { echo "configure: error: can not find install-sh or install.sh in $SRCDIR $srcdir/$SRCDIR" 1>&2; exit 1; }
|
|
|
+ { echo "configure: error: can not find install-sh or install.sh in "$SRCDIR" $srcdir/"$SRCDIR"" 1>&2; exit 1; }
|
|
|
fi
|
|
|
ac_config_guess=$ac_aux_dir/config.guess
|
|
|
ac_config_sub=$ac_aux_dir/config.sub
|