zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: "Zsh Workers List" <zsh-workers@sunsite.auc.dk>
Subject: Re: PATCH: pws-19: look no ed
Date: Mon, 24 May 1999 17:18:11 +0200	[thread overview]
Message-ID: <9905241518.AA35060@ibmth.df.unipi.it> (raw)
In-Reply-To: ""Andrej Borsenkow""'s message of "Mon, 24 May 1999 18:52:44 DFT." <008201bea5f5$14f1bcf0$21c9ca95@mow.siemens.ru>

"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@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-05-24 15:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-21 20:57 PATCH: cygwin and pws-19 Scott RoLanD
1999-05-22 13:05 ` PATCH: pws-19: look no ed Peter Stephenson
1999-05-24 14:52   ` Andrej Borsenkow
1999-05-24 15:18     ` Peter Stephenson [this message]
1999-05-24 15:53       ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9905241518.AA35060@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).