Salome HOME
Remove KERNEL DEPRECATED files from local salome_adm directory
authorabd <abd@opencascade.com>
Fri, 20 Apr 2007 12:33:34 +0000 (12:33 +0000)
committerabd <abd@opencascade.com>
Fri, 20 Apr 2007 12:33:34 +0000 (12:33 +0000)
build_configure

index 360cfee7220b8b1bdb992fd1affef9afe9da5f23..4c6777815fc853232090bd2e2a442735049c864b 100755 (executable)
@@ -74,6 +74,15 @@ 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
 cp -f ${SMESH_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