Neels Hofmeyr has submitted this change and it was merged.

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


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

Change-Id: I3c0dea06e341ccd944448b133381a390fc500c32
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/configure.ac b/configure.ac
index 1942614..cd2af00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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]),
        [[email protected]])
 

-- 
To view, visit https://gerrit.osmocom.org/3785
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3c0dea06e341ccd944448b133381a390fc500c32
Gerrit-PatchSet: 2
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to