From: mpv Date: Mon, 19 Feb 2007 13:56:06 +0000 (+0000) Subject: MPV: fixing the problem of Automake native files security attributes copying. Use... X-Git-Tag: V4_0a2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=825e85e84100a04ac36c9667f197de8a82367047;p=modules%2Fgui.git MPV: fixing the problem of Automake native files security attributes copying. Use 'install-sh' and 'missing' files from KERNEL (it stores it in CVS). (problem is reproduced on 'INDEX' station) --- diff --git a/build_configure b/build_configure index 1da5bee97..ae51779c0 100755 --- a/build_configure +++ b/build_configure @@ -30,9 +30,8 @@ cp -f ${KERNEL_ROOT_DIR}/salome_adm/unix/pythonbe.py salome_adm/unix # remove KERNEL deprecated configure files for deprecated in ac_cc_warnings.m4 ac_cxx_partial_specialization.m4 \ - check_mico.m4 config.guess install-sh ltmain.sh ac_cxx_bool.m4 ltconfig \ - ac_cxx_typename.m4 check_pthreads.m4 config.sub libtool.m4 ac_cxx_mutable.m4 \ - missing + 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 do rm salome_adm/unix/config_files/${deprecated} done