Salome HOME
NRI : Remove salome_adm link at the beginning.
authornri <nri@opencascade.com>
Wed, 28 May 2003 12:57:06 +0000 (12:57 +0000)
committernri <nri@opencascade.com>
Wed, 28 May 2003 12:57:06 +0000 (12:57 +0000)
build_configure

index 0020387c6a83ed973952d54a56fd2442bf81457e..84dfafb439dd49ec9dc140f96a92e1e657b2ed00 100755 (executable)
@@ -103,6 +103,10 @@ then
 fi
 chmod u-w configure.in.base 
 
+if [ -e "${CONF_DIR}/salome_adm" ] ; then
+    \rm -f ${CONF_DIR}/salome_adm
+fi
+
 # make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
 echo "" >> configure.in_tmp1
 echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1