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 is that it creates a portable shell script
configure that does all the work.  Nothing but the bourne shell
is required to generate the Makefiles.

Robert

Toni Moreno Giménez wrote:
 
 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 source compilation. is not a big trouble to me. but is
 it for my betatesters. (they need all auto* tools ) and some times the don't
 have.
 
 I have been looking for ./configure.in in other projects, but i can't find
 how to disable it.
 
 I'm trying to build a first beta release of my project. and I need a lot your
 help.
 
 Lots of thanks.
 
 --
 =
 Toni Moreno Giménez
 =
 Pje de las rosas  nº 22
 Vilassar de Mar
 (Barcelona) Spain
 CP: 08340

-- 
Robert Boehne Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  [EMAIL PROTECTED]




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 running these tools, take it out, it's just plain wrong.
   The idea of Autoconf is that it creates a portable shell script
 configure that does all the work.  Nothing but the bourne shell
 is required to generate the Makefiles.

There are a number of (badly-broken-by-design) makefiles that add dependencies
to regenerate the configure script.
 
-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://invisible-island.net
ftp://invisible-island.net




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. is not a big trouble to me. but is 
 it for my betatesters. (they need all auto* tools ) and some times the don't 
 have.

They don't need to have the auto* tools.

Run make distcheck, and give them the resulting .tar.gz file.
The sources in this file can be built without needing the auto*
tools.

-S

-- 
by Rocket to the Moon,
by Airplane to the Rocket,
by Taxi to the Airport,
by Frontdoor to the Taxi,
by throwing back the blanket and laying down the legs ...
- They Might Be Giants





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 source compilation. is not a big trouble to me. but is 
it for my betatesters. (they need all auto* tools ) and some times the don't 
have.

I have been looking for ./configure.in in other projects, but i can't find 
how to disable it.

I'm trying to build a first beta release of my project. and I need a lot your 
help. 

Lots of thanks.

-- 
=
Toni Moreno Giménez
=
Pje de las rosas  nº 22
Vilassar de Mar 
(Barcelona) Spain
CP: 08340