[commit: ghc] ghc-8.0: Include version in AC_PACKAGE_TARNAME (cabe462)
git at git.haskell.org
git at git.haskell.org
Fri Mar 11 13:26:53 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/cabe4620ca7eeddfcf8b2ee624eac6be029e2276/ghc
>---------------------------------------------------------------
commit cabe4620ca7eeddfcf8b2ee624eac6be029e2276
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Fri Mar 11 10:39:20 2016 +0100
Include version in AC_PACKAGE_TARNAME
`AC_PACKAGE_TARNAME` is used by autoconf to generate the default value
of docdir, which we now set to include a version number (see #11354).
This fixed #11659.
Test Plan: `./configure --help`, validate
Reviewers: austin, thomie, hvr, erikd
Reviewed By: hvr, erikd
Subscribers: erikd
Differential Revision: https://phabricator.haskell.org/D1983
GHC Trac Issues: #11659
(cherry picked from commit a74a3846c84ad55de3deeed8b2401a2ed514b2e1)
>---------------------------------------------------------------
cabe4620ca7eeddfcf8b2ee624eac6be029e2276
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ab0f34b..31b6147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.0], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.0], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
More information about the ghc-commits
mailing list