Received: by mail.netbsd.org (Postfix, from userid 605) id 61CC284DCE; Fri, 9 Mar 2018 21:51:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63F2384D81 for ; Fri, 9 Mar 2018 21:51:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F5grv7V4_8T6 for ; Fri, 9 Mar 2018 21:51:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 91E7E84C85 for ; Fri, 9 Mar 2018 21:51:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E08EFB40; Fri, 9 Mar 2018 21:51:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520632280197150" MIME-Version: 1.0 Date: Fri, 9 Mar 2018 21:51:20 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20180309215120.3E08EFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520632280197150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Fri Mar 9 21:51:20 UTC 2018 Modified Files: pkgsrc/mk/tools: autoconf.mk Log Message: mk/tools/autoconf.mk: improve documentation for autoreconf To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/mk/tools/autoconf.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520632280197150 Content-Disposition: inline Content-Length: 848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/tools/autoconf.mk diff -u pkgsrc/mk/tools/autoconf.mk:1.18 pkgsrc/mk/tools/autoconf.mk:1.19 --- pkgsrc/mk/tools/autoconf.mk:1.18 Wed Nov 25 13:05:47 2015 +++ pkgsrc/mk/tools/autoconf.mk Fri Mar 9 21:51:20 2018 @@ -1,4 +1,4 @@ -# $NetBSD: autoconf.mk,v 1.18 2015/11/25 13:05:47 jperkin Exp $ +# $NetBSD: autoconf.mk,v 1.19 2018/03/09 21:51:20 rillig Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -64,8 +64,14 @@ # # AUTOMAKE_OVERRIDE= no # -# Keywords: autoconf autoreconf +# Keywords: autoconf + +# If a package requires autoreconf, the package Makefile should contain +# this line: +# +# USE_TOOLS+= autoreconf autoconf automake # +# Keywords: autoreconf # Only allow one of "autoconf" and "autoconf213" in USE_TOOLS. .if !empty(USE_TOOLS:C/:.*//:Mautoconf) && \ --_----------=_1520632280197150--