about summary refs log tree commit diff stats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Added libx11 when --with-xscreensaver chosenJames Booth2013-01-051-1/+6
* feature request #114Dmitry Podgorny2013-01-051-18/+37
* autotools: removed strndup from configure.acDmitry Podgorny2013-01-051-1/+1
* 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
* | 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
* autotools: introduce choice among libxml2 and expatDmitry Podgorny2012-10-231-3/+13
* Removed dependency on libxml2James Booth2012-10-231-3/+1
* 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
* Changed to 0.1.9dev versionJames Booth2012-09-081-1/+1
* Version 0.1.8James Booth2012-09-081-1/+1
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+2
* Removed compiler warnings from configure.acJames Booth2012-09-081-5/+3
* Added dev suffix to versionJames Booth2012-08-191-1/+1
* Upped version to 0.1.8James Booth2012-08-191-1/+1
* No longer set win status new when typingJames Booth2012-08-161-1/+1
* Incremented patch numberJames Booth2012-08-151-1/+1
* Changed version to 0.1.5James Booth2012-07-311-1/+1
* Removed comments from configure.acJames Booth2012-07-301-8/+0
* Fixed libnotify includesJames Booth2012-07-301-3/+4
* Tidy up autotools scripts, removed CFLAGSJames Booth2012-07-301-4/+16
* Fixed bug in tinyurlJames Booth2012-07-291-1/+1
* Updated configure.ac for libcurlJames Booth2012-07-291-2/+4
* Increased version, chat logging in prefs outputJames Booth2012-07-221-1/+1
* Changed version number to 0.1.1James Booth2012-07-191-1/+1
* Changed minimum autoconf versionJames Booth2012-07-131-1/+1
* Change build to work without ncurses pkg-configJames Booth2012-07-121-2/+2
* Added headunit to autotools filesJames Booth2012-07-081-0/+2
* Tidied autotools filesJames Booth2012-07-081-15/+23
* Added subdir-objects option to configure.acJames Booth2012-07-031-1/+1
* Added build-aux folder to configure.acJames Booth2012-07-031-1/+2
* Added libnotify to lib checksJames Booth2012-07-021-0/+1
* Moved ordering of lib checks in configure.acJames Booth2012-07-021-1/+1
* Changed autoconf version to work on UbuntuJames Booth2012-07-021-1/+1
* Use glib-2.0 and continues when no libnotifyJames Booth2012-07-021-2/+2
* Set compiler, preprocessor flags in configure.acJames Booth2012-07-021-10/+11
uthor Thomas E. Dickey <dickey@invisible-island.net> 2000-07-17 03:30:30 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 2000-07-17 03:30:30 -0400 snapshot of project "lynx", label v2-8-4dev_5' href='/ingrix/lynx-snapshots/commit/po/makefile.inn?id=3f6f71189bc39edb970df722688fb4a6bf2bdfe4'>3f6f7118 ^
2a256611 ^






152e034b ^
2a256611 ^












































































152e034b ^
2a256611 ^




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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251