From 8b2f6e6fbbe45e6b33bab2d0aa4b15b390bd23ef Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 18 Oct 2006 08:44:32 +0000 Subject: [PATCH] Fix a bug of make_commence script (run aclocal correctly) --- adm_local/unix/make_commence.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 1b07605..328bf27 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -281,5 +281,5 @@ check_GUI.m4 check_corba_in_GUI.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/%) - 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 + 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 -- 2.39.2