diff options
author | rillig <rillig@pkgsrc.org> | 2018-03-09 21:51:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-03-09 21:51:20 +0000 |
commit | 66d10381112d026f5e389125608a3dfdb2fc3cd3 (patch) | |
tree | ed1bd57df24d3930f67d55e27642909f2553c077 /mk | |
parent | fbbb06d201f20883fea92410849f144b337b4995 (diff) | |
download | pkgsrc-66d10381112d026f5e389125608a3dfdb2fc3cd3.tar.gz |
mk/tools/autoconf.mk: improve documentation for autoreconf
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/autoconf.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mk/tools/autoconf.mk b/mk/tools/autoconf.mk index 1076bb308ed..42539ff8498 100644 --- a/mk/tools/autoconf.mk +++ b/mk/tools/autoconf.mk @@ -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) && \ |