bug-autoconf
[Top][All Lists]
Advanced

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

Re: Addition on Mac OS X bug report


From: Paul Eggert
Subject: Re: Addition on Mac OS X bug report
Date: Mon, 28 Jan 2002 15:44:58 -0800 (PST)

> From: Gerben Wierda <address@hidden>
> Date: Mon, 28 Jan 2002 23:32:52 +0100
> 
> It turns out it might be the shell. /bin/sh on Mac OS X is in fact zsh. 
> When I run bash configure, the script does not produce errors. The same 
> for the textsuite, which hangs with zsh but works with bash.

'configure' is supposed to detect that you're using zsh, and to work
around the incompatibilities.  The code to do this is at the very
start of 'configure', as follows:

   # Be Bourne compatible
   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     emulate sh
     NULLCMD=:
   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     set -o posix
   fi

Can you please try autoconf 2.52g:
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.52g.tar.gz

and if that doesn't work, find out why the above code does not work on
MacOS X?  For example, perhaps ZSH_VERSION isn't set in MacOS X; or
perhaps 'emulate sh' does not work.  Thanks.




reply via email to

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