diff options
author | wiz <wiz@pkgsrc.org> | 2000-04-04 23:18:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-04-04 23:18:24 +0000 |
commit | 4b1b531b17d951596120ad96dbfd5219faf0939d (patch) | |
tree | bc253f99dbd5d33f9acc0023c4e4d9ad038fbcb5 /devel/autoconf | |
parent | fd70dc86b7dd51b05de11e70e7ae810f3dc7b879 (diff) | |
download | pkgsrc-4b1b531b17d951596120ad96dbfd5219faf0939d.tar.gz |
set M4 to GNU m4. M4 in CONFIGURE_ENV was overridden by later addition of
M4-setting in bsd.pkg.mk.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index d2e9df4a9b1..6f4add3c980 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/11/02 19:53:26 tron Exp $ +# $NetBSD: Makefile,v 1.24 2000/04/04 23:18:24 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -12,9 +12,10 @@ HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html DEPENDS= m4-1.4:../../devel/m4 USE_PERL5= yes +M4= ${PREFIX}/bin/gm4 GNU_CONFIGURE= yes -CONFIGURE_ENV+= AWK="${AWK}" M4=${PREFIX}/bin/gm4 +CONFIGURE_ENV+= AWK="${AWK}" INFO_FILES= autoconf.info standards.info .include "../../mk/bsd.pkg.mk" |