summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2013-12-09 11:34:00 -0500
committerSteve Dickson <steved@redhat.com>2013-12-09 13:41:21 -0500
commita5d9eede4d8126bf989add05a19830ffbc6eab98 (patch)
tree2507e997260c15545295c432e69bef97e3ed9b59 /configure.ac
parentb8d831e4e482a3b3ab2e383907720e564b014989 (diff)
downloadti-rpc-a5d9eede4d8126bf989add05a19830ffbc6eab98.tar.gz
build: set enable-silent-rules to be on by default
To disable the build from using silent rulues, use: ./configure --disable-silent-rules Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 21004aa..c95df38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_INIT(libtirpc, 0.2.3)
AM_INIT_AUTOMAKE([silent-rules])
+AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/auth_des.c])
AC_CONFIG_MACRO_DIR([m4])