diff options
-rw-r--r-- | mk/tools/autoconf.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/tools/autoconf.mk b/mk/tools/autoconf.mk index ab9806c36fc..45ad8222ab4 100644 --- a/mk/tools/autoconf.mk +++ b/mk/tools/autoconf.mk @@ -1,4 +1,4 @@ -# $NetBSD: autoconf.mk,v 1.16 2013/05/09 23:37:27 riastradh Exp $ +# $NetBSD: autoconf.mk,v 1.17 2015/02/11 23:39:35 rillig Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -64,6 +64,8 @@ # # AUTOMAKE_OVERRIDE= no # +# Keywords: autoconf autoreconf +# # Only allow one of "autoconf" and "autoconf213" in USE_TOOLS. .if !empty(USE_TOOLS:C/:.*//:Mautoconf) && \ |