On 2005-08-31 13:21:22 +0200, Vincent Lefevre wrote:
> The info documentation says:
> 
>  - Macro: AC_COMPILE_IFELSE (INPUT, [ACTION-IF-FOUND],
>           [ACTION-IF-NOT-FOUND])
>      Run the compiler and compilation flags of the current language
>      (*note Language Choice::) on the INPUT, run the shell commands
>      ACTION-IF-TRUE on success, ACTION-IF-FALSE otherwise.  The INPUT
>      can be made by `AC_LANG_PROGRAM' and friends.
> 
> "ACTION-IF-FOUND" should be replaced by "ACTION-IF-TRUE" and
> "ACTION-IF-NOT-FOUND" should be replaced by "ACTION-IF-FALSE".

Or better: ACTION-IF-SUCCESS and ACTION-IF-FAILURE respectively
everywhere. Same problem with AC_LINK_IFELSE.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to