Alexander Kappes wrote:
> 
> Thanks for the information Julian. Yes, I removed the old config.cache
> file.
> 
> Did I get this right, the only way to make it work again is reverting to
> the old version?

The old version of the auto-tools will probably work, but I don't know for sure.  And 
I don't know whether that is the only way to make it work.  Sorry.

You should also check that "SimGear/configure.in" contains the line "AC_PREREQ(2.13)" 
near the beginning.  If you are not using a recent version from CVS, you need to add 
it:

  AC_INIT(simgear/bucket/newbucket.cxx)

+ # Require at least automake 2.13
+ AC_PREREQ(2.13)
+
  dnl Initialize the automake stuff
  AM_INIT_AUTOMAKE(SimGear, 0.0.18pre1)

That might solve the problem.

- Julian

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to