X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=600317dd04a9ccd9d2b66a1d542391fe3581961d;hb=d20317a2bb263b7b69e9454ace71dd84a285ba29;hp=a8539fb1669033aebbfb090ccc37370bbe7510d2;hpb=3bd221eb8b0964df5f3159c4970610047c2b8910;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index a8539fb..600317d 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.1], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} @@ -438,7 +438,7 @@ then then AC_MSG_NOTICE([Making in-tree mingw tree]) rm -rf inplace/mingw - mkdir inplace + test -d inplace || mkdir inplace mkdir inplace/mingw ( cd inplace/mingw &&