From eb9f0a422d411a4b72dab43f5d3254c066757349 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 1 Dec 2018 04:58:55 +0000 Subject: mk/tools/automake.mk: support automake-1.16 --- mk/tools/automake.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3