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:
parent
159520acf7
commit
919bbe6e1e
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user