X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=idzebra.m4;h=5ebe9b399d15992790f81c3c0a6af5aec88755d8;hb=bb5fcf812f2da644c0f5bb824c0d03df0309d00c;hp=34b1191622060d961cb119c17185ea64d49a63ef;hpb=2c0376064785c178eb038f64325f54191abd4684;p=m4-moved-to-github.git diff --git a/idzebra.m4 b/idzebra.m4 index 34b1191..5ebe9b3 100644 --- a/idzebra.m4 +++ b/idzebra.m4 @@ -1,4 +1,4 @@ -## $Id: idzebra.m4,v 1.1 2006-03-30 18:00:51 adam Exp $ +## $Id: idzebra.m4,v 1.2 2006-03-30 18:05:24 adam Exp $ ## # Use this m4 function for autoconf if you use ID Zebra in your own # configure script. @@ -49,7 +49,7 @@ AC_DEFUN([IDZEBRA_INIT], have_idzebra_version=`echo "$IDZEBRA_VERSION" | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'` req_idzebra_version=`echo "$2" | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'` if test "$have_idzebra_version" -lt "$req_idzebra_version"; then - AC_MSG_ERROR([$IDZEBRA_VERSION. Requires $2 or later]) + AC_MSG_ERROR([$IDZEBRA_VERSION. Requires idzebra $2 or later]) fi fi fi