bug-autoconf
[Top][All Lists]
Advanced

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

about the ! builtin (Was: Re: gettext-0.14.1 build fails to run csc)


From: Alexandre Duret-Lutz
Subject: about the ! builtin (Was: Re: gettext-0.14.1 build fails to run csc)
Date: 24 May 2004 14:44:26 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3.50

>>> "Bruno" == Bruno Haible <address@hidden> writes:

[...]
 Bruno> sscli)
 Bruno>   if test -n "$HAVE_CSC_IN_PATH" \
 Bruno>             && csc -help >/dev/null 2>/dev/null \
 Bruno>             && ! { csc -help 2>/dev/null | grep -i chicken > /dev/null; 
}; then
 Bruno>     HAVE_CSC=1
 Bruno>     ac_result="csc"
 Bruno>     break
[...]

Hmm, the `Limitations of Shell Builtins' section of the autoconf
manual says:

`!'    
     You can't use `!'; you'll have to rewrite your code.

Would had been nice to document why.  Where does it not work?
-- 
Alexandre Duret-Lutz





reply via email to

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