From 493b07a76562cf51f41c3aff878d89916f85b9e0 Mon Sep 17 00:00:00 2001 From: Chris Buckley Date: Wed, 19 Dec 2012 11:37:07 +0000 Subject: [PATCH] fix for automake when src dir contains spaces --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 71e6752..e66492f 100755 --- a/configure +++ b/configure @@ -1932,7 +1932,7 @@ rm -f conftest.sed # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +test x"${MISSING+set}" = xset || MISSING="\${SHELL} \"$am_aux_dir/missing\"" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run "