#
# Append CONFIGURE settings to OPTS
#
#OPTS="$OPTS             \
#      $OMOTIF_CATALOG"  &&

./configure  --build=$BUILD      \
            --prefix=/usr/X11R6  \
        --sysconfdir=/etc        \
     --localstatedir=/var        \
             $OPTS               &&
make
