[gnome-games-deprecated] Use AM_SILENT_RULES
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games-deprecated] Use AM_SILENT_RULES
- Date: Sun, 16 Aug 2009 20:11:13 +0000 (UTC)
commit 92ed2776f8a0a31fb0244d6dae41b5a86e03f9c7
Author: Christian Persch <chpe gnome org>
Date: Sun Aug 16 22:11:01 2009 +0200
Use AM_SILENT_RULES
Makefile.am | 6 +-----
configure.in | 7 ++++++-
2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index edd10c8..dc0597f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,12 +19,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
# Only build this when in a git or svn checkout.
ChangeLog:
- @if test -f $(top_srcdir)/.git/HEAD; then \
+ $(AM_V_GEN) if test -f $(top_srcdir)/.git/HEAD; then \
git log --stat > $@; \
- elif test -f $(top_srcdir)/.svn/entries; then \
- svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
- xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
- --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
fi
dist: ChangeLog
diff --git a/configure.in b/configure.in
index 0c65e9e..3294002 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,12 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 foreign])
-AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
+
+if test -z "$enable_maintainer_mode"; then
+ enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
GNOME_COMMON_INIT
GNOME_COMPILE_WARNINGS([maximum])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]