diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-04 10:39:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-04 10:39:08 +0000 |
commit | 8066838aa14adf2371f6e1745424c3b6baa6d164 (patch) | |
tree | 1309fb5c9fc2618b3692be7cb5371849580fba7b /configure.ac | |
parent | e83438f61c60ba9e2f504a9c15abac872026686b (diff) | |
download | haskell-8066838aa14adf2371f6e1745424c3b6baa6d164.tar.gz |
Make the bindist AC_INIT line match the main configure script's
This means that PACKAGE_TARNAME gets set, so the default docdir is
correct.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fb186ca3d4..3fb728b691 100644 --- a/configure.ac +++ b/configure.ac @@ -838,7 +838,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 |