Changeset 13719


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

Location:
branches/changing-indexers-branch/gsdl/packages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/changing-indexers-branch/gsdl/packages/Makefile.in

    r12922 r13719  
    6060endif
    6161
    62 ENABLE_ACCENTFOLD=@ENABLE_ACCENTFOLD@
    63 ifeq ($(ENABLE_ACCENTFOLD), 1)
    64 UNAC=unac
    65 else
    66 UNAC=
    67 endif
    68 
    6962PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    7063        wget/wget-1.9 expat/ cpan/XML-Parser-2.34 \
    71         $(YAZ) $(D2M) $(CORBA) $(UNAC) \
     64        $(YAZ) $(D2M) $(CORBA) \
    7265        xlhtml/xlhtml-0.4.9.0 isis-gdl
    7366
  • 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.