diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-17 21:44:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-18 12:19:01 +0100 |
commit | 87ffa76174079107ca6974bfc6b9bd1d22a9c1b1 (patch) | |
tree | c7a485245a12f1bc1431ecf0d126cf3bbdd0793e /bootstrap.conf | |
parent | 1b8238461fc1d700e203bf2f858941632d9499e5 (diff) | |
download | parted-87ffa76174079107ca6974bfc6b9bd1d22a9c1b1.tar.gz |
Make inter-release --version output more useful.
Now, each unofficial build has a version "number" like 1.8.8.1.19-58dd,
which indicates that it is built using the 19th change set
(in _some_ repository) following the "v1.8.8.1" tag, and that 58dd
is a prefix of the commit SHA1.
* configure.ac: Run it to set the version.
(PED_MAJOR_VERSION): Derive from $PACKAGE_VERSION.
(PED_MINOR_VERSION): Likewise.
(PED_MICRO_VERSION): Likewise.
Remove the test that would ensure $PACKAGE_VERSION != $PED_VERSION,
now that the latter is derived from the former.
* Makefile.am (dist-hook): Arrange so that .version appears only
in distribution tarballs, never in a checked-out repository.
* .gitignore: Add .version here, too. Just in case.
* lib/.gitignore: Remove now-generated (by bootstrap) file.
* build-aux/.gitignore: Likewise.
Ensure that $(VERSION) is up to date for dist-related targets.
* GNUmakefile: Arrange to rerun autoconf, if the version reported by
git-version-gen doesn't match $(VERSION), but only for dist targets.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 8c2fce4..6d23209 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -41,6 +41,7 @@ gnulib_modules=" closeout fdl gettext + git-version-gen gnupload inttypes lib-ignore |