1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Dmitry Podgorny
7d6e64a53a libraries order does matter when --as-needed is passed to linker
This fixes linking error when --as-needed option is used.
2012-10-24 01:50:16 +03:00
Dmitry Podgorny
c2e94bfb20 autotools: move libraries to LIBS instead of AM_CFLAGS
Libraries are agruments for linker. So move them to LIBS vatiable.
AC_CHECK_LIB adds library to LIBS on success and we don't have to add
them manually.
2012-10-23 13:45:33 +03:00
Dmitry Podgorny
a16c53f53a autotools: introduce choice among libxml2 and expat
Now profanity is linked with expat only. This breaks build when
libstrophe is build with libxml2 support.
This patch introduce --with-libxml2 option to ./configure in the same
way as it is done in libstrophe.
2012-10-23 13:34:30 +03:00
James Booth
cf4a38a852 Removed dependency on libxml2
expat is used by default in libstrophe
2012-10-23 00:33:29 +01:00
James Booth
6d329343dc Shutdown now correctly handles connection 2012-09-23 19:26:07 +01:00
James Booth
3ec28bde5c Added recommended gcc warnings 2012-09-11 23:43:16 +01:00
James Booth
6b1b035d92 Added -Wall to GCC options
Fixed compiler warnings
2012-09-10 22:57:42 +01:00
James Booth
a9e7c4fe21 Changed to 0.1.9dev version 2012-09-08 20:56:52 +01:00
James Booth
1f171da886 Version 0.1.8 2012-09-08 20:18:24 +01:00
James Booth
8e0d8d2a86 Check for ncurses headers on cygwin 2012-09-08 16:51:09 +01:00
James Booth
c1a2443bb1 Removed compiler warnings from configure.ac
Fixed some error messages
2012-09-08 14:27:50 +01:00
James Booth
babde925fc Added dev suffix to version 2012-08-19 01:20:57 +01:00
James Booth
a7d7bf85bc Upped version to 0.1.8 2012-08-19 01:19:11 +01:00
James Booth
d4803bedc0 No longer set win status new when typing 2012-08-16 21:54:15 +01:00
James Booth
fa38ec4019 Incremented patch number 2012-08-15 23:45:16 +01:00
James Booth
cd3b01d248 Changed version to 0.1.5 2012-07-31 23:03:29 +01:00
James Booth
f7a542f488 Removed comments from configure.ac 2012-07-30 01:32:14 +01:00
James Booth
b80bf03751 Fixed libnotify includes 2012-07-30 01:04:37 +01:00
James Booth
3c0624380a Tidy up autotools scripts, removed CFLAGS 2012-07-30 00:46:39 +01:00
James Booth
fe12352b57 Fixed bug in tinyurl 2012-07-29 21:32:04 +01:00
James Booth
5b769a3ff0 Updated configure.ac for libcurl 2012-07-29 00:29:37 +01:00
James Booth
45b2944da7 Increased version, chat logging in prefs output 2012-07-22 23:11:10 +01:00
James Booth
696848bdc3 Changed version number to 0.1.1 2012-07-19 23:52:56 +01:00
James Booth
eb4f224173 Changed minimum autoconf version 2012-07-13 01:01:37 +01:00
James Booth
e16cbdb249 Change build to work without ncurses pkg-config 2012-07-12 23:41:45 +01:00
James Booth
c588a11883 Added headunit to autotools files 2012-07-08 23:40:15 +01:00
James Booth
03dd5f5885 Tidied autotools files 2012-07-08 23:24:22 +01:00
James Booth
3134a7b68e Added subdir-objects option to configure.ac 2012-07-03 01:59:32 +01:00
James Booth
cf6da8a44c Added build-aux folder to configure.ac 2012-07-03 00:36:04 +01:00
James Booth
1b13ef7d99 Added libnotify to lib checks 2012-07-02 01:30:30 +01:00
James Booth
7b0022f8cb Moved ordering of lib checks in configure.ac 2012-07-02 01:11:35 +01:00
James Booth
46e0f25f51 Changed autoconf version to work on Ubuntu 2012-07-02 01:02:28 +01:00
James Booth
40fcddd224 Use glib-2.0 and continues when no libnotify 2012-07-02 00:54:52 +01:00
James Booth
11066f204b Set compiler, preprocessor flags in configure.ac
Picked up and used in Makefile.am
2012-07-02 00:36:30 +01:00
James Booth
28f5cdf786 Added libnotify headers to configure.ac 2012-07-01 16:18:57 +01:00
James Booth
2655d9e8fa Moved config.h to source folder 2012-07-01 14:52:45 +01:00