Changeset 1961 for trunk/gsdl


Ignore:
Timestamp:
2001-02-13T11:51:37+13:00 (23 years ago)
Author:
dg5
Message:

Updated configure script to build pdftohtml from the tar.gz archive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r1940 r1961  
    3939echo ""
    4040echo "Configuring wvWare"
    41 echo ""
     41echo "cache-file = ", $CACHE_FILE
    4242
    4343cd "$PACKAGES/unix/wv"
     
    4646./configure $CACHE_FILE --prefix=$PACKAGES/unix/wv
    4747
     48# configure the pdftohtml converter
     49echo ""
     50echo "Configuring pdftohtml"
     51echo ""
     52
     53cd "$PACKAGES/unix/pdftohtml"
     54tar -xzf pdftohtml_0_22_gs.tar.gz
     55cd pdftohtml_0_22
    4856
    4957# YAZ Z39.50 toolkit
Note: See TracChangeset for help on using the changeset viewer.