misc: Make sure PACKAGE_VERSION is getting defined with a useful content.

PACKAGE_VERSION is used by the copyright message.
This commit is contained in:
Holger Hans Peter Freyther
2010-05-11 18:38:06 +08:00
parent 661e68b78f
commit c1ca0ff091

View File

@@ -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])])