From: nds Date: Fri, 24 Mar 2006 11:35:59 +0000 (+0000) Subject: Using for aclocal additional directory(-I) instead of change own(--acdir=). X-Git-Tag: mergeto_OCC_debug_for_3_2_0b1_07Apr06~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0e8044eb495ab4bf4c411dbf9120b367c5181f9;p=modules%2Fvisu.git Using for aclocal additional directory(-I) instead of change own(--acdir=). --- diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index e28295ad..e1d6d343 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -266,6 +266,6 @@ 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_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 \ + cd $(top_srcdir) ; 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 @MED_ROOT_DIR@/adm_local/unix/config_files