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
This commit is contained in:
Andreas Schwab 2012-11-11 21:01:01 +00:00 committed by Andreas Schwab
parent 159520acf7
commit 919bbe6e1e
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-11-11 Andreas Schwab <schwab@linux-m68k.org>
* acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for
/usr/share/xml/docbook/stylesheet/nwalsh5/current.
* configure: Regenerate.
2012-11-11 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/policy_data_structures.xml: Update reference

View File

@ -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)

View File

@ -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; }