From: abd Date: Fri, 29 Jun 2007 11:45:36 +0000 (+0000) Subject: Final adaptation of old make mechanizm for new automake building procedure of base... X-Git-Tag: Start_MERGE_MULTIPR_EVOLUTION X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb210b49f866d087ef2f3a90f0a63a4a37f82e83;p=modules%2Fmultipr.git Final adaptation of old make mechanizm for new automake building procedure of base modules --- diff --git a/build_configure b/build_configure index be501f0..fcff55a 100755 --- a/build_configure +++ b/build_configure @@ -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 diff --git a/configure.in.base b/configure.in.base index a2d636a..1c8de10 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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