diff options
author | tron <tron> | 1999-11-02 19:53:26 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-02 19:53:26 +0000 |
commit | 5ccea6b3a5919c93678c89aa6a6f0bb436c61d69 (patch) | |
tree | 8e6341d0124974e121d8a00db0428feb46d070cd | |
parent | a67654948cc136edfa3fe710ace7dac4abfe65cb (diff) | |
download | pkgsrc-5ccea6b3a5919c93678c89aa6a6f0bb436c61d69.tar.gz |
Make sure that the correct "awk" binary is selected during configuration.
Fixes PR pkg/8715 by Charles M. Hannum.
-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" |