configure.ac: fix to "AC_INIT[osmo-msc]"

Change-Id: I3c0dea06e341ccd944448b133381a390fc500c32
This commit is contained in:
Neels Hofmeyr 2017-09-03 23:22:06 +02:00 committed by Neels Hofmeyr
parent e74548cf8c
commit 458aa74c1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([openbsc],
AC_INIT([osmo-msc],
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])