configure.ac: Fix typo

Unbreak git-version-gen when used with .tarball-version

Change-Id: Id836c6822daf1f6835a8c869624b4b40dde47f3a
This commit is contained in:
Martin Hauke 2018-04-08 19:53:37 +02:00
parent ffa4e5938c
commit 20259cb307
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_INIT([osmo-trx],
m4_esyscmd([./git-version-gen .tarball-veresion]),
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])
AC_PREREQ(2.57)
AC_CONFIG_SRCDIR([Transceiver52M/Makefile.am])