Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: pws-19: look no ed
- X-seq: zsh-workers 6340
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: "Zsh Workers List" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: pws-19: look no ed
- Date: Mon, 24 May 1999 17:18:11 +0200
- In-reply-to: ""Andrej Borsenkow""'s message of "Mon, 24 May 1999 18:52:44 DFT." <008201bea5f5$14f1bcf0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
"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 <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author