X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz.m4;h=740cf688245312e5005a74d4223cd46f7eb70055;hb=9a7474140eb5aaaba2b50cbf8354eb3e5e2b813e;hp=d07efba4199b9db59487501eb47ea385d9ecd57a;hpb=a8026ae09c1be269bb3db0a21602815a897f5bf7;p=yazpp-moved-to-github.git diff --git a/yaz.m4 b/yaz.m4 index d07efba..740cf68 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.9 2004-09-09 09:43:20 adam Exp $ +## $Id: yaz.m4,v 1.11 2004-09-11 20:53:10 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) @@ -85,7 +85,7 @@ AC_DEFUN([YAZ_INIT], AC_SUBST(YAZVERSION) yazconfig=NONE yazpath=NONE - AC_ARG_WITH(yaz-config, [ --with-yaz-config=DIR use yaz-config in DIR (example /home/yaz-1.7)], [yazpath=$withval]) + AC_ARG_WITH(yaz, [ --with-yaz=DIR use yaz-config in DIR (example /home/yaz-1.7)], [yazpath=$withval]) if test "x$yazpath" != "xNONE"; then yazconfig=$yazpath/yaz-config else