From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10719 invoked from network); 3 Jul 2001 05:52:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jul 2001 05:52:19 -0000 Received: (qmail 956 invoked by alias); 3 Jul 2001 05:51:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15214 Received: (qmail 928 invoked from network); 3 Jul 2001 05:51:10 -0000 From: "Bart Schaefer" Message-Id: <1010703055020.ZM8094@candle.brasslantern.com> Date: Tue, 3 Jul 2001 05:50:20 +0000 In-Reply-To: <200107030329.f633Tsa61798@goro.asahi-net.or.jp> Comments: In reply to Seiichi Namba "zsh-4.0.[12] won't "configure"" (Jul 3, 12:28pm) References: <200107030329.f633Tsa61798@goro.asahi-net.or.jp> X-Mailer: Z-Mail (5.0.0 30July97) To: Seiichi Namba , zsh-workers@sunsite.dk Subject: Re: zsh-4.0.[12] won't "configure" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 3, 12:28pm, Seiichi Namba wrote: } } Thanks for all your efforts on the shell, } } But what happened to Config/funcinst.mk in zsh-4.0.[12] ? funcinst.mk has been gone since just after 3.1.9. It was removed and the function installation information went to config.modules. } Or Config/funcinst.mk should have been made by auto(re)conf or something ? It shouldn't be used at all any more, and the two references to it in zshconfig.ac are a mistake. There should be no references left to the FUNCINST_MK variable that is erroneously defined there. } Will zsh-3.1.9/Config/funcinst.mk do the job (it seems succeeds too), } or should I wait the next fix ? You should not need funcinst.mk at all. Re-extract the tar file in a fresh directory, and start the configure process from scratch. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net