]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix problem with DEPRECATED files form KERNEL
authorabd <abd@opencascade.com>
Fri, 20 Apr 2007 08:35:31 +0000 (08:35 +0000)
committerabd <abd@opencascade.com>
Fri, 20 Apr 2007 08:35:31 +0000 (08:35 +0000)
build_configure

index e28a352efd4677d815d9ceb4de95204b7e4638b4..31a83d234f15c588ce2a0077a31f136a11ef60e4 100755 (executable)
@@ -46,6 +46,15 @@ cp -f ${KERNEL_ROOT_DIR}/salome_adm/unix/SALOMEconfig.h.in salome_adm/unix
 
 cp -f ${GUI_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