summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-09 17:43:05 +0000
committerIan Lynagh <igloo@earth.li>2009-12-09 17:43:05 +0000
commita8ad2066bf5efa534fccb945da63aad366b989d9 (patch)
tree797d543baea7efec78da5b7da216a2b29a84a4fa /configure.ac
parent74cda6e5e3acef102eb5c176e4c6edca7a74198b (diff)
downloadhaskell-a8ad2066bf5efa534fccb945da63aad366b989d9.tar.gz
Put README and INSTALL into bindists
Also tidied up the way configure.ac gets into bindists
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 2e87ea5d5f..d7f4a4f71b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -857,7 +857,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 distrib/configure-bin.ac])
+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.ac])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT