Changeset 13507


Ignore:
Timestamp:
2006-12-14T16:38:02+13:00 (17 years ago)
Author:
kjdon
Message:

added in stuff for unac package

File:
1 edited

Legend:

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

    r13485 r13507  
    170170cd "$PACKAGES/isis-gdl" && \
    171171./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS  $ENVIRONMENT
     172
     173# configure unac program
     174echo ""
     175echo "Configuring unac"
     176echo ""
     177if test x$ENABLE_ACCENTFOLD = xtrue ;   
     178then
     179  echo "Accent folding support enabled, configuring unac library."
     180  echo "add --disable-accentfold to the configure command to disable this"
     181
     182  cd "$PACKAGES/unac"
     183  ./configure $CACHE_FILE $HOSTTARGETFLAGS
     184else
     185  echo "Accent folding support disabled."
     186  echo ""
     187fi
Note: See TracChangeset for help on using the changeset viewer.