summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 13:00:21 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 13:11:18 +0100
commit9e4e2c24d1895ae81c92e4432b91026505827c96 (patch)
tree147944b1cb75a47c9babd44944c83a2809d5a9b9 /configure.ac
parentdb14f97eb063642d4e7104fef1fa322f7b00c8bc (diff)
downloadhaskell-9e4e2c24d1895ae81c92e4432b91026505827c96.tar.gz
Remove the Windows installer
We now leave making installers to the Haskell Platform.
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 9d83660519..66f60ffe85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -901,7 +901,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 utils/runghc/runghc.cabal ghc.spec settings docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/ghc.iss distrib/configure.ac])
+AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal ghc.spec settings docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/configure.ac])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT