diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-08 14:52:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-08 14:52:04 (GMT) |
commit | 7e0a9605b9a1e3bc52ff27cdbc7311608f4cce18 (patch) | |
tree | 5a517a6a508f9f19f6703b840131431b9c0730fe | |
parent | a6d4c34ed0856aec3b66100021008f72a9fd8a28 (diff) | |
download | tcl-7e0a9605b9a1e3bc52ff27cdbc7311608f4cce18.zip tcl-7e0a9605b9a1e3bc52ff27cdbc7311608f4cce18.tar.gz tcl-7e0a9605b9a1e3bc52ff27cdbc7311608f4cce18.tar.bz2 |
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private".
-rw-r--r-- | unix/tcl.pc.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in index 6b6fe44..b750300 100644 --- a/unix/tcl.pc.in +++ b/unix/tcl.pc.in @@ -8,8 +8,7 @@ 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@ -Requires: -Conflicts: -Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_LIBS@ +Version: @TCL_VERSION@@TCL_PATCH_LEVEL@ +Libs: -L${libdir} @TCL_LIB_FLAG@ +Libs.private: @TCL_LIBS@ Cflags: -I${includedir} |