pkgsrc/mk/configure
jlam 13ed6251eb No longer pass install_sh in the environment to GNU configure scripts.
We fix GNU configure script stupidity by directly replacing the stock
install-sh script provided by the software with the BSD install-compatible
sysutils/install-sh script.

A new package-settable variable comes to life:

INSTALL_SH_OVERRIDE is a list of files relative to WRKSRC which
	should be overridden by the install-sh script from
	sysutils/install-sh.  If not defined or set to "no", then
	no files are overridden.

	Possible values: no, defined, undefined.

	Default value: defined when GNU_CONFIGURE is defined, undefined
	otherwise.

Get rid of the install_sh tool, which is no longer needed.
2007-07-12 18:59:15 +00:00
..
bsd.configure-vars.mk No longer pass install_sh in the environment to GNU configure scripts. 2007-07-12 18:59:15 +00:00
bsd.configure.mk Renamed the configure-cookie target to _configure-cookie. 2007-03-07 01:27:27 +00:00
config-override.mk Normalized the way test(1) is used. Since I have no idea whether ${TEST} 2006-11-05 12:40:01 +00:00
configure.mk No longer pass install_sh in the environment to GNU configure scripts. 2007-07-12 18:59:15 +00:00
gnu-configure.mk No longer pass install_sh in the environment to GNU configure scripts. 2007-07-12 18:59:15 +00:00
install-sh-override.mk No longer pass install_sh in the environment to GNU configure scripts. 2007-07-12 18:59:15 +00:00
libtool-override.mk Normalized the way test(1) is used. Since I have no idea whether ${TEST} 2006-11-05 12:40:01 +00:00
pkg-config-override.mk Fix reversed test... noted by deiter roelants on tech-pkg. 2006-07-10 16:12:20 +00:00
replace-interpreter.mk Better documentation. 2007-03-08 23:58:20 +00:00
replace-localedir.mk Add "itlocaledir" to the list of directory patterns to replace. 2006-08-03 16:49:48 +00:00