summaryrefslogtreecommitdiff
path: root/GUILE-VERSION
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-30 00:14:02 +0200
committerLudovic Courtès <ludo@gnu.org>2010-05-30 00:14:02 +0200
commitdb10a69bf4f8440b783147d3b3fac8bcaec57e5d (patch)
tree28f4c617e637e9ef9f0a02c2464b1a890318f435 /GUILE-VERSION
parent5ad8e59ff559c70a41743aa3142d0f8b1797ac7c (diff)
Use Gnulib's `git-version-gen'.
* GUILE-VERSION (GUILE_VERSION): Remove. * Makefile.am (dist-hook): Depend on `gen-tarball-version'. (BUILT_SOURCES): New variable. ($(top_srcdir)/.version, gen-tarball-version): New targets. * cfg.mk (git-version-gen-tag-sed-script): New variable. * configure.ac: Use `build-aux/git-version-gen' to generate the VERSION argument of `AC_INIT'. Initialize Automake without `check-news'. Define $GUILE_VERSION as an alias for $PACKAGE_VERSION.
Diffstat (limited to 'GUILE-VERSION')
-rw-r--r--GUILE-VERSION3
1 files changed, 2 insertions, 1 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION
index 250ebede0..28039b718 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -1,11 +1,12 @@
# -*-shell-script-*-
+# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
GUILE_MAJOR_VERSION=1
GUILE_MINOR_VERSION=9
GUILE_MICRO_VERSION=10
GUILE_EFFECTIVE_VERSION=2.0
-GUILE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}.${GUILE_MICRO_VERSION}
+
# All of the shared lib versioning info. Right now, for this to work
# properly, you'll also need to add AC_SUBST calls to the right place