[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.3-37-gf6e37c3

git at osgeo.org git at osgeo.org
Sun Aug 15 13:54:18 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, stable-3.0 has been updated
       via  f6e37c3e70dca282d99829bba13137cb913f191a (commit)
      from  d3661524b14a183a4b8feed91d8817a388a7f4ec (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 f6e37c3e70dca282d99829bba13137cb913f191a
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 16:54:14 2021 -0400

    Backport autogen.sh changes from 3.1 to address autoconf 2.71, references #4968 for PostGIS 3.0.4

diff --git a/NEWS b/NEWS
index 638bbca..cd97aec 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ PostGIS 3.0.4dev
   - #4926, Preserve SRID on unions of empty geometry (Paul Ramsey)
   - #4740, Round values in geography_distance_tree
            as we do on geography_distance (Raúl Marín, Paul Ramsey, Regina Obe)
+  - #4968, Update autogen.sh to handle autoconf 2.71 issues (Raúl Marín, Regina Obe)
 
 
 PostGIS 3.0.3
diff --git a/autogen.sh b/autogen.sh
index 3e6c8b3..1077208 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -81,6 +81,9 @@ ${ACLOCAL} -I macros || giveup
 echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
 ${AUTOCONF} || giveup
 
+# Work around an autoconf bug insisting in having this file
+touch build-aux/config.rpath
+
 if test -f "${PWD}/configure"; then
     echo "======================================"
     echo "Now you are ready to run './configure'"

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

Summary of changes:
 NEWS       | 1 +
 autogen.sh | 3 +++
 2 files changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list