From 1c57e2fea1d23172bf1037a99f574efc941fe8ab Mon Sep 17 00:00:00 2001 From: "vivian.mcphail" Date: Sun, 29 May 2005 01:29:31 +0000 Subject: [PATCH] avoid warning output from ghci when setting TOP --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e90c0d1..8c75db3 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 " | ghcii.sh -ignore-dot-ghci -v0` +TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghc --interactive -ignore-dot-ghci -v0` AC_SUBST(TOP) # necessary tools