Norman Vine wrote:
> 
> 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
> 
I think its time to add an autogen.sh script to bootstrap the build
process.

Bernie

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

Reply via email to