configure: Add possible docbook paths on OS X (Fink, MacPorts)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4612 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-07-27 08:05:31 +00:00
parent 5c2c12bb78
commit a8c438fde1
1 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,8 @@ if test "${xslstylesheetsdir}" = "detect"; then
xslstylesheetsdir="no"
for f in \
/usr/share/xml/docbook/stylesheet/nwalsh \
/opt/local/share/xsl/docbook-xsl \
/sw/share/xml/xsl/docbook-xsl \
/usr/share/sgml/docbook/*; do
test -e "${f}/html/docbook.xsl" && xslstylesheetsdir="${f}"