Lines Matching full:false
7 # AX_COMPARE_VERSION(VERSION_A, OP, VERSION_B, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
39 # otherwise shell commands ACTION-IF-FALSE are run. The environment
40 # variable 'ax_compare_version' is always set to either 'true' or 'false'
53 # would both be false.
89 # Used to indicate true or false condition
90 ax_compare_version=false
117 x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/false/;s/x${B}/true/;1q"`
121 x$B" | sed 's/^ *//' | sort | sed "s/x${A}/false/;s/x${B}/true/;1q"`
125 x$B" | sed 's/^ *//' | sort | sed "s/x${A}/true/;s/x${B}/false/;1q"`
129 x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/true/;s/x${B}/false/;1q"`
173 dnl # Execute ACTION-IF-TRUE / ACTION-IF-FALSE.