From: abd Date: Fri, 20 Apr 2007 08:36:13 +0000 (+0000) Subject: Fix problem with DEPRECATED files form KERNEL X-Git-Tag: V4_0~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e29e100d4ed41fb35aeb1c647d70f6d87a144ffb;p=modules%2Fsmesh.git Fix problem with DEPRECATED files form KERNEL --- diff --git a/build_configure b/build_configure index 701a26d30..9a1d6494b 100755 --- a/build_configure +++ b/build_configure @@ -66,6 +66,15 @@ cp -f ${GUI_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files cp -f ${MED_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files cp -f ${GEOM_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files +# remove KERNEL deprecated configure files +for deprecated in ac_cc_warnings.m4 ac_cxx_partial_specialization.m4 \ + check_mico.m4 config.guess ltmain.sh ac_cxx_bool.m4 ltconfig ac_cxx_typename.m4 \ + check_pthreads.m4 config.sub libtool.m4 ac_cxx_mutable.m4 missing + do + rm -f salome_adm/unix/config_files/${deprecated} + done + + # ____________________________________________________________________ # aclocal creates the aclocal.m4 file from the standard macro and the # custom macro embedded in the directory salome_adm/unix/config_files