auto.def: tclprefix should not be enabled by default
[jimtcl.git] / jimtcl.pc.in
bloba7e3c03b558e830d0cc7ad5d2c03bf564f840e8e
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: jimtcl
7 URL: http://jim.tcl.tk/
8 Description: The Jim Interpreter - A small-footprint implementation of the Tcl programming language.
9 Version: @VERSION@
10 Requires: @PKG_CONFIG_REQUIRES@
11 Libs: -L${libdir} -ljim
12 Libs.private: @LDLIBS@
13 Cflags: -I${includedir}