[SCM] PostGIS branch master updated. 3.5.0-273-g6dedde9f6

git at osgeo.org git at osgeo.org
Tue Apr 15 12:07:09 PDT 2025


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  6dedde9f6fee8d929a3c501e9dcb310288eb47ec (commit)
      from  c06333052c9be44691ab20b1e8523921e02d8870 (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 6dedde9f6fee8d929a3c501e9dcb310288eb47ec
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 15 12:07:04 2025 -0700

    Expose POSTGIS_GDAL_VERSION in the config log output

diff --git a/configure.ac b/configure.ac
index 45022c713..db9aaa872 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1968,7 +1968,7 @@ AC_MSG_RESULT([  GEOS config:          ${GEOS_CONFIG_SRC}])
 AC_MSG_RESULT([  GEOS version:         ${GEOS_VERSION} (${POSTGIS_GEOS_VERSION})])
 if test "x$RASTER" = "xraster"; then
     AC_MSG_RESULT([  GDAL config:          ${GDAL_CONFIG}])
-    AC_MSG_RESULT([  GDAL version:         ${GDAL_FULL_VERSION}])
+    AC_MSG_RESULT([  GDAL version:         ${GDAL_FULL_VERSION}] (${POSTGIS_GDAL_VERSION}))
 fi
 if test "x$SFCGAL" = "xsfcgal"; then
     AC_MSG_RESULT([  SFCGAL config:        ${SFCGAL_CONFIG}])

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

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list