coq-dpdgraph
coq-dpdgraph copied to clipboard
Add COQBIN to configure.ac
- A COQBIN variable, if set and non-null is prepended to the PATH in
configure.ac. The variables COQC, COQDOC and COQTOP now contain an absolute path. - I have also changed BINDIR so that it remains the parent directory of whatever is COQC.
- In this case, if the OCAMLPATH variable is not set, a warning is emitted during ./configure (because the user probably wants the coq ml libs to be those corresponding to its current coq build)
- Other cleaning made in Makefile.in, using variables COQC COQTOP and COQDOC rather than fixed commands.
make archi_cleannow cleans more- small addition in .gitignore (swap files for vim)
closes #127
As a side remark, I tested that without COQBIN set it does indeed use the usual PATH search. But, I never had a build which builds and passes the tests other than Coq master, because I suspect some recent change makes your coq-master branch incompatible with even coq-8.18.
However, since you have regular tags for coq-versions, this seems ok. If that's intended, maybe this could be written somewhere that your coq-master branch is only meant to be compatible with coq's master branch.
Yes, PR requests merged as soon as mid august make coq-master incompatible with coq-V8.18.