[SCM] PostGIS branch stable-3.4 updated. 3.4.0-48-g7eeb62b83
git at osgeo.org
git at osgeo.org
Thu Oct 26 03:16:39 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 7eeb62b83893717595ed8fbb9d70cfb65fb8ea24 (commit)
from 2a2e040b799d114801762757fb00540acf4d8cd9 (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 7eeb62b83893717595ed8fbb9d70cfb65fb8ea24
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Oct 26 12:16:14 2023 +0200
Fix configure messages of docbook search
diff --git a/configure.ac b/configure.ac
index 1dcfadcb4..5fde8de0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,8 +283,10 @@ if test "x$XSLBASE" = "x"; then
AC_MSG_CHECKING([for html/docbook.xsl in directory $p...])
if test -r "${p}"/html/docbook.xsl; then
XSLBASE_AUTO="${p}"
+ AC_MSG_RESULT([found])
break
fi
+ AC_MSG_RESULT([not found])
done
dnl Check to see if the automatically searched paths above located a
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list