# ---- option to build only launcher, resources manager and batch classes
AC_ARG_WITH(onlylauncher,
--with-onlylauncher,
- WITHONLYLAUNCHER="yes",WITHONLYLAUNCHER="no")
-AM_CONDITIONAL(WITHONLYLAUNCHER, test x$WITHONLYLAUNCHER = xyes)
+ [],[with_onlylauncher="no"])
+AM_CONDITIONAL(WITHONLYLAUNCHER, test x$with_onlylauncher = xyes)
# ----------------------------------------------------------------------------
CHECK_LIBXML
-if test x$WITHONLYLAUNCHER = xno; then
+if test x$with_onlylauncher = xno; then
echo
echo ---------------------------------------------
echo testing HDF5
# --------------------------------------
-if test x$WITHONLYLAUNCHER = xno; then
+if test x$with_onlylauncher = xno; then
if test x$corba_gen = xtrue; then
basic_mandatory_products="cc_ok threads_ok python_ok swig_ok hdf5_ok libxml_ok"
else
check_fatal_error $basic_mandatory_products
echo
-if test x$WITHONLYLAUNCHER = xno; then
+if test x$with_onlylauncher = xno; then
corba_mandatory_products="omniORB_ok omniORBpy_ok boost_ok"
if test x$corba_gen = xtrue; then
echo --- CORBA mandatory products - default configuration:
summary $htmldoc_products
echo
-if test x$WITHONLYLAUNCHER = xno; then
+if test x$with_onlylauncher = xno; then
echo
echo "Default ORB : $DEFAULT_ORB"
echo