X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=aclocal.m4;h=a9bdcea2b0650832604d4a789442cb6c8406b48d;hp=f7b810ad4209b8f748b75ce781edad2e2187615f;hb=729edce172e627ba75b9fbaba35b596cb7fd4624;hpb=eb86e5a2aa0792c7826eef681048ce3b21633a18 diff --git a/aclocal.m4 b/aclocal.m4 index f7b810a..a9bdcea 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -264,7 +264,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \ test "${HappyCmd}" != "" then # Canonicalise to :/path/to/gcc - HappyCmd=`cygpath -m ${HappyCmd}` + HappyCmd=`cygpath -m "${HappyCmd}"` AC_MSG_NOTICE([normalized happy command to $HappyCmd]) fi @@ -300,7 +300,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \ test "${AlexCmd}" != "" then # Canonicalise to :/path/to/gcc - AlexCmd=`cygpath -m ${AlexCmd}` + AlexCmd=`cygpath -m "${AlexCmd}"` fi AC_CACHE_CHECK([for version of alex], fptools_cv_alex_version,