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-13-geb50abb


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2011.04.12-13-geb50abb
Date: Thu, 16 Jun 2011 07:00:21 +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  eb50abb1d2e473d36ca096596e5306e9c06de97c (commit)
       via  3db9b645bce3cc89f26b53dae260015c985b6d06 (commit)
       via  3b4f1719a411fec4fb12949f9c62488fb0f08f96 (commit)
       via  09a8175bd7a77e98a2e268053228d2641d8de7b6 (commit)
       via  835339c2c7d0759e135e7c12e9d350097c6f8dfc (commit)
       via  0f83111d8fd1f2be6603780f4da0114711ee51b6 (commit)
      from  30056a7c7452c37ae401376319c7c19ab3746b38 (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 eb50abb1d2e473d36ca096596e5306e9c06de97c
Author: Michael Hofmann <address@hidden>
Date:   Wed Jun 15 20:09:03 2011 +0200

    Bugfix in MPI Fortran macros for fixed form code.

commit 3db9b645bce3cc89f26b53dae260015c985b6d06
Author: Yusuke Tsutsumi <address@hidden>
Date:   Wed Jun 15 12:59:11 2011 +0200

    AX_CHECK_MYSQL: new submission
    
    I am submitting an Autoconf Macro I've been developing for the past
    couple months - ax_check_mysql.m4. I'm aware that multiple other MySQL
    macros exist, but mine is specifically geared toward MySQL plugin
    development and installation. Specifically:
    
     - Automatically Detects binary, include, and plugin directories for most
       typical MySQL installations.
    
     - Provides methods for one to designate the directories manually, or point 
to
       a root directory containing a MySQL installation.
    
    See <http://savannah.gnu.org/patch/?7553> for further details.

commit 3b4f1719a411fec4fb12949f9c62488fb0f08f96
Author: Maarten Bosmans <address@hidden>
Date:   Wed Jun 15 12:45:34 2011 +0200

    AX_PTHREAD: add check for PTHREAD_PRIO_INHERIT
    
    See <http://savannah.gnu.org/patch/?7552> for further details.

commit 09a8175bd7a77e98a2e268053228d2641d8de7b6
Author: Maarten Bosmans <address@hidden>
Date:   Wed Jun 15 12:39:54 2011 +0200

    AX_CHECK_DEFINE: various bug fixes
    
     - Change macro names to CHECK_DEFINE and alias the old name CHECK_DEFINED.
       This makes the names in sync with the help comments on top.
    
     - Update obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE.
    
     - Include header name in cache value and in output message.
    
     - Switch #ifndef to #ifdef. That macro could not have worked previously.
    
    See <http://savannah.gnu.org/patch/?7551> for further details.

commit 835339c2c7d0759e135e7c12e9d350097c6f8dfc
Author: Peter Simons <address@hidden>
Date:   Wed Jun 15 11:59:50 2011 +0200

    cfg.mk: sort list of files in $(M4_FILES) alphabetically
    
    The all-macros.texi menu is generated from $(M4_FILES), and we the items
    of that menu to occur in a deterministic order.

commit 0f83111d8fd1f2be6603780f4da0114711ee51b6
Author: Olaf Lenz <address@hidden>
Date:   Wed Jun 15 11:36:45 2011 +0200

    AX_PROG_{CC,CXX,FC}_MPI: new submissions
    
    The new macros AX_PROG_CC_MPI, AX_PROG_CXX_MPI, AX_PROG_F77_MPI, and 
AX_PROG_FC_MPI
    address several shortcomings found in AX_MPI. Further details can be found 
at
    
<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2011-05/msg00004.html>,
    
<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2011-06/msg00003.html>.

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

Summary of changes:
 NEWS                  |   16 +++
 cfg.mk                |    2 +-
 m4/ax_check_define.m4 |   22 ++--
 m4/ax_check_mysql.m4  |  305 +++++++++++++++++++++++++++++++++++++++++++++++++
 m4/ax_mpi.m4          |   29 ++----
 m4/ax_prog_cc_mpi.m4  |  171 +++++++++++++++++++++++++++
 m4/ax_prog_cxx_mpi.m4 |  180 +++++++++++++++++++++++++++++
 m4/ax_prog_f77_mpi.m4 |  175 ++++++++++++++++++++++++++++
 m4/ax_prog_fc_mpi.m4  |  162 ++++++++++++++++++++++++++
 m4/ax_pthread.m4      |   10 ++-
 10 files changed, 1039 insertions(+), 33 deletions(-)
 create mode 100644 m4/ax_check_mysql.m4
 create mode 100644 m4/ax_prog_cc_mpi.m4
 create mode 100644 m4/ax_prog_cxx_mpi.m4
 create mode 100644 m4/ax_prog_f77_mpi.m4
 create mode 100644 m4/ax_prog_fc_mpi.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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