Skip to content

Commit

Permalink
fix the version of the package and the required version for Coq
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Feb 22, 2019
1 parent b1b4181 commit 58e2a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# will set several variables: (see AC_SUBST at the end of this file)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

AC_INIT(coq-dpdgraph,0.6.3)
AC_INIT(coq-dpdgraph,0.6.4)
AC_MSG_NOTICE(AC_PACKAGE_NAME version AC_PACKAGE_VERSION)

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -184,8 +184,8 @@ COQVERSION=$($COQC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' )
AC_MSG_RESULT($COQVERSION)

case $COQVERSION in
8.1[^0-9]*|8.2[0-9]*|8.3[0-9]*|8.4[0-9]*|8.5[0-9]*|8.6[0-9]*|8.7[0-9]*)
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.8 or higher)
8.[[1-8]][[^0-9]]*)
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.9 or higher)
;;
esac

Expand Down

0 comments on commit 58e2a6f

Please sign in to comment.