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-04 15:30:28 +0200
commitb8d82daf5f8bf55f8c3540e64751156964aaa77c (patch)
tree5fcb338e673f2e48e9103903ee22da804acec524 /configure.ac
parent3510e8332f5f12ea3c6dd1ff7b68bdaf85912b50 (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 359c5c198..85a921f2a 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([.])