aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in5
1 files 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])])