summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-10 18:18:25 +0000
committerIan Lynagh <igloo@earth.li>2009-06-10 18:18:25 +0000
commitde4cc55e97ca2011ab3889a9e2dab9a745839a66 (patch)
tree52602824ad2495dd83caaae0ab7087fbf17b8bb6 /configure.ac
parentd1df0c600a5191df08e28b3f1eaa371deba45d5e (diff)
downloadhaskell-de4cc55e97ca2011ab3889a9e2dab9a745839a66.tar.gz
Make Windows bindists and installers work in the new build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1cd4ca504..d2cea57d48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -941,7 +941,7 @@ fi
AC_SUBST(BUILD_DOCBOOK_PS)
AC_SUBST(BUILD_DOCBOOK_PDF)
-AC_CONFIG_FILES([mk/config.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml])
+AC_CONFIG_FILES([mk/config.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_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT