summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-06-21 14:23:36 +0200
committerGitHub <noreply@github.com>2016-06-21 14:23:36 +0200
commit3bf4a20efef32a887610e81867cb9ff86fe52efe (patch)
treed85f5dd4aa9c2d4207321a5ce197128d885efcbb /configure.ac
parent2c9b7776276d02f03b5c44699cbf5029aece3396 (diff)
downloadlibarchive-3bf4a20efef32a887610e81867cb9ff86fe52efe.tar.gz
Support maintainer mode
The time stamp checks for configure and Makefile.in are sometimes problematic, so allow disabling them.
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 e15ceee1..2fc42957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AC_CONFIG_AUX_DIR([build/autoconf])
AC_CONFIG_MACRO_DIR([build/autoconf])
# Must follow AC_CONFIG macros above...
AM_INIT_AUTOMAKE()
+AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Libtool's "interface version" can be computed from the libarchive version.