use ghcii.sh to avoid warning for TOP
This commit is contained in:
parent
e0a72cf772
commit
d8ad122552
2
configure
vendored
2
configure
vendored
@ -1374,7 +1374,7 @@ fi
|
|||||||
|
|
||||||
# Find pwd, in a cygwin friendly way.
|
# Find pwd, in a cygwin friendly way.
|
||||||
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html
|
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html
|
||||||
TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghci -ignore-dot-ghci -v0`
|
TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghcii.sh -ignore-dot-ghci -v0`
|
||||||
|
|
||||||
|
|
||||||
# necessary tools
|
# necessary tools
|
||||||
|
@ -66,7 +66,7 @@ AC_SUBST(SYMS)
|
|||||||
|
|
||||||
# Find pwd, in a cygwin friendly way.
|
# Find pwd, in a cygwin friendly way.
|
||||||
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html
|
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html
|
||||||
TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghci -ignore-dot-ghci -v0`
|
TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghcii.sh -ignore-dot-ghci -v0`
|
||||||
AC_SUBST(TOP)
|
AC_SUBST(TOP)
|
||||||
|
|
||||||
# necessary tools
|
# necessary tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user