Ignore:
Timestamp:
2007-01-22T16:32:40+13:00 (17 years ago)
Author:
kjdon
Message:

unac package no longer in this repository - moved to external indexers repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/changing-indexers-branch/gsdl/packages/configure

    r13475 r13719  
    2020# configure
    2121# format is VAR=value, e.g "LDFLAGS=-static"
    22 ENVIRONMENT="LDFLAGS=-static"
     22ENVIRONMENT=
    2323
    2424USE_CORBA=false
     
    2828# z3950 server disabled by default, switch it on with --enable-z3950
    2929USE_Z3950=false
    30 # accentfolding enabled by default - switch it off with --disable-accentfold
    31 ENABLE_ACCENTFOLD=true
     30
    3231# parse any arguments given from toplevel configure
    3332while test $# -ne 0; do
     
    6261        MICO_DIR=$1
    6362        ;;       
    64     --disable-accentfold)
    65         ENABLE_ACCENTFOLD=false
    66         ;;
    6763    --prefix=*)
    6864        prefix=`echo $1 | sed s/--prefix=//`
     
    260256./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    261257
    262 # configure unac program
    263 echo ""
    264 echo "Configuring unac"
    265 echo ""
    266 if test x$ENABLE_ACCENTFOLD = xtrue ;   
    267 then
    268   echo "Accent folding support enabled, configuring unac library."
    269   echo "add --disable-accentfold to the configure command to disable this"
    270 
    271   cd "$PACKAGES/unac"
    272   ./configure $CACHE_FILE $HOSTTARGETFLAGS
    273 else
    274   echo "Accent folding support disabled."
    275   echo ""
    276 fi
Note: See TracChangeset for help on using the changeset viewer.