From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16766 invoked from network); 2 Mar 1999 09:26:19 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Mar 1999 09:26:19 -0000 Received: (qmail 17617 invoked by alias); 2 Mar 1999 09:26:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5600 Received: (qmail 17610 invoked from network); 2 Mar 1999 09:26:03 -0000 From: "Andrej Borsenkow" To: "Peter Stephenson" , Subject: RE: PATCH 3.1.5-pws-10: Fix Date: Tue, 2 Mar 1999 12:25:18 +0300 Message-ID: <009701be648e$96a51f10$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 In-Reply-To: <9903020853.AA30487@ibmth.df.unipi.it> > We could have a separate file that is used unconditionally if it > exists --- > no make dependencies, so no rebuilding/deleting horror --- but > gets removed > by a distclean, which is appropriate in this case since it's now > configuration information. How does that sound? That reminds me. Why cannot we have --enable-dynamic-modules/--enable-static-modules in configure? That is really better as having separate file that needs to be edited by hand. I could even probably be > persuaded it shouldn't be removed automatically at all. It should be removed by distclean in any case. That is exactly the point, why configure argument is much better. You could the have a standard config.zsh, that runs configure with all desired options. /andrej