Use release helper from libosmocore

See
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
for details.

Change-Id: Ieb843923d8f534654413be695f2b5f0c87b75520
Related: OS#1861
This commit is contained in:
Max 2017-08-28 12:10:55 +02:00
parent 8c80095017
commit 099a44abfb
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ EXTRA_DIST = \
COPYING \
README
@RELMAKE@
dox: FORCE
doxygen doxconfig

View File

@ -34,6 +34,10 @@ AM_INIT_AUTOMAKE([subdir-objects])
dnl Linux kernel KBuild style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl include release helper
RELMAKE='-include osmo-release.mk'
AC_SUBST([RELMAKE])
AM_PROG_AS
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11