From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 3DD23385840C; Thu, 7 Sep 2023 16:54:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3DD23385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694105663; bh=V4E4EWzLafq4y7G9bf7HVGqKtE+plyHJZ1OxmI31aXs=; h=From:To:Subject:Date:From; b=j5+25If5z/BpzNraGP4jzXgJjQ4BEbJrrBQkzBEMV0yC8dAQ2GPL2AcSiMV6WAGTY JZiIsSPrf8LVCwSAFqLGPIzFiiRGaAkojadTiGMCgU4r4lxveQNP8taLc9xip4HIHF 9Nkq6qVCJfY1OhTgt6p5iTon8YfaYLzXFgEWYKoA= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-3790] libstdc++: Update docbook xsl URI X-Act-Checkin: gcc X-Git-Author: Bruno Victal X-Git-Refname: refs/heads/master X-Git-Oldrev: 09c2815dc1665cd1cff96487f2e5bb368ccc3185 X-Git-Newrev: 64fad6a494c42d822cd7d6e3a0ec1e29e1045060 Message-Id: <20230907165423.3DD23385840C@sourceware.org> Date: Thu, 7 Sep 2023 16:54:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:64fad6a494c42d822cd7d6e3a0ec1e29e1045060 commit r14-3790-g64fad6a494c42d822cd7d6e3a0ec1e29e1045060 Author: Bruno Victal Date: Mon Aug 21 21:34:03 2023 +0100 libstdc++: Update docbook xsl URI The URI for namespaced docbook-xsl was updated to reflect the current DocBook upstream at . libstdc++-v3/Changelog: * acinclude.m4: Update docbook xsl URI. * configure: Regenerate. Diff: --- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 13159d6e95d2..fcf795032659 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 51c1d493ac9e..7230911bacc8 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; }