From: Adam Dickmeiss Date: Thu, 9 Sep 2004 09:54:37 +0000 (+0000) Subject: DTD_DIR assignment X-Git-Tag: YAZ.2.0.24~24 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=85dc21cfee478bc99c95dce7e2d3d9ddc46cc755;p=yaz-moved-to-github.git DTD_DIR assignment --- diff --git a/yaz.m4 b/yaz.m4 index 44a4405..b1e3f80 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.9 2004-09-09 09:40:04 adam Exp $ +## $Id: yaz.m4,v 1.10 2004-09-09 09:54:37 adam Exp $ ## # Use this m4 function for autoconf if you use YAZ in your own # configure script. @@ -10,7 +10,7 @@ AC_SUBST(DTD_DIR) AC_ARG_WITH(docbook-dtd, [ --with-docbook-dtd[=DIR] use docbookx.dtd in DIR], [ if test -f "$withval/docbookx.dtd"; then - DTD_DIR=$withva l + DTD_DIR=$withval fi ],[ AC_MSG_CHECKING(for docbookx.dtd)