Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: 3.1.6-bart-8: bad configure test, misc.
- X-seq: zsh-workers 8543
- From: Zefram <zefram@xxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: PATCH: 3.1.6-bart-8: bad configure test, misc.
- Date: Thu, 4 Nov 1999 16:37:05 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <991104162933.ZM26120@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Nov 4, 1999 4:29:33 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
>-AC_CHECK_PROGS([YODL], [yodl], [:])
>+AC_CHECK_PROGS([YODL], [yodl], [exit 0; yodl])
AC_CHECK_PROGS([YODL], [yodl], [: yodl])
would be better -- it preserves the semantics if $(YODL) is used in a
compound command, which is what the original tried to do.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author