summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-04-08 14:52:04 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-04-08 14:52:04 (GMT)
commit5109a97f5420c5910e8fc2ec69f16e437ac38ab7 (patch)
tree5a517a6a508f9f19f6703b840131431b9c0730fe /unix/tcl.pc.in
parent1abc94aa02ebce1cc06a657592ef48381cb09117 (diff)
downloadtcl-5109a97f5420c5910e8fc2ec69f16e437ac38ab7.zip
tcl-5109a97f5420c5910e8fc2ec69f16e437ac38ab7.tar.gz
tcl-5109a97f5420c5910e8fc2ec69f16e437ac38ab7.tar.bz2
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private".
Diffstat (limited to 'unix/tcl.pc.in')
-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}