[X2Go-Dev] [PATCH] build: continue to run even in the absence of AM_SILENT_RULES

Jan Engelhardt jengelh at inai.de
Sun Nov 11 17:38:01 CET 2012


---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 67f9f7b..283f30f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_INIT([libpam-x2go], [1.0.1])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([1.11 -Wno-portability])
-AM_SILENT_RULES([yes])
+AM_INIT_AUTOMAKE([-Wno-portability])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_PROG_CC
 # the Google Test targets are cpp
-- 
1.7.10.4




More information about the x2go-dev mailing list