From: Joerg Sonnenberger Date: Tue, 21 Jun 2016 12:23:36 +0000 (+0200) Subject: Support maintainer mode X-Git-Tag: v3.2.2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bf4a20efef32a887610e81867cb9ff86fe52efe;p=thirdparty%2Flibarchive.git Support maintainer mode The time stamp checks for configure and Makefile.in are sometimes problematic, so allow disabling them. --- 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.