From b329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 8 Mar 2011 00:04:05 +0000 Subject: re PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses hardcoded path) 2011-03-07 Benjamin Kosnik Matthias Klose Jonathan Wakely PR libstdc++/47145 * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define. * configure.ac: Use it. * doc/Makefile.am (XSL_STYLE_DIR): Set at configure time. * configure: Regenerate. * doc/Makefile.in: Regenerate. Co-Authored-By: Jonathan Wakely Co-Authored-By: Matthias Klose From-SVN: r170763 --- libstdc++-v3/po/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libstdc++-v3/po') diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in index d460986..f552c6b 100644 --- a/libstdc++-v3/po/Makefile.in +++ b/libstdc++-v3/po/Makefile.in @@ -178,6 +178,7 @@ WARN_FLAGS = @WARN_FLAGS@ WERROR = @WERROR@ XMLLINT = @XMLLINT@ XSLTPROC = @XSLTPROC@ +XSL_STYLE_DIR = @XSL_STYLE_DIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ -- cgit v1.1