postgresql/src
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury
Update install-sh to that from Autoconf 2.63, plus our Darwin-specific
changes (which I simplified a bit).  install-sh is now able to install
multiple files in one run, so we could simplify our makefiles sometime.

install-sh also now has a -d option to create directories, so we don't need
mkinstalldirs anymore.

Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available
instead of install-sh -d.  For consistency with the rest of the world,
the corresponding make variable has been renamed from $(mkinstalldirs) to
$(MKDIR_P).
2009-08-26 22:24:44 +00:00
..
backend Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
bin Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
include Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
interfaces Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
makefiles Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
pl Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
port Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
timezone Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
tools Fix version_stamp.pl to allow 'alphaN' version stamps. Not sure how 2009-08-19 15:03:56 +00:00
tutorial 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
Makefile.global.in Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
Makefile.shlib Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00