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