Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/21/2005 23:09:36
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat May 21 23:09:36 UTC 2005

Modified Files:
	pkgsrc/mk/tools: defaults.mk replace.mk

Log Message:
For packages that use GNU configure scripts, pass the real command
paths for the tools that the package uses through the shell environment.
We do this since these paths may be hardcoded into package scripts,
and if they're not pre-specified, then they'll be searched for in the
PATH, which would find the ones in ${TOOLS_DIR}.

The variable names that GNU configure scripts expect are named in
_TOOLS_VARNAME_GNU.* for the various tools.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mk/tools/defaults.mk
cvs rdiff -r1.89 -r1.90 pkgsrc/mk/tools/replace.mk

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