Home | History | Annotate | Line # | Download | only in autoconf
Makefile revision 1.4.54.1
      1  1.4.54.1     yamt #	$NetBSD: Makefile,v 1.4.54.1 2014/05/22 11:42:30 yamt 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.4.54.1     yamt 
      9  1.4.54.1     yamt # This value of M4=... makes our ${TOOL_M4} emulate GNU M4.
     10  1.4.54.1     yamt # Makefile.gnuhost stores a different value of M4=... in CONFIGURE_ENV,
     11  1.4.54.1     yamt # so we have to append to CONFIGURE_ENV *after* including
     12  1.4.54.1     yamt # Makefile.gnuhost.
     13  1.4.54.1     yamt #
     14  1.4.54.1     yamt CONFIGURE_ENV+=	M4=${TOOL_M4:Q}" -g -D__gnu__"
     15