File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010# will set several variables: (see AC_SUBST at the end of this file)
1111# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1212
13- AC_INIT ( coq-dpdgraph ,0.6.3 )
13+ AC_INIT ( coq-dpdgraph ,0.6.4 )
1414AC_MSG_NOTICE ( AC_PACKAGE_NAME version AC_PACKAGE_VERSION )
1515
1616# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -184,8 +184,8 @@ COQVERSION=$($COQC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' )
184184AC_MSG_RESULT ( $COQVERSION )
185185
186186case $COQVERSION in
187- 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 ] *)
188- AC_MSG_ERROR ( AC_PACKAGE_NAME needs Coq version 8.8 or higher )
187+ 8.[ [ 1-8 ] ] [ [ ^ 0-9] ] *)
188+ AC_MSG_ERROR ( AC_PACKAGE_NAME needs Coq version 8.9 or higher )
189189 ;;
190190esac
191191
You can’t perform that action at this time.
0 commit comments