summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-02-09Version 0.4.3Sebastien Helleu
2014-02-05ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)Sebastien Helleu
Now the search for Ruby is first performed with pkg-config and includes detection of Ruby 2.0. If not found, the old code for detection is used (for old distros or old Ruby versions). The specific test on Ruby 1.9.0 (to disable this version) has been removed (1.9.0 was a dev/unstable version from 2007, quite old now).
2014-02-05core: remove multiple detections of pkg-config in configure.acSebastien Helleu
2014-02-02Version 0.4.3-rc2Sebastien Helleu
2014-01-23Version 0.4.3-rc1Sebastien Helleu
2014-01-11lua: fix detection of Lua 5.2 in autotools (patch #8270)Andrew Potter
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test using luaL_newstate() if the lua_main() test fails.
2014-01-01core: update copyright datesSebastien Helleu
2013-11-17aspell: display aspell/enchant version on signal "debug_libs"Sebastien Helleu
2013-10-12core: add cygport file to build Cygwin packagesSebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-10-05core: fix detection of python on Cygwin (autotools)Sebastien Helleu
2013-10-05core: add detection of pkg-config (required on Cygwin)Sebastien Helleu
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires pkg-config.
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵Sebastien Helleu
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of ↵Sebastien Helleu
option weechat.network.gnutls_ca_file (task #12725)
2013-07-20core: use gettext version 0.18 in configure.ac (fix error on make install)Sebastien Helleu
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-06-08core: add partial turkish translations (tr.po)Hasan Kiran
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-06-07core: rename configure.in to configure.acSebastien Helleu