summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-19 23:42:11 +0200
committerPeter Simons <simons@cryp.to>2009-07-19 23:42:11 +0200
commitad997aaedb4e203508a6760d77ceae9b59584d39 (patch)
tree83de20aa8fb881a926ea9a83d0d664acf9766d94 /configure.ac
parent55feda0b86f357f1c11fafcbeb835f6498030e4c (diff)
downloadautoconf-archive-ad997aaedb4e203508a6760d77ceae9b59584d39.tar.gz
configure.ac: use git-version-gen script to derive current version from GIT
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 17b8177..3438173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl configure the Autoconf Archive
-AC_INIT([autoconf-archive], [2009-07-19], [autoconf-archive-maintainers@nongnu.org])
+AC_INIT([autoconf-archive], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [autoconf-archive-maintainers@nongnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2])
AC_CONFIG_SRCDIR([m4/ax_have_epoll.m4])