mirror of git://gcc.gnu.org/git/gcc.git
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.
This commit is contained in:
parent
09c2815dc1
commit
64fad6a494
|
@ -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
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue