From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 06 Jan 2013 00:46:13 +0100
Message-ID: <E1TrdRN-0008Rq-R7@calypso.gnumonks.org>
Subject: libosmocore.git branch master updated. 0.5.3-84-g9043fe5
Message: 4

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  9043fe57e8852ac4693fe25b887246f2c23aa688 (commit)
       via  695e5fb049822490a1695277d35e3006f6fd3e27 (commit)
       via  854debc32cb858ca8f29274181e3aa837c401a01 (commit)
      from  b73d191c0b625552b2792e26c72a6e83d8595167 (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/cgit/libosmocore/commit/?id=9043fe57e8852ac4693fe25b887246f2c23aa688

commit 9043fe57e8852ac4693fe25b887246f2c23aa688
Author: Alex Badea <vamposdecampos@gmail.com>
Date:   Sat Jan 5 20:59:12 2013 +0200

    doxyfiles: refer paths to @srcdir@
    
    When building out-of-srcdir, paths such as "src/gsm" will not find any
    source files.  Since the Doxyfiles are preprocessed, we can prepend
    @srcdir@ to fix that.
    
    Signed-off-by: Alex Badea <vamposdecampos@gmail.com>

http://cgit.osmocom.org/cgit/libosmocore/commit/?id=695e5fb049822490a1695277d35e3006f6fd3e27

commit 695e5fb049822490a1695277d35e3006f6fd3e27
Author: Alex Badea <vamposdecampos@gmail.com>
Date:   Sat Jan 5 20:59:00 2013 +0200

    tests/timer: tweak path to config.h
    
    When building out-of-srcdir, "../../config.h" fails to reach config.h
    because the compiler is invoked in $builddir/tests/, not
    $builddir/tests/timer/.  Use "../config.h" instead; this also works
    for in-srcdir builds.
    
    Signed-off-by: Alex Badea <vamposdecampos@gmail.com>

http://cgit.osmocom.org/cgit/libosmocore/commit/?id=854debc32cb858ca8f29274181e3aa837c401a01

commit 854debc32cb858ca8f29274181e3aa837c401a01
Author: Christian Vogel <vogelchr@vogel.cx>
Date:   Sat Jan 5 20:30:41 2013 +0100

    Replace obsolete automake AM_CONFIG_HEADER.
    
    This fixes the following complaint by autoconf 2.69-1, automake 1.13.1-1.
    
    :  configure.ac:80: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    :      You should use the 'AC_CONFIG_HEADERS' macro instead.
    :      /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expan
    :      configure.ac:80: the top level
    
    Automake 1:1.11.3-1ubuntu2, autoconf 2.68-1ubuntu2 don't even emit a warning
    without, and work just fine with this patch.
    
    Signed-off-by: Christian Vogel <vogelchr@vogel.cx>

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

Summary of changes:
 Doxyfile.codec.in        |    2 +-
 Doxyfile.core.in         |    2 +-
 Doxyfile.gsm.in          |    2 +-
 Doxyfile.vty.in          |    2 +-
 configure.ac             |    2 +-
 tests/timer/timer_test.c |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


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


