~ubuntu-branches/ubuntu/dapper/tk8.3/dapper-updates

« back to all changes in this revision

Viewing changes to unix/pkgIndex.tk.in

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2002-01-21 02:46:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020121024606-dg4exzj2sy4qgltp
Tags: 8.3.3-8
Implemented a TK_INC_DIR in tkConfig.sh and aclocal.m4. This
should make it easy for other stuff to automatically locate
the header files. (Closes: #109870)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Tcl package index file, version 1.0
 
2
 
 
3
if {[package vcompare [info tclversion] @TCL_VERSION@] < 0} return
 
4
 
 
5
package ifneeded Tk @TK_VERSION@ {load @exec_prefix@/lib/@TK_LIB_FILE@.1 Tk}