aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-11-12 08:33:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-12 08:34:02 +0100
commit95acd68436da0be7df66860033cfc1652115a071 (patch)
tree97faf693477ee401791322bb011eb4d8dfeeeb43 /configure.ac
parentc431faa63365c6a495664776a3f415d062c4b21d (diff)
downloadlibpam-x2go-95acd68436da0be7df66860033cfc1652115a071.tar.gz
libpam-x2go-95acd68436da0be7df66860033cfc1652115a071.tar.bz2
libpam-x2go-95acd68436da0be7df66860033cfc1652115a071.zip
Continue to run even in the absence of AM_SILENT_RULES.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4cbd43d..ff464b9 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