X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=a08c26949ec76c618241bd0a05282258dbecf29b;hb=8f3efaf77fe14ca3672a1c4a12fef52de9295b2b;hp=fb186ca3d40c372fa277eceff07e461ec329ca32;hpb=f872c90f3bedbc3b909cfc4c37cda0455dee917e;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index fb186ca..a08c269 100644 --- a/configure.ac +++ b/configure.ac @@ -568,9 +568,6 @@ 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 -------------------------------------------------- @@ -838,7 +835,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them]) fi -AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml distrib/ghc.iss]) +AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml distrib/ghc.iss distrib/configure-bin.ac]) AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h]) AC_OUTPUT