![](https://secure.gravatar.com/avatar/fdacc4794c321fc1f76a5290623e16a4.jpg?s=120&d=mm&r=g)
7 May
2007
7 May
'07
4:44 p.m.
On 5/7/07, Luca Bruno <gnug.torte@...112...> wrote:
John Faith scrisse:
The test in check_version() where it fails is:
if (("$MAJOR1" > "$MAJOR2"))||(((("$MAJOR1" == "$MAJOR2")) && (("$MINOR1" >= "$MINOR2")))); then
Does anyone know why this 'if' does not use '-gt' for numeric compares and square brackets for test, like on the trunk? Am I getting source from the right place?
It was fixed in trunk in revision 13961, but 0.45 was already branched at that time. You can safely use autogen.sh from trunk or manually edit it for your needs. Maybe the fix should be ported to 0.45 branch also in our SVN.
Thanks for checking this.
The trunk one works better, and after a couple of changes to configure.ac as well, I can configure.
, John