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-30-gb4e5dfa


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.09.25-30-gb4e5dfa
Date: Wed, 03 Feb 2016 17:46:54 +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  b4e5dfa4b396523625189e6ee0446ef2f38ced69 (commit)
       via  cb018c530bffc98b719becc974377b318c86e700 (commit)
       via  da617c327e717953078b65e5a3cd58b0677c55cf (commit)
       via  33f450aa455e3976fe94232be0dc8f062e55e17c (commit)
       via  be2a3e994be81101dd0e02da57200cc9fae84b0a (commit)
       via  5681cc41bafa702aee1f50161e37d4f34b0216da (commit)
      from  0145c88a49045c7478647241c820063486d3bbf9 (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 b4e5dfa4b396523625189e6ee0446ef2f38ced69
Merge: cb018c5 da617c3
Author: Peter Simons <address@hidden>
Date:   Wed Feb 3 18:46:22 2016 +0100

    Merge pull request #58 from pwithnall/lcov-multiple-directories
    
    AX_CODE_COVERAGE: Support multiple directories to extract coverage data

commit cb018c530bffc98b719becc974377b318c86e700
Merge: be2a3e9 33f450a
Author: Peter Simons <address@hidden>
Date:   Wed Feb 3 18:46:13 2016 +0100

    Merge pull request #57 from pwithnall/distcheck-configure-flags
    
    Use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS

commit da617c327e717953078b65e5a3cd58b0677c55cf
Author: Philip Withnall <address@hidden>
Date:   Sun Jan 31 15:22:43 2016 +0100

    AX_CODE_COVERAGE: Support multiple directories to extract coverage data
    
    Support multiple directories being passed to CODE_COVERAGE_DIRECTORY.

commit 33f450aa455e3976fe94232be0dc8f062e55e17c
Author: Philip Withnall <address@hidden>
Date:   Sun Jan 31 12:45:11 2016 +0100

    Use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS
    
    DISTCHECK_CONFIGURE_FLAGS (no prefix) is for the user to override the
    distcheck configure flags. The AM_-prefixed version is for build systems
    to use.
    
    
https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html

commit be2a3e994be81101dd0e02da57200cc9fae84b0a
Merge: 0145c88 5681cc4
Author: Peter Simons <address@hidden>
Date:   Sun Jan 31 21:19:08 2016 +0100

    Merge pull request #56 from ptomato/gir-macros
    
    Add GJS macros

commit 5681cc41bafa702aee1f50161e37d4f34b0216da
Author: Philip Chimento <address@hidden>
Date:   Wed Jan 27 08:53:08 2016 -0800

    Add GJS macros
    
    This adds three macros to the library:
    
    AX_PROG_GJS - Check for the GJS JavaScript interpreter
    AX_CHECK_GIRS_GJS - Check for importability of GObject introspection
       module(s) in GJS
    AX_CHECK_GIR_SYMBOLS_GJS - Check for the presence of particular symbols
       in a GObject introspection module imported into GJS

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

Summary of changes:
 m4/ax_check_gir_symbols_gjs.m4 |   83 ++++++++++++++++++++++++++++++++++++++++
 m4/ax_check_girs_gjs.m4        |   68 ++++++++++++++++++++++++++++++++
 m4/ax_code_coverage.m4         |   15 ++++---
 m4/ax_prog_gjs.m4              |   48 +++++++++++++++++++++++
 m4/ax_valgrind_check.m4        |    8 ++--
 5 files changed, 211 insertions(+), 11 deletions(-)
 create mode 100644 m4/ax_check_gir_symbols_gjs.m4
 create mode 100644 m4/ax_check_girs_gjs.m4
 create mode 100644 m4/ax_prog_gjs.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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