Norman Vine writes:
> 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

Strange, what happens / what kind of error messages do you see when
this is missing?  The auto-tools do seem to suffer from mutually
incompatible config file formats between versions which has been a
problem for us ... :-(

> 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).

I have committed autogen.sh scripts and updated the README.autoconf.

Curt.
-- 
Curtis Olson   Intelligent Vehicles Lab         FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

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

Reply via email to