1 1.6 apb # $NetBSD: Makefile,v 1.6 2013/08/07 17:50:55 apb Exp $ 2 1.1 tv 3 1.1 tv MODULE= autoconf 4 1.1 tv 5 1.4 thorpej CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} 6 1.1 tv 7 1.1 tv .include "${.CURDIR}/../Makefile.gnuhost" 8 1.6 apb 9 1.6 apb # This value of M4=... makes our ${TOOL_M4} emulate GNU M4. 10 1.6 apb # Makefile.gnuhost stores a different value of M4=... in CONFIGURE_ENV, 11 1.6 apb # so we have to append to CONFIGURE_ENV *after* including 12 1.6 apb # Makefile.gnuhost. 13 1.6 apb # 14 1.6 apb CONFIGURE_ENV+= M4=${TOOL_M4:Q}" -g -D__gnu__" 15