pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libarchive/files



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jun 21 12:08:22 UTC 2016

Modified Files:
        pkgsrc/archivers/libarchive/files: configure.ac

Log Message:
Support maintainer mode.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/libarchive/files/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libarchive/files/configure.ac
diff -u pkgsrc/archivers/libarchive/files/configure.ac:1.9 pkgsrc/archivers/libarchive/files/configure.ac:1.10
--- pkgsrc/archivers/libarchive/files/configure.ac:1.9  Mon Jun 20 17:32:07 2016
+++ pkgsrc/archivers/libarchive/files/configure.ac      Tue Jun 21 12:08:22 2016
@@ -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.



Home | Main Index | Thread Index | Old Index