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 "SCCP Library".
The branch, master has been updated
via d6c7da8cc94289cfef47e7f998c068ecfe7c843c (commit)
via 48372dad0edb96b4dce194481765a6ad3ad7eb56 (commit)
from bfdbde2bd8477c466feadbd563a3caf1e7e704db (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/libosmo-sccp/commit/?id=d6c7da8cc94289cfef47e7f998c…
commit d6c7da8cc94289cfef47e7f998c068ecfe7c843c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:49:54 2016 +0200
configure: check for pkg-config presence
Change-Id: I0066b33ce59d1e107ca8e7389599b232a033ba2e
http://cgit.osmocom.org/libosmo-sccp/commit/?id=48372dad0edb96b4dce19448176…
commit 48372dad0edb96b4dce194481765a6ad3ad7eb56
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:34:08 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: Iec88e41c1fe80b436d6d08005871bead540e387d
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
SCCP Library