From b3e52e0ee795a9f7645db5a990394a6e80275728 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 9 Mar 2006 08:18:02 +0000 Subject: [PATCH] Changes in configuration scripts --- adm_local/unix/make_commence.in | 8 ++++++-- build_configure | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index b1ea1d4e..e28295ad 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -261,7 +261,11 @@ ACLOCAL_GUI = \ check_vtk.m4 check_opengl.m4 check_qt.m4 \ check_GUI.m4 check_corba_in_GUI.m4 +ACLOCAL_MED = check_Med.m4 + $(top_srcdir)/aclocal.m4: $(ACLOCAL_SRC:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%) \ - $(ACLOCAL_GUI:%=@GUI_ROOT_DIR@/adm_local/unix/config_files/%) + $(ACLOCAL_GUI:%=@GUI_ROOT_DIR@/adm_local/unix/config_files/%) \ + $(ACLOCAL_MED:%=@MED_ROOT_DIR@/adm_local/unix/config_files/%) cd $(top_srcdir) ; aclocal --acdir=adm_local/unix/config_files -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files \ - -I @GUI_ROOT_DIR@/adm_local/unix/config_files + -I @GUI_ROOT_DIR@/adm_local/unix/config_files \ + -I @MED_ROOT_DIR@/adm_local/unix/config_files diff --git a/build_configure b/build_configure index 01986747..48319357 100755 --- a/build_configure +++ b/build_configure @@ -206,7 +206,7 @@ fi aclocal --acdir=adm_local/unix/config_files -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \ -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \ - -I ${GUI_ROOT_DIR}/adm_local/unix/config_files + -I ${MED_ROOT_DIR}/adm_local/unix/config_files if autoconf then echo "done" -- 2.39.2