X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=yazpp.m4;h=65bb934f17a3693fdf3c4e37c0d5fb1452511a28;hp=85e839356a2ab5363d0acf147a02a3bcda68c2a4;hb=142aae0cea2da352c90ea45232d348a1b3fdb8ed;hpb=2f1a9a4b28ae43c9da9e0740f84048065b2d3bf6 diff --git a/yazpp.m4 b/yazpp.m4 index 85e8393..65bb934 100644 --- a/yazpp.m4 +++ b/yazpp.m4 @@ -1,4 +1,4 @@ -## $Id: yazpp.m4,v 1.1 2004-04-11 11:36:46 adam Exp $ +## $Id: yazpp.m4,v 1.3 2004-04-22 07:52:51 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 @@ -24,7 +24,7 @@ AC_DEFUN([YAZPP_INIT], fi done if test "x$yazppconfig" = "xNONE"; then - AC_PATH_PROG(yazppconfig, yaz-config, NONE) + AC_PATH_PROG(yazppconfig, yaz++-config, NONE) fi fi AC_MSG_CHECKING(for YAZ++)