]> granicus.if.org Git - postgis/commitdiff
Real DESTDIR changes this time.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Feb 2004 22:04:56 +0000 (22:04 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Feb 2004 22:04:56 +0000 (22:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@437 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 73e6885879b2fd20a8d624745ac50af9841eb3d7..dc8834b7899d27ec3e155b94e8e43ca3b01a9f90 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,18 @@
 # Set USE_PROJ to 1 for Proj4 reprojection support
 #
 USE_PROJ=1
-PROJ_DIR=/usr/local
+ifeq (${PROJ_DIR},) 
+       PROJ_DIR=/usr/local
+endif
 
 #---------------------------------------------------------------
 # Set USE_GEOS to 1 for GEOS spatial predicate and operator
 # support
 #
 USE_GEOS=1
-GEOS_DIR=/usr/local
+ifeq (${GEOS_DIR},) 
+       GEOS_DIR=/usr/local
+endif
 
 #---------------------------------------------------------------
 # Set USE_STATS to 1 for new GiST statistics collection support