]> granicus.if.org Git - postgis/commit
Hard-code build-aux/install-sh in all install scripts
authorRegina Obe <lr@pcorp.us>
Sat, 28 Oct 2017 17:04:34 +0000 (17:04 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 28 Oct 2017 17:04:34 +0000 (17:04 +0000)
commited28254b423b7c943bd08514dde8fe10d6f6d6ef
tree012515ee2f765c052fc557315e6dfac5177206f0
parent72a6303b47b140e409720a6f1748f669f2cd66e1
Hard-code build-aux/install-sh in all install scripts
instead of relying on @INSTALL@ to pick an install executable
on systems where @INSTALL@ resolves, ends up picking the system preferred install
which at least on mingw64 won't directories if they don't exist
in addition on mingw64, it doesn't
even fill in @INSTALL@ with install unless AC_PROG_INSALL is included
References #3916 for PostGIS 2.5 (trunk)
References #3912 for PostGIS 2.5 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@16073 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/Makefile.in
loader/Makefile.in
raster/loader/Makefile.in
utils/Makefile.in