zsh-workers
 help / color / mirror / code / Atom feed
From: Scott RoLanD <shr@chat.net>
To: **Zsh Workers List <zsh-workers@sunsite.auc.dk>
Subject: PATCH: cygwin and pws-19
Date: Fri, 21 May 1999 13:57:33 -0700	[thread overview]
Message-ID: <19990521135733.A26046@chat.net> (raw)

ed was indeed my problem; here is a patch for configure.in:

*** configure.in.orig   Mon May 17 11:57:44 1999
--- configure.in        Fri May 21 16:49:32 1999
***************
*** 349,354 ****
--- 349,358 ----
  AC_PROG_INSTALL             dnl Check for BSD compatible `install'
  AC_PROG_AWK                 dnl Check for mawk,gawk,nawk, then awk.
  AC_CHECK_PROGS([YODL], [yodl], [:])
+ AC_CHECK_PROG([ED], [ed], [ed])
+ if test -z "$ED"; then
+   AC_MSG_ERROR([ed not found in \$PATH])
+ fi
  
  dnl ------------------
  dnl CHECK HEADER FILES
***************
*** 1302,1308 ****
    echo '1,$s@^#( *"#)  *$ac_file_inputs |@#1 |@'
    echo 'w'
    echo 'q'
! ) | tr '#' '\\' | ed $CONFIG_STATUS >/dev/null 2>/dev/null]
  
  test "$real_no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  
--- 1306,1312 ----
    echo '1,$s@^#( *"#)  *$ac_file_inputs |@#1 |@'
    echo 'w'
    echo 'q'
! ) | tr '#' '\\' | $ED $CONFIG_STATUS >/dev/null 2>/dev/null]
  
  test "$real_no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1

-- 
Scott RoLanD
http://www.chat.net/~shr/


             reply	other threads:[~1999-05-21 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-21 20:57 Scott RoLanD [this message]
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
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=19990521135733.A26046@chat.net \
    --to=shr@chat.net \
    --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).