[postgis-tickets] r17399 - [garden] fix gardan test launch. To test, make garden.

Darafei komzpa at gmail.com
Sat Apr 20 01:20:35 PDT 2019


Author: komzpa
Date: 2019-04-20 01:20:34 -0700 (Sat, 20 Apr 2019)
New Revision: 17399

Modified:
   trunk/regress/Makefile.in
Log:
[garden] fix gardan test launch. To test, make garden.


Modified: trunk/regress/Makefile.in
===================================================================
--- trunk/regress/Makefile.in	2019-04-18 19:56:30 UTC (rev 17398)
+++ trunk/regress/Makefile.in	2019-04-20 08:20:34 UTC (rev 17399)
@@ -14,6 +14,10 @@
 MINGWBUILD=@MINGWBUILD@
 HAVE_SFCGAL=@HAVE_SFCGAL@
 
+POSTGIS_MAJOR_VERSION=@POSTGIS_MAJOR_VERSION@
+POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@
+POSTGIS_MICRO_VERSION=@POSTGIS_MICRO_VERSION@
+
 # Where we put our regression installation
 ifeq ($(MINGWBUILD),1)
 	srcdir=$(shell bash -c "pwd -W")



More information about the postgis-tickets mailing list