From ec08a2fc1e27918e9ea04e03988f0479c99f2e2f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 11 Sep 2004 20:54:30 +0000 Subject: [PATCH 1/1] option --with-yazconfig renamed to --with-yaz --- yaz.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaz.m4 b/yaz.m4 index fa49677..a0f4d6a 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.5 2004-09-09 09:54:50 adam Exp $ +## $Id: yaz.m4,v 1.6 2004-09-11 20:54:30 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 -- 1.7.10.4