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

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

GNU Autoconf Archive branch master updated. v2015.09.25-40-gcf3abf8


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.09.25-40-gcf3abf8
Date: Mon, 29 Feb 2016 10:56:33 +0000

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

The branch, master has been updated
       via  cf3abf8aa612dc9750c00a4272bc3da46d54e57a (commit)
       via  9e5ef8a7fa6f32dce37a9a340cef793254d2396b (commit)
       via  401d6b8cefcc5bf3c1f6c35d76c589bb6b7387b0 (commit)
       via  be5966c8d7cea729c95818469d4614995c1ecfca (commit)
       via  39683064bbccb4008f239262cb681a970bf53603 (commit)
       via  cad4a83461884a5b32d9ba54b09bc5323b0858be (commit)
       via  4ca47060cbc32b9894931b8f3b76162c21f44efd (commit)
      from  f5fff6c95ad09ac61774ee72c6f36fd304cc9e55 (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 cf3abf8aa612dc9750c00a4272bc3da46d54e57a
Author: Peter Simons <address@hidden>
Date:   Mon Feb 29 11:43:12 2016 +0100

    AX_GCC_VAR_ATTRIBUTE: fix spelling error
    
    https://savannah.gnu.org/patch/index.php?8815

commit 9e5ef8a7fa6f32dce37a9a340cef793254d2396b
Author: Joshua Judson Rosen <address@hidden>
Date:   Wed Dec 2 16:46:05 2015 -0500

    AX_CXX_COMPILE_STDCXX: don't break "make CXXFLAGS=..."
    
    Make C++ std-selection macros modify $(CXX), not $(CXXFLAGS).
    
    Using $(CXXFLAGS) prevents users from being able to
    rebuild with different CXXFLAGS (e.g.: to try out
    different optimisations or to change debug levels)
    unless they re-run ./configure with their CFLAGS.
    
    This is more like what the mainline Autoconf macros do
    (e.g.: AC_PROG_CC_C99, AC_PROG_CC_STD, etc. modify $(CC),
    not $(CCFLAGS)), presmuably for much the same reasons:
    if you need to specify a standard to the compiler,
    it doesn't really make sense to separate that from
    $(CC)/$(CXX) since $(CC)/$(CXX) aren't usable without it.

commit 401d6b8cefcc5bf3c1f6c35d76c589bb6b7387b0
Author: Michael Welsh Duggan <address@hidden>
Date:   Mon Feb 29 11:34:57 2016 +0100

    CXX_COMPILE_STDCXX: fix regression introduced in ccd1d4f54b
    
    AX_CXX_COMPILE_STDCXX doesn't set HAVE_CXX when [mandatory] is given as
    an argument. This bug has existed since commit ccd1d4f54b07b46b.

commit be5966c8d7cea729c95818469d4614995c1ecfca
Author: Peter Simons <address@hidden>
Date:   Mon Feb 29 11:30:51 2016 +0100

    AX_LIB_NETCDF4: initial version
    
    This macro detects NetCDF: http://www.unidata.ucar.edu/software/netcdf/.

commit 39683064bbccb4008f239262cb681a970bf53603
Author: Peter Simons <address@hidden>
Date:   Mon Feb 29 11:30:44 2016 +0100

    AX_PTHREAD: various improvements
    
    See https://savannah.gnu.org/patch/?8186 for further details.

commit cad4a83461884a5b32d9ba54b09bc5323b0858be
Author: Peter Simons <address@hidden>
Date:   Mon Feb 29 11:18:49 2016 +0100

    AX_FC_CHECK_DEFINE: initial version

commit 4ca47060cbc32b9894931b8f3b76162c21f44efd
Author: Jorge Bellon <address@hidden>
Date:   Wed Nov 25 20:10:25 2015 +0100

    Add ax_var_pop.m4 and ax_var_push.m4 macros.

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

Summary of changes:
 m4/ax_cxx_compile_stdcxx.m4    |   38 ++--
 m4/ax_cxx_compile_stdcxx_0x.m4 |   14 +-
 m4/ax_cxx_compile_stdcxx_11.m4 |    4 +-
 m4/ax_cxx_compile_stdcxx_14.m4 |    4 +-
 m4/ax_fc_check_define.m4       |   52 ++++
 m4/ax_gcc_var_attribute.m4     |    4 +-
 m4/ax_lib_netcdf4.m4           |  277 +++++++++++++++++++++
 m4/ax_pthread.m4               |  537 ++++++++++++++++++++++++++--------------
 m4/ax_var_pop.m4               |   99 ++++++++
 m4/ax_var_push.m4              |   96 +++++++
 10 files changed, 900 insertions(+), 225 deletions(-)
 create mode 100644 m4/ax_fc_check_define.m4
 create mode 100644 m4/ax_lib_netcdf4.m4
 create mode 100644 m4/ax_var_pop.m4
 create mode 100644 m4/ax_var_push.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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