From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14574 invoked from network); 24 May 1999 15:45:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 May 1999 15:45:56 -0000 Received: (qmail 16262 invoked by alias); 24 May 1999 15:45:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6340 Received: (qmail 16255 invoked from network); 24 May 1999 15:45:47 -0000 Message-Id: <9905241518.AA35060@ibmth.df.unipi.it> To: "Zsh Workers List" Subject: Re: PATCH: pws-19: look no ed In-Reply-To: ""Andrej Borsenkow""'s message of "Mon, 24 May 1999 18:52:44 DFT." <008201bea5f5$14f1bcf0$21c9ca95@mow.siemens.ru> Date: Mon, 24 May 1999 17:18:11 +0200 From: Peter Stephenson "Andrej Borsenkow" wrote: > /bin/sh: .././install-sh: not found That seems to be the same deal as with sdir and sdir_top. It only comes up if you don't have an external install program that works, so I didn't notice. See if this works (re-running config.status should work OK). (If for some reason it doesn't work, I'd be interested to see what INSTALL is set to in, say, Src/Modules/Makefile.) --- Config/defs.mk.in.asf2 Mon May 24 17:07:09 1999 +++ Config/defs.mk.in Mon May 24 17:08:47 1999 @@ -62,7 +62,6 @@ YODL2HTML = $(YODL)2html # install utility -INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ --- Doc/Makefile.in.asf2 Mon May 24 17:07:09 1999 +++ Doc/Makefile.in Mon May 24 17:08:19 1999 @@ -33,6 +33,7 @@ VPATH = @srcdir@ sdir = @srcdir@ sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ @DEFS_MK@ --- Etc/Makefile.in.asf2 Mon May 24 17:07:09 1999 +++ Etc/Makefile.in Mon May 24 17:08:25 1999 @@ -34,6 +34,7 @@ VPATH = @srcdir@ sdir = @srcdir@ sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ @DEFS_MK@ --- Makefile.in.asf2 Mon May 24 17:07:09 1999 +++ Makefile.in Mon May 24 17:12:36 1999 @@ -34,6 +34,7 @@ VPATH = @srcdir@ sdir = @srcdir@ sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ @DEFS_MK@ --- Src/Makefile.in.asf2 Mon May 24 17:07:09 1999 +++ Src/Makefile.in Mon May 24 17:08:34 1999 @@ -34,6 +34,7 @@ VPATH = @srcdir@ sdir = @srcdir@ sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ @DEFS_MK@ --- Src/Makemod.in.in.asf2 Mon May 24 17:07:09 1999 +++ Src/Makemod.in.in Mon May 24 17:08:45 1999 @@ -36,6 +36,7 @@ VPATH = @srcdir@ sdir = @srcdir@ sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ @DEFS_MK@ -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy