autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] document shell function problems


From: Paolo Bonzini
Subject: Re: [PATCH] document shell function problems
Date: Fri, 05 Oct 2007 21:29:10 +0200
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)


Here is what I could gather from reports on address@hidden In
particular http://www.mail-archive.com/address@hidden/msg15966.html
suggested me the following minimal reproducer

  test -n "${ZSH_VERSION+set}" && emulate sh
  failure1 () {
    (exit 1)
    echo $?
  }

Should we add this into m4sh's _AS_DETECT_SUGGESTED_BODY, to skip zsh when
something better is present?

Already there, ac_func_failure fails.  See message I cited above.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]