URL:
  <http://savannah.nongnu.org/patch/?6976>

                 Summary: Modify configure.in to allow the directory to be
specified in which tclConfig.sh is located
                 Project: WeeChat
            Submitted by: bazerka
            Submitted on: Thu 12 Nov 2009 01:23:50 PM GMT
                Category: compilation
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                IRC nick: Bazerka

    _______________________________________________________

Details:

Currently, configure uses a hardcoded set of paths to check for tclConfig.sh
( /lib /usr/lib /usr/tcl/lib /usr/lib/tcl8.5 /usr/lib/tcl8.4 /usr/lib/tcl8.3
/usr/local/lib /usr/local/tcl-8.5/lib /usr/local/tcl-8.4/lib
/usr/local/tcl-8.3/lib /usr/local/tcl/lib /opt/lib ). 

This means that in cases where TCL isn't installed in one of the above
locations (such as with FreeBSD which uses
/usr/local/lib/tcl<majorversion>.<minorversion>, or where a user has installed
TCL into a non-standard $PREFIX such as $HOME), configure will not find
tclConfig.sh and therefore the TCL plugin will not get built.

The attached patch introduces a new argument to configure,
--with-tclconfig=DIR, which allows the user to specify the directory in which
tclConfig.sh resides.

This will allow the FreeBSD port to be able to correctly build the TCL
plugin.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 12 Nov 2009 01:23:50 PM GMT  Name: configure-tcl-patch.diff  Size:
1kB   By: bazerka

<http://savannah.nongnu.org/patch/download.php?file_id=19035>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6976>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Weechat-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to