autoconf-archive-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf Archive branch, master, updated. v2012.04.07-17-ge7ce9c6


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2012.04.07-17-ge7ce9c6
Date: Mon, 23 Jul 2012 07:00:18 +0200

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 "Autoconf Archive".

The branch, master has been updated
       via  e7ce9c68e24051dfbad801adcc129613f44c24b1 (commit)
       via  9d7e7a421409b6afac469a5e555d76e5c894b7e4 (commit)
       via  b20d04fcd72e13352530b48e8f9aea86995288e0 (commit)
       via  8eb39df82fd77669150f4a8c5a2e18e187642841 (commit)
       via  daa9c884f27eff94f7ff1958dd4ce6d4f10560e4 (commit)
       via  9c40417223a2ce082c39d73ec590c9cda80c1adc (commit)
       via  e846c6737cb3931578f098faae6f1e3c3a31e998 (commit)
       via  452556250bb2c1474147767655e74d26c591e8bd (commit)
       via  58e0be75ddc0d8f82ccba5a86313365719980bd2 (commit)
      from  7d5e9315f7b93843f7d65699eebfec742323a483 (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 -----------------------------------------------------------------
commit e7ce9c68e24051dfbad801adcc129613f44c24b1
Author: John Stumpo <address@hidden>
Date:   Thu Jul 12 17:47:21 2012 -0400

    AX_CC_MAXOPT: use $enableval, not $withval, in AC_ARG_ENABLE call

commit 9d7e7a421409b6afac469a5e555d76e5c894b7e4
Author: Diego Elio Pettenò <address@hidden>
Date:   Tue Jul 10 02:42:30 2012 -0700

    AX_BOOST_SYSTEM, AX_BOOST_FILESYSTEM: inverse the order of search for 
libraries
    
    With the original macros, the oldest versioned library is used, but
    for most distribution this is detrimental, as the old versions are
    kept for compatibility, and not to be linked against. By using tac we
    reverse the order of the libraries, preferring an unversioned one
    (usually the latest available on the system), and then proceeding in
    descending order.
    
    Together with this, also try to simplify the sed syntax. It's of note
    that even though tac might not be very portable, the sed syntax used
    is also not so portable, so it might be worth working this around in a
    different way.
    
    Signed-off-by: Diego Elio Pettenò <address@hidden>

commit b20d04fcd72e13352530b48e8f9aea86995288e0
Author: Sebastian Freundt <address@hidden>
Date:   Sun Jul 22 20:30:20 2012 +0200

    AX_ZONEINFO: find compiled zoneinfo files
    
    See <http://savannah.gnu.org/patch/index.php?7814> for further details.

commit 8eb39df82fd77669150f4a8c5a2e18e187642841
Author: Peter Simons <address@hidden>
Date:   Sun Jul 22 20:16:12 2012 +0200

    NEWS: update to reflect recent changes

commit daa9c884f27eff94f7ff1958dd4ce6d4f10560e4
Author: Peter Johansson <address@hidden>
Date:   Sun Jul 22 20:07:41 2012 +0200

    AX_CHECK_ZLIB: cosmetic indentation fix
    
    Adding some quoting and replacing "test x -a y" with more portable
    "test x && test y".

commit 9c40417223a2ce082c39d73ec590c9cda80c1adc
Author: Peter Johansson <address@hidden>
Date:   Sun Jul 22 20:05:36 2012 +0200

    AX_CHECK_ZLIB: change the behavior so macro proceeds to compile and link
    tests even if zlib.h was not found in the "usual locations". If end-user
    has provided CPPFLAGS and LDFLAGS as needed for compilation/linking to
    succeed, there is no reason to error out.

commit e846c6737cb3931578f098faae6f1e3c3a31e998
Author: Peter Johansson <address@hidden>
Date:   Sun Jul 22 20:04:41 2012 +0200

    AX_CHECK_ZLIB: fix help output so it is inline with other macros that uses 
AS_HELP_STRING.

commit 452556250bb2c1474147767655e74d26c591e8bd
Author: Peter Johansson <address@hidden>
Date:   Sun Jul 22 20:00:56 2012 +0200

    AX_CHECK_ZLIB: extend the interface to the typical ([action-if-found],
    [action-if-not-found])-style, so user can define how macro should behave
    when macro is successful or failed. If not provided the macro will
    behave as previously. I also clarified in DESCRIPTION what this
    behaviour is.

commit 58e0be75ddc0d8f82ccba5a86313365719980bd2
Author: Peter Johansson <address@hidden>
Date:   Sun Jul 22 19:59:33 2012 +0200

    AX_CHECK_ZLIB: the current version only looks for zlib if --with-zlib
    was provided [by user]. This patch changes that so the search and test
    are also performed in default mode.

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

Summary of changes:
 NEWS                      |   21 ++++
 m4/ax_boost_filesystem.m4 |    6 +-
 m4/ax_boost_system.m4     |    6 +-
 m4/ax_cc_maxopt.m4        |    4 +-
 m4/ax_check_zlib.m4       |   93 +++++++++-------
 m4/ax_zoneinfo.m4         |  270 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 350 insertions(+), 50 deletions(-)
 create mode 100644 m4/ax_zoneinfo.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]