Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
729edce1
Commit
729edce1
authored
Mar 25, 2010
by
Ian Lynagh
Browse files
Quote the paths to alex and happy in configure
parent
eb86e5a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
729edce1
...
@@ -264,7 +264,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \
...
@@ -264,7 +264,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \
test "${HappyCmd}" != ""
test "${HappyCmd}" != ""
then
then
# Canonicalise to <drive>:/path/to/gcc
# Canonicalise to <drive>:/path/to/gcc
HappyCmd=`cygpath -m ${HappyCmd}`
HappyCmd=`cygpath -m
"
${HappyCmd}
"
`
AC_MSG_NOTICE([normalized happy command to $HappyCmd])
AC_MSG_NOTICE([normalized happy command to $HappyCmd])
fi
fi
...
@@ -300,7 +300,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \
...
@@ -300,7 +300,7 @@ if test "x$HostPlatform" = "xi386-unknown-mingw32" && \
test "${AlexCmd}" != ""
test "${AlexCmd}" != ""
then
then
# Canonicalise to <drive>:/path/to/gcc
# Canonicalise to <drive>:/path/to/gcc
AlexCmd=`cygpath -m ${AlexCmd}`
AlexCmd=`cygpath -m
"
${AlexCmd}
"
`
fi
fi
AC_CACHE_CHECK([for version of alex], fptools_cv_alex_version,
AC_CACHE_CHECK([for version of alex], fptools_cv_alex_version,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment