diff options
Diffstat (limited to 'tcl8.6/unix/tcl.pc.in')
-rw-r--r-- | tcl8.6/unix/tcl.pc.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tcl8.6/unix/tcl.pc.in b/tcl8.6/unix/tcl.pc.in deleted file mode 100644 index 846cb11..0000000 --- a/tcl8.6/unix/tcl.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -# tcl pkg-config source file - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Tool Command Language -Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses. -URL: http://www.tcl.tk/ -Version: @TCL_VERSION@@TCL_PATCH_LEVEL@ -Requires.private: zlib >= 1.2.3 -Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@ -Libs.private: @TCL_LIBS@ -Cflags: -I${includedir} |