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

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

Autoconf Archive branch, master, updated. v2011.04.12-34-g88f3e44


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2011.04.12-34-g88f3e44
Date: Sun, 26 Jun 2011 07:00:23 +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  88f3e44a62f122149c849044ed5cd63b48d6fda3 (commit)
       via  3b33465e30d71ce3bc57a10ce3aaf0c0d144f83f (commit)
       via  d17c639fba92037151eb19f6022675e2892c54f5 (commit)
       via  78bc1bd72f1a81c925437c00a9cee7f315b60f1b (commit)
       via  0c3a5aebda92ef886d23388a33f7d6005d0a342d (commit)
       via  78597b3974b8d6d84d5564bf09d9abfaf3f4de14 (commit)
       via  b25d771efefb54dc35b25e0807e977cf53ce78f6 (commit)
       via  3730d145510e5ac23fe85c05bd5ddae74cfe9a12 (commit)
       via  036337da85b561029049ed2114ae5d3d237b9c63 (commit)
       via  bd60c928380f63339eb28a45ea9051a61ef6d8de (commit)
       via  394807e9b45dac96155f4d88fb35d68897eafe64 (commit)
      from  c80bbb57a2779a81242160b4f6ef9727fa5c9642 (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 88f3e44a62f122149c849044ed5cd63b48d6fda3
Author: Peter Simons <address@hidden>
Date:   Sat Jun 25 11:13:32 2011 +0200

    AX_CFLAGS_GCC_OPTION: deprecated in favor of AX_CHECK_COMPILE_FLAG

commit 3b33465e30d71ce3bc57a10ce3aaf0c0d144f83f
Author: Peter Simons <address@hidden>
Date:   Sat Jun 25 11:06:46 2011 +0200

    TODO: figure out a way how to deal with obsolete macros in the generated 
texinfo documentation

commit d17c639fba92037151eb19f6022675e2892c54f5
Author: Peter Simons <address@hidden>
Date:   Sat Jun 25 10:56:03 2011 +0200

    Added a proper 'obsolete' section to AX_C_CHECK_FLAG, AX_CHECK_LINKER_FLAGS,
    AX_CPP_CHECK_FLAG, AX_CXX_CHECK_FLAG, AX_CXXCPP_CHECK_FLAG, and
    AX_LD_CHECK_FLAG.

commit 78bc1bd72f1a81c925437c00a9cee7f315b60f1b
Author: Peter Simons <address@hidden>
Date:   Sat Jun 25 10:39:02 2011 +0200

    Bumped serial numbers of AX_CFLAGS_*_OPTION, 
AX_CHECK_{COMPILER,LINKER}_FLAGS,
    and edited the formatting of the documentation for consistency. Also 
documented
    the recent changes in the NEWS file.

commit 0c3a5aebda92ef886d23388a33f7d6005d0a342d
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:10 2011 +0200

    Implement AX_*_CHECK_FLAG on top of ax_check_flag.m4 macros
    
    The PROLOGUE and BODY arguments were almost never used, so there's no need 
to
    keep them. Just emit a warning if they are nonempty.

commit 78597b3974b8d6d84d5564bf09d9abfaf3f4de14
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:09 2011 +0200

    Implement AX_CHECK_*_FLAGS on top of ax_check_flag.m4 macros
    
    The implementation takes care to empty the CFLAGS, to mimic previous 
behaviour,
    but the new behaviour of AX_CHECK_COMPILE_FLAG should be better for most 
situations.

commit b25d771efefb54dc35b25e0807e977cf53ce78f6
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:08 2011 +0200

    ax_cflags_*_option.m4: Use AX_APPEND_FLAG macro to append the flag

commit 3730d145510e5ac23fe85c05bd5ddae74cfe9a12
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:07 2011 +0200

    ax_cflags_*_option.m4: Use AX_CHECK_COMPILE_FLAG macro to do most of the 
work
    
    This gets rid of the for loop and the string splitting using sed.  For
    gcc_option the logic is now contained in a much easier to follow if 
statement.

commit 036337da85b561029049ed2114ae5d3d237b9c63
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:06 2011 +0200

    Add ax_check_flag.m4

commit bd60c928380f63339eb28a45ea9051a61ef6d8de
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:05 2011 +0200

    ax_cflags_*_option.m4: Consolidate CFLAGS and CXXFLAGS macros
    
    Combine duplicate AX_CFLAGS_ and AX_CXXFLAGS_ macros into one AX_FLAGS 
macro and
    change language in the language_specific macro.

commit 394807e9b45dac96155f4d88fb35d68897eafe64
Author: Maarten Bosmans <address@hidden>
Date:   Mon Jun 20 11:24:04 2011 +0200

    ax_cflags_*_option.m4: Consolidate _OLD and _NEW macros
    
    Combine duplicate _OLD and _NEW macros into one _PRIVATE macro and switch
    arguments in the main macro.

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

Summary of changes:
 NEWS                          |   12 +++
 TODO                          |    2 +-
 m4/ax_c_check_flag.m4         |   54 +++++---------
 m4/ax_cflags_aix_option.m4    |  150 ++++---------------------------------
 m4/ax_cflags_gcc_option.m4    |  166 +++++-----------------------------------
 m4/ax_cflags_hpux_option.m4   |  150 ++++---------------------------------
 m4/ax_cflags_irix_option.m4   |  150 ++++---------------------------------
 m4/ax_cflags_sun_option.m4    |  154 ++++----------------------------------
 m4/ax_check_compiler_flags.m4 |   47 +++++-------
 m4/ax_check_flag.m4           |  147 ++++++++++++++++++++++++++++++++++++
 m4/ax_check_linker_flags.m4   |   47 +++++-------
 m4/ax_cpp_check_flag.m4       |   54 +++++---------
 m4/ax_cxx_check_flag.m4       |   54 +++++---------
 m4/ax_cxxcpp_check_flag.m4    |   54 +++++---------
 m4/ax_ld_check_flag.m4        |   53 ++++---------
 15 files changed, 371 insertions(+), 923 deletions(-)
 create mode 100644 m4/ax_check_flag.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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