From 206c9e7f5db74bad463dfe75fa163eeab86ce6dd Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 29 Jan 2002 22:37:44 +0000 Subject: [PATCH] oops, broke the docbook detection stuff on netbsd --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 6db51193cd..7a9138399a 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.318 $) +AC_REVISION($Revision: 1.319 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1664,7 +1664,8 @@ AC_SUBST($1) catalogpath="" for d in $sgmltrees do - for s in docbook docbook/dsssl-stylesheets + catalogpath="$catalogpath $d" + for s in docbook/dsssl-stylesheets do catalogpath="$catalogpath $d/$s" done