]> SALOME platform Git repositories - modules/multipr.git/commitdiff
Salome HOME
Removed copying of configure files
authorabd <abd@opencascade.com>
Wed, 27 Jun 2007 13:07:15 +0000 (13:07 +0000)
committerabd <abd@opencascade.com>
Wed, 27 Jun 2007 13:07:15 +0000 (13:07 +0000)
Removed copying of pythonbe file

adm_local/unix/make_commence.in
configure.in.base

index cd6bf5237e06179073640badc393c6212d22a0ed..9003b3799978e75f29696ea13f3de8f0e821ef1c 100644 (file)
@@ -261,23 +261,26 @@ $(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
 
 $(top_srcdir)/configure.in: $(top_srcdir)/configure.in.base
        cd $(top_srcdir) && ./build_configure
-
-
-ACLOCAL_KERNEL = \
-ac_cxx_bool.m4                    check_corba.m4                       \
-ac_cxx_depend_flag.m4             check_hdf5.m4      enable_pthreads.m4        \
-ac_cxx_mutable.m4                 check_mico.m4      libtool.m4                \
-ac_cxx_namespaces.m4              check_omniorb.m4   pyembed.m4                \
-ac_cxx_partial_specialization.m4  python.m4                            \
-ac_cxx_typename.m4                check_pthreads.m4  check_cas.m4      \
-ac_cc_warnings.m4                 check_swig.m4 
+       
+ACLOCAL_SRC = \
+check_corba.m4                  ac_cxx_depend_flag.m4           check_hdf5.m4     \
+enable_pthreads.m4              ac_cxx_namespaces.m4            check_omniorb.m4  \
+pyembed.m4                      python.m4                       check_cas.m4      \
+check_swig.m4
+
+ACLOCAL_SRC_DEPR = \
+ac_cxx_bool.m4                  ac_cxx_mutable.m4       ac_cxx_partial_specialization.m4 \
+check_mico.m4                   libtool.m4              ac_cxx_typename.m4               \
+check_pthreads.m4               ac_cc_warnings.m4
 
 ACLOCAL_GUI = \
-check_vtk.m4                      check_opengl.m4        check_qt.m4   \
+check_vtk.m4                      check_opengl.m4       check_qt.m4   \
 check_GUI.m4                      check_corba_in_GUI.m4
 
-$(top_srcdir)/aclocal.m4: $(ACLOCAL_KERNEL:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%) \
+$(top_srcdir)/aclocal.m4: $(ACLOCAL_SRC:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%) \
+                          $(ACLOCAL_SRC_DEPR:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/DEPRECATED/%) \
                           $(ACLOCAL_GUI:%=@GUI_ROOT_DIR@/adm_local/unix/config_files/%)
        cd $(top_srcdir) ; aclocal -I adm_local/unix/config_files -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files \
-                                                                 -I @GUI_ROOT_DIR@/adm_local/unix/config_files \
-                                                                  -I @MED_ROOT_DIR@/adm_local/unix/config_files
+                                   -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files/DEPRECATED \
+                                   -I @GUI_ROOT_DIR@/adm_local/unix/config_files \
+                                   -I @MED_ROOT_DIR@/adm_local/unix/config_files
index 9e90c365bc4721816c86620f93682f6f7f2d9fb3..a2d636a677690997e948bc0841fcfa698d265808 100644 (file)
@@ -16,7 +16,7 @@
 #
 
 AC_INIT(src)
-AC_CONFIG_AUX_DIR(${KERNEL_ROOT_DIR}/salome_adm/unix/config_files)
+AC_CONFIG_AUX_DIR(${KERNEL_ROOT_DIR}/salome_adm/unix/config_files/DEPRECATED)
 AC_CANONICAL_HOST
 
 PACKAGE=salome