]> SALOME platform Git repositories - modules/multipr.git/commitdiff
Salome HOME
Final adaptation of old make mechanizm for new automake building procedure of base... Start_MERGE_MULTIPR_EVOLUTION V4_1_0a2 before_mergefrom_MERGE_MULTIPR_EVOLUTION_29Oct07
authorabd <abd@opencascade.com>
Fri, 29 Jun 2007 11:45:36 +0000 (11:45 +0000)
committerabd <abd@opencascade.com>
Fri, 29 Jun 2007 11:45:36 +0000 (11:45 +0000)
build_configure
configure.in.base

index be501f0cafe71e6cb53d8d39cce4700001444367..fcff55aa4d99f67a9cb4542abaed753addce709c 100755 (executable)
@@ -252,6 +252,7 @@ else
 fi
 
 aclocal -I adm_local/unix/config_files -I ${KERNEL_ROOT_DIR}/salome_adm/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
 if autoconf
index a2d636a677690997e948bc0841fcfa698d265808..1c8de10b3bf84a7640049b106f5524e8bf315cda 100644 (file)
@@ -88,7 +88,7 @@ dnl Fix up the INSTALL macro if it s a relative path. We want the
 dnl full-path to the binary instead.
 case "$INSTALL" in
    *install-sh*)
-      INSTALL='\${KERNEL_ROOT_DIR}'/salome_adm/unix/config_files/install-sh
+      INSTALL='\${KERNEL_ROOT_DIR}'/salome_adm/unix/config_files/DEPRECATED/install-sh
       ;;
 esac