xref: /netbsd/tools/autoconf/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.4 2002/12/08 20:19:57 thorpej Exp $
2
3MODULE=		autoconf
4
5CONFIGURE_ARGS=	--program-prefix=${_TOOL_PREFIX}
6CONFIGURE_ENV=	M4="${TOOLDIR}/bin/${_TOOL_PREFIX}m4 -g -D__gnu__"
7
8.include "${.CURDIR}/../Makefile.gnuhost"
9