[BUG] Hardcoded python and install on solaris
From: P Fudd <hidden>
Date: 2016-06-15 22:55:31
From: P Fudd <hidden>
Date: 2016-06-15 22:55:31
Hi; When compiling git-1.8.0.2 on a moderately old OpenIndiana machine, I had to install a few things (m4, autoconf, coreutils, xz, python). Even though I started the configuration fresh (make distclean; configure), the makefile still wanted to use /usr/bin/python (instead of /usr/local/bin/python) and /usr/usb/install (instead of /usr/local/bin/install). Thanks for a great SCM!