General KERNEL Documentation     End User KERNEL Services  


configure.ac File Reference


Functions

 AC_INIT ([Salome2 Project],[3.2.1],[gboulant @CS],[salome]) AC_CONFIG_AUX_DIR(salome_adm/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE PACKAGE
AC_MSG_ERROR (bad value ${enableval}for--enable-corba-gen)
 AM_CONDITIONAL (CORBA_GEN, test x $corba_gen=xtrue) echo echo echo
then AC_CHECK_PROGS (AR, ar xar,:, $PATH) fi AC_SUBST(AR) echo echo---------------------------------------------echo testing make echo---------------------------------------------echo AC_PROG_MAKE_SET AC_PROG_INSTALL echo echo---------------------------------------------echo Configuring production echo---------------------------------------------echo AC_ENABLE_DEBUG(yes) AC_DISABLE_PRODUCTION echo echo---------------------------------------------echo testing libtool echo---------------------------------------------echo dnl first
then we static set to no dnl
if we want use static enable 
AC_ENABLE_STATIC (no) AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL echo echo---------------------------------------------echo testing C/C++echo---------------------------------------------echo cc_ok
then AC_SUBST (SETX) SETX

Variables

no corba_gen = false
 esac
then we static set to no dnl
if we want 
it
then echo echo
then echo the KERNEL is declared
to be dnl without batch echo
testing OpenPBS echo 
openpbs_ok
no WITH_BATCH = no
 esac
echo Batch mode
then basic_mandatory_products
then echo CORBA mandatory
products default 
configuration
then echo BATCH mode mandatory
products default 
configuration
then requested_products
then shell scripts
then shell and echo xml files
echo echo mkdir p bin salome
cd bin salome for i in find
$ROOT_SRCDIR bin do 
local_bin

Function Documentation

AC_INIT  ) 
 

* AC_MSG_ERROR  ) 
 

AM_CONDITIONAL CORBA_GEN  ,
test x $  corba_gen = xtrue
 

then AC_CHECK_PROGS AR  ,
ar  xar,
,
PATH
 

then we static set to no dnl if we want use static enable AC_ENABLE_STATIC no   )  [static]
 

then AC_SUBST SETX   ) 
 


Variable Documentation

no corba_gen = false
 

esac
 

then we static set to no dnl if we want it [static]
 

then echo echo
 

then echo the KERNEL is declared to be dnl without batch echo testing OpenPBS echo openpbs_ok
 

Initial value:

no
CHECK_OPENPBS
dnl openpbs_ok is set to yes by CHECK_OPENPBS

echo testing LSF
echo -----------
lsf_ok=no
CHECK_LSF
dnl lsf_ok is set to yes by CHECK_LSF
echo lsf = $lsf_ok

echo testing Local batch system
echo --------------------------
localbatch_ok=no
CHECK_LOCAL
dnl localbatch_ok is set to yes by CHECK_LOCAL

WITH_BATCH=no
test x$openpbs_ok = xyes || test x$lsf_ok = xyes || test x$localbatch_ok = xyes && WITH_BATCH=yes

AC_ARG_ENABLE(batch,
  [AC_HELP_STRING([--enable-batch],[Batch [default=yes]])],
  [case "${enableval}" in
     yes) test x$openpbs_ok = xyes || test x$lsf_ok = xyes || test x$localbatch_ok = xyes && WITH_BATCH=yes

no WITH_BATCH = no
 

esac
 

echo Batch mode
 

then basic_mandatory_products
 

Initial value:

"cc_ok threads_ok python_ok swig_ok hdf5_ok occ_ok"
else
  basic_mandatory_products="cc_ok threads_ok hdf5_ok occ_ok"
fi

echo --- General mandatory products - Light configuration:
summary $basic_mandatory_products
check_fatal_error $basic_mandatory_products
echo

corba_mandatory_products="omniORB_ok qt_ok boost_ok"
if test x$corba_gen = xtrue

then echo CORBA mandatory products default configuration
 

then echo BATCH mode mandatory products default configuration
 

then requested_products
 

then shell scripts
 

then shell and echo xml files echo echo mkdir p bin salome cd bin salome for i in find $ROOT_SRCDIR bin do local_bin
 

Initial value:

`echo $i | sed -e "s,$ROOT_SRCDIR/bin,.,"`
  case "$local_bin" in
        *.in | *~)