From 825e85e84100a04ac36c9667f197de8a82367047 Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 19 Feb 2007 13:56:06 +0000 Subject: [PATCH] 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) --- build_configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2