diff options
author | tron <tron@pkgsrc.org> | 1999-11-02 19:53:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-02 19:53:26 +0000 |
commit | d611dbc64debf3af1a2d1f655bd265ee2099b706 (patch) | |
tree | 8e6341d0124974e121d8a00db0428feb46d070cd /devel | |
parent | ccd34c63115b2fa17c2b77e705203191d592d6b9 (diff) | |
download | pkgsrc-d611dbc64debf3af1a2d1f655bd265ee2099b706.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')
-rw-r--r-- | devel/autoconf/Makefile | 4 |
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" |