Detection of happy 1.10 broken in aclocal.m4

Sebastien Carlier sebc@posse42.net
Sat, 20 Jan 2001 15:43:13 +0100


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.