From: Sandro Santilli Date: Thu, 19 Jan 2012 17:39:01 +0000 (+0000) Subject: In 9.1, it is datamoduledir driving module install dir, not MODULEDIR X-Git-Tag: 2.0.0alpha1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3c21af45c1b0ac8fe055b9248c3720ed9724dd1;p=postgis In 9.1, it is datamoduledir driving module install dir, not MODULEDIR git-svn-id: http://svn.osgeo.org/postgis/trunk@8878 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/Makefile.in b/postgis/Makefile.in index 4e26abec8..dc383cbb9 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -105,7 +105,7 @@ ifeq ($(REGRESS),1) bindir=/bin pkglibdir=/lib datadir=/share - MODULEDIR=contrib/postgis + datamoduledir=contrib/postgis endif # Make all PostGIS objects depend upon liblwgeom, so that if an underlying diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index df44b9e0f..33cc3467b 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -77,7 +77,7 @@ ifeq ($(REGRESS),1) bindir=/bin pkglibdir=/lib datadir=/share - MODULEDIR=contrib/postgis + datamoduledir=contrib/postgis endif # Borrow the $libdir substitution from PGXS but customise by adding the version number diff --git a/topology/Makefile.in b/topology/Makefile.in index cd76a442f..d09a69d17 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -59,7 +59,7 @@ ifeq ($(REGRESS),1) bindir=/bin pkglibdir=/lib datadir=/share - MODULEDIR=contrib/postgis + datamoduledir=contrib/postgis endif