aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-11 18:43:48 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-11 18:43:48 +0000
commit14be4137a9cb423bc65d1547d153bba19d419861 (patch)
tree02639981353fdf2daad4cd006a84c9b5c61f6147 /configure
parent9a1a12170b1f62ad65576ac30405ef86e364b97a (diff)
mise en place des outils
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@236 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0ca4c98ba..c0e81c8ee 100755
--- a/configure
+++ b/configure
@@ -461,6 +461,9 @@ echo_e "\nlet theories_dirs = [" >> $mlconfig_file
subdirs theories
echo_e "]\n" >> $mlconfig_file
+echo_e "\nlet tactics_dirs = [" >> $mlconfig_file
+subdirs contrib
+echo_e "]\n" >> $mlconfig_file
if test $ARCH = "win32" ; then
# We change: / -> \\ and \ -> \\ (dos paths)