From: Adam Dickmeiss Date: Thu, 30 Mar 2006 18:04:36 +0000 (+0000) Subject: Mention YAZ in error message X-Git-Tag: YAZPROXY.1.1.0.4~2 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=4515b1382c19f6257afbe887fcf82624738bf612;p=m4-moved-to-github.git Mention YAZ in error message --- diff --git a/yaz.m4 b/yaz.m4 index 2782a1d..796738e 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -126,7 +126,7 @@ AC_DEFUN([YAZ_INIT], have_yaz_version=`echo "$YAZVERSION" | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'` req_yaz_version=`echo "$2" | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'` if test "$have_yaz_version" -lt "$req_yaz_version"; then - AC_MSG_ERROR([$YAZVERSION. Requires $2 or later]) + AC_MSG_ERROR([$YAZVERSION. Requires YAZ $2 or later]) fi if test "$req_yaz_version" -gt "2000028"; then YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1"