2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

oops, broke the docbook detection stuff on netbsd

This commit is contained in:
Brian Wellington
2002-01-29 22:37:44 +00:00
parent 0062c1ddfe
commit 206c9e7f5d

View File

@@ -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