summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5480f79..707df39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_GNU_SOURCE
AC_PREREQ([2.61])
-AM_INIT_AUTOMAKE([subdir-objects no-dependencies silent-rules])
+AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
LT_INIT # libtool
AC_CONFIG_HEADER(include/config.h)
@@ -12,6 +12,7 @@ dnl Needed when reconfiguring with 'autoreconf -i -s'
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE([disable])
+m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes])
dnl Compiling with per-target flags requires AM_PROG_CC_C_O.