[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1196-ga1b3ebec1

git at osgeo.org git at osgeo.org
Sun Jul 9 21:32:29 PDT 2023


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  a1b3ebec1b23d36af3803715e9cb47558632b7fa (commit)
      from  7ddcceb56c4acbd6952dc4401c377a14a2fd5667 (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 a1b3ebec1b23d36af3803715e9cb47558632b7fa
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 10 06:30:52 2023 +0200

    Quote second argument to AC_INIT
    
    Trying to fix autoconf run on debbie, see
    https://debbie.postgis.net/job/PostGIS_Make_Dist/label=debbie/4831/console

diff --git a/configure.ac b/configure.ac
index d73dd1fc3..92ea3b22d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,11 +11,11 @@ dnl **********************************************************************
 
 AC_INIT(
   [postgis],
-  m4_esyscmd_s(
+  [m4_esyscmd_s(
     [grep ^POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2]
   ).m4_esyscmd_s(
     [grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2]
-  )
+  )]
 )
 
 # test to see if srcdir already configured, when

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list