Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.

Fixes configure error on cygwin.
This commit is contained in:
tsutsui 2011-11-21 13:46:37 +00:00
parent 7e10f851ee
commit 3093d001cd

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.gnuhost,v 1.34 2009/11/25 11:49:36 uebayasi Exp $
# $NetBSD: Makefile.gnuhost,v 1.35 2011/11/21 13:46:37 tsutsui Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@ -55,6 +55,7 @@ CONFIGURE_ENV+= \
INSTALL=${HOST_INSTALL_FILE:Q} \
LDFLAGS=${HOST_LDFLAGS:Q} \
LEX=${LEX:Q} \
M4=${TOOL_M4:Q} \
MAKE=${MAKE:Q} \
PATH="${TOOLDIR}/bin:$$PATH" \
RANLIB=${HOST_RANLIB:Q} \