openbsc.git branch master updated. 0.15.0-478-gb810312

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sun Oct 2 13:27:20 UTC 2016


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  b81031292b21555be6f63f94b7d4dcc01e69cd7b (commit)
      from  ea291e3004182257399a53f95b236e57d1adf989 (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=b81031292b21555be6f63f94b7d4dcc01e69cd7b

commit b81031292b21555be6f63f94b7d4dcc01e69cd7b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 1 00:34:31 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: I3b6d9ad4e5af44c2bdf3844c7bf8e8517bd61d8e

-----------------------------------------------------------------------

Summary of changes:
 openbsc/configure.ac | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list