pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libarchive/files Support maintainer mode.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e2565436852
branches:  trunk
changeset: 348967:6e2565436852
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 21 12:08:22 2016 +0000

description:
Support maintainer mode.

diffstat:

 archivers/libarchive/files/configure.ac |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 6cbd9fe00be8 -r 6e2565436852 archivers/libarchive/files/configure.ac
--- a/archivers/libarchive/files/configure.ac   Tue Jun 21 07:53:50 2016 +0000
+++ b/archivers/libarchive/files/configure.ac   Tue Jun 21 12:08:22 2016 +0000
@@ -27,6 +27,7 @@
 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.



Home | Main Index | Thread Index | Old Index