#!/bin/bash
## `tetex/cygwin/cygconfigure'
##
## last major modification 2001/03/11
## last minor modification 2001/03/13
##
CYGVERSION=$(cat CYGVERSION)
CYGPACKAGE=$(cat CYGPACKAGE)

##export CFLAG="-O"
( cd .. ; \
./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --libexecdir=/usr/sbin \
  --localstatedir=/var \
  --without-texinfo \
  --with-dialog \
  --with-t1utils \
  --with-bibtex8 \
  --without-dtl \
  --without-dvidvi \
  --with-dvipdfm \
  --with-gsftopk \
  --without-lacheck \
  --with-makeindexk \
  --without-musixflx \
  --with-dvipsk \
  --with-odvipsk \
  --with-dviljk \
  --without-xdvik \
  --without-oxdvik \
  --with-ps2pkm \
  --without-seetexk \
  --without-tex4htk \
  --with-tetex \
  --without-texlive \
  --without-tth \
  --disable-multiplatform \
  --with-x-toolkit=no \
  --with-etex \
  --with-omega \
  --with-pdfetex \
  --with-mfw=no \
  --with-system-ncurses \
  --with-ncurses-libdir=/usr/lib \
  --with-ncurses-include=/usr/include \
  --with-system-pnglib \
  --with-pnglib-libdir=/usr/lib \
  --with-pnglib-include=/usr/include \
  --with-system-zlib \
  --with-zlib-libdir=/usr/lib \
  --with-zlib-include=/usr/include \
  --with-system-tifflib \
  --with-tifflib-libdir=/usr/lib \
  --with-tifflib-include=/usr/include \
  --disable-dump-share \
  --enable-a4-paper \
  --with-gzip \
  --with-ps=gs \
  2>&1 | tee cygwin/cygconfigure.log \
);

##
## End of file `tetex/cygwin/cygconfigure'.
