From f7bc1b3061e18fe951b6a7175ebd3cbf7b8108be Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 25 Jun 2007 09:04:19 +0000 Subject: [PATCH] Separation KERNEL DEPRECATED configuration files from main config_files --- build_configure | 6 ++++-- configure.in.base | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build_configure b/build_configure index 2acc679..5de36b8 100755 --- a/build_configure +++ b/build_configure @@ -232,9 +232,11 @@ fi if test ${SUPERV_WITH_GUI} = yes; then 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 ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files/DEPRECATED \ + -I ${GUI_ROOT_DIR}/adm_local/unix/config_files else - aclocal -I adm_local/unix/config_files -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files + 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 fi if autoconf diff --git a/configure.in.base b/configure.in.base index e2adf52..a7ce822 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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 -- 2.39.2