2.9 counts as 2.10

master
Yevgen Muntyan 2006-05-04 22:40:11 -05:00
parent 9eb235e14f
commit f941692070
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ AC_DEFUN([_MOO_CHECK_VERSION],[
fi
done
# 2.9 counts as 2.10
if test $[]$1[]_MINOR_VERSION -ge 9; then
moo_ver_2_10=yes
fi
AC_MSG_RESULT($[]$1[]_MAJOR_VERSION.$[]$1[]_MINOR_VERSION.$[]$1[]_MICRO_VERSION)
fi