diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-03-08 00:04:05 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-03-08 00:04:05 +0000 |
commit | b329dd10a90b143c67cf2b5d8caa96c7ea6d8ca4 (patch) | |
tree | 2564fedfcbfbf259cb91eeef6699a97183bb9dc6 /libstdc++-v3/python | |
parent | 26bc022b8ffc4a1c32561a5b3c1ac62252457264 (diff) | |
download | gcc-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/python')
-rw-r--r-- | libstdc++-v3/python/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/python/Makefile.in b/libstdc++-v3/python/Makefile.in index 1c2668c..b8ea31a 100644 --- a/libstdc++-v3/python/Makefile.in +++ b/libstdc++-v3/python/Makefile.in @@ -202,6 +202,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@ |