zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: cygwin and pws-19
@ 1999-05-21 20:57 Scott RoLanD
  1999-05-22 13:05 ` PATCH: pws-19: look no ed Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Scott RoLanD @ 1999-05-21 20:57 UTC (permalink / raw)
  To: **Zsh Workers List

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/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-05-24 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
1999-05-24 15:53       ` Andrej Borsenkow

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).