r168382 - in /trunk/libstdc++-v3: ChangeLog Mak...
Stephen M. Webb
stephen.webb@bregmasoft.ca
Mon Jan 3 02:10:00 GMT 2011
>> From: Dongsheng Song <dongsheng.song@gmail.com>
>> Date: Sat, Jan 1, 2011 at 11:29
>> Subject: Re: r168382 - in /trunk/libstdc++-v3: ChangeLog Mak...
>>
>> 1. insufficient docbook xsl path checker (trunk/libstdc++-v3/configure.ac)
>>
>> # Check for docbook
>> AC_CHECK_PROG([XSLTPROC], xsltproc, yes, no)
>> AC_CHECK_PROG([XMLLINT], xmllint, yes, no)
>> AC_CHECK_FILE([/usr/share/sgml/docbook/xsl-ns-stylesheets/VERSION],
>> [glibcxx_stylesheets=yes], [glibcxx_stylesheets=no])
>>
>> For Debian, here is the correct path:
>> -rw-r--r-- 1 root root 4510 Jul 22 2009
>> /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/VERSION
>> -rw-r--r-- 1 root root 4504 Jul 21 2009
>> /usr/share/xml/docbook/stylesheet/docbook-xsl/VERSION
I would think the stylesheet path should be
http://docbook.sourceforge.net/release/xsl-ns/current and the XML
catalog (/etc/xml) should take care of remapping to the local
installation path. See xmlcatalog(1).
--
Stephen M. Webb
More information about the Libstdc++
mailing list