diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-14 12:32:37 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-14 13:58:48 +0200 |
commit | 8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c (patch) | |
tree | 82e943f5839c46479eae420763548f99260c795f /distrib | |
parent | 4f356466b733e51e72c92df4c7fce6b967e4ea5e (diff) | |
download | haskell-8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c.tar.gz |
Build system: mention ghc version in bindist's `configure --help` docdir
This is a follow up to a74a3846c84ad55de3deeed8b2401a2ed514b2e1
, which made the same change but for the toplevel configure.ac.
Reviewed by: erikd
Differential Revision: https://phabricator.haskell.org/D2330
GHC Trac Issues: #11659
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 33023a730f..19ea5f044b 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -4,7 +4,7 @@ dnl #!/bin/sh # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd |