about summary refs log tree commit diff stats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Split ncurses and curl LIB additionsJames Booth2014-03-091-1/+2
* Uncomment ncurses checkJames Booth2014-03-091-2/+2
* Ncurses include libs before wget_wch checkJames Booth2014-03-081-16/+15
* Added other osx build optionsJames Booth2014-03-081-1/+3
* Commented ncurses wget_wch testJames Booth2014-03-081-17/+17
* Revert "Set package status to brew for osx"James Booth2014-03-061-2/+1
* Revert "Do not perform AC_FUNC_MALLOC on OSX"James Booth2014-03-061-1/+1
* Revert "Ncurses fixes for brew"James Booth2014-03-061-3/+1
* Revert "More ncurses fixes for brew"James Booth2014-03-061-15/+1
* More ncurses fixes for brewJames Booth2014-03-061-1/+15
* Ncurses fixes for brewJames Booth2014-03-061-1/+3
* Do not perform AC_FUNC_MALLOC on OSXJames Booth2014-03-061-1/+1
* Set package status to brew for osxJames Booth2014-03-061-1/+2
* Moved platform check in configure.acJames Booth2014-03-061-11/+12
* Merge branch 'master' into opensuseJames Booth2014-03-051-8/+31
|\
| * Merge branch 'osx-notify'James Booth2014-03-051-7/+30
| |\
| | * Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-7/+30
| * | Fixed spelling mistake in configure.acJames Booth2014-03-051-1/+1
| |/
* / Changes to get install-all.sh working on fresh opensuse VMJames Booth2014-02-251-2/+3
|/
* Ignore deprecated warningsJames Booth2014-02-121-1/+1
* Check for libotr versionJames Booth2014-02-091-2/+26
* Use AC_SEARCH_LIBS for otrJames Booth2014-02-081-4/+4
* Added libotr back to configure by defaultJames Booth2014-02-081-8/+6
* Added AC_CHECK_LIB fallback for brewJames Booth2014-02-021-1/+2
* Disable OTR support by default until 4.0.0 is supported.James Booth2014-01-281-2/+4
* 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
|\|
| * configure.ac: added check for expat without pkg-configDmitry Podgorny2014-01-021-13/+24
| * configure.ac: removed autoconf version checkDmitry Podgorny2014-01-021-1/+0
| * configure.ac: glib must be at least 2.26Dmitry Podgorny2014-01-011-2/+2
| * configure.ac: added check for wget_wch supportDmitry Podgorny2013-12-311-14/+40
| * autotools: refactored configure.acDmitry Podgorny2013-12-291-58/+67
* | Merge branch 'master' into otrJames Booth2014-01-021-2/+4
|\ \
| * \ 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
|\|
| * 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
id'>c842d90b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140