diff options
| -rw-r--r-- | unicode/courier-unicode-version.m4.in | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/unicode/courier-unicode-version.m4.in b/unicode/courier-unicode-version.m4.in index 94b0c04..b9226d4 100644 --- a/unicode/courier-unicode-version.m4.in +++ b/unicode/courier-unicode-version.m4.in @@ -24,6 +24,15 @@ fi  p=`echo "00"$p | sed 's/.*(...)$/$[]1/'` +if test "$v$r$p" -lt 2002002 +then +   r=$[]2 +   p=$[]3 +   if test "$p" = "" +       then p="0" +   fi +fi +  AC_TRY_COMPILE([  #include <courier-unicode.h>  #ifndef COURIER_UNICODE_VERSION | 
