summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authortron <tron>1999-11-02 19:53:26 +0000
committertron <tron>1999-11-02 19:53:26 +0000
commit6d76cf902b5566ad12ffdf645a3f90c337b4d2d5 (patch)
tree8e6341d0124974e121d8a00db0428feb46d070cd /devel/autoconf
parent4f9c873c7fc9621ea1d8379fde0f2d35c3351a38 (diff)
downloadpkgsrc-6d76cf902b5566ad12ffdf645a3f90c337b4d2d5.tar.gz
Make sure that the correct "awk" binary is selected during configuration.
Fixes PR pkg/8715 by Charles M. Hannum.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 3c1bfcf5ac9..d2e9df4a9b1 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1999/04/14 21:39:01 tron Exp $
+# $NetBSD: Makefile,v 1.23 1999/11/02 19:53:26 tron Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -14,7 +14,7 @@ DEPENDS= m4-1.4:../../devel/m4
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
+CONFIGURE_ENV+= AWK="${AWK}" M4=${PREFIX}/bin/gm4
INFO_FILES= autoconf.info standards.info
.include "../../mk/bsd.pkg.mk"