pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
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.
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) && \
Home |
Main Index |
Thread Index |
Old Index