On Mon, Mar 31, 2003 at 01:21:05AM +0100, Dr. David Kirkby wrote:
> To date I have never used a configure.ac
> file, only configure.in, but I will look at configure.ac too [...]
They're the same thing. configure.ac is the preferred name; the
older convention, configure.in, is still supported, but
Am I not getting some fundamental concept of the intention of config.h
files?
Here's my problem; I've got several projects that depend on each other;
several libraries that depend on each other in an orderly fashion. All of
them are using autotools for their build systems. One of the libraries i
| > Aharon> Thanks Tom. I'll wait for Akim to reply and/or forward to Andre.
| > Aharon> Akim, this happens pretty consistently for me with automake 1.7.3,
| > Aharon> autoconf 2.57 and current gawk; just touch configure.in in that dist
| > Aharon> and type make.
| >
| > Hi Aharon,
| >
| > I