X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in.base;h=7ec53a53aa91e49aea291508b0d44a514505ae15;hb=b27a45845d224c2c005c02bcccb780df2cb7ea0f;hp=212a37556a24f2ab891e0a58eac3a6c89761778b;hpb=af1230f1f6a6fc72e7a0ba9371a3c984eedad129;p=modules%2Fsuperv.git diff --git a/configure.in.base b/configure.in.base index 212a375..7ec53a5 100644 --- a/configure.in.base +++ b/configure.in.base @@ -209,6 +209,14 @@ echo CHECK_QT +echo +echo --------------------------------------------- +echo testing MSG2QM +echo --------------------------------------------- +echo + +CHECK_MSG2QM + echo echo --------------------------------------------- echo testing VTK @@ -227,11 +235,11 @@ CHECK_HDF5 echo echo --------------------------------------------- -echo testing MED2 +echo BOOST Library echo --------------------------------------------- echo -CHECK_MED2 +CHECK_BOOST echo echo --------------------------------------------- @@ -264,7 +272,7 @@ echo --------------------------------------------- echo echo Configure -variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok med2_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok" +variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok Kernel_ok" for var in $variables do @@ -294,7 +302,7 @@ else fi # make other build directories -for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources share/salome/doc idl +for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources idl do # if test ! -d $rep ; then # eval mkdir $rep @@ -327,14 +335,15 @@ dnl copy shells and utilities contained in the bin directory dnl excluding .in files (treated in AC-OUTPUT below) and CVS dnl directory -cd bin +mkdir -p bin/salome +cd bin/salome for i in $ROOT_SRCDIR/bin/* do local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"` case "$local_bin" in *.in | *~) ;; - ./bin/CVS) ;; - *) ln -fs $i; echo $local_bin ;; + ./bin/CVS | ./bin/salome) ;; + *) /usr/bin/install $i .; echo $local_bin ;; esac done cd $ROOT_BUILDDIR