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. v2016.09.16-26-gdedd290


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2016.09.16-26-gdedd290
Date: Tue, 6 Dec 2016 11:32:02 +0000 (UTC)

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  dedd290bdb647704d74c13992bd04275d9cb648e (commit)
       via  5dc4837ed0d91e4baab31e5fc6c785bacce549a5 (commit)
      from  b32360176a294a637cc55e96e951e3fb11991561 (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 dedd290bdb647704d74c13992bd04275d9cb648e
Author: Kevin Locke <address@hidden>
Date:   Fri Jul 1 13:05:52 2016 -0700

    ax_code_coverage: remove lcov version check
    
    The version check does not support the latest version of lcov (1.12).
    The history of this module[1][2][3][4] does not reveal a rationale for
    the check and its utility seems dubious.  Rather than applying yet another
    temporary fix, remove the check.
    
    Note:  The issue of version check removal was raised on
    autoconf-archive-maintainers[5] without response.
    
    1.  
https://git.gnome.org/browse/gnome-common/log/macros2/gnome-code-coverage.m4
    2.  https://bugzilla.gnome.org/show_bug.cgi?id=606720
    3.  https://git.gnome.org/browse/glib/log/configure.ac
    4.  https://bugzilla.gnome.org/show_bug.cgi?id=501057
    5.  
https://lists.gnu.org/archive/html/autoconf-archive-maintainers/2016-07/msg00000.html
    
    Signed-off-by: Kevin Locke <address@hidden>

commit 5dc4837ed0d91e4baab31e5fc6c785bacce549a5
Author: Kevin Locke <address@hidden>
Date:   Tue Dec 6 12:25:47 2016 +0100

    ax_code_coverage: avoid GNU Make extensions
    
    ifeq/ifneq is a GNU Make extension which doesn't work with BSD Make and
    others, resulting in errors such as:
    
        Missing dependency operator
        Need an operator
        warning: duplicate script for target "ifeq" ignored
    
    Although it would be preferable to use the Automake conditionals
    (AM_CONDITIONAL) in the make rules, this does not appear to be possible
    within AC_SUBST content.  Instead, build the rules using shell variable
    concatenation and only AC_SUBST the ones which should be used.

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

Summary of changes:
 m4/ax_code_coverage.m4 |   82 +++++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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