Ignore:
Timestamp:
2001-03-05T13:54:26+13:00 (23 years ago)
Author:
say1
Message:

integrated the new mico package. updated corba to 2.3.7. fixed the c++ corba code. added error messages in the first few calls in the corba protocol. misc corba fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r2052 r2113  
    2929        USE_Z3950=true
    3030        ;;
     31    --enable-corba)
     32        USE_CORBA=true
     33        ;;
    3134    --bindir=*)
    3235        bindira=`echo $1 | sed s/--bindir=//`
     
    4447done
    4548
     49if test -n "$USE_CORBA"; then
     50  # configure the MICO CORBA ORB
     51  echo ""
     52  echo "Configuring MICO CORBA"
     53  echo ""
    4654
     55  cd "$PACKAGES/mico"
     56  tar -xzf mico-2.3.5.tar.gz
     57  cd mico
     58  ./configure $CACHE_FILE --prefix=$PACKAGES/mico --bindir=$bindir/linux --prefix=$PACKAGES/mico
     59  sed 's/tools//' $PACKAGES/mico/mico/Makefile >$PACKAGES/mico/mico/Makefile.out
     60  mv $PACKAGES/mico/mico/Makefile.out $PACKAGES/mico/mico/Makefile
     61fi
    4762
    4863# configure the wvWare Word document converter
Note: See TracChangeset for help on using the changeset viewer.