On Fri, Oct 08, 2010 at 06:18:32PM +0100, Guido Trotter wrote: > On Fri, Oct 8, 2010 at 6:10 PM, Guido Trotter <[email protected]> wrote: > > 2.2.0 was built with old autotools, and it's incompatible with Python > > 2.6. Rebuilding with a newer autotools version fixes this. > > > > Signed-off-by: Guido Trotter <[email protected]> > > And of course I was making an actual tarball with this patch and had a > typo. Interdiff: > > diff --git a/configure.ac b/configure.ac > index de76bb3..84f64c6 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -2,7 +2,7 @@ > m4_define([gnt_version_major], [2]) > m4_define([gnt_version_minor], [2]) > m4_define([gnt_version_revision], [0]) > -m4_define([gnt_version_suffix], [1]) > +m4_define([gnt_version_suffix], [.1]) > m4_define([gnt_version_full], > m4_format([%d.%d.%d%s], > gnt_version_major, gnt_version_minor,
Thanks for the quick fix! (LGTM indeed). iustin
