Module Name:    src
Committed By:   tsutsui
Date:           Mon Nov 21 13:46:37 UTC 2011

Modified Files:
        src/tools: Makefile.gnuhost

Log Message:
Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.
Fixes configure error on cygwin.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tools/Makefile.gnuhost

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.34 src/tools/Makefile.gnuhost:1.35
--- src/tools/Makefile.gnuhost:1.34	Wed Nov 25 11:49:36 2009
+++ src/tools/Makefile.gnuhost	Mon Nov 21 13:46:37 2011
@@ -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} \

Reply via email to