From: jroy Date: Fri, 16 May 2003 12:53:59 +0000 (+0000) Subject: Modification des options de l'appel à la commande aclocal. X-Git-Tag: V1_4_0~121 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6efb4accbab2c2552bea62aca3b9a3cbf1c33559;p=modules%2Fkernel.git Modification des options de l'appel à la commande aclocal. --- diff --git a/build_configure b/build_configure index 6f7bd3309..0cf5fc380 100755 --- a/build_configure +++ b/build_configure @@ -183,7 +183,7 @@ else echo -n "Creating 'configure' script ... " fi -aclocal --acdir=salome_adm/unix/config_files +aclocal --acdir=adm_local/unix/config_files -I salome_adm/unix/config_files if autoconf then echo "done" diff --git a/salome_adm/unix/make_commence.in b/salome_adm/unix/make_commence.in index eea295092..d40988acd 100644 --- a/salome_adm/unix/make_commence.in +++ b/salome_adm/unix/make_commence.in @@ -240,5 +240,4 @@ ac_cc_warnings.m4 check_qt.m4 check_med2.m4 \ check_swig.m4 $(top_srcdir)/aclocal.m4: $(ACLOCAL_SRC:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%) - cd $(top_srcdir) ; aclocal --acdir=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files - + cd $(top_srcdir) ; aclocal --acdir=adm_local/unix/config_files -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files