From: Adam Dickmeiss Date: Thu, 30 Mar 2006 18:04:57 +0000 (+0000) Subject: Mention YAZ++ in error message X-Git-Tag: YAZPROXY.1.1.0.4~1 X-Git-Url: http://git.indexdata.com/?p=m4-moved-to-github.git;a=commitdiff_plain;h=1cb4a833746e6ade070c837203f997862166b471 Mention YAZ++ in error message --- diff --git a/yazpp.m4 b/yazpp.m4 index cf121a0..8512109 100644 --- a/yazpp.m4 +++ b/yazpp.m4 @@ -44,7 +44,7 @@ AC_DEFUN([YAZPP_INIT], have_yaz_version=`echo "$YAZPPVERSION" | 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([$YAZPPVERSION. Requires $2 or later]) + AC_MSG_ERROR([$YAZPPVERSION. Requires YAZ++ $2 or later]) fi fi fi