configure.ac: set name to osmo-sgsn, fix ML addr

Change-Id: I47e9f2307b42d171f2ceeda1e129e2311f611883
This commit is contained in:
Neels Hofmeyr 2017-09-04 15:17:33 +02:00
parent 6fddc86058
commit a2ea72915c
1 changed files with 2 additions and 2 deletions

View File

@ -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([.])