summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2014-01-23 11:13:51 -0500
committerSteve Dickson <steved@redhat.com>2014-01-23 11:27:42 -0500
commit518c01c44b00e8941a27924c474c3a35c85fdcd4 (patch)
treeb7f6c2bd9699d11eb70ee1d11046c2084e70cd74 /configure.ac
parent7b58b5985ee0e5cbf919524ee09b0045f9c1a4db (diff)
downloadti-rpc-518c01c44b00e8941a27924c474c3a35c85fdcd4.tar.gz
configure: permanently enable maintainer mode
I noticed that "make" doesn't run configure again when a patch is applied that changes the build environment. Maintainer mode appears to be disabled by default. Section 27.2 of the Automake manual suggests that disabling Maintainer Mode causes unreliable builds because it removes the guarantee that the build environment is up to date. Remove the configure.ac macro to disable or enable maintainer mode. This leaves Maintainer Mode enabled all the time. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11df020..10d17ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
AC_INIT(libtirpc, 0.2.4)
AM_INIT_AUTOMAKE([silent-rules])
AM_SILENT_RULES([yes])
-AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/auth_des.c])
AC_CONFIG_MACRO_DIR([m4])