[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-dev] [patch #6976] Modify configure.in to allow the directory t
From: |
bazerka |
Subject: |
[Weechat-dev] [patch #6976] Modify configure.in to allow the directory to be specified in which tclConfig.sh is located |
Date: |
Thu, 12 Nov 2009 13:23:51 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) |
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] [patch #6976] Modify configure.in to allow the directory to be specified in which tclConfig.sh is located,
bazerka <=