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. v2013.11.01-12-g1156e13


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2013.11.01-12-g1156e13
Date: Wed, 15 Jan 2014 16:44:57 +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  1156e1362b82616ec34ab037fd334f4bf1c7f7c4 (commit)
      from  bd4346fac3bb29dec51255da53ba4b478b634b47 (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 1156e1362b82616ec34ab037fd334f4bf1c7f7c4
Author: Mike Frysinger <address@hidden>
Date:   Tue Jan 14 01:54:54 2014 -0500

    AX_REQUIRE_DEFINED: new helper for requiring macros exist
    
    In cases where we want to require that a macro exists, but not call it,
    introduce a new AX_REQUIRE_DEFINED helper.  The existing AC_REQUIRE macro
    will call its argument and does not allow for passing of additional args
    to the macro.
    
    Once we have this in place, cut a few callers over to it to fix bugs where
    they'd accidentally call other helpers w/out any flags.

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

Summary of changes:
 m4/ax_append_compile_flags.m4     |    6 +++---
 m4/ax_append_link_flags.m4        |    6 +++---
 m4/ax_cflags_force_c89.m4         |    4 ++--
 m4/ax_cflags_strict_prototypes.m4 |    4 ++--
 m4/ax_cflags_warn_all.m4          |    4 ++--
 m4/ax_require_defined.m4          |   37 +++++++++++++++++++++++++++++++++++++
 6 files changed, 49 insertions(+), 12 deletions(-)
 create mode 100644 m4/ax_require_defined.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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