diff options
| author | herbelin | 2008-06-02 09:01:38 +0000 |
|---|---|---|
| committer | herbelin | 2008-06-02 09:01:38 +0000 |
| commit | c076bdf8b80da7de215b26934cc6e9a8d0916837 (patch) | |
| tree | 49eece3e17dcca598dc101554369dfd56234a28c /configure | |
| parent | c85a4e0037cfc5a112e15bce28b4132dbdf3620b (diff) | |
Petites corrections diverses :
- bug d'installation (coq_config.cmo était installé une 2ème fois au
lieu d'installer coq_config.cmx)
- suite nettoyage configure, option reals
- ajout d'une option "only parsing" oubliée dans Peano.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11035 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -127,8 +127,7 @@ while : ; do -prefix|--prefix) prefix_spec=yes prefix="$2" shift;; - -local|--local) local=true - reals=all;; + -local|--local) local=true;; -src|--src) src_spec=yes COQSRC="$2" shift;; |
