From: jrt Date: Thu, 4 Sep 2003 12:57:34 +0000 (+0000) Subject: make_commence and make_omniorb were detected twice. Only one is requiered in AC_OUTPUT X-Git-Tag: V1_2_2~19 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=0a86f25349a0ba44a952b80206243a09fbb8235d;ds=sidebyside make_commence and make_omniorb were detected twice. Only one is requiered in AC_OUTPUT --- diff --git a/build_configure b/build_configure index 41d838aa3..6386d52c0 100755 --- a/build_configure +++ b/build_configure @@ -124,9 +124,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