[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-367-gcd356b07a

git at osgeo.org git at osgeo.org
Sun Sep 10 23:56:36 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  cd356b07aac34c6b19e72980eab8ba5ccb39d774 (commit)
      from  904b079d74e5f5147b860d92bb8bbf95c4b592e3 (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 cd356b07aac34c6b19e72980eab8ba5ccb39d774
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Sep 11 08:56:15 2023 +0200

    We're not using math2ml anymore, so stop looking for it

diff --git a/configure.ac b/configure.ac
index 96a1d50fa..de25dd878 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,27 +319,6 @@ fi
 
 AC_SUBST([XSLBASE])
 
-dnl
-dnl Let's see if we can find mathml2.dtd
-dnl
-AC_ARG_WITH([mathmldtd],
-	[AS_HELP_STRING([--with-mathmldtd=PATH], [specify the dtd path for mathml2.dtd])],
-	[MATHML2_DTD="$withval"], [MATHML2_DTD=""])
-dnl TODO: get more paths to add here...
-if test "x$MATHML2_DTD" = "x"; then
-	MATHML2_DTD="http://www.w3.org/Math/DTD/mathml2/mathml2.dtd"
-	SEARCHPATH="
-			/usr/share/xml/schema/w3c/mathml/dtd
-			"
-	for p in ${SEARCHPATH}; do
-		if test -r "${p}"/mathml2.dtd; then
-			MATHML2_DTD="${p}/mathml2.dtd"
-			break
-		fi
-	done
-fi
-AC_SUBST([MATHML2_DTD])
-
 dnl ===========================================================================
 dnl Detect if pkg-config installed
 dnl ===========================================================================
@@ -1894,7 +1873,6 @@ AC_MSG_RESULT([  xsltproc:             ${XSLTPROC}])
 AC_MSG_RESULT([  xsl style sheets:     ${XSLBASE}])
 AC_MSG_RESULT([  dblatex:              ${DBLATEX}])
 AC_MSG_RESULT([  convert:              ${CONVERT}])
-AC_MSG_RESULT([  mathml2.dtd:          ${MATHML2_DTD}])
 AC_MSG_RESULT()
 
 if test "$POSTGIS_GEOS_VERSION" -lt 31200; then

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

Summary of changes:
 configure.ac | 22 ----------------------
 1 file changed, 22 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list