libosmocore.git branch master updated. 0.9.0-253-gcbdfa65

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:31:48 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  cbdfa65dbed69fc19ba195d2aa8ead76f1434c5c (commit)
      from  2bb65be159dfdabf664fec569b343320301701b0 (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=cbdfa65dbed69fc19ba195d2aa8ead76f1434c5c

commit cbdfa65dbed69fc19ba195d2aa8ead76f1434c5c
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Sep 30 23:45:28 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: If2afbe62e9ceeac8052c7b882ff92a548f3af0bf

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

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


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list