Skip to content
Snippets Groups Projects
Commit 477183a9 authored by Julien Signoles's avatar Julien Signoles Committed by François Bobot
Browse files

[configure] update required Frama-C version

parent 0057cf3c
No related branches found
No related tags found
No related merge requests found
......@@ -55,14 +55,14 @@ REQUIRED_NUMBER=20151002
REQUIRED_NAME=Magnesium
case $FRAMAC_VERSION in
# $REQUIRED_NAME-$REQUIRED_NUMBER+dev*)
# # at the time being, must use the Frama-C development version
# ;;
$REQUIRED_NAME-$REQUIRED_NUMBER*)
if test -n "$EXTRA_VERSION_NUMBER"; then
AC_MSG_WARN(no guarantee of compatibility with your Frama-C custom \
version of $REQUIRED_NAME)
fi;;
$REQUIRED_NAME-$REQUIRED_NUMBER+dev*)
# at the time being, must use the Frama-C development version
;;
# $REQUIRED_NAME-$REQUIRED_NUMBER*)
# if test -n "$EXTRA_VERSION_NUMBER"; then
# AC_MSG_WARN(no guarantee of compatibility with your Frama-C custom \
# version of $REQUIRED_NAME)
# fi;;
*)
if test $VERSION_NUMBER -lt $REQUIRED_NUMBER; then
AC_MSG_ERROR(Frama-C version must be at least \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment