From edb5be4254d1e9c782cb7bd0a2f3cb2216652bd1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Apr 2004 07:53:15 +0000 Subject: [PATCH] Use --with-yazpp instead of --with-yazppconfig --- yazpp.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yazpp.m4 b/yazpp.m4 index aa23573..28e628d 100644 --- a/yazpp.m4 +++ b/yazpp.m4 @@ -1,4 +1,4 @@ -## $Id: yazpp.m4,v 1.2 2004-04-11 14:34:01 adam Exp $ +## $Id: yazpp.m4,v 1.3 2004-04-22 07:53:15 adam Exp $ AC_DEFUN([YAZPP_INIT], [ AC_SUBST(YAZPPLIB) @@ -7,7 +7,7 @@ AC_DEFUN([YAZPP_INIT], AC_SUBST(YAZPPVERSION) yazppconfig=NONE yazpppath=NONE - AC_ARG_WITH(yazppconfig, [ --with-yazppconfig=DIR yaz++-config in DIR (example /home/yaz++-0.5)], [yazpppath=$withval]) + AC_ARG_WITH(yazpp, [ --with-yazpp=DIR yaz++-config in DIR (example /home/yaz++-0.8)], [yazpppath=$withval]) if test "x$yazpppath" != "xNONE"; then yazppconfig=$yazpppath/yaz++-config else -- 1.7.10.4