From d8ad122552b75d79a656a1b165de1130ccbe93bb Mon Sep 17 00:00:00 2001 From: "vivian.mcphail" Date: Sat, 28 May 2005 21:26:37 +0000 Subject: [PATCH] use ghcii.sh to avoid warning for TOP --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0654727..080977d 100644 --- a/configure +++ b/configure @@ -1374,7 +1374,7 @@ fi # Find pwd, in a cygwin friendly way. # 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 diff --git a/configure.ac b/configure.ac index eb60996..e90c0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_SUBST(SYMS) # Find pwd, in a cygwin friendly way. # 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) # necessary tools