Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 18 Apr 2001 22:16:01 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: bz2lib autoconfiguration ?? Message-ID: <20010418221601.A17235@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <3ADE3A5F DOT 8A405046 AT yahoo DOT com> <20010418211155 DOT A5239 AT redhat DOT com> <3ADE3BD3 DOT 1A7D4300 AT yahoo DOT com> <20010418211651 DOT A15612 AT redhat DOT com> <3ADE402E DOT 4C46A9C9 AT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3ADE402E.4C46A9C9@yahoo.com>; from earnie_boyd@yahoo.com on Wed, Apr 18, 2001 at 09:32:30PM -0400 On Wed, Apr 18, 2001 at 09:32:30PM -0400, Earnie Boyd wrote: >Christopher Faylor wrote: >> >> On Wed, Apr 18, 2001 at 09:13:55PM -0400, Earnie Boyd wrote: >> >Christopher Faylor wrote: >> >> >> >> On Wed, Apr 18, 2001 at 09:07:43PM -0400, Earnie Boyd wrote: >> >> >Hmm... >> >> > >> >> >make clean && make >> >> > >> >> >This doesn't create the configuration needed for >> >> >i686-pc-cygwin/winsup/bz2lib. :( >> >> >> >> Do you have the latest CVS version? >> > >> >Yes! >> >> And, you reconfigured? >> > >Hmm... No, I thought that that should happen via dependency checking. >Makefile.in changes so reconfiguration should happen and create the new >directory and perform configuration for it. > >I'm I just dreaming or is this the way it should happen? I don't know. The mechanism in winsup/Makefile.in is similar to a lot of Makefile.in's in the repository. They invoke config.status --recheck when configure changes. This will rerun configure but it does so with the '--no-recursion' switch which seems to avoid creating new directories. I don't know if this is by accident or by design, though. cgf