delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/12/01/12:28:23

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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 <cwilson AT ece DOT gatech DOT edu>
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 <lapo AT lapo DOT it>
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>

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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019