From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 962 invoked from network); 1 Mar 2004 20:49:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 1 Mar 2004 20:49:22 -0000 Received: (qmail 15629 invoked by alias); 1 Mar 2004 20:49:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19515 Received: (qmail 15588 invoked from network); 1 Mar 2004 20:49:12 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 1 Mar 2004 20:49:12 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.254.112.45] by sunsite.dk (MessageWall 1.0.8) with SMTP; 1 Mar 2004 20:49:12 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 57C6270037; Mon, 1 Mar 2004 15:49:11 -0500 (EST) Date: Mon, 1 Mar 2004 15:49:11 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: No more configure caching? Message-ID: <20040301204911.GA29844@scowler.net> References: <1040301183947.ZM24742@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040301183947.ZM24742@candle.brasslantern.com> User-Agent: Mutt/1.5.5.1+cvs20040105i > Re-running configure takes a lot longer for zsh than it used to. Looking > at the output, it appears almost nothing is getting cached anymore? Was > this an intentional part of the change? The default changed from autoconf 2.13 to 2.5. You can get the old behavior by running ./configure -C.