Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
fc3ed319
Commit
fc3ed319
authored
Nov 26, 2007
by
Simon Marlow
Browse files
canonicalise the path to HsColour
parent
836cafeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
fc3ed319
...
...
@@ -928,6 +928,15 @@ dnl if GNU tar is named gtar, look for it first.
AC_PATH_PROGS(TarCmd,gtar tar,tar)
AC_PATH_PROG(HSCOLOUR,HsColour)
# HsColour is passed to Cabal, so we need a native path
if test "x$HostPlatform" = "xi386-unknown-mingw32"
then
if test "${OSTYPE}" != "msys"
then
# Canonicalise to <drive>:/path/to/gcc
HSCOLOUR=`cygpath -w ${HSCOLOUR} | sed -e 's@\\\\@/@g' `
fi
fi
dnl ** check for DocBook toolchain
FP_CHECK_DOCBOOK_DTD
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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