about summary refs log tree commit diff stats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fixed configure.ac for --disable-otrJames Booth2014-01-161-0/+2
|
* Added conditionals to makefile for otr supportJames Booth2014-01-121-1/+2
|
* Merge branch 'master' into otrJames Booth2014-01-121-2/+3
|\
| * Check for res_query, then for __res_query in libresolvJasper van Bourgognie2014-01-091-2/+3
| |
* | Merge branch 'master' into otrJames Booth2014-01-031-77/+116
|\| | | | | | | | | Conflicts: configure.ac
| * configure.ac: added check for expat without pkg-configDmitry Podgorny2014-01-021-13/+24
| | | | | | | | and some refactoring
| * configure.ac: removed autoconf version checkDmitry Podgorny2014-01-021-1/+0
| | | | | | | | autoconf-2.63 works well
| * configure.ac: glib must be at least 2.26Dmitry Podgorny2014-01-011-2/+2
| | | | | | | | Profanity uses GDateTime structure that appeared in glib-2.26.
| * configure.ac: added check for wget_wch supportDmitry Podgorny2013-12-311-14/+40
| |
| * autotools: refactored configure.acDmitry Podgorny2013-12-291-58/+67
| | | | | | | | This patch implements request #269.
* | Merge branch 'master' into otrJames Booth2014-01-021-2/+4
|\ \ | | | | | | | | | | | | Conflicts: Makefile.am
| * \ Merge remote-tracking branch 'louiecaulfield/master'James Booth2013-12-291-2/+4
| |\ \ | | |/ | |/|
| | * configure.ac: use ncursesw if it's there, but continue if only ncurses is foundJasper van Bourgognie2013-12-271-2/+4
| | |
| | * configure.ac: Check for ncurses instead of ncurseswJasper van Bourgognie2013-12-271-2/+2
| |/
* | Merge branch 'master' into otrJames Booth2013-12-151-2/+2
|\| | | | | | | | | Conflicts: src/command/command.c
| * Moved common tests to cmockaJames Booth2013-12-141-2/+2
| |
* | Added libotrJames Booth2013-11-081-2/+16
|/
* Added git branch and revision to development buildsJames Booth2013-09-171-0/+9
|
* Set status to 0.4.0 developmentJames Booth2013-08-111-2/+2
|
* Set status to releaseJames Booth2013-08-111-1/+1
|
* Add -Werror only for development buildsDmitry Podgorny2013-03-241-2/+6
|
* Set development versionJames Booth2013-03-101-2/+2
|
* Set status to releaseJames Booth2013-03-101-1/+1
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-1/+1
|
* Removed -WerrorJames Booth2013-02-041-1/+1
|
* Added -WerrorJames Booth2013-02-031-1/+1
|
* Added libx11 when --with-xscreensaver chosenJames Booth2013-01-051-1/+6
|
* feature request #114Dmitry Podgorny2013-01-051-18/+37
| | | | | | | * added new parameter --with-xscreensaver for libXss support * added new parameter --enable-notifications for libnotify support * when any parameter ins't specified appropriate library is used if exists
* autotools: removed strndup from configure.acDmitry Podgorny2013-01-051-1/+1
| | | | strndup no longer used because of MacOS incompatibility
* Include ncursesw, set localeJames Booth2013-01-021-3/+5
|
* Set version to 0.2.0 developmentJames Booth2012-12-311-2/+2
|
* Changed status to release for 0.1.10 releaseJames Booth2012-12-311-1/+1
|
* Simple output of idle/awayJames Booth2012-11-301-0/+4
|
* Fixed some memory leaksJames Booth2012-11-261-1/+1
|
* windows tidy upJames Booth2012-11-261-1/+1
|
* configure.ac Fixed spelling in libnotify messageJames Booth2012-11-251-1/+1
|
* Added cygwin check to configure.acJames Booth2012-11-251-0/+6
|
* Changed to 0.1.10 development versionJames Booth2012-10-241-2/+2
|
* Updated for release 0.1.9James Booth2012-10-241-1/+1
|
* Check for later releaseJames Booth2012-10-241-1/+1
|
* Merge branch 'master' into devJames Booth2012-10-241-10/+10
|\
| * libraries order does matter when --as-needed is passed to linkerDmitry Podgorny2012-10-241-10/+10
| | | | | | | | This fixes linking error when --as-needed option is used.
* | Added PACKAGE_STATUS to configure.acJames Booth2012-10-231-1/+2
|/
* autotools: move libraries to LIBS instead of AM_CFLAGSDmitry Podgorny2012-10-231-2/+1
| | | | | | 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.
* autotools: introduce choice among libxml2 and expatDmitry Podgorny2012-10-231-3/+13
| | | | | | | 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.
* Removed dependency on libxml2James Booth2012-10-231-3/+1
| | | | expat is used by default in libstrophe
* Shutdown now correctly handles connectionJames Booth2012-09-231-1/+1
|
* Added recommended gcc warningsJames Booth2012-09-111-1/+1
|
* Added -Wall to GCC optionsJames Booth2012-09-101-1/+1
| | | | Fixed compiler warnings
* Changed to 0.1.9dev versionJames Booth2012-09-081-1/+1
|