diff options
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) && \ |