[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-662-g016b4edca

git at osgeo.org git at osgeo.org
Thu Oct 5 15:34:50 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  016b4edca8acf3b2e1b8fec28f995dfbb0700ec1 (commit)
      from  cbb7a94f32e78a3398f6bc8e33da7c7087ac7a95 (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 016b4edca8acf3b2e1b8fec28f995dfbb0700ec1
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Oct 6 00:34:18 2023 +0200

    Fix search of docbook.xsl on filesystem

diff --git a/configure.ac b/configure.ac
index ef3a18881..d8f20e956 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ if test "x$XSLBASE" = "x"; then
 		"
 	for p in ${SEARCHPATH}; do
     case "${p}" in
-      "/*")
+      /*)
         AC_MSG_CHECKING([for xhtml5/docbook.xsl in directory $p...])
         if test -r "${p}"/xhtml5/docbook.xsl; then
           XSLBASE_AUTO="${p}"

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

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