# --- Option ---

# Location of (installed) TeX Live 2008
TL=/opt/TeX

# Location of this file
SRC=/opt/home-supp/tl08

CMP_TEMP=/tmp

# Do not forget -funsigned-char.
CFLAGS="-O2 -march=native -s -fomit-frame-pointer -funsigned-char"
#CFLAGS="-g -funsigned-char"

# Default pTeX character encode.
CONF_OPT="--with-ptexenc=UTF8"
#CONF_OPT="--with-ptexenc=JIS"
#CONF_OPT="--with-ptexenc=EUC"
#CONF_OPT="--with-ptexenc=SJIS"

# (OPTIONAL) Set xdvi toolkit to motif.
CONF_OPT="$CONF_OPT --with-xdvi-x-toolkit=motif"


CONF_OPT="$CONF_OPT --without-xetex --without-luatex "
CONF_OPT="$CONF_OPT --with-system-ncurses --with-system-freetype"

# (OPTIONAL) If you don't need otf poackage, set OTFINST to 0.
OTFINST=1

# (OPTIONAL) If you want to use FAM256 patch, set FAM256 to 1.
FAM256=1
