]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix a bug of make_commence script (run aclocal correctly)
authorvsr <vsr@opencascade.com>
Wed, 18 Oct 2006 08:44:32 +0000 (08:44 +0000)
committervsr <vsr@opencascade.com>
Wed, 18 Oct 2006 08:44:32 +0000 (08:44 +0000)
adm_local/unix/make_commence.in

index 1b0760540c5b7be8af99a6ea03e0b2d9971ba596..328bf27b45a37070623bd46ef9748c6df6218a80 100644 (file)
@@ -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 -adm_local/unix/config_files -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files \
+                                                                  -I @GUI_ROOT_DIR@/adm_local/unix/config_files