[Freeipa-devel] [PATCH] 33 Allow silent build if available

Sumit Bose sbose at redhat.com
Wed Jul 4 19:06:17 UTC 2012


Hi,

this patch allows to use 'make V=0' to get a less verbose output during
the compilation of the freeipa C-code. Since AM_SILENT_RULES is only
available with automake 1.11 or later, I used m4_ifdef to check if ti is
present.

bye,
Sumit
-------------- next part --------------
From 950ff4855415d72154ec7b3386b67a37d4ce3164 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Wed, 4 Jul 2012 12:15:05 +0200
Subject: [PATCH] Allow silent build if available

---
 daemons/configure.ac |    1 +
 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+)

diff --git a/daemons/configure.ac b/daemons/configure.ac
index b94673026a2c6b71670a67b1f629d9960d8fad31..ebf625ebffd8a92e0a3b050955b9376e002ed6c9 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -7,6 +7,7 @@ AC_INIT([ipa-server],
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 
 AM_MAINTAINER_MODE
 AC_PROG_CC
-- 
1.7.10.2



More information about the Freeipa-devel mailing list