Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: 3.1.6-bart-8: bad configure test, misc.



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