aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 20:35:58 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 20:40:23 +0800
commit615cf2f904c2cbe59da6b736fd342c8e551ee859 (patch)
tree6fcaddb2cc42964ff183658ef2a6164b83f7e542 /configure.ac
parent5b084017017dc410897e6e4691d0bac10f0639c1 (diff)
Generate the version from the tag
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b07704..288fdad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,9 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT
+AC_INIT([cellmgr_ng],
+ m4_esyscmd([./git-version-gen .tarball-version]),
+ [openbsc-devel@lists.openbsc.org])
-AM_INIT_AUTOMAKE(cellmgr_ng, 0.0.1)
+AM_INIT_AUTOMAKE([dist-bzip2])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])