From 50f4ba5ad084040b848b211c5ea2aaef9fbc3a09 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 21 Oct 2010 13:53:58 +0000 Subject: [PATCH] build: detect xsl-stylesheet location for latest opensuse. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4824 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f7d06874fd..c638f6303a 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,7 @@ if test "${xslstylesheetsdir}" = "detect"; then xslstylesheetsdir="no" for f in \ /usr/share/xml/docbook/stylesheet/nwalsh \ + /usr/share/xml/docbook/stylesheet/nwalsh/current \ /opt/local/share/xsl/docbook-xsl \ /sw/share/xml/xsl/docbook-xsl \ /usr/share/sgml/docbook/*; do