Review at https://gerrit.osmocom.org/3785
configure.ac: fix to "AC_INIT[osmo-msc]"
Change-Id: I3c0dea06e341ccd944448b133381a390fc500c32
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/85/3785/1
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: newchange
Gerrit-Change-Id: I3c0dea06e341ccd944448b133381a390fc500c32
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>