]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Update docbook xsl URI
authorBruno Victal <mirai@makinata.eu>
Mon, 21 Aug 2023 20:34:03 +0000 (21:34 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 7 Sep 2023 16:50:49 +0000 (17:50 +0100)
The URI for namespaced docbook-xsl was updated to reflect the current
DocBook upstream at <https://cdn.docbook.org/>.

libstdc++-v3/Changelog:

* acinclude.m4: Update docbook xsl URI.
* configure: Regenerate.

libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index 13159d6e95d24a893e2db7bb14c90cfc930ecf7c..fcf795032659c94fa6db5329fff8117b5d68da69 100644 (file)
@@ -604,7 +604,7 @@ dnl  XSL_STYLE_DIR
 dnl
 AC_DEFUN([GLIBCXX_CONFIGURE_DOCBOOK], [
 
-glibcxx_docbook_url=http://docbook.sourceforge.net/release/xsl-ns/current/
+glibcxx_docbook_url=http://cdn.docbook.org/release/xsl/current/
 
 AC_MSG_CHECKING([for local stylesheet directory])
 glibcxx_local_stylesheets=no
index 51c1d493ac9e3719cc756c7c73b5070e66ff8fd0..7230911bacc8d23b2f371e1b3c6fd70bcf482162 100755 (executable)
@@ -74178,7 +74178,7 @@ fi
 
 
 
-glibcxx_docbook_url=http://docbook.sourceforge.net/release/xsl-ns/current/
+glibcxx_docbook_url=http://cdn.docbook.org/release/xsl/current/
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for local stylesheet directory" >&5
 $as_echo_n "checking for local stylesheet directory... " >&6; }