[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-511-gfefbc85

git at osgeo.org git at osgeo.org
Fri Sep 10 16:59:51 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  fefbc85e9edc7482c9989bbc887903f43ec6ce88 (commit)
      from  7279f8f66bcbe7e4ef5bcb5a48843119d19ce1e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fefbc85e9edc7482c9989bbc887903f43ec6ce88
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 10 19:59:46 2021 -0400

    Make proj 4.9 the minimum from 4.6, hopefully no bots complain

diff --git a/configure.ac b/configure.ac
index e633a9f..d6c79ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -894,9 +894,9 @@ AC_DEFINE_UNQUOTED([POSTGIS_PROJ_VERSION], [$POSTGIS_PROJ_VERSION], [PROJ librar
 AC_SUBST([POSTGIS_PROJ_VERSION])
 CPPFLAGS="$CPPFLAGS_SAVE"
 
-dnl Ensure that we are using PROJ >= 4.6.0 (requires pj_set_searchpath)
-if test ! "$POSTGIS_PROJ_VERSION" -ge 46; then
-	AC_MSG_ERROR([PostGIS requires PROJ >= 4.6.0])
+dnl Ensure that we are using PROJ >= 4.9.0 (requires pj_set_searchpath)
+if test ! "$POSTGIS_PROJ_VERSION" -ge 49; then
+	AC_MSG_ERROR([PostGIS requires PROJ >= 4.9.0])
 fi
 
 AC_SUBST([PROJ_CPPFLAGS])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list