From 56ea2214bd565fea37ee623436c1877010fdda62 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 31 Dec 2004 13:46:22 +0000 Subject: Compatibilité ancien nom de ocamldebug-coq git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6536 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 5ca1ba66e3..856b62d288 100755 --- a/configure +++ b/configure @@ -535,6 +535,9 @@ if test "$coq_debug_flag" = "-g" ; then chmod a-w,a+x $OCAMLDEBUGCOQ fi +# Compatibility with previous name +ln -s `basename $OCAMLDEBUGCOQ` $COQTOP/dev/ocamldebug-v7 + echo "If anything in the above is wrong, please restart './configure'" echo echo "*Warning* To compile the system for a new architecture" -- cgit v1.2.3