NRI : Remove salome_adm link at the beginning.

This commit is contained in:
nri 2003-05-28 12:57:06 +00:00
parent d27a02e8c9
commit 066bdd1219

View File

@ -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