[commit: ghc] master: Include version in AC_PACKAGE_TARNAME (a74a384)
git at git.haskell.org
git at git.haskell.org
Fri Mar 11 12:27:10 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a74a3846c84ad55de3deeed8b2401a2ed514b2e1/ghc
>---------------------------------------------------------------
commit a74a3846c84ad55de3deeed8b2401a2ed514b2e1
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
>---------------------------------------------------------------
a74a3846c84ad55de3deeed8b2401a2ed514b2e1
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index adc22dd..dbc19de 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.1], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.1], [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