X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=b3d1b320853b70b0bd362566ae26a780ac99a7b8;hb=1a93895686c5ad0dfd3fd1279a4bd51fd5a3279e;hp=6e2adb6872821fb58e9f8411a2b63ceb50828953;hpb=51d7126ec1ac139e583af6375cde09acb8ddfed4;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 6e2adb6..b3d1b32 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.9], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.11], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} @@ -1003,15 +1003,15 @@ if test "$BootingFromHc" = "NO"; then FPTOOLS_HAPPY fi; -dnl ** check for installed haddock -FPTOOLS_HADDOCK - dnl ** check for installed alex binary + version dnl (don't do it if we're booting from .hc files though.) if test "$BootingFromHc" = "NO"; then FPTOOLS_ALEX fi; +dnl Check we have an acceptable version of windres +FPTOOLS_WINDRES + dnl -------------------------------------------------- dnl ### program checking section ends here ### dnl --------------------------------------------------