Lines Matching refs:ax_compare_version
2 # http://www.nongnu.org/autoconf-archive/ax_compare_version.html
40 # variable 'ax_compare_version' is always set to either 'true' or 'false'
85 ax_compare_version=false
111 ax_compare_version=`echo "x$A
115 ax_compare_version=`echo "x$A
119 ax_compare_version=`echo "x$A
123 ax_compare_version=`echo "x$A
156 test "x$A" = "x$B" && ax_compare_version=true
159 test "x$A" != "x$B" && ax_compare_version=true
169 if test "$ax_compare_version" = "true" ; then