pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools mk/tools/automake.mk: support automake-1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7bc60834057
branches:  trunk
changeset: 326136:f7bc60834057
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 01 04:58:55 2018 +0000

description:
mk/tools/automake.mk: support automake-1.16

diffstat:

 mk/tools/automake.mk |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 79a7c3f7a7bd -r f7bc60834057 mk/tools/automake.mk
--- a/mk/tools/automake.mk      Sat Dec 01 04:58:46 2018 +0000
+++ b/mk/tools/automake.mk      Sat Dec 01 04:58:55 2018 +0000
@@ -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 @@
                                        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 @@
                                        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



Home | Main Index | Thread Index | Old Index