Thanks, this fixed. -Aapo Rantalainen
2009/11/17 Damien Lespiau <[email protected]>: > On Tue, 2009-11-17 at 17:09 +0000, Aapo Rantalainen wrote: >> Hi, I tried compiled clutter from git, but there might be some >> autotool version mismatch. > > [...] > >> I think ubuntu 9.10 has very recent versions of autotools, so are they >> too new? Is there any solution how I can get clutter compiled? > > Would that help? > > diff --git a/configure.ac b/configure.ac > index c51b8ff..aa96c87 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -46,6 +46,7 @@ AC_INIT([clutter], > [clutter_version], > [http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter]) > AC_CONFIG_MACRO_DIR([build/autotools]) > +AC_CONFIG_AUX_DIR([.]) > AC_CONFIG_SRCDIR([clutter/clutter.h]) > AM_CONFIG_HEADER([config.h]) > > -- > Damien > > -- To unsubscribe send a mail to [email protected]
