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 OpenGGSN project".
The branch, master has been updated
via 38929c9131b606d074d438a6476c5b032badb46d (commit)
via ee9d34a9ccc78f69971ec7140bd3a7076d232465 (commit)
from 727417dd28813c697b4820aef9f54f249e30c4b8 (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/openggsn/commit/?id=38929c9131b606d074d438a6476c5b0…
commit 38929c9131b606d074d438a6476c5b032badb46d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:51:26 2016 +0200
configure: check for pkg-config presence
Change-Id: I658152eb24fd783fce9ceac35872ab918c80209a
http://cgit.osmocom.org/openggsn/commit/?id=ee9d34a9ccc78f69971ec7140bd3a70…
commit ee9d34a9ccc78f69971ec7140bd3a7076d232465
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:51:13 2016 +0200
build: be robust against install-sh files above the root dir
Explicitly set AC_CONFIG_AUX_DIR.
To reproduce the error avoided by this patch:
rm install-sh # in case it was already generated.
touch ../install-sh # yes, outside this source tree
autoreconf -fi
This will produce an error like
...
configure.ac:16: error: required file '../ltmain.sh' not found
configure.ac:5: installing '../missing'
src/Makefile.am: installing '../depcomp'
autoreconf: automake failed with exit status: 1
See also automake (vim `which automake`) and look for 'sub locate_aux_dir'.
Change-Id: I4aef311d7a475800e09f48110a499c3759c69f5d
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
The OpenGGSN project