Subject: CVS commit: basesrc/tools/make
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/25/2002 00:20:08
Module Name:	basesrc
Committed By:	bjh21
Date:		Wed Apr 24 21:20:08 UTC 2002

Modified Files:
	basesrc/tools/make: configure configure.ac

Log Message:
Check for the location of sh on the path, and use that to construct the
value for _PATH_DEFSHELLDIR.  In theory, _PATH_DEFSHELLDIR will also be
used to find csh, but ".SHELL csh" shouldn't be used anywhere in our source
tree, and this make shouldn't be used for other things.

This should cause nbmake to use the right shell for most purposes when
cross-compiling from Solaris.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/tools/make/configure \
    basesrc/tools/make/configure.ac

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