[postgis-tickets] r16025 - More INSTALL fixes

Sandro Santilli strk at kbt.io
Fri Oct 20 12:33:12 PDT 2017


Author: strk
Date: 2017-10-20 12:33:11 -0700 (Fri, 20 Oct 2017)
New Revision: 16025

Modified:
   trunk/loader/Makefile.in
   trunk/raster/loader/Makefile.in
   trunk/utils/Makefile.in
Log:
More INSTALL fixes

See #3912

Modified: trunk/loader/Makefile.in
===================================================================
--- trunk/loader/Makefile.in	2017-10-20 19:28:28 UTC (rev 16024)
+++ trunk/loader/Makefile.in	2017-10-20 19:33:11 UTC (rev 16025)
@@ -25,7 +25,7 @@
 CFLAGS=-I ../liblwgeom @CFLAGS@ @PICFLAGS@ @WARNFLAGS@ @PROJ_CPPFLAGS@
 top_builddir = @top_builddir@
 SHELL = @SHELL@
-INSTALL = $(SHELL) ../install-sh
+INSTALL = @INSTALL@
 LIBTOOL = @LIBTOOL@
 
 # Filenames with extension as determined by the OS

Modified: trunk/raster/loader/Makefile.in
===================================================================
--- trunk/raster/loader/Makefile.in	2017-10-20 19:28:28 UTC (rev 16024)
+++ trunk/raster/loader/Makefile.in	2017-10-20 19:33:11 UTC (rev 16025)
@@ -21,11 +21,11 @@
 #############################################################################
 
 # Set CFLAGS after PGXS, otherwise it will get overwritten with the PGXS
-# version which is not what we want. 
+# version which is not what we want.
 CC=@CC@
 top_builddir = @top_builddir@
 SHELL = @SHELL@
-INSTALL = $(SHELL) ../../install-sh
+INSTALL = @INSTALL@
 LIBTOOL = @LIBTOOL@
 
 # Filenames with extension as determined by the OS

Modified: trunk/utils/Makefile.in
===================================================================
--- trunk/utils/Makefile.in	2017-10-20 19:28:28 UTC (rev 16024)
+++ trunk/utils/Makefile.in	2017-10-20 19:33:11 UTC (rev 16025)
@@ -21,12 +21,12 @@
 DATA_built=postgis_restore.pl
 
 # PGXS information
-PG_CONFIG = @PG_CONFIG@ 
+PG_CONFIG = @PG_CONFIG@
 PGXS := @PGXS@
 include $(PGXS)
 
 SHELL = @SHELL@
-INSTALL = $(SHELL) ../install-sh
+INSTALL = @INSTALL@
 
 SCRIPTS_built = postgis_restore.pl
 



More information about the postgis-tickets mailing list