[pybliographer] build: Enable AM_SILENT_RULES



commit 5663b596ca1c8ea9d892e400069789bd89f86717
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Mar 20 10:55:25 2014 -0700

    build: Enable AM_SILENT_RULES

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 54371dc..76aedeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_PREREQ(2.57)
 
 AC_INIT([pybliographer], [1.2.16])
 AM_INIT_AUTOMAKE
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_SRCDIR(pybliographer.py)
 


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