aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-03 22:29:45 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-03 22:58:22 +0200
commit630df7d608579aa7046c9a4e7b170c5acf4383cf (patch)
treef113bb86be911fce5479c3991fb10290c7d26e81 /configure.ac
parent664d256a7447b784d33d31c7a0e69d57c7380543 (diff)
configure.ac: Package is now called osmo-bsc, not openbsc
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a091b395f..5d684ef11 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-bsc],
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])