aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 17:49:36 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 17:51:54 +0200
commitdb9c1b54cb45f0b4636647a1bc6778c9d39e1de7 (patch)
treebb88106770d8cf94d1187a9b0ba076deaad023d0 /configure.ac
parent099a44abfbe9f573ae553ba24945ef452c9982b8 (diff)
Import git-version-gen and update AC_INIT()
In AC_INIT(), it still stated openbts. Let's clean this up and use the same method of version generation that we use in all other osmocom projects, too. Change-Id: Ie7ae0585955aebdc3950b1dd8bff0d1fff3be212
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 43b5403..6e59fa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,9 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
-AC_INIT(openbts,P2.8TRUNK)
+AC_INIT([osmo-trx],
+ m4_esyscmd([./git-version-gen .tarball-veresion]),
+ [openbsc@lists.osmocom.org])
AC_PREREQ(2.57)
AC_CONFIG_SRCDIR([Transceiver52M/Makefile.am])
AC_CONFIG_AUX_DIR([.])