aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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])])