Artifact 7a3703be0e018ead9b6558ce6d82f356620dbfd8:

  • File extensions/tdomhtml/CONFIG — part of check-in [a0757227e3] at 2003-03-06 15:51:31 on branch trunk — First import (user: zoran size: 468)

#!/bin/sh
#
# This is a small collection of example settings you can use to
# compile tdom on different platforms. Just uncomment the line(s)
# you need and run this script with "sh CONFIG".
#
#
# Tcl on Unix (uses public Tcl library)
# --------------------------------------------
# ./configure
#
# Mac OS X. Uses public Tcl library.
# --------------------------------------------
# ./configure \
#   --mandir=/usr/local/share/man \
#   --libdir=/Library/Tcl
#
# EOF