[postgis-tickets] r17447 - Update GEOS recommendation to 3.7.0

Sandro Santilli strk at kbt.io
Wed May 29 06:57:59 PDT 2019


Author: strk
Date: 2019-05-29 06:57:59 -0700 (Wed, 29 May 2019)
New Revision: 17447

Modified:
   trunk/configure.ac
Log:
Update GEOS recommendation to 3.7.0

Doesn't make sense to recommend 3.6 if it takes 3.7 to use all
features of PostGIS...

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2019-05-27 21:28:06 UTC (rev 17446)
+++ trunk/configure.ac	2019-05-29 13:57:59 UTC (rev 17447)
@@ -1676,13 +1676,17 @@
 
 if test "$GEOS_NUMERIC_VERSION" -lt 30700; then
 AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
-AC_MSG_WARN([  You are building against GEOS ${GEOS_FULL_VERSION} ])
-AC_MSG_WARN([  To take advantage of all the features of ])
-AC_MSG_WARN([  this PostGIS version requires GEOS 3.7.0 or higher.])
-AC_MSG_WARN([  To take advantage of most of the features of this PostGIS])
-AC_MSG_WARN([  we recommend GEOS 3.6 or higher])
+AC_MSG_WARN([  You are building against GEOS ${GEOS_FULL_VERSION}.])
+AC_MSG_WARN([])
+AC_MSG_WARN([  To take advantage of _all_ the features of ])
+AC_MSG_WARN([  PostGIS, GEOS 3.7.0 or higher is required.])
+AC_MSG_WARN([])
+AC_MSG_WARN([  For _most_ features, GEOS 3.6.0 is enough.])
+AC_MSG_WARN([])
+AC_MSG_WARN([  We recommend GEOS 3.7.0 or higher])
+AC_MSG_WARN([])
 AC_MSG_WARN([  You can download the latest versions from ])
-AC_MSG_WARN([  http://trac.osgeo.org/geos ])
+AC_MSG_WARN([  http://geos.osgeo.org/ ])
 AC_MSG_WARN()
 fi
 



More information about the postgis-tickets mailing list