aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 615e59d91..9db2e2458 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -1,9 +1,7 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT([openbsc],
- m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc-devel@lists.openbsc.org])
+AC_INIT
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE(openbsc, 0.3.91onwaves)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -54,4 +52,5 @@ AC_OUTPUT(
tests/db/Makefile
tests/channel/Makefile
tests/sccp/Makefile
+ tests/bsc-nat/Makefile
Makefile)