Re: needs help

2001-12-05 Thread Thomas Dickey
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

Re: needs help

2001-12-05 Thread Robert Boehne
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

Re: needs help

2001-11-29 Thread Steve M. Robbins
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.

needs help

2001-11-28 Thread Toni Moreno Giménez
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