1#
2# @configure_input@
3#
4
5# There is some uncertainty over what this package should be called -- 
6# tcldom, dom, or dom::c -- so for now provide all three.
7#
8package ifneeded @PACKAGE@ @VERSION@ \
9    [list load [file join $dir @tcldom_LIB_FILE@]]
10
11package ifneeded dom @VERSION@ \
12    "load [file join $dir @tcldom_LIB_FILE@] Tcldom ;
13     package provide dom @VERSION@"
14
15package ifneeded dom::c @VERSION@ \
16    "load [file join $dir @tcldom_LIB_FILE@] Tcldom ;
17     package provide dom::c @VERSION@"
18
19#*EOF*
20