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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 3f192f229170b3f0359b03e3fafbcf80a21c6001 (commit)
via fac02d3d75f4ba43f1c4a095cb52f53145ee1b39 (commit)
from 5f2e2de84f5c7d3b0c9da54a4f51a95b26adc339 (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/osmo-bts/commit/?id=3f192f229170b3f0359b03e3fafbcf8…
commit 3f192f229170b3f0359b03e3fafbcf80a21c6001
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:51:48 2016 +0200
configure: check for pkg-config presence
Change-Id: Ifee0434dfa275f9faa517c740fd8577930f37188
http://cgit.osmocom.org/osmo-bts/commit/?id=fac02d3d75f4ba43f1c4a095cb52f53…
commit fac02d3d75f4ba43f1c4a095cb52f53145ee1b39
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 01:04:19 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: I02153ad52faf1465e9f7821378e04118f17352d2
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)