From: Tom Lane <tgl@sss.pgh.pa.us>

Marc G. Fournier <scrappy@hub.org>

Commit: 91178b8b2ee131b8de301efe10ac3e80b080e735
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-08-30T19:41:50Z
Releases: 7.1.1
From: Tom Lane <tgl@sss.pgh.pa.us>

We're carrying around a copy of install-sh in case the local system
has no install script.  It's wasted baggage, because configure doesn't
know it's there :-(.  (Apparently everyone who's used postgres lately
already had an install script somewhere in their path.  I happened to
try to run configure with a minimal PATH tonight, and it promptly
gave up for lack of an install program.)  Here's the patch.

Files

PathChange+/−
src/configure modified +279 −280
src/configure.in modified +1 −2