summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-06 10:58:24 +0800
committerHarald Welte <laforge@gnumonks.org>2010-04-06 10:58:24 +0800
commitf633cd623541a43804a9701a1a436cc1d710a809 (patch)
tree93a9580db1bf9f46e64036fcd6b0827b5381f421 /src/host/osmocon/configure.ac
parent10b30c606f46df242053b813c9e4c96a60491011 (diff)
osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'
Diffstat (limited to 'src/host/osmocon/configure.ac')
-rw-r--r--src/host/osmocon/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/host/osmocon/configure.ac b/src/host/osmocon/configure.ac
index 73c9c48c..41308003 100644
--- a/src/host/osmocon/configure.ac
+++ b/src/host/osmocon/configure.ac
@@ -1,7 +1,9 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT
+AC_INIT([osmocon],
+ m4_esyscmd([./git-version-gen .tarball-version]),
+ [baseband-devel@lists.osmocom.org])
-AM_INIT_AUTOMAKE(osmocon, 0.0.0)
+AM_INIT_AUTOMAKE([dist-bzip2])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])