From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22334 invoked from network); 30 May 2009 00:32:31 -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.6 required=5.0 tests=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; 30 May 2009 00:32:31 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81523 invoked from network); 30 May 2009 00:32:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 May 2009 00:32:25 -0000 Received: (qmail 1086 invoked by alias); 30 May 2009 00:32:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27023 Received: (qmail 1070 invoked from network); 30 May 2009 00:32:20 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 May 2009 00:32:20 -0000 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 5838980307FA for ; Sat, 30 May 2009 02:32:16 +0200 (CEST) Received: from ingmar by bach.exherbo.org with local (Exim 4.69) (envelope-from ) id 1MACUh-0004pS-IM for zsh-workers@sunsite.dk; Sat, 30 May 2009 00:32:15 +0000 Date: Sat, 30 May 2009 00:32:15 +0000 From: Ingmar Vanhassel To: zsh-workers@sunsite.dk Subject: Re: [PATCH] Respect ./configure --htmldir, keeping our default Message-ID: <20090530003215.GA18556@bach> References: <200905252131.06325.arvidjaar@gmail.com> <200905251806.n4PI6Tt9007174@pws-pc.ntlworld.com> <20090525181349.GA15763@scru.org> <20090526102557.19420500@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090526102557.19420500@news01> User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: ClamAV 0.94.2/9405/Fri May 29 12:01:16 2009 on bifrost X-Virus-Status: Clean On Tue, May 26, 2009 at 10:25:57AM +0100, Peter Stephenson wrote: > On Mon, 25 May 2009 18:13:49 +0000 > So the question is how we keep the same default but use any value on the > command line. This tests whether the value is the configure default, which > is a value you'd never give on the command line, but it's a bit brittle > since the default can potentially change. I don't know how to second guess > the standard argument processing; does anyone know? (This is a completely > different problem from adding an argument not supported internally by > autoconf.) That works like what I was aiming for, thanks Peter! -- Exherbo KDE, X.org maintainer