1
1

* Fix shell quoting to be more consistent with what AC does

Submitted by: Ralf Wildenhues
Reviewed by: Brian Barrett

This commit was SVN r10130.
Этот коммит содержится в:
Brian Barrett 2006-05-31 03:40:26 +00:00
родитель 6026fc98f6
Коммит f4a7e9be78

@ -131,8 +131,8 @@ dnl esac
export LDFLAGS LIBS
sub_configure="$SHELL '$subdir_srcdir/configure'"
AC_MSG_NOTICE([running $sub_configure $subdir_args --cache-file=$subdir_cache_file --srcdir=$subdir_srcdir])
eval $sub_configure $subdir_args \
--cache-file=$subdir_cache_file --srcdir=$subdir_srcdir
eval "$sub_configure $subdir_args \
--cache-file=\"\$subdir_cache_file\" --srcdir=\"$subdir_srcdir\""
if test "$?" = "0"; then
eval $subdir_success
AC_MSG_NOTICE([$sub_configure succeeded for $subdir_dir])