On Wed, Dec 05, 2001 at 05:13:22PM -0600, Robert Boehne wrote:
> Toni:
>
> Your testers don't need aclocal, autoconf, or automake installed unless
> they are making changes to Makefile.am or configure.ac. Once you
> generate "configure" that's all they need. If someone else's Makefile
> is runn
Toni:
Your testers don't need aclocal, autoconf, or automake installed unless
they are making changes to Makefile.am or configure.ac. Once you
generate "configure" that's all they need. If someone else's Makefile
is running these tools, take it out, it's just plain wrong.
The idea of Autoconf
On Wed, Nov 28, 2001 at 11:33:40PM +0100, Toni Moreno Giménez wrote:
> each time I type "make" on my project (after doing "./configure" ) the
> Makefile runs another. all autotools system. this is:
>
> aclocal
> autoconf
> automake
> ./configure
>
> and finally begins the source compilation.
Hi to all , I'm new to the list, I have subscribed because i have a little
troubles, and I need, help.
each time I type "make" on my project (after doing "./configure" ) the
Makefile runs another. all autotools system. this is:
aclocal
autoconf
automake
./configure
and finally begins the so