pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Recognize aclocal-1.10 and automake-1.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a097bfcb0fe
branches:  trunk
changeset: 522212:9a097bfcb0fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 05 22:48:31 2006 +0000

description:
Recognize aclocal-1.10 and automake-1.10.

diffstat:

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

diffs (27 lines):

diff -r 17413089f1f6 -r 9a097bfcb0fe mk/tools/automake.mk
--- a/mk/tools/automake.mk      Tue Dec 05 22:29:27 2006 +0000
+++ b/mk/tools/automake.mk      Tue Dec 05 22:48:31 2006 +0000
@@ -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 @@
                                        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



Home | Main Index | Thread Index | Old Index