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/configure | |
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/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |