aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-08-28 12:10:55 +0200
committerMax <msuraev@sysmocom.de>2017-08-28 12:26:54 +0200
commit099a44abfbe9f573ae553ba24945ef452c9982b8 (patch)
tree3926fbf1b09c8d31cf24611932a3d484f28562f5 /configure.ac
parent8c80095017f693a9e96b9118e33786f8887ffe0c (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8cfd25d..43b5403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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