From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24984 invoked from network); 30 Jan 2008 04:42:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, RCVD_IN_NJABL_PROXY autolearn=no version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Jan 2008 04:42:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 93934 invoked from network); 30 Jan 2008 04:42:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Jan 2008 04:42:32 -0000 Received: (qmail 22954 invoked by alias); 30 Jan 2008 04:42:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24494 Received: (qmail 22935 invoked from network); 30 Jan 2008 04:42:25 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Jan 2008 04:42:25 -0000 Received: from uludag.org.tr (ns2.uludag.org.tr [193.140.100.220]) by bifrost.dotsrc.org (Postfix) with ESMTP id DFFA28029406 for ; Wed, 30 Jan 2008 05:42:21 +0100 (CET) Received: from ninjamobile.local (unknown [85.97.107.239]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by uludag.org.tr (Postfix) with ESMTP id D861C61E7195; Wed, 30 Jan 2008 06:42:18 +0200 (EET) From: Ismail =?utf-8?q?D=C3=B6nmez?= Organization: Pardus / KDE To: Clint Adams Subject: Re: Fwd: Re: zsh compilation problem with autoconf git Date: Wed, 30 Jan 2008 06:42:40 +0200 User-Agent: KMail/1.9.8 Cc: zsh-workers@sunsite.dk, Ralf Wildenhues References: <200801300003.33400.ismail@pardus.org.tr> <20080129223819.GA12715@scowler.net> In-Reply-To: <20080129223819.GA12715@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801300642.40468.ismail@pardus.org.tr> X-Virus-Scanned: ClamAV 0.91.2/5600/Tue Jan 29 22:52:23 2008 on bifrost X-Virus-Status: Clean [ Removed bug-autoconf from CC because this might be off topic for them ] Wednesday 30 January 2008 00:38:19 tarihinde Clint Adams =C5=9Funlar=C4=B1 = yazm=C4=B1=C5=9Ft=C4=B1: > On Wed, Jan 30, 2008 at 12:03:33AM +0200, Ismail D=C3=B6nmez wrote: > > Hi Ralf, > > > > I am forwarding your message to zsh-workers list. To summarise the issue > > zsh modules are not compiled with upcoming autoconf 2.62 and Ralf > > successfully identified that zsh/Src/mkmakemod.sh does some unportable > > stuff : > > > > =C2=A0 =C2=A0 # check 2.13, 2.50, and 2.60 syntaxes > > =C2=A0 =C2=A0 if grep '%@D@%D%' config.status >/dev/null || > > =C2=A0 =C2=A0 =C2=A0 =C2=A0grep ',@D@,D,' config.status >/dev/null || > > =C2=A0 =C2=A0 =C2=A0 =C2=A0grep ',@D@,|#_!!_#|D,' config.status >/dev/n= ull; then > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 is_dynamic=3Dtrue > > =C2=A0 =C2=A0 else > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 is_dynamic=3Dfalse > > =C2=A0 =C2=A0 fi > > > > So the question is, is this thing needed at all, if yes why? > > Presumably Src/mkmakemod.sh would need to be generated to check that > value in any supported manner. I don't recall a reason that that > can't be done. Why doesn't it parse config.h instead? I got=20 #define DYNAMIC 1 in config.h so this could be grepped easily. Regards, ismail =2D-=20 Never learn by your mistakes, if you do you may never dare to try again.