[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-907-gaf23d0ebf

git at osgeo.org git at osgeo.org
Thu May 18 12:57:02 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  af23d0ebf41cad42462495606c13b43e3c8ecc2e (commit)
      from  270c7aaae55bb23c83760ce0e12e80f53ae1c9d5 (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 af23d0ebf41cad42462495606c13b43e3c8ecc2e
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu May 18 21:56:43 2023 +0200

    Fix warning about --datarootdir being ignored by configure script

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 38c2c52a7..9827194a2 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -25,6 +25,8 @@ translations = it_IT pt_BR fr es pl ko_KR de ja ru
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
+datarootdir = @datarootdir@
+datadir = @datadir@
 builddir = @builddir@
 top_builddir = @top_builddir@
 mandir = @mandir@
diff --git a/loader/Makefile.in b/loader/Makefile.in
index 06dd74e1b..da10b442d 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -14,6 +14,7 @@
 top_builddir = @top_builddir@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
+datarootdir = @datarootdir@
 datadir = @datadir@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 74299eef1..87d5be4ef 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -14,6 +14,7 @@
 top_builddir = @top_builddir@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
+datarootdir = @datarootdir@
 datadir = @datadir@
 prefix = @prefix@
 exec_prefix = @exec_prefix@

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

Summary of changes:
 doc/Makefile.in    | 2 ++
 loader/Makefile.in | 1 +
 utils/Makefile.in  | 1 +
 3 files changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list