summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 6c9e19516fc..7e52ee29ac5 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2005/05/18 14:40:04 tv Exp $
+# $NetBSD: Makefile,v 1.64 2005/05/20 15:59:50 jlam Exp $
###########################################################################
###########################################################################
@@ -66,6 +66,11 @@ BUILD_SHLIBTOOL?= YES
USE_LANGUAGES= c c++ fortran
CONFIGURE_ARGS+= --with-tags=CXX,F77,GCJ
+.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])
+USE_TOOLS+= echo
+CONFIGURE_ENV+= ECHO=${TOOLS_ECHO:Q}
+.endif
+
.PHONY: fix-libtool
fix-libtool:
cd ${WRKSRC}; for f in libtool; do \