summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-06-21 12:08:22 +0000
committerjoerg <joerg@pkgsrc.org>2016-06-21 12:08:22 +0000
commitd5d63d4c4aa343869a6b8759fc0690b707d7572f (patch)
tree268eaa3f918d9af80b58e5df3c034307ec21c6d3 /archivers/libarchive
parent6720bc5859fc346d3315da302ed00f523b803982 (diff)
downloadpkgsrc-d5d63d4c4aa343869a6b8759fc0690b707d7572f.tar.gz
Support maintainer mode.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/files/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libarchive/files/configure.ac b/archivers/libarchive/files/configure.ac
index 27758a278e4..71469e6ee31 100644
--- a/archivers/libarchive/files/configure.ac
+++ b/archivers/libarchive/files/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.