Re: [Quickfix-developers] Updated include paths
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2003-05-06 13:25:44
|
On Tue, 2003-05-06 at 14:09, Oren Miller wrote: > bootstrap is run with every build. You can see here > in the build output: > http://quickfix.thoughtworks.com/cchtml/linux_pgcc_2_95_2.html#OUT > > That it is complaining because configure.in no longer > exists. It looks like you replaced it with > configure.ac, but older versions of autoconf (which > those machines are running) need the .in > > Is there a difference between the .ac and the .in > version formatwise? Can we set up a symlink in the > bootstrap script if an older version of autoconf is > detected? > Ah, yes the autoconf language has changed a little since autoconf 2.13. configure.ac is now the recommended input filename. Normally this isn't a problem as only people using CVS (aka maintainers) need to run the autotools via the bootstrap script. If you can give me a shell on the build machine I could install more recent autotools - or we could fall back to autoconf 2.13. Autoconf 2.5x has been around for a while - I've recently upgraded the libodbc++ project to use it. Cheers, Alex. |