In turns out that it was using an old version of aclocal (1.6.3) and the new version of automake (1.9.3) and autoconf (1.59). So I removed the old version of aclocal so it would use v1.9.3 and now it works again.
The above is why I don't use Fink anymore. On Thu, 11 Nov 2004 12:22:52 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Arthur, > > Makefile.in isn't in CVS. It is generated by automake. > > GNU Automake - http://www.gnu.org/software/automake > Freeware - Generates makefile.in files from makefile.am input files, > as part of the official GNU coding standards and build process. > Requires GNU autoconf. > On Nov 11, 2004, at 9:52 AM, [EMAIL PROTECTED] > wrote: > > are you running ./autogen.sh without an errors? Have you updated > aclocal and autoconf also? > > I just did a make clean and a plib build from cvs and it worked fine > under Mac os X (10.6). The rest of the build went ok also (simgear and > flightgear) though I had a modified (flightgear) Input/input.cxx and > Main/options.cxx. The FlightGear changes are for debugging some things > I was looking at at one time... > > I'm doing a 'make clean install' for SimGear and FlightGear now from > latest (1700 GMT) cvs. My plib and simgear are straight from cvs, > flightgear and data are straight from cvs (no modified local copies, > except for the FlightGear input.cxx and options.cxx files that I > mentioned above). > > Ima > > > > > Message: 8 > > Date: Thu, 11 Nov 2004 09:51:09 -0500 > > From: Arthur Wiebe <[EMAIL PROTECTED]> > > Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X > > To: FlightGear developers discussions > > <[EMAIL PROTECTED]> > > Message-ID: <[EMAIL PROTECTED]> > > > > Content-Type: text/plain; charset=US-ASCII > > > > Since I was getting nowhere trying to build FG 0.9.6 I checked it out > > from CVS instead. After getting automake 1.9.3 I was able to run > > autogen.sh and configure but it seems Makefile.in is missing in CVS. > > > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: error: cannot find input file: Makefile.in > > > > That seems hard to believe though although it's true. I have no > > Makefile.in. > > > _______________________________________________ > > > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > 2f585eeea02e2c79d7b1d8c4963bae2d > -- <Arthur/> _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
