From 5a29c7fa895a14112a1ac65e541f4b87ae9dba04 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 23 Mar 2010 00:09:32 +0800 Subject: automatically include program version and print it from vty and --version --- openbsc/configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbsc/configure.in') diff --git a/openbsc/configure.in b/openbsc/configure.in index 71ed10b5f..9e3c486a6 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -1,7 +1,9 @@ dnl Process this file with autoconf to produce a configure script -AC_INIT +AC_INIT([openbsc], + m4_esyscmd([./git-version-gen .tarball-version]), + [openbsc-devel@lists.openbsc.org]) -AM_INIT_AUTOMAKE(openbsc, 0.0alpha1) +AM_INIT_AUTOMAKE([dist-bzip2]) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3