Description: This sets the package version explicitly to avoid the
 dependency on git in the package build process.
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([osmo-bts],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.9.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
