[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-6-gda2b1d8

git at osgeo.org git at osgeo.org
Thu Jul 23 13:06:34 PDT 2020


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  da2b1d8a0a5c3dd2d12fca0bc6d660f35a9c7be3 (commit)
      from  dcfb1258c15c1e72efe4204183087b036c75a4e7 (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 da2b1d8a0a5c3dd2d12fca0bc6d660f35a9c7be3
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 23 22:06:07 2020 +0200

    Work around an autoconf bug insisting in needing a config.rpath file

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:
 autogen.sh | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list