Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
3fa07edb
Commit
3fa07edb
authored
Sep 20, 2012
by
MARCHE Claude
Browse files
delete previous $DATADIR/why3 before installing
parent
b5fffd6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
3fa07edb
...
...
@@ -212,6 +212,8 @@ clean::
install_no_local
::
mkdir
-p
$(BINDIR)
rm
-rf
$(DATADIR)
/why3
mkdir
-p
$(DATADIR)
/why3
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/images/boomy
mkdir
-p
$(DATADIR)
/why3/images/fatcow
...
...
@@ -235,6 +237,7 @@ install_no_local::
# if test -d /etc/bash_completion.d; then cp -f share/bash/why3 /etc/bash_completion.d; fi
install_no_local_lib
::
rm
-rf
$(OCAMLLIB)
/why3
mkdir
-p
$(OCAMLLIB)
/why3
cp
-f
src/why3.cm
*
$(OCAMLLIB)
/why3
cp
-f
META
$(OCAMLLIB)
/why3
...
...
configure.in
View file @
3fa07edb
...
...
@@ -394,7 +394,7 @@ else
cp -f src/coq-tactic/coqCompat.8.3.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
;;
8.*|trunk)
8.
4
*|trunk)
enable_coq_support=yes
cp -f src/coq-tactic/coqCompat.8.4.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
...
...
@@ -402,7 +402,7 @@ else
*)
enable_coq_support=no
AC_MSG_WARN(You need Coq 8.3 or later; Coq discarded)
reason_coq_support=" (need version 8.3 or
lat
er)"
reason_coq_support=" (
version is $COQVERSION but
need version 8.3 or
high
er)"
;;
esac
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment