]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
MPV: fixing the problem of Automake native files security attributes copying. Use...
authormpv <mpv@opencascade.com>
Mon, 19 Feb 2007 13:56:06 +0000 (13:56 +0000)
committermpv <mpv@opencascade.com>
Mon, 19 Feb 2007 13:56:06 +0000 (13:56 +0000)
build_configure

index 1da5bee97f374b58be3784409c536599ed41c94b..ae51779c03ca0275aefb17477c80f9f564401c04 100755 (executable)
@@ -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