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. v2014.10.15-74-ga2d14a4


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2014.10.15-74-ga2d14a4
Date: Wed, 04 Feb 2015 11:12:11 +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  a2d14a40c5fcfc72c16664a1d59a6250985d09b8 (commit)
       via  97c8efa9b4df05ca8e9f00026d45687f0907d863 (commit)
       via  838f290af6485cbb54226a65edf3200e5e709ed8 (commit)
      from  36285eed3f7e49b42330ea927d44e48465170a52 (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 a2d14a40c5fcfc72c16664a1d59a6250985d09b8
Author: Peter Simons <address@hidden>
Date:   Wed Feb 4 12:09:53 2015 +0100

    AX_IS_RELEASE: cosmetic

commit 97c8efa9b4df05ca8e9f00026d45687f0907d863
Author: Philip Withnall <address@hidden>
Date:   Thu Jan 29 15:04:48 2015 +0000

    ax_check_enable_debug: Add an IS-RELEASE argument to change the default
    
    If IS-RELEASE is ‘yes’, the default value for --enable-debug is changed
    to ‘no’, automatically disabling debug (unless explicitly enabled with
    --enable-debug=[yes|profile|info]) for release builds.

commit 838f290af6485cbb54226a65edf3200e5e709ed8
Author: Philip Withnall <address@hidden>
Date:   Thu Jan 29 15:00:54 2015 +0000

    ax_is_release: Add AX_IS_RELEASE to check for compiling release tarballs
    
    This is a macro providing various different policies for determining
    whether the code being configured and compiled is from a stable release,
    or from a development version. This allows various configuration
    settings, such as whether debug is enabled, to be disabled for stable
    releases.
    
    A typical example of a policy is to enable stable releases when the .git
    directory is not present.

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

Summary of changes:
 m4/ax_check_enable_debug.m4 |   24 +++++++++++++----
 m4/ax_is_release.m4         |   60 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 6 deletions(-)
 create mode 100644 m4/ax_is_release.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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