summaryrefslogtreecommitdiff
path: root/www/quanta
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-20 23:45:43 +0000
committerjlam <jlam>2004-02-20 23:45:43 +0000
commitd6c361a0aeea92d39a17835fb2b5962d7ca483fd (patch)
treeed1af8ccebfa7818c821ad32f0f90b46f59e94d5 /www/quanta
parente0e2a04887e2dba17093c6a43ccc2705a84e95d1 (diff)
downloadpkgsrc-d6c361a0aeea92d39a17835fb2b5962d7ca483fd.tar.gz
Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
Diffstat (limited to 'www/quanta')
-rw-r--r--www/quanta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile
index df1acfab420..5d5b18aa906 100644
--- a/www/quanta/Makefile
+++ b/www/quanta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/20 23:45:43 jlam Exp $
DISTNAME= quanta-2.0-pr2
PKGNAME= quanta-1.9.9.2
@@ -26,7 +26,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
pre-configure:
cd ${WRKSRC}; \
- ${ACLOCAL}; \
+ ${ACLOCAL} -I .; \
${AUTOHEADER}; \
${AUTORECONF} --force; \
${AUTOMAKE} -a --gnu -i; \