aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/po
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-03-08 00:04:05 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2011-03-08 00:04:05 +0000
commitb329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4 (patch)
tree2564fedfcbfbf259cb91eeef6699a97183bb9dc6 /libstdc++-v3/po
parent26bc022b8ffc4a1c32561a5b3c1ac62252457264 (diff)
downloadgcc-b329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4.zip
gcc-b329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4.tar.gz
gcc-b329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4.tar.bz2
re PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses hardcoded path)
2011-03-07 Benjamin Kosnik <bkoz@redhat.com> Matthias Klose <doko@ubuntu.com> Jonathan Wakely <redi@gcc.gnu.org> 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 <redi@gcc.gnu.org> Co-Authored-By: Matthias Klose <doko@ubuntu.com> From-SVN: r170763
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r--libstdc++-v3/po/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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@