TEA (tclconfig) Source Code

Ticket Change Details
Login
Overview

Artifact ID: a79ddd246d8f3e5244ccf9e8b9be9d583f71af5b
Ticket: 00ed054f4fd86af9f3484f4defd6528101c7dc7b
Search in Debian per-version directories
User & Date: anonymous 2013-12-23 20:36:37
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. comment changed to:
    In Debian, tclConfig.sh installs into /usr/lib/tcl8.?, with a symlink in /usr/lib for a default version. However, the default version symlink is present only if tcl-dev package is installed, while tcl8.* packages don't install it themselves.
    
    It'd be cool if tcl.m4 checked those per-version locations too:
    
    <verbatim>
    --- a/tcl.m4
    +++ b/tcl.m4
    @@ -138,6 +138,7 @@
     			`ls -d /usr/contrib/lib 2>/dev/null` \
     			`ls -d /usr/lib 2>/dev/null` \
     			`ls -d /usr/lib64 2>/dev/null` \
    +			`ls -d /usr/lib/tcl[[8-9]].[[0-9]] 2>/dev/null` \
     			; do
     		    if test -f "$i/tclConfig.sh" ; then
     			ac_cv_c_tclconfig="`(cd $i; pwd)`"
    </verbatim>
    
  5. is_private changed to: "0"
  6. login: "anonymous"
  7. priority changed to: "5 Medium"
  8. private_contact changed to: "188f71e13dddf837628ce57db5b272a46853d02e"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "anonymous"
  13. subsystem changed to: "85. tclconfig"
  14. title changed to: "Search in Debian per-version directories"
  15. type changed to: "Patch"