aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-03 23:22:06 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-09-06 14:29:20 +0000
commit458aa74c1e1c4e90806be1b734f73651c3872985 (patch)
treef838f474e7ae45b5d962c6ca2946d002db36c72a
parente74548cf8c35f1bab1a2984c709db351a33a7980 (diff)
configure.ac: fix to "AC_INIT[osmo-msc]"
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 194261461..cd2af0072 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]),
[openbsc@lists.osmocom.org])