diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-08 14:52:04 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-08 14:52:04 (GMT) |
| commit | 5109a97f5420c5910e8fc2ec69f16e437ac38ab7 (patch) | |
| tree | 5a517a6a508f9f19f6703b840131431b9c0730fe /unix/tcl.pc.in | |
| parent | 1abc94aa02ebce1cc06a657592ef48381cb09117 (diff) | |
| download | tcl-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.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} |
