summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-12 17:32:12 +0000
committerwiz <wiz>2002-08-12 17:32:12 +0000
commitda9cefcc3f191d360980c418ab2f415a29e260e8 (patch)
tree97724116792aa3ec94baa977675c2f0a19abae5a /devel
parent69c99223c5a64940a527276c0f3535d4de535292 (diff)
downloadpkgsrc-da9cefcc3f191d360980c418ab2f415a29e260e8.tar.gz
Set M4 so that GNU's is used. Fixes bulk build problem.
Diffstat (limited to 'devel')
-rw-r--r--devel/automake-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/automake-devel/Makefile b/devel/automake-devel/Makefile
index a8c2224a7d0..ca49ce17ee4 100644
--- a/devel/automake-devel/Makefile
+++ b/devel/automake-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/27 20:23:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/12 17:32:12 wiz Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
#
@@ -18,6 +18,7 @@ USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= PERL=${PERL5}
_STRIPFLAG_INSTALL= # none
+M4= ${PREFIX}/bin/gm4
MAKEINFOFLAGS= --no-split
MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}"