Use system install program when available and usable
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Jun 2012 10:40:51 +0000 (13:40 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Jun 2012 10:40:51 +0000 (13:40 +0300)
commit9db7ccae2000524b72a4052352cbb5407fb53b02
tree8ef44910b43b12bca21aabfd3278f1c5584e9322
parentc60ca19de9ad777c51243605571d1d7606000f08
Use system install program when available and usable

In a3176dac22c4cd14971e35119e245abee7649cb9 we switched to using
install-sh unconditionally, because the configure check
AC_PROG_INSTALL would pick up any random program named install, which
has caused failure reports
(http://archives.postgresql.org/pgsql-hackers/2001-03/msg00312.php).
Now the configure check is much improved and should avoid false
positives.  It has also been shown that using a system install program
can significantly reduce "make install" times, so it's worth trying.
configure
configure.in
src/Makefile.global.in