[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0-47-g2a2e040b7

git at osgeo.org git at osgeo.org
Thu Oct 26 02:25:07 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, stable-3.4 has been updated
       via  2a2e040b799d114801762757fb00540acf4d8cd9 (commit)
      from  fdd8ecf68c9f2e2254843e0e135e638d6ad68c20 (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 2a2e040b799d114801762757fb00540acf4d8cd9
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Oct 26 11:24:22 2023 +0200

    Add notice message about docbook xsl lookup
    
    References #5588

diff --git a/configure.ac b/configure.ac
index 96a1d50fa..1dcfadcb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ if test "x$XSLBASE" = "x"; then
 		/usr/share/xsl/docbook-xsl
 		"
 	for p in ${SEARCHPATH}; do
+		AC_MSG_CHECKING([for html/docbook.xsl in directory $p...])
 		if test -r "${p}"/html/docbook.xsl; then
 			XSLBASE_AUTO="${p}"
 			break

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

Summary of changes:
 configure.ac | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list