From e6ef33712d8959bb381728a73de4fbaffcda3b32 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 20 Feb 2004 23:45:43 +0000 Subject: 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. --- lang/dylan-interpreter/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/dylan-interpreter') diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 4f9668678ed..df5b663e689 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2004/02/14 17:21:43 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/02/20 23:45:43 jlam Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -25,6 +25,7 @@ ALL_TARGET= default GNU_CONFIGURE= yes AUTOMAKE_REQD= 1.4 +AUTOCONF_REQD= 2.50 DYLAN_VERSION= 2.3.6 -- cgit v1.2.3