Norman Vine wrote:
> 
> Michael Basler writes:
> >Julian Foad write:
> >
> >> Until this is fixed properly, you can fix this by adding the line:
> >>
> >> AC_PREREQ(2.13)
> >>
> >> at the beginning of configure.in, just after the "dnl ..." lines
> >> which are comments.  At least, this works for me.
> >
> >One million thanks, Julian, this fixed the case for me. Same goes for
> >FlightGear, as I detected a few minutes later.
> >
> >Could someone "responsible" (Curt, Dave...) fix this in the
> >CVS? Thanks a lot.
> 
> The problem is that the GNU autotools had a non-backwards
> compatable change and we might have to live with hand tweaking
> the configure scripts for a while untill all systems have changed
> over to the newer release

They did have a major change, but adding AC_PREREQ(2.13) is a way of making the files 
compatible with the new CygWin autotools (the auto-detecting ones that explicitely 
look for this), while still remaining compatible with the old ones.  I use the old 
versions of the tools and they work fine with or without that line.

I hope that's right because I recently asked Curt to add that line in both 
SimGear/configure.in and FlightGear/configure.in.

- Julian

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

Reply via email to