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

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

Autoconf Archive branch, master, updated. v2013.06.09-13-gb0204e8


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2013.06.09-13-gb0204e8
Date: Sun, 25 Aug 2013 07:00:13 +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  b0204e8d60fd1f898350d1ebeb6789b927ff2d06 (commit)
       via  3cc26bc4cc900ce51c62ecf35d461378dc3d664b (commit)
       via  21b158b4a4226728979b84194f3b73430c1ced0e (commit)
       via  e0dd9dc31785be2b42e5b3571df27de86b094975 (commit)
       via  41bb35a6665a66d4567b9e5dbc43448eabad9808 (commit)
       via  5811a122a30011367d1a18820df0a4ea7776a9a5 (commit)
      from  e8a6d140dc4ca3ac3d5af505bce2c9acd3bbf813 (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 b0204e8d60fd1f898350d1ebeb6789b927ff2d06
Author: Daniel Casimiro <address@hidden>
Date:   Sat Aug 24 13:21:21 2013 +0200

    Boost: add macros to detect Boost.Log and Boost.Coroutine

commit 3cc26bc4cc900ce51c62ecf35d461378dc3d664b
Author: Peter Simons <address@hidden>
Date:   Sat Aug 24 13:14:35 2013 +0200

    AX_PROG_PERL_VERSION: fix detection of recent perl versions
    
    Recent perl versions have parens around the version string. See
    http://savannah.gnu.org/patch/?8144 for further details.

commit 21b158b4a4226728979b84194f3b73430c1ced0e
Author: Peter Simons <address@hidden>
Date:   Sat Aug 24 13:11:18 2013 +0200

    NEWS: document recent changes

commit e0dd9dc31785be2b42e5b3571df27de86b094975
Author: Kevin Cernekee <address@hidden>
Date:   Tue Aug 6 13:57:26 2013 -0700

    AX_JNI_INCLUDE_DIR: Try searching $JAVA_HOME first
    
    JAVA_HOME is a standard way to indicate the path to the JDK.  If it
    isn't defined, fall back to the old $JAVAC method.
    
    Also, if javac is already in the PATH, don't force the user to
    explicitly set $JAVAC.

commit 41bb35a6665a66d4567b9e5dbc43448eabad9808
Author: Kevin Cernekee <address@hidden>
Date:   Tue Aug 6 13:34:49 2013 -0700

    AX_JNI_INCLUDE_DIR: Use AC_CHECK_FILE for jni.h existence checks
    
    Using AC_CHECK_FILE provides helpful diagnostic output to the user in
    case the check fails:
    
        checking for /foo/bar/jdk1.23/include/jni.h... no
        checking for /foo/bar/include/jni.h... no
        configure: error: cannot find JDK header files

commit 5811a122a30011367d1a18820df0a4ea7776a9a5
Author: Arto Bendiken <address@hidden>
Date:   Sat Aug 24 13:05:09 2013 +0200

    AX_PROG_JAVAH: fix AC_CANONICAL_TARGET warnings
    
    Further detail is available at <http://savannah.gnu.org/patch/?8168>.

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

Summary of changes:
 NEWS                       |   10 ++++
 m4/ax_boost_context.m4     |  122 ++++++++++++++++++++++++++++++++++++++++++++
 m4/ax_boost_coroutine.m4   |  122 ++++++++++++++++++++++++++++++++++++++++++++
 m4/ax_boost_log.m4         |  122 ++++++++++++++++++++++++++++++++++++++++++++
 m4/ax_boost_log_setup.m4   |  113 ++++++++++++++++++++++++++++++++++++++++
 m4/ax_jni_include_dir.m4   |   44 +++++++++-------
 m4/ax_prog_javah.m4        |    4 +-
 m4/ax_prog_perl_version.m4 |    8 ++-
 8 files changed, 522 insertions(+), 23 deletions(-)
 create mode 100644 m4/ax_boost_context.m4
 create mode 100644 m4/ax_boost_coroutine.m4
 create mode 100644 m4/ax_boost_log.m4
 create mode 100644 m4/ax_boost_log_setup.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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