summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 15:29:15 +0000
committerjlam <jlam>2004-02-14 15:29:15 +0000
commitfa5bd95d2ad65942eecffff3a1d57457cf9d782f (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /devel/libtool
parent92308a1209af17742d110b3488baea113a6f2931 (diff)
downloadpkgsrc-fa5bd95d2ad65942eecffff3a1d57457cf9d782f.tar.gz
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile.common9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index b98a8736ed3..ac6f7e65372 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2004/02/08 11:21:58 skrll Exp $
+# $NetBSD: Makefile.common,v 1.45 2004/02/14 15:29:15 jlam Exp $
#
DISTNAME= libtool-1.5.2
@@ -20,11 +20,4 @@ DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo
FILESDIR= ${.CURDIR}/../libtool/files
PATCHDIR= ${.CURDIR}/../libtool/patches
-CONFIG_GUESS_OVERRIDE= \
- ${WRKSRC}/config.guess \
- ${WRKSRC}/libltdl/config.guess
-
-CONFIG_SUB_OVERRIDE= \
- ${WRKSRC}/config.sub \
- ${WRKSRC}/libltdl/config.sub
AUTOMAKE_OVERRIDE= NO