pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Also hide automake 1.9* commands by adding their na...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f9850b376b6
branches:  trunk
changeset: 479822:2f9850b376b6
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 23 09:33:25 2004 +0000

description:
Also hide automake 1.9* commands by adding their names in _HIDE_PROGS.automake.

For me this fixed the build of devel/kdevelop-base version 3.1.0 with latest
automake package version 1.9.1 installed.

diffstat:

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

diffs (24 lines):

diff -r 837bd34532a7 -r 2f9850b376b6 mk/tools.mk
--- a/mk/tools.mk       Mon Aug 23 09:01:57 2004 +0000
+++ b/mk/tools.mk       Mon Aug 23 09:33:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.37 2004/07/22 17:02:22 drochner Exp $
+# $NetBSD: tools.mk,v 1.38 2004/08/23 09:33:25 seb Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -43,11 +43,13 @@
                                        bin/aclocal-1.6                 \
                                        bin/aclocal-1.7                 \
                                        bin/aclocal-1.8                 \
+                                       bin/aclocal-1.9                 \
                        bin/automake    bin/automake-1.4                \
                                        bin/automake-1.5                \
                                        bin/automake-1.6                \
                                        bin/automake-1.7                \
-                                       bin/automake-1.8
+                                       bin/automake-1.8                \
+                                       bin/automake-1.9
 
 .if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
 _CONFIGURE_PREREQ+=    override-autotools



Home | Main Index | Thread Index | Old Index