Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3DEA4653.10401@ece.gatech.edu> Date: Sun, 01 Dec 2002 12:26:43 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lapo Luchini CC: cygwin AT cygwin DOT com Subject: Re: cygwin's autoconf? References: <3DE8CDE5 DOT 8060307 AT lapo DOT it> <012101c2987f$67c9eb70$78d96f83 AT pomello> <3DE8E77D DOT 3000603 AT lapo DOT it> <3DE9114C DOT 1070309 AT ece DOT gatech DOT edu> <3DE9E769 DOT 7010104 AT lapo DOT it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lapo Luchini wrote: > That's not the point: I have no problem on my cybwin developement > machine: the problem is that ./configure-generated Makefile tries to > call the autotools on each different machine, even in no-one changed > configure.in or Makefile.am > > The client machine shouldn't need autotools or the know-how to use them, > right? Not necessarily. If configure.in doesn't have AM_MAINTAINER_MODE, then the default behavior is for all of the "maintainer rules" to be active all the time. That means configure searches for automake, autoconf, etc. and uses them to rebuild the infrastructure if necessary. Now, even if the maint-mode rules never get invoked, during *configure* you might get "test" invocations -- and it looks like those test invocations are failing. The behavior YOU are familiar with, where the maint-mode rules are never invoked and configure doesn't even search for the autotools, requires that configure.in include the AM_MAINTAINER_MODE macro, and you configure *without* --enable-maintainer-mode. Again, automake-1.7.1 requires autoconf-2.54. Make sure you have the latest versions of auto*-devel installed -- or that NONE of the following are installed: automake automake-stable automake-devel autoconf autoconf-stable autoconf-devel libtool libtool-stabe libtool-devel --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/