From: jrt Date: Thu, 4 Sep 2003 13:28:04 +0000 (+0000) Subject: It seems "make_omniorb" and "make_commence" need to be before and after "envScript" X-Git-Tag: V1_2_2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=aca35e1b89349160423d9316b274dd0260886d59 It seems "make_omniorb" and "make_commence" need to be before and after "envScript" --- diff --git a/build_configure b/build_configure index 6386d52c0..5e384ce51 100755 --- a/build_configure +++ b/build_configure @@ -55,6 +55,7 @@ find_in() case $1 in */CVS) return ;; + */adm_local/*) return ;; *) ;; esac @@ -124,9 +125,9 @@ echo " ./salome_adm/unix/SALOMEconfig.h \\" >> configure.in_tmp1 echo " ./salome_adm/unix/F77config.h \\" >> configure.in_tmp1 echo " ./salome_adm/unix/sstream \\" >> configure.in_tmp1 echo " ./salome_adm/unix/depend \\" >> configure.in_tmp1 -#echo " ./adm_local/unix/make_omniorb \\" >> configure.in_tmp1 +echo " ./adm_local/unix/make_omniorb \\" >> configure.in_tmp1 echo " ./salome_adm/unix/envScript \\" >> configure.in_tmp1 -#echo " ./adm_local/unix/make_commence \\" >> configure.in_tmp1 +echo " ./adm_local/unix/make_commence \\" >> configure.in_tmp1 echo " ./salome_adm/unix/make_conclude \\" >> configure.in_tmp1 echo " ./salome_adm/unix/make_module \\" >> configure.in_tmp1