aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 17:07:50 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 17:07:50 +0200
commit58a64d8294c264422ec2c13f51d9776cb9cbf469 (patch)
treed38f7ac9413d87d53a93345fd7749995adf7163c /Makefile.am
parent3e26e4fdb0e87eb89055c150d5089b5f2b7f10e6 (diff)
downloadgamma-58a64d8294c264422ec2c13f51d9776cb9cbf469.tar.gz
gamma-58a64d8294c264422ec2c13f51d9776cb9cbf469.tar.bz2
Enable silent rules.
* configure.ac: Require autoconf 2.63, automake 1.11.1 Enable silent rules by default. * Makefile.am: Add AM_V_GEN where necessary. * src/Makefile.am (EXTRA_DIST): Add mysql.c, pgsql.c Add AM_V_GEN where necessary. * am/guile.m4: fix help string.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aba7c27..e8c4ffb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ changelog_dir = .
.PHONY: ChangeLog
ChangeLog:
- if test -d .git; then \
+ $(AM_V_GEN)if test -d .git; then \
cmd=$(top_srcdir)/scripts/gitlog-to-changelog; \
if test -n "$(gen_start_date)"; then \
cmd="$$cmd --since=\"$(gen_start_date)\""; \

Return to:

Send suggestions and report system problems to the System administrator.