aboutsummaryrefslogtreecommitdiff
path: root/common/m4/as-docbook.m4
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-30 08:18:47 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-30 08:18:47 +0200
commitab458c2ee68b132b62e498fcf293c2ec44477faf (patch)
treea2455400f05646458d97021f31202134f0f1dd11 /common/m4/as-docbook.m4
parent01f23673f675e49cdadf2007671a14835c7b2698 (diff)
Imported Upstream version 1.1.3upstream/1.1.3
Diffstat (limited to 'common/m4/as-docbook.m4')
-rw-r--r--common/m4/as-docbook.m414
1 files changed, 1 insertions, 13 deletions
diff --git a/common/m4/as-docbook.m4 b/common/m4/as-docbook.m4
index 2e27050..8a1b32a 100644
--- a/common/m4/as-docbook.m4
+++ b/common/m4/as-docbook.m4
@@ -14,19 +14,7 @@ AC_DEFUN([AS_DOCBOOK],
TYPE_UC=XML
DOCBOOK_VERSION=4.1.2
- if test -n "$XML_CATALOG_FILES"; then
- oldIFS=$IFS
- IFS=' '
- for xml_catalog_file in $XML_CATALOG_FILES; do
- if test -f $xml_catalog_file; then
- XML_CATALOG=$xml_catalog_file
- CAT_ENTRY_START='<!--'
- CAT_ENTRY_END='-->'
- break
- fi
- done
- IFS=$oldIFS
- elif test ! -f /etc/xml/catalog; then
+ if test ! -f /etc/xml/catalog; then
for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/ /usr/local/share/xsl/docbook ;
do
if test -d "$i"; then