diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-08-21 21:34:03 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-09-07 17:50:49 +0100 |
commit | 64fad6a494c42d822cd7d6e3a0ec1e29e1045060 (patch) | |
tree | 9020ede641479c9f1730732918759007dc6a8dad /libstdc++-v3 | |
parent | 09c2815dc1665cd1cff96487f2e5bb368ccc3185 (diff) | |
download | gcc-64fad6a494c42d822cd7d6e3a0ec1e29e1045060.zip gcc-64fad6a494c42d822cd7d6e3a0ec1e29e1045060.tar.gz gcc-64fad6a494c42d822cd7d6e3a0ec1e29e1045060.tar.bz2 |
libstdc++: Update docbook xsl URI
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.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 13159d6..fcf7950 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 51c1d49..7230911 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -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; } |