aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:17:33 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:47:47 +0200
commit6ebf4a4e0ae6a1ef1ced3f250e68a229c819b05c (patch)
treecc005cb84fb0e6c899a871357260b8428f8d528a /configure.ac
parentac45b664b14d2fb58b8962494bb8304d6e56b19a (diff)
configure.ac: set name to osmo-sgsn, fix ML addr
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a90a6cafc..aa1c0a149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT([openbsc],
+AC_INIT([osmo-sgsn],
m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc@lists.osmocom.org])
+ [osmocom-net-gprs@lists.osmocom.org])
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
AC_CONFIG_AUX_DIR([.])