From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15440 invoked from network); 25 May 2009 18:14:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 25 May 2009 18:14:07 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 12305 invoked from network); 25 May 2009 18:14:03 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 May 2009 18:14:03 -0000 Received: (qmail 9881 invoked by alias); 25 May 2009 18:13:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26997 Received: (qmail 9863 invoked from network); 25 May 2009 18:13:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 25 May 2009 18:13:58 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id C2EEE801E289 for ; Mon, 25 May 2009 20:13:52 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id 00BB71042AF; Mon, 25 May 2009 18:13:49 +0000 (UTC) Date: Mon, 25 May 2009 18:13:49 +0000 From: Clint Adams To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: [PATCH] Respect ./configure --htmldir, keeping our default Message-ID: <20090525181349.GA15763@scru.org> Mail-Followup-To: Peter Stephenson , zsh-workers@sunsite.dk References: <200905252131.06325.arvidjaar@gmail.com> <200905251806.n4PI6Tt9007174@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905251806.n4PI6Tt9007174@pws-pc.ntlworld.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.94.2/9390/Mon May 25 14:49:36 2009 on bifrost X-Virus-Status: Clean On Mon, May 25, 2009 at 07:06:29PM +0100, Peter Stephenson wrote: > But I'm not sure what's going on here anyway. Anything that needs to be > configurable in the make system is either set by configure or if for > some reason that's not appropriate is overridden using shell syntax. > Should this be an option to configure? Bump the AC_PREREQ to 2.59c and you should guarantee its existence.