From 91c0f3e4d91ac285fe23ac80a5d24e5e42c36da9 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 23 Dec 2004 12:00:45 +0000 Subject: Renommage de ocamldebug-v7 en ocamldebug-coq (pour passage à la v8) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6494 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 891cb7e518..5ca1ba66e3 100755 --- a/configure +++ b/configure @@ -515,11 +515,13 @@ sed -e "s|LOCALINSTALLATION|$local|" \ chmod a-w $COQTOP/config/Makefile ################################################## -# Building the $COQTOP/dev/ocamldebug-v7 file -#################################################### +# Building the $COQTOP/dev/ocamldebug-coq file +################################################## + +OCAMLDEBUGCOQ=$COQTOP/dev/ocamldebug-coq if test "$coq_debug_flag" = "-g" ; then - rm -f $COQTOP/dev/ocamldebug-v7 + rm -f $OCAMLDEBUGCOQ if [ "$CAMLP4LIB" = "+camlp4" ] ; then CAMLP4LIBFORCAMLDEBUG=$CAMLLIB/camlp4 else @@ -529,8 +531,8 @@ if test "$coq_debug_flag" = "-g" ; then -e "s|COQLIBDIRECTORY|$LIBDIR|" \ -e "s|CAMLBINDIRECTORY|$CAMLBIN|" \ -e "s|CAMLP4LIBDIRECTORY|$CAMLP4LIBFORCAMLDEBUG|" \ - $COQTOP/dev/ocamldebug-v7.template > $COQTOP/dev/ocamldebug-v7 - chmod a-w,a+x $COQTOP/dev/ocamldebug-v7 + $OCAMLDEBUGCOQ.template > $OCAMLDEBUGCOQ + chmod a-w,a+x $OCAMLDEBUGCOQ fi echo "If anything in the above is wrong, please restart './configure'" -- cgit v1.2.3