Ignore:
Timestamp:
2007-01-23T11:24:51+13:00 (17 years ago)
Author:
kjdon
Message:

changes to use new indexers repository and not mg/mgpp from gs2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gs2build-extra/packages.configure

    r13512 r13731  
    2121ENVIRONMENT=""
    2222
    23 # accentfolding enabled by default - switch it off with --disable-accentfold
    24 ENABLE_ACCENTFOLD=true
    25 
    2623# parse any arguments given from toplevel configure
    2724while test $# -ne 0; do
     
    4037        CACHE_FILE="--cache-file=$cache_file"
    4138        fi
    42         ;;
    43     --disable-accentfold)
    44         ENABLE_ACCENTFOLD=false
    4539        ;;
    4640    --prefix=*)
     
    177171./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS  $ENVIRONMENT
    178172
    179 # configure unac program
    180 echo ""
    181 echo "Configuring unac"
    182 echo ""
    183 if test x$ENABLE_ACCENTFOLD = xtrue ;   
    184 then
    185   echo "Accent folding support enabled, configuring unac library."
    186   echo "add --disable-accentfold to the configure command to disable this"
    187 
    188   cd "$PACKAGES/unac"
    189   ./configure $CACHE_FILE $HOSTTARGETFLAGS
    190 else
    191   echo "Accent folding support disabled."
    192   echo ""
    193 fi
Note: See TracChangeset for help on using the changeset viewer.