m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-260


From: Gary V. Vaughan
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-260-g43c2668
Date: Mon, 16 Sep 2013 08:46:13 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=43c26686a1c9c8ddfbb440585120a0f1f69284f3

The branch, master has been updated
       via  43c26686a1c9c8ddfbb440585120a0f1f69284f3 (commit)
      from  076b2ba6c0de5d11cea357954c9a7d7b9e1a9419 (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 43c26686a1c9c8ddfbb440585120a0f1f69284f3
Author: Gary V. Vaughan <address@hidden>
Date:   Mon Sep 16 15:45:04 2013 +0700

    configury: default to automake silent rules if available.
    
    * Makeflie.am (FORCE): Add missing placeholder.
    * configure.ac (AM_SILENT_RULES): Use it if possible.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 Makefile.am  |    2 ++
 configure.ac |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 39fd0b4..42bf963 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -438,3 +438,5 @@ DISTCLEANFILES += tests/atconfig tests/atlocal tests/m4
 MAINTAINERCLEANFILES += $(srcdir)/tests/generated.at '$(TESTSUITE)'
 
 clean-local: clean-local-tests
+
+FORCE:
diff --git a/configure.ac b/configure.ac
index d778da2..51d1bd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD"
 AM_INIT_AUTOMAKE([1.10b subdir-objects dist-bzip2 dist-xz
 color-tests parallel-tests silent-rules]
 m4_if(m4_index(m4_defn([M4_VERSION]), [-]), [-1], [gnits], [gnu]))
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 
 ## ------------------ ##


hooks/post-receive
-- 
GNU M4 source repository



reply via email to

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