diff options
author | tv <tv@pkgsrc.org> | 2005-01-19 16:33:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-19 16:33:55 +0000 |
commit | 207151e5cf1105d9d998f5f489fff81259764975 (patch) | |
tree | 6e8c1e945932f26b4da7e9b2ffd47fa118eb8fa5 /devel/libtool | |
parent | ad456ebc2b4f5ce2651cff74b84300e5b3f2508e (diff) | |
download | pkgsrc-207151e5cf1105d9d998f5f489fff81259764975.tar.gz |
Since some platforms (notably IRIX) don't like the autoconf cache, don't
try forcing it on; rather, go back to autoconf's default of no cache file.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index f63a3a0cfcf..5a6bdc7f393 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2004/11/29 03:15:35 tv Exp $ +# $NetBSD: Makefile.common,v 1.59 2005/01/19 16:33:55 tv Exp $ # DISTNAME= libtool-1.5.10 @@ -21,8 +21,6 @@ PATCHDIR= ${.CURDIR}/../libtool/patches AUTOMAKE_OVERRIDE= NO -CONFIGURE_ARGS+= -C # autoconf cache speedup - .include "../../mk/bsd.prefs.mk" # The configure script persists in trying to find the path to ld, which |