[commit: ghc] master: Build system: mention ghc version in bindist's `configure --help` docdir (8dfd4ae)
git at git.haskell.org
git at git.haskell.org
Tue Jun 14 15:20:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c/ghc
>---------------------------------------------------------------
commit 8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Tue Jun 14 12:32:37 2016 +0200
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
>---------------------------------------------------------------
8dfd4aeb1cd0929d4733df4bd7baf3f02e44236c
distrib/configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 33023a7..19ea5f0 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 at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
dnl--------------------------------------------------------------------
dnl * Deal with arguments telling us gmp is somewhere odd
More information about the ghc-commits
mailing list