2013-08-07 21:50:55 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2013/08/07 17:50:55 apb Exp $
|
2001-11-14 23:05:23 +03:00
|
|
|
|
|
|
|
MODULE= autoconf
|
|
|
|
|
2002-12-08 23:19:56 +03:00
|
|
|
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
|
2001-11-14 23:05:23 +03:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.gnuhost"
|
2013-08-07 21:50:55 +04:00
|
|
|
|
|
|
|
# This value of M4=... makes our ${TOOL_M4} emulate GNU M4.
|
|
|
|
# Makefile.gnuhost stores a different value of M4=... in CONFIGURE_ENV,
|
|
|
|
# so we have to append to CONFIGURE_ENV *after* including
|
|
|
|
# Makefile.gnuhost.
|
|
|
|
#
|
|
|
|
CONFIGURE_ENV+= M4=${TOOL_M4:Q}" -g -D__gnu__"
|