In aclocal.m4, line 178: if expr "$fptools_cv_happy_version" "<" 1.9 > /dev/null 2>&1; then Since "1.9" and "1.10" are not integers, "<" is string comparison.