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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 5fa0dcc2750a79920d4a6404e960c50667840058 (commit)
via d086f2119509af2e26a0d7a587b9e176df814998 (commit)
from a10ef29b47123a60755b59befca9b2d45f3e29fa (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/libosmocore/commit/?id=5fa0dcc2750a79920d4a6404e960…
commit 5fa0dcc2750a79920d4a6404e960c50667840058
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 21 11:57:06 2015 +0100
configure: It should be --with-system-talloc, not --enable-system-talloc
As we are making a decision whether we should use an existing system
library, we call it --with-system-talloc, rather than
--enable-system-talloc.
http://cgit.osmocom.org/libosmocore/commit/?id=d086f2119509af2e26a0d7a587b9…
commit d086f2119509af2e26a0d7a587b9e176df814998
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 21 11:38:09 2015 +0100
configure.ac: Use AS_IF() instead of shell-if for PKG_CONFIG
https://autotools.io/pkgconfig/pkg_check_modules.html
If you have the first call to PKG_CHECK_MODULES inside
a bash
conditional block, the expansion of PKG_PROG_PKG_CONFIG will also be
conditional
You can solve this problem in two ways; you can either
explicitly call
PKG_PROG_PKG_CONFIG outside of any conditional, forcing checking for
pkg-config as soon as possible; or you can rewrite your conditionals
to use the proper syntax
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications