I am about to add libtool and automake support to my project which has
sources in several subdirectories. My problem is that my current
Makefile.in uses wildcards to find out source files - something which I
can not use with automake, it seems.
So I am now looking for work-around for this. I am
Hi,
we just upgrading to
automake 1.6(from 1.4)
autoconf 2.53 (from 2.13)
libtool 1.4.2 (from 1.3.5)
and now the package won't compile anymore. I guess that the dependency
mechanism has somewhat changed.
The configuration of our software package is as follows. We are usin