summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-10 15:31:45 +0000
committerwiz <wiz>2009-06-10 15:31:45 +0000
commit0ce72b1daf1543f36a5c37a6cd5f49d82e34ce78 (patch)
treefc957b94e30efa759d6b5b2f3f92d1b9c0c1b461
parent2d6cb44594edf65a85e1b3eeb199a403f805383b (diff)
downloadpkgsrc-0ce72b1daf1543f36a5c37a6cd5f49d82e34ce78.tar.gz
Hide automake-1.11 by default as well.
-rw-r--r--mk/tools/automake.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index 2e39171a638..21a8ed0b031 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.18 2007/03/01 22:29:15 wiz Exp $
+# $NetBSD: automake.mk,v 1.19 2009/06/10 15:31:45 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -86,14 +86,16 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \
aclocal-1.7 \
aclocal-1.8 \
aclocal-1.9 \
- aclocal-1.10
+ aclocal-1.10 \
+ aclocal-1.11
_TOOLS_AM_NAMES+= automake automake-1.4 \
automake-1.5 \
automake-1.6 \
automake-1.7 \
automake-1.8 \
automake-1.9 \
- automake-1.10
+ automake-1.10 \
+ automake-1.11
.for _t_ in ${_TOOLS_AM_NAMES}
_TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING