From 3bf4a20efef32a887610e81867cb9ff86fe52efe Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 21 Jun 2016 14:23:36 +0200 Subject: [PATCH] Support maintainer mode The time stamp checks for configure and Makefile.in are sometimes problematic, so allow disabling them. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e15ceee1e..2fc42957f 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. -- 2.47.3