diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-05 22:48:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-05 22:48:31 +0000 |
commit | 4233abc0c62dba510de8c07f2c61854283655237 (patch) | |
tree | 2631d324ced15c95fd795ef119ceef69b9ffa3c5 /mk | |
parent | fdc2194469bf813bd18871f65d5be91e3f13209b (diff) | |
download | pkgsrc-4233abc0c62dba510de8c07f2c61854283655237.tar.gz |
Recognize aclocal-1.10 and automake-1.10.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/automake.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk index 3fdd6bad942..8404fc1fbe0 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.16 2005/07/17 21:36:24 jlam Exp $ +# $NetBSD: automake.mk,v 1.17 2006/12/05 22:48:31 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -92,13 +92,15 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \ aclocal-1.6 \ aclocal-1.7 \ aclocal-1.8 \ - aclocal-1.9 + aclocal-1.9 \ + aclocal-1.10 _TOOLS_AM_NAMES+= automake automake-1.4 \ automake-1.5 \ automake-1.6 \ automake-1.7 \ automake-1.8 \ - automake-1.9 + automake-1.9 \ + automake-1.10 .for _t_ in ${_TOOLS_AM_NAMES} _TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING |