summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-10-04 10:39:08 +0000
committerIan Lynagh <igloo@earth.li>2009-10-04 10:39:08 +0000
commit8066838aa14adf2371f6e1745424c3b6baa6d164 (patch)
tree1309fb5c9fc2618b3692be7cb5371849580fba7b /distrib
parente83438f61c60ba9e2f504a9c15abac872026686b (diff)
downloadhaskell-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 'distrib')
-rw-r--r--distrib/configure-bin.ac.in (renamed from distrib/configure-bin.ac)3
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/configure-bin.ac b/distrib/configure-bin.ac.in
index 425e906b00..de306a9189 100644
--- a/distrib/configure-bin.ac
+++ b/distrib/configure-bin.ac.in
@@ -4,8 +4,7 @@ dnl
#!/bin/sh
#
-# Is it there?
-AC_INIT(mk/config.mk.in)
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs@haskell.org], [ghc])
FP_FIND_ROOT