Hi,
I have a strange problem with my autotools setup.
I have configure.ac in the top directories and Makefile.am in all source
directories and top directories.
I use a sequence
autoreconf --install
cd build
../configure
make
Sometime this works fine. On other occasions I get an error
automak
Hello Dan,
* Dan Smithers wrote on Wed, Jan 21, 2009 at 03:19:06PM CET:
> I have configure.ac in the top directories and Makefile.am in all source
> directories and top directories.
>
> I use a sequence
>
> autoreconf --install
> cd build
> ../configure
> make
>
> Sometime this works fine. On