From: Adam Dickmeiss Date: Sat, 11 Sep 2004 20:53:10 +0000 (+0000) Subject: option --with-yazconfig renamed to --with-yaz X-Git-Tag: YAZPP.0.9~20 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=9a7474140eb5aaaba2b50cbf8354eb3e5e2b813e;hp=15b0a8ff280a89593d09d320b841191cdd4cedf6;p=yazpp-moved-to-github.git option --with-yazconfig renamed to --with-yaz --- diff --git a/yaz.m4 b/yaz.m4 index fbf53b6..740cf68 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.10 2004-09-09 09:55:10 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. @@ -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