29 Commits

Author SHA1 Message Date
Sebastien Helleu
16a02cddaf Add missing includes in FindIconv.cmake (patch #7069) 2010-01-28 12:26:39 +01:00
Sebastien Helleu
eb56a98fc8 Remove evil tabs in sources 2010-01-24 10:47:53 +01:00
Sebastien Helleu
2133eb30ff Update copyright dates 2010-01-03 19:31:55 +01:00
Sebastien Helleu
b279a99566 Support of Ruby >= 1.9.1 (patch #6989) 2009-11-29 16:41:08 +01:00
Emmanuel Bouthenot
43c76c9164 Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSD 2009-10-03 14:56:02 +02:00
Sebastien Helleu
3379ac4757 Remove detection of library iksemel 2009-06-14 14:29:35 +02:00
Emmanuel Bouthenot
88f21fffe7 Fix some bugs in asciidoc detection, add detection of source-highlight (needed by asciidoc to build doc) 2009-06-07 18:56:38 +02:00
Emmanuel Bouthenot
452a1d6b9e Change the way to detect gnutls (using pkg-config instead of libgnutls-config) 2009-06-07 16:46:53 +02:00
Sebastien Helleu
103389822e Add cmake detection for asciidoc version 2009-06-02 13:11:16 +02:00
Julien Louis
0904715603 Add check for python 2.6 2009-02-02 17:10:02 +01:00
Sebastien Helleu
c31f05859a Use pkg-config to find iksemel library, if available 2009-01-25 19:02:58 +01:00
Sebastien Helleu
18a62f1dac Add Jabber plugin (alpha version, many Jabber features are missing)
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-15 15:29:05 +01:00
Sebastien Helleu
2115f3f675 Update copyright dates 2009-01-03 10:06:53 +01:00
Julien Louis
3044bfc41d Fix build with cmake 2.4 which was accidentally broken 2008-10-19 15:55:36 +02:00
Julien Louis
1f10ee141a - Add FindTCL.cmake to fix FreeBSD detection
- Only call Tcl_CreateNamespace when available in the public API,
  fix compatibility with older release
2008-10-18 13:54:59 +02:00
Julien Louis
e1fbacff77 Fix Lua detection on FreeBSD (and probably other *BSD)
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-04 16:47:47 +02:00
Sebastien Helleu
4d2925ef1c Added file FindPkgConfig.cmake (for old cmake versions) 2008-03-05 18:01:49 +01:00
Sebastien Helleu
e3b52115c7 Update of year in some copyrights 2008-01-02 12:47:09 +01:00
Julien Louis
07d9deaf95 Add uninstall and dist targets to the cmake build system. 2007-08-18 08:27:32 +00:00
Sebastien Helleu
f1a39ce7d7 Replaced GPL 2 license by GPL 3 2007-07-02 12:25:13 +00:00
Julien Louis
a8017fe06c Fix Gettext detection and code cleanup. 2007-06-11 21:36:40 +00:00
Julien Louis
83db899ce7 re-introduce ELSEIF check since it breaks libintl check on other plateforms. 2007-06-11 19:24:02 +00:00
Julien Louis
894cda91c9 check for dgettext function in libintl on non openbsd platforms 2007-06-11 18:25:20 +00:00
Julien Louis
47ce432199 Fix Typo in FindGettext.cmake 2007-06-11 18:02:53 +00:00
Julien Louis
d604e222ea Fix libintl detection on openbsd 2007-06-11 17:47:47 +00:00
Julien Louis
636dd48a7b The lua library on openbsd is named liblua so we check now for liblua 2007-06-11 17:46:49 +00:00
Julien Louis
dde12565e7 Fix libintl.h issue on FreeBSD 2007-05-26 19:15:46 +00:00
Julien Louis
e867f2dd35 Fix ncurses detection.
We now provide a FindNcurses.cmake to find the library used
and we define the right cpp variable when we compile the curses gui.

Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21 22:20:13 +00:00
Sebastien Helleu
9f5d99f57e Added cmake for weechat compile 2007-05-21 16:30:04 +00:00