This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via dac5867af5ff90d4beb70fc30a5743f60f159e3a (commit)
from 3f940fc9eea40873185a240e68992e70a3e8abb4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=dac5867af5ff90d4beb70fc30a5743f6…
commit dac5867af5ff90d4beb70fc30a5743f60f159e3a
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 26 16:03:54 2017 +0100
Remove dependency to autoconf-archive
It is generally not a good idea to add more and more external
dependencies unless absolutely needed. autoconf-archive is a good
example of that, as we need to update all build machines, and older
OpenEmbedded versions do not appear to have (the right?)
autoconf-archive recipe. Provide local copy of necessary m4 files to fix
the build there.
The dependency to autoconf-archive was introduced in Change-Id
Ied9c950dafa65f324cf31298b13b590f56139700
Change-Id: Iacc1958b471ec3fc65307259039e1d496845f528
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 3 ++
openbsc/m4/README | 3 ++
openbsc/m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++
3 files changed, 80 insertions(+)
create mode 100644 openbsc/m4/README
create mode 100644 openbsc/m4/ax_check_compile_flag.m4
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)