It appears as if recent changes in the CVS requires a
modification in the steps for building FGFS
1) for now, with Cygwin at least, you NEED to add
AC_PREREQ(2.13)
as the first REAL LINE in configure.in
I am investigating this as it shouldn't be necessary
2) Everyone NEEDS to run autoheader as src/include/config.h.in
is no longer in the CVS files
Therefore the canonical sequence for building FGFS from
a fresh CVS checkout is now
% rm config.cache
% aclocal
% autoheader
% automake -a
% autoconf
% ./configure --YOUR_CONFIGURE_OPTIONS
% make
Could the "docs-mini/README.autoconf" file
PLEASE be UPDATEd to reflect (2).
Thank You
Norman
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel