diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-01 04:58:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-01 04:58:55 +0000 |
commit | eb9f0a422d411a4b72dab43f5d3254c066757349 (patch) | |
tree | 50160746d35ec95daded54c605c082f88f5266dd /mk | |
parent | ac877da576d8f13fb93a6271f517201b5fee0d37 (diff) | |
download | pkgsrc-eb9f0a422d411a4b72dab43f5d3254c066757349.tar.gz |
mk/tools/automake.mk: support automake-1.16
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 d18cba81970..90c3f6203b4 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.29 2018/08/22 20:48:37 maya Exp $ +# $NetBSD: automake.mk,v 1.30 2018/12/01 04:58:55 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -86,7 +86,8 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \ aclocal-1.12 \ aclocal-1.13 \ aclocal-1.14 \ - aclocal-1.15 + aclocal-1.15 \ + aclocal-1.16 _TOOLS_AM_NAMES+= automake automake-1.4 \ automake-1.5 \ automake-1.6 \ @@ -98,7 +99,8 @@ _TOOLS_AM_NAMES+= automake automake-1.4 \ automake-1.12 \ automake-1.13 \ automake-1.14 \ - automake-1.15 + automake-1.15 \ + automake-1.16 .for _t_ in ${_TOOLS_AM_NAMES} _TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING |