From 919bbe6e1e61e021120fc2dc952f920d13b61dc6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 11 Nov 2012 21:01:01 +0000 Subject: [PATCH] acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for /usr/share/xml/docbook/stylesheet/nwalsh5/current. * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for /usr/share/xml/docbook/stylesheet/nwalsh5/current. * configure: Regenerate. From-SVN: r193413 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/acinclude.m4 | 4 ++++ libstdc++-v3/configure | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cc14d1e66ba..bd9ef593776 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2012-11-11 Andreas Schwab + + * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for + /usr/share/xml/docbook/stylesheet/nwalsh5/current. + * configure: Regenerate. + 2012-11-11 Gerald Pfeifer * doc/xml/manual/policy_data_structures.xml: Update reference diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 10dac63dcf0..8c6f170a978 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -686,6 +686,10 @@ if test x"$glibcxx_stylesheets" = x"yes"; then glibcxx_local_stylesheets=yes XSL_STYLE_DIR=/usr/share/xml/docbook/stylesheet/docbook-xsl-ns fi + if test -d /usr/share/xml/docbook/stylesheet/nwalsh5/current; then + glibcxx_local_stylesheets=yes + XSL_STYLE_DIR=/usr/share/xml/docbook/stylesheet/nwalsh5/current + fi fi AC_MSG_RESULT($glibcxx_local_stylesheets) diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 0c939ed90b8..5a98ee7bcde 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -71491,6 +71491,10 @@ if test x"$glibcxx_stylesheets" = x"yes"; then glibcxx_local_stylesheets=yes XSL_STYLE_DIR=/usr/share/xml/docbook/stylesheet/docbook-xsl-ns fi + if test -d /usr/share/xml/docbook/stylesheet/nwalsh5/current; then + glibcxx_local_stylesheets=yes + XSL_STYLE_DIR=/usr/share/xml/docbook/stylesheet/nwalsh5/current + fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_local_stylesheets" >&5 $as_echo "$glibcxx_local_stylesheets" >&6; } -- 2.30.2