pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 1 04:58:55 UTC 2018
Modified Files:
pkgsrc/mk/tools: automake.mk
Log Message:
mk/tools/automake.mk: support automake-1.16
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mk/tools/automake.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/automake.mk
diff -u pkgsrc/mk/tools/automake.mk:1.29 pkgsrc/mk/tools/automake.mk:1.30
--- pkgsrc/mk/tools/automake.mk:1.29 Wed Aug 22 20:48:37 2018
+++ pkgsrc/mk/tools/automake.mk Sat Dec 1 04:58:55 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index