From bb210b49f866d087ef2f3a90f0a63a4a37f82e83 Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 29 Jun 2007 11:45:36 +0000 Subject: [PATCH] Final adaptation of old make mechanizm for new automake building procedure of base modules --- build_configure | 1 + configure.in.base | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2