aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-07 21:28:27 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-07 21:28:27 +0200
commit111b8e673b4282f4c9a01b59628c4298c251ccc0 (patch)
tree9fb5c98eae412358c3304132c29445ac71a9cd9d /configure.ac
parent72b6989ec9c879280c1a8c8f393bb599e91b7716 (diff)
auto-generate a version0.0.1
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 e80c2941..46599633 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([osmo-bts],
+ m4_esyscmd([./git-version-gen .tarball-version]),
+ [openbsc-devel@lists.openbsc.org])
-AM_INIT_AUTOMAKE(osmo-bts, 0.0.0)
+AM_INIT_AUTOMAKE([dist-bzip2])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])