X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz.m4;h=869068693a67b51a337c5315306b0f312fd63a46;hb=12c6db025bffd23e760ceb31120468cf363256df;hp=bd01a3b9b9e819d3ba93ae3ebaa1221ded49a40e;hpb=9410013db1ff20d37f25b4b62231be8f95f16615;p=idzebra-moved-to-github.git diff --git a/yaz.m4 b/yaz.m4 index bd01a3b..8690686 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,5 +1,3 @@ -## $Id: yaz.m4,v 1.7 2004-09-09 09:55:20 adam Exp $ -## # Use this m4 function for autoconf if you use YAZ in your own # configure script. @@ -85,7 +83,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