Ignore:
Timestamp:
2010-01-19T16:34:42+13:00 (14 years ago)
Author:
mdewsnip
Message:

Added stuff for unpacking, configuring and compiling Expat (when Lucene is enabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/common-src/configure

    r21534 r21538  
    26832683_ACEOF
    26842684
     2685
     2686  # Unpack Expat (if it hasn't already been done)
     2687  if test ! -d "packages/expat/expat-1.95.8"; then
     2688    cd packages/expat
     2689    gzip -dc expat-1.95.8.tar.gz | tar -xf -
     2690    cd ../..
     2691  fi
     2692
     2693  # Configure Expat manually
     2694  cd packages/expat/expat-1.95.8
     2695  ./configure --prefix=`pwd`/..
     2696  cd ../../..
    26852697fi
    26862698
Note: See TracChangeset for help on using the changeset viewer.