From c1ca0ff0910b36222f14d07ca8e8b14d3ea33cc0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 11 May 2010 18:38:06 +0800 Subject: misc: Make sure PACKAGE_VERSION is getting defined with a useful content. PACKAGE_VERSION is used by the copyright message. --- openbsc/configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openbsc/configure.in b/openbsc/configure.in index b21eae66e..7ebab99db 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script -AC_INIT - -AM_INIT_AUTOMAKE(openbsc, 0.3.99.8onwaves) +AC_INIT(openbsc, 0.3.99.8onwaves) +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3