Skip to content

Commit

Permalink
Eliminate AC_COMPARE_VERSION
Browse files Browse the repository at this point in the history
We also have AX_COMPARE_VERSION which does essentially the same job.
  • Loading branch information
ojwb committed Mar 17, 2015
1 parent e6ed961 commit c7c6f23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions Tools/config/ac_compare_version.m4

This file was deleted.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ else

AC_MSG_CHECKING(if Ocaml version is greater than 3.08.2)
OCAMLVER=`$OCAMLC -version | sed -e 's/.*version //g'`
AC_COMPARE_VERSION([$OCAMLVER],[3.08.2],[:],[:],[OCAMLLOC=_loc])
AX_COMPARE_VERSION([$OCAMLVER], [ge], [3.08.2], [OCAMLLOC=_loc])
AC_MSG_RESULT($OCAMLVER)
fi
fi # Disabling ocaml
Expand Down

0 comments on commit c7c6f23

Please sign in to comment.