summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-04-08 14:52:04 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-04-08 14:52:04 (GMT)
commit01e0bc4587ba4e656833f925fabeb64736ab9e74 (patch)
tree5a517a6a508f9f19f6703b840131431b9c0730fe /unix
parent9d8ee5261083fcc7e270870e4f0724533cde50b1 (diff)
downloadtcl-01e0bc4587ba4e656833f925fabeb64736ab9e74.zip
tcl-01e0bc4587ba4e656833f925fabeb64736ab9e74.tar.gz
tcl-01e0bc4587ba4e656833f925fabeb64736ab9e74.tar.bz2
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private".
FossilOrigin-Name: e4510b50a52fdd4a01558ff223b0048c2f12ff86
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.pc.in7
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}