mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
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. |
||
---|---|---|
.. | ||
backend | ||
bin | ||
data | ||
include | ||
interfaces | ||
lextest | ||
makefiles | ||
man | ||
pl | ||
template | ||
test | ||
tools | ||
tutorial | ||
utils | ||
config.guess | ||
config.sub | ||
configure | ||
configure.in | ||
DEVELOPERS | ||
GNUmakefile.in | ||
install-sh | ||
Makefile | ||
Makefile.global.in | ||
win32.mak |