From 685db8d7c8477623132f86e40eaa67c1d7ab7c12 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 14 Mar 2006 13:36:43 +0000 Subject: [PATCH] Replace "aclocal --acdir=" by "aclocal -I " to avoid compilation problem --- build_configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_configure b/build_configure index 180fec0..eb5168f 100755 --- a/build_configure +++ b/build_configure @@ -221,8 +221,8 @@ else echo -n "Creating 'configure' script ... " 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 +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 if autoconf then echo "done" -- 2.39.2