summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2011-03-31 22:10:07 +0200
committerKarel Zak2011-04-05 16:34:00 +0200
commit38c75b59e357c03877ccfc377c6d4400c9610c93 (patch)
tree3c034a3fe4a01b08f38fb54f8136e6aaad7c7131 /configure.ac
parentlibmount: fix parsing of mountinfo from 2.6.39 (diff)
downloadkernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.tar.gz
kernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.tar.xz
kernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.zip
build-sys: use git-version-gen to distinct git and release versions
The script is copied as is from gnulib. [kzak@redhat.com: - generate .tarball-version and .version files in top level Makefile.am - delete autom4te.cache in autogen.sh] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d66638d9f..501b58162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT(util-linux, 2.19, kzak@redhat.com)
+AC_INIT(util-linux,
+ m4_esyscmd([tools/git-version-gen .tarball-version]),
+ kzak@redhat.com)
AC_PREREQ(2.60)