summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authortv <tv>2004-10-14 16:15:26 +0000
committertv <tv>2004-10-14 16:15:26 +0000
commit99086d3d69e766c3bdf41b1bd2c5ca826eafc9c8 (patch)
tree2c54ca3f04a67bf4c2eb3d1d7e5f97f86b9c2289 /devel/libtool
parentb20fd4d10a95a412031a0b47661b79b6aa7dde81 (diff)
downloadpkgsrc-99086d3d69e766c3bdf41b1bd2c5ca826eafc9c8.tar.gz
Speed up subdir configure with -C.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index c2dd2ea72c5..396b27a100c 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2004/10/03 00:13:31 tv Exp $
+# $NetBSD: Makefile.common,v 1.54 2004/10/14 16:15:26 tv Exp $
#
DISTNAME= libtool-1.5.10
@@ -20,3 +20,5 @@ FILESDIR= ${.CURDIR}/../libtool/files
PATCHDIR= ${.CURDIR}/../libtool/patches
AUTOMAKE_OVERRIDE= NO
+
+CONFIGURE_ARGS+= -C # autoconf cache speedup