pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk hide aclocal-1.8 and automake-1.8 after automake up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aa1a9dcd8a6
branches:  trunk
changeset: 465155:5aa1a9dcd8a6
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 23 01:38:12 2003 +0000

description:
hide aclocal-1.8 and automake-1.8 after automake update to 1.8.

diffstat:

 mk/tools.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r b733922573f7 -r 5aa1a9dcd8a6 mk/tools.mk
--- a/mk/tools.mk       Tue Dec 23 01:32:58 2003 +0000
+++ b/mk/tools.mk       Tue Dec 23 01:38:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.17 2003/12/23 01:32:58 grant Exp $
+# $NetBSD: tools.mk,v 1.18 2003/12/23 01:38:12 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -40,10 +40,12 @@
                                        bin/aclocal-1.5                 \
                                        bin/aclocal-1.6                 \
                                        bin/aclocal-1.7                 \
+                                       bin/aclocal-1.8                 \
                        bin/automake    bin/automake-1.4                \
                                        bin/automake-1.5                \
                                        bin/automake-1.6                \
-                                       bin/automake-1.7
+                                       bin/automake-1.7                \
+                                       bin/automake-1.8
 
 .if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
 .  for _autotool_ in autoconf automake



Home | Main Index | Thread Index | Old Index