1Sun Sep 12 18:38:13 2004  Joe Orton  <joe@manyfish.co.uk>
2
3	* neon.m4 (NEON_USE_EXTERNAL): Check for IDNA, LFS, SOCKS
4	support.
5	(NEON_SOCKS): Use common feature code for SOCKSv5 support.
6
7Fri Sep 10 20:52:54 2004  Joe Orton  <joe@manyfish.co.uk>
8
9	* neon.m4 (LIBNEON_SOURCE_CHECKS): Safer autoheader template for
10	declaring stpcpy as necessary for bundled neon builds.
11	(NEON_WARNINGS): Drop -Winline.
12
13Wed Aug 25 19:44:26 2004  Joe Orton  <joe@manyfish.co.uk>
14
15	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for poll.
16
17Sat Jul  3 11:39:01 2004  Joe Orton  <joe@manyfish.co.uk>
18
19	* neon.m4 (LIBNEON_SOURCE_CHECKS): Pick up gethostbyname in
20	-lsocket for QNX.
21
22Fri Apr 16 11:43:10 2004  Joe Orton  <joe@manyfish.co.uk>
23
24	* neon-xml-parser.m4 (NEON_XML_PARSER): If built using libtool,
25	and --with-expat specifies a libexpat.la file, add the libexpat.la
26	to NEON_LTLIBS.
27
28	* neon.m4 (NEON_COMMON_CHECKS): Substitute NEON_LTLIBS.
29
30Tue Apr 13 20:51:59 2004  Joe Orton  <joe@manyfish.co.uk>
31
32	* neon.m4 (NEON_GSSAPI): Check for presence of
33	gssapi/gssapi_generic.h.
34
35Wed Apr  7 13:16:33 2004  Joe Orton  <joe@manyfish.co.uk>
36
37	* neon.m4 (NE_LARGEFILE): Check for strtoq.
38
39Mon Mar 15 19:59:36 2004  Joe Orton  <joe@manyfish.co.uk>
40
41	* neon.m4 (LIBNEON_SOURCE_CHECKS): Be safer around getaddrinfo
42	blacklist for HP-UX and reference why it's needed.
43
44Sun Mar  7 11:15:44 2004  Joe Orton  <joe@manyfish.co.uk>
45
46	* neon.m4 (LIBNEON_SOURCE_CHECKS): Use NE_LARGEFILE in-place
47	rather than AC_REQUIRE'ing it.
48	(NE_LARGEFILE): Add NE_LFS to CPPFLAGS for use in bundled builds.
49
50Mon Feb 23 23:02:54 2004  Joe Orton  <joe@manyfish.co.uk>
51
52	* neon.m4 (NE_SNPRINTF): Define HAVE_TRIO if trio is used.
53
54Mon Feb 23 00:22:39 2004  Joe Orton  <joe@manyfish.co.uk>
55
56	* neon.m4 (LIBNEON_SOURCE_CHECKS): Give INCLUDES argument to
57	AC_CHECK_HEADERS; prevent warning from cpp test for netinet/in.h
58	on some platforms.
59
60Sun Feb 22 17:52:42 2004  Joe Orton  <joe@manyfish.co.uk>
61
62	* neon.m4 (NE_SEARCH_LIBS): Fix to run actions-if-found if
63	function is found without needing additional libraries.
64	(LIBNEON_SOURCE_CHECKS): Only check for gethostbyname if
65	getaddrinfo is not found.  Disable getaddrinfo on HP-UX 11.[01]*
66	here rather than ne_socket.c.
67
68Sat Jan 24 17:49:50 2004  Joe Orton  <joe@manyfish.co.uk>
69
70	* neon.m4 (LIBNEON_SOURCE_CHECKS): Also check for __tm_gmtoff in
71	struct tm.
72
73Sat Jan 24 17:16:48 2004  Joe Orton  <joe@manyfish.co.uk>
74
75	* neon.m4: Remove -ansi-pedantic and -Wimplicit-prototypes for gcc
76	3.4 compatibility (thanks to Olaf Hering).
77
78Sat Jan  3 14:11:14 2004  Joe Orton  <joe@manyfish.co.uk>
79
80	* neon-test.m4: Check for stdint.h.
81
82Sat Jan  3 13:17:21 2004  Joe Orton  <joe@manyfish.co.uk>
83
84	* neon.m4 (NE_LARGEFILE): Add NE_LFS to neon-config --cflags
85	output.
86
87Thu Jan  1 18:42:56 2004  Joe Orton  <joe@manyfish.co.uk>
88
89	* neon.m4 (NEON_FORMAT): Use C99 'll' rather than non-standard 'q'
90	length modifier.
91
92Thu Jan  1 17:36:39 2004  Joe Orton  <joe@manyfish.co.uk>
93
94	* neon.m4 (NE_LARGEFILE): New macro.
95	(LIBNEON_SOURCE_CHECKS): Call it.
96
97Sat Nov 15 09:25:43 2003  Joe Orton  <joe@manyfish.co.uk>
98
99	* neon.m4, neon-xml-parser.m4: Update for latest autoconf
100	best-practice: s/AC_HELP_STRING/AS_HELP_STRING, replace AC_TRY_RUN
101	with AC_RUN_IFELSE, AC_TRY_LINK_FUNC with AC_LINK_IFELSE,
102	AC_TRY_COMPILE with AC_COMPILE_IFELSE, remove AC_LANG_C and
103	AC_PROG_CC_STDC,
104
105Fri Nov 14 13:12:10 2003  Joe Orton  <joe@manyfish.co.uk>
106
107	* neon.m4 (NEON_LIBIDN): New macro.
108	(LIBNEON_SOURCE_CHECKS): Use NEON_LIBIDN.
109
110Fri Nov 14 11:28:58 2003  Joe Orton  <joe@manyfish.co.uk>
111
112	* neon.m4 (NE_ENABLE_SUPPORT, NE_DISABLE_SUPPORT): New macros.
113	Use throughout to flag support or lack of support for optional
114	features.
115
116Thu Nov 13 20:25:28 2003  Joe Orton  <joe@manyfish.co.uk>
117
118	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for gethostbyname in
119	-lbind too.
120
121Tue Oct  7 21:20:16 2003  Joe Orton  <joe@manyfish.co.uk>
122
123	* neon-test.m4 (NEON_TEST): Check for shutdown.
124
125Mon Sep 22 21:20:37 2003  Joe Orton  <joe@manyfish.co.uk>
126
127	* neon.m4 (NE_CHECK_FUNCS, NE_SEARCH_LIBS): Avoid clobbering
128	ne_save_{LIBS,CPPFLAGS}.
129
130Sun Sep 14 10:51:34 2003  Joe Orton  <joe@manyfish.co.uk>
131
132	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for working AI_ADDRCONFIG
133	flag for getaddrinfo().
134
135Wed Sep 10 21:45:10 2003  Joe Orton  <joe@manyfish.co.uk>
136
137	* neon.m4 (NEON_GSSAPI): Restore CPPFLAGS and NEON_LIBS if GSSAPI
138	detection fails.
139
140Thu Sep  4 21:29:06 2003  Joe Orton  <joe@manyfish.co.uk>
141
142	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for netinet/tcp.h.
143
144Wed Jul 23 21:17:40 2003  Joe Orton  <joe@manyfish.co.uk>
145
146	* neon.m4 (NEON_GSSAPI): New macro.
147
148Mon Apr 21 18:24:12 2003  Joe Orton  <joe@manyfish.co.uk>
149
150	* neon-xml-parser.m4 (HAVE_EXPAT): Fail if --with-expat is given
151	but expat.h is not found.
152
153Wed Mar 26 20:29:11 2003  Joe Orton  <joe@manyfish.co.uk>
154
155	* neon.m4 (NEON_SSL): And add ne_stubssl to NEON_EXTRAOBJS for
156	non-SSL build.
157
158Tue Mar 25 20:43:01 2003  Joe Orton  <joe@manyfish.co.uk>
159
160	* neon.m4 (NEON_SSL): Add ne_openssl to NEON_EXTRAOBJS.
161
162Mon Mar 17 20:34:55 2003  Joe Orton  <joe@manyfish.co.uk>
163
164	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for netdb.h.
165
166Sun Mar 16 14:22:02 2003  Joe Orton  <joe@manyfish.co.uk>
167
168	* neon-xml-parser.m4 (NE_XML_BUNDLED_EXPAT): Define
169	HAVE_XMLPARSE_H.
170
171Sun Mar 16 11:47:35 2003  Joe Orton  <joe@manyfish.co.uk>
172
173	* neon-xml-parser.m4 (NEON_XML_PARSER): Also fix
174	non-included-expat build for when included expat is not an option.
175
176Sun Mar 16 11:20:23 2003  Joe Orton  <joe@manyfish.co.uk>
177
178	* neon-xml-parser.m4 (NEON_XML_PARSER): Fix non-included-expat
179	build broken in previous commit.
180
181Sun Mar 16 09:06:41 2003  Joe Orton  <joe@manyfish.co.uk>
182
183	* neon-xml-parser.m4 (NEON_XML_PARSER): Fix --with-included-expat
184	support.
185
186Sun Mar  9 10:08:57 2003  Joe Orton  <joe@manyfish.co.uk>
187
188	* neon.m4 (NEON_SSL): Fail if --with-ssl is given an argument.
189
190Sun Mar  9 08:55:04 2003  Joe Orton  <joe@manyfish.co.uk>
191
192	* neon.m4 (NE_SEARCH_LIBS): Bug fix to always compare against
193	`extras' if given.  Add support for optional `actions-if-found'
194	argument.
195
196	* neon-xml-parser.m4: Largely rewritten. Drop support for
197	libxml 1.x; require expat 1.95.x.
198
199Sun Mar  9 08:50:22 2003  Joe Orton  <joe@manyfish.co.uk>
200
201	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for stpcpy.
202
203Mon Mar  3 22:15:56 2003  Joe Orton  <joe@manyfish.co.uk>
204
205	* neon.m4 (NE_CHECK_FUNCS): Check whether h_errno is declared.
206
207Wed Feb 19 21:35:20 2003  Joe Orton  <joe@manyfish.co.uk>
208
209	* neon.m4 (NEON_FORMAT): Revert use of 'z' modifier; breaks on
210	CygWin.
211
212Tue Jan 14 17:06:07 2003  Joe Orton  <joe@manyfish.co.uk>
213
214	* neon.m4 (NEON_FORMAT): Prefer the C99 'z' modifier to printf
215	size_t/ssize_t values where available.
216
217Fri Jan  3 23:12:20 2003  Joe Orton  <joe@manyfish.co.uk>
218
219	* neon.m4 (NE_PKG_CONFIG): New macro.
220	(NEON_SSL): Use NE_PKG_CONFIG rather than PKG_CHECK_MODULES.
221
222Mon Dec 16 20:02:45 2002  Joe Orton  <joe@manyfish.co.uk>
223
224	* neon.m4 (NEON_SSL): Only check for OpenSSL <=0.9.6 if version is
225	known to be <=0.9.7.
226
227Mon Dec 16 19:01:57 2002  Joe Orton  <joe@manyfish.co.uk>
228
229	* neon.m4: Use pkg-config data to determine location OpenSSL
230	libraries/headers, if available.
231
232Tue Nov 19 11:21:31 2002  Joe Orton  <joe@manyfish.co.uk>
233
234	* neon-test.m4 (NEON_TEST): Suggest this macro is run before
235	NEON_XML_PARSER.
236
237Mon Oct  7 22:22:12 2002  Joe Orton  <joe@manyfish.co.uk>
238
239	* neon.m4 (NE_CHECK_SSLVER): New macro.
240	(NEON_SSL): Use NE_CHECK_SSLVER.  Add --with-egd argument;
241	conditionally enable EGD, optionally using only a specific EGD
242	socket path, and only if using OpenSSL before 0.9.7.
243
244Tue Sep 24 21:36:01 2002  Joe Orton  <joe@manyfish.co.uk>
245
246	* neon.m4 (NE_ZLIB_VERSION): Removed macro.
247	(NEON_ZLIB): Removed --with-force-zlib flag; don't check zlib
248	version.
249	(NEON_SSL): Removed --with-force-ssl flag, only require OpenSSL
250	0.9.6 or later.
251
252Sat Aug 31 17:28:15 2002  Joe Orton  <joe@manyfish.co.uk>
253
254	* neon.m4 (NEON_FORMAT_PREP): Add check for gcc -Wformat -Werror
255	sanity.
256	(NEON_FORMAT): Only use gcc -Wformat -Werror if sanity is assured.
257
258Fri Aug 30 22:07:59 2002  Joe Orton  <joe@manyfish.co.uk>
259
260	* neon.m4: Set NEON_INTERFACE_VERSION according to
261	NEON_VERSION_MINOR, NEON_VERSION_RELEASE, for the duration of neon
262	0.x releases.
263
264Sun Aug 25 23:52:38 2002  Joe Orton  <joe@manyfish.co.uk>
265
266	* neon.m4 (NE_CHECK_FUNCS): New macro.
267	(LIBNEON_SOURCE_CHECKS): Use NE_CHECK_FUNCS rather than
268	AC_CHECK_FUNCS, so $NEON_LIBS are searched.
269
270Sun Aug 25 11:53:20 2002  Joe Orton  <joe@manyfish.co.uk>
271
272	* neon.m4 (LIBNEON_SOURCE_CHECKS): Require inet_ntop as well for
273	USE_GETADDRINFO test.
274
275Sun Aug 18 22:50:09 2002  Joe Orton  <joe@manyfish.co.uk>
276
277	* neon.m4 (LIBNEON_SOURCE_CHECKS): Remove redundant check for
278	SIGPIPE definition.
279
280Sun Aug 18 22:41:15 2002  Joe Orton  <joe@manyfish.co.uk>
281
282	* neon.m4 (NE_SEARCH_LIBS): Take optional fourth argument.
283	(LIBNEON_SOURCE_CHECKS): Define USE_GETADDRINFO if getaddrinfo and
284	gai_strerror are present.  Otherwise, check for hstrerror,
285	possibly in -lresolv.
286
287	* neon-test.m4: Don't check for hstrerror().
288
289Sun Aug 18 22:31:13 2002  Joe Orton  <joe@manyfish.co.uk>
290
291	* neon-xml-parser.m4 (NEON_FIND_PARSER_H, NEON_XML_LIBXML2):
292	Re-order checks to skip redundant tests, speeding up common case.
293
294Fri Aug  9 19:47:14 2002  Joe Orton  <joe@manyfish.co.uk>
295
296	* neon.m4 (NEON_SSL): Require OpenSSL 0.9.6f or later.
297
298Wed Jul 31 23:01:17 2002  Joe Orton  <joe@manyfish.co.uk>
299
300	* strftime.m4, readline.m4: Removed from neon/macros CVS module.
301
302Tue Jul 30 19:09:20 2002  Joe Orton  <joe@manyfish.co.uk>
303
304	* neon.m4 (NEON_COMMON_CHECKS): Require AC_TYPE_SIZE_T,
305	AC_TYPE_OFF_T.
306
307	* neon-test.m4 (NEON_TEST): Require AC_TYPE_PID_T.
308
309Tue Jul 30 19:06:48 2002  Joe Orton  <joe@manyfish.co.uk>
310
311	* neon.m4 (NEON_SSL): Require OpenSSL 0.9.6e or later for security
312	fixes; add --with-force-ssl to override version check.
313
314Fri Jul 26 00:01:07 2002  Joe Orton  <joe@manyfish.co.uk>
315
316	* neon.m4 (NE_MACOSX): Just check for any Darwin system.
317
318Sat Jul 20 10:40:29 2002  Joe Orton  <joe@manyfish.co.uk>
319
320	* neon.m4 (NEON_WITH_LIBS): Allow a colon-separated list of
321	directories for --with-libs argument.
322
323Thu Jul 18 20:07:43 2002  Joe Orton  <joe@manyfish.co.uk>
324
325	* neon.m4 (LIBNEON_SOURCE_CHECKS): Require AC_FUNC_STRERROR_R.
326
327Wed Jul 17 23:26:51 2002  Joe Orton  <joe@manyfish.co.uk>
328
329	* neon.m4 (NEON_CHECK_VERSION): Rewrite to cache results,
330	simplify, and use new ne_version_match.
331	(NE_ZLIB_VERSION): Cache result.
332
333Fri Jul  5 12:57:56 2002  Joe Orton  <joe@manyfish.co.uk>
334
335	* neon.m4 (NEON_SSL): Fail if openssl/opensslv.h header is not
336	found, or if OpenSSL version is earlier than 0.9.6.
337
338Sun Jun 16 14:04:18 2002  Joe Orton  <joe@manyfish.co.uk>
339
340	* neon.m4 (NEON_FORMAT): Take optional third argument giving
341	format string specifier to use.
342	(NEON_COMMON_CHECKS): Get format string for ssize_t; fix to
343	use 'u' specifier for size_t format string.
344
345Thu Jun 13 20:34:35 2002  Joe Orton  <joe@manyfish.co.uk>
346
347	* neon-xml-parser.m4 (NEON_XML_PARSER): Undocument use of =DIR
348	parameter to --with-expat, as it gives false expectations.
349
350Wed Jun 12 23:26:40 2002  Joe Orton  <joe@manyfish.co.uk>
351
352	* neon.m4 (NEON_WITH_LIBS): New macro.
353
354Mon Jun 10 22:31:50 2002  Joe Orton  <joe@manyfish.co.uk>
355
356	* neon.m4 (NEON_WARNINGS): Replace -ansi-pedantic with -pedantic.
357
358Sun May 26 19:08:12 2002  Joe Orton  <joe@manyfish.co.uk>
359
360	* neon-xml-parser.m4 (NEON_XML_LIBXML2): Check for
361	libxml/xmlversion.h header too.
362
363Wed May 22 09:54:42 2002  Joe Orton  <joe@manyfish.co.uk>
364
365	* neon.m4 (NE_MACOSX): Cache result.
366	(NE_COMMON_CHECKS): Simplify tm_gmtoff check further: use
367	AC_CHECK_MEMBERS.
368
369Mon May 20 21:18:06 2002  Joe Orton  <joe@manyfish.co.uk>
370
371	* neon.m4 (NE_SEARCH_LIBS): Cache results.
372
373Mon May 20 20:55:04 2002  Joe Orton  <joe@manyfish.co.uk>
374
375	* neon.m4 (LIBNEON_SOURCE_CHECKS): Use AC_CACHE_CHECK to check for
376	SIGPIPE in signal.h; don't invade the ac_ namespace with cache
377	variables.  Cache results of tm_gmtoff test too.
378
379Mon May 20 20:35:22 2002  Joe Orton  <joe@manyfish.co.uk>
380
381	* neon.m4 (NE_SNPRINTF): Simplify logic.
382
383Sun May 19 20:23:55 2002  Joe Orton  <joe@manyfish.co.uk>
384
385	* neon.m4 (NEON_WARNINGS): Remove with_warnings variable;
386	simplify.
387
388Wed May 19 08:36:44 2004  Joe Orton  <joe@manyfish.co.uk>
389
390	* neon.m4 (LIBNEON_SOURCE_CHECKS): Declare stpcpy on modern
391	"Linux-like" AIXes.
392
393Sun May 19 09:35:08 2002  Joe Orton  <joe@manyfish.co.uk>
394
395	* neon.m4 (NE_FIND_AR): Fix $PATH handling on some Linux
396	platforms.
397
398Sun May 19 09:05:22 2002  Joe Orton  <joe@manyfish.co.uk>
399
400	* neon.m4 (NE_FIND_AR): New macro.
401	(NEON_NORMAL_BUILD): Require NE_FIND_AR.
402
403	* neon-test.m4: Require NE_FIND_AR. Check for hstrerror().
404
405Fri May 17 23:37:19 2002  Joe Orton  <joe@manyfish.co.uk>
406
407	* neon.m4 (NEON_SSL): Allow --without-ssl again.
408
409Wed May 15 21:00:15 2002  Joe Orton  <joe@manyfish.co.uk>
410
411	* neon-xml-parser.m4 (NEON_XML_LIBXML2): sed '-L/usr/lib ' out of
412	xml2-config --libs output.
413
414Sat May 11 15:30:38 2002  Joe Orton  <joe@manyfish.co.uk>
415
416	* neon.m4 (NEON_SOCKS): Moved and simplified from neon-socks.m4.
417	Drop support for specifying directory argument; fail if
418	--with-socks is given and socks.h is not found.
419
420	* neon-socks.m4: Removed file.
421
422Sat May 11 15:22:36 2002  Joe Orton  <joe@manyfish.co.uk>
423
424	* neon.m4 (NEON_DEBUG): Moved and simplified from neon-debug.m4.
425
426	* neon-debug.m4: Removed file.
427
428Sat May 11 13:40:29 2002  Joe Orton  <joe@manyfish.co.uk>
429
430	* neon.m4 (NEON_WARNINGS): Moved and simplified from
431	neon-warnings.m4.
432
433	* neon-warnings.m4: Removed file.
434
435Sat May 11 13:26:00 2002  Joe Orton  <joe@manyfish.co.uk>
436
437	* neon.m4 (NEON_SSL): Simplified version of NEON_SSL from
438	neon-ssl.m4.  Check for ssl.h; detect OpenSSL ENGINE correctly
439	when -lcrypto requries -ldl.
440
441	* neon-ssl.m4: Removed file.
442
443Sat May 11 13:16:27 2002  Joe Orton  <joe@manyfish.co.uk>
444
445	* neon.m4 (NE_SEARCH_LIBS): Allow passing 'extralibs' to include
446	in library list when link against a specified library fails.
447	Prepend found library/libraries to $NEON_LIBS.
448
449Sat May 11 12:40:24 2002  Joe Orton  <joe@manyfish.co.uk>
450
451	* neon-xml-parser.m4 (NEON_XML_PARSER),
452	* neon.m4 (NEON_REPLACE_SNPRINTF):
453	Use AC_LIBOBJ rather than modify LIBOBJS directly, to appease
454	autoconf 2.53.
455
456Wed May  1 22:32:10 2002  Joe Orton  <joe@manyfish.co.uk>
457
458	* neon-xml-parser.m4 (NEON_XML_LIBXML1): Fix syntax error in
459	libxml 1.x detection causing spurious or missing warning message.
460
461Thu Apr 25 07:38:33 2002  Joe Orton  <joe@manyfish.co.uk>
462
463	* neon-xml-parser.m4 (NEON_XML_EXTERNAL_EXPAT): Check for expat.h
464	too, to support expat 1.95.x (Branko �ibej).
465
466Tue Apr 23 21:09:55 2002  Joe Orton  <joe@manyfish.co.uk>
467
468	* neon-xml-parser.m4 (NEON_FIND_PARSER_H): New macro, factored out
469	from NEON_XML_LIBXML2.
470	(NEON_XML_LIBXML2, NEON_XML_LIBXML1): Use it.
471
472Tue Apr 23 20:54:30 2002  Joe Orton  <joe@manyfish.co.uk>
473
474	* neon-xml-parser.m4 (NEON_XML_LIBXML2): Check for parser.h or
475	libxml/parser.h, or fail.
476
477Sat Apr 13 22:35:01 2002  Joe Orton  <joe@manyfish.co.uk>
478
479	* neon.m4 (NE_SNPRINTF): Define NEON_TRIO in NEON_CFLAGS, export
480	it from 'neon-config --cflags' output.
481
482Fri Apr  5 23:40:00 2002  Joe Orton  <joe@manyfish.co.uk>
483
484	* neon.m4 (NEON_ZLIB, NE_ZLIB_VERSION): Add --with-force-zlib, to
485	skip zlib version check.  Simplify neon_zlib_message handling a
486	little.
487
488Tue Mar 12 00:18:00 2002  Joe Orton  <joe@manyfish.co.uk>
489
490	* neon.m4 (NE_ZLIB_VERSION): New macro.
491	(NEON_ZLIB): Use it to require zlib 1.1.4.
492
493Sun Mar 10 22:05:26 2002  Joe Orton  <joe@manyfish.co.uk>
494
495	* neon.m4 (NEON_ZLIB): Don't add ne_compress to NEON_EXTRAOBJS.
496
497Mon Mar  4 21:04:28 2002  Joe Orton  <joe@manyfish.co.uk>
498
499	* neon-ssl.m4 (NEON_SSL): Avoid adding -I/usr/include to CFLAGS
500	during build as well as not exporting it via neon-config.
501
502Tue Feb 19 21:30:50 2002  Joe Orton  <joe@manyfish.co.uk>
503
504	* neon-socks.m4 (NEON_SOCKS): Fix configure argument name, export
505	-L argument in NEON_LIBS, check for socks.h not sock.h, define
506	NEON_SOCKS.
507
508Sun Jan 13 20:07:51 2002  Joe Orton  <joe@manyfish.co.uk>
509
510	* neon.m4 (NE_MACOSX): New macro.
511	(NEON_COMMON_CHECKS): Call it.
512
513Sun Jan  6 21:35:08 2002  Joe Orton  <joe@manyfish.co.uk>
514
515	* neon-xml-parser.m4 (NEON_XML_PARSER): Add XML_BYTE_ORDER to
516	CPPFLAGS; mini-expat doesn't pick up config.h.
517
518Tue Jan  1 23:30:03 2002  Joe Orton  <joe@manyfish.co.uk>
519
520	* neon-xml-parser.m4 (NEON_XML_PARSER): Set XML_BYTE_ORDER
521	appropriately.
522
523Tue Jan  1 22:50:15 2002  Joe Orton  <joe@manyfish.co.uk>
524
525	* neon.m4 (NEON_CHECK_VERSION): Don't add libs for external neon
526	to NEON_LIBS here.
527
528Tue Jan  1 22:44:05 2002  Joe Orton  <joe@manyfish.co.uk>
529
530	* neon-xml-parser.m4 (NEON_XML_LIBXML2, NEON_XML_LIBXML1): Alter
531	CPPFLAGS only, not CFLAGS.
532
533Tue Jan  1 21:49:16 2002  Joe Orton  <joe@manyfish.co.uk>
534
535	* neon.m4 (NEON_USE_EXTERNAL): Factored out from NEON_COMMON.
536	(NEON_COMMON): Use NEON_USE_EXTERNAL; simplify, improve reporting.
537
538	* neon.m4 (NEON_COMMON_CHECKS): Move check for common headers
539	here...  (LIBNEON_SOURCE_CHECKS): from here.
540
541Tue Jan  1 21:44:33 2002  Joe Orton  <joe@manyfish.co.uk>
542
543	* neon-test.m4 (NEON_TEST): Check for AR and RANLIB.
544
545Fri Dec 14 22:39:57 2001  Joe Orton  <joe@manyfish.co.uk>
546
547	* neon-test.m4 (NEON_TEST): Pick up time_t definition from
548	sys/time.h if present (fix for Solaris 2.6 and probably
549	elsewhere).
550
551Fri Dec 14 22:39:32 2001  Joe Orton  <joe@manyfish.co.uk>
552
553	* neon.m4 (NEON_FORMAT): Allow passing in headers where type may
554	be defined.
555
556Mon Dec 10 07:36:26 2001  Joe Orton  <joe@manyfish.co.uk>
557
558	* neon.m4 (NEON_COMMON): Fix --with-neon=PATH again.
559
560Sun Dec  9 21:40:47 2001  Joe Orton  <joe@manyfish.co.uk>
561
562	* neon-test.m4 (NEON_TEST): Determine how to print time_t.
563
564Sun Dec  9 11:50:03 2001  Joe Orton  <joe@manyfish.co.uk>
565
566	* neon.m4 (NEON_WITHOUT_ACL): New macro.
567	(LIBNEON_SOURCE_CHECKS): Conditionally build ACL support.
568
569Sun Dec  9 01:06:32 2001  Joe Orton  <joe@manyfish.co.uk>
570
571	* neon.m4 (NEON_CHECK_VERSION): Use NEON_CONFIG as config script,
572	drop first argument.  Better error message if the link failed.
573	(NEON_COMMON): Cleanup.  Check for neon-config in PATH.  Stop if
574	--with-neon was given, and the external neon wasn't good enough.
575
576Sun Dec  9 00:17:19 2001  Joe Orton  <joe@manyfish.co.uk>
577
578	* neon-test.m4 (NEON_TEST): Requires NEON_COMMON_CHECKS.
579
580	* neon-warnings.m4 (NEON_WARNINGS): Requires AC_PROG_CC.
581
582Sun Dec  9 00:13:47 2001  Joe Orton  <joe@manyfish.co.uk>
583
584	* neon.m4 (NEON_COMMON_CHECKS): New macro; runs common C
585	language/compiler checks, which may be useful to neon applications
586	regardless of whether a bundled or external neon is being used.
587	Use AC_REQUIRE to prevent macros being expanded more than once.
588	(LIBNEON_SOURCE_CHECKS, NEON_COMMON): Require NEON_COMMON_CHECKS
589	to have been expanded.
590
591Sat Dec  8 00:56:34 2001  Joe Orton  <joe@manyfish.co.uk>
592
593	* neon.m4 (NEON_FORMAT): Rewrite to use cache results (should fix
594	for cross-compiling), and for GCC, actually test for warnings -
595	fix for Linux.
596
597Sat Dec  8 00:15:44 2001  Joe Orton  <joe@manyfish.co.uk>
598
599	* neon.m4 (NEON_CHECK_SUPPORT): Send --support output to
600	/dev/null, in case it is from pre-0.18 and prints the usage
601	message.
602
603Sat Dec  8 00:13:55 2001  Joe Orton  <joe@manyfish.co.uk>
604
605	* neon.m4 (NEON_COMMON): Prepend -lneon to NEON_LIBS rather than
606	overwriting it when using bundled build.
607
608Mon Dec  3 19:49:28 2001  Joe Orton  <joe@manyfish.co.uk>
609
610	* neon.m4 (NEON_FORMAT_PREP, NEON_FORMAT): New macros.
611	(LIBNEON_SOURCE_CHECKS): Call them.
612
613Mon Dec  3 19:43:11 2001  Joe Orton  <joe@manyfish.co.uk>
614
615	Fix gethostbyname() detection on Unixware 7:
616
617	* neon.m4 (NEON_COMMON): Add -lneon to NEON_LIBS after performing
618	source checks.  (NE_SEARCH_LIBS): Test using libraries from
619	NEON_LIBS too.
620
621Sat Nov 24 20:33:11 2001  Joe Orton  <joe@manyfish.co.uk>
622
623	* neon.m4 (NEON_CHECK_SUPPORT): New macro.  (NEON_COMMON): Define
624	NEON_SUPPORTS_{SSL,ZLIB} when using an external neon.
625
626Sat Nov 24 20:25:15 2001  Joe Orton  <joe@manyfish.co.uk>
627
628	* neon.m4 (NEON_WITHOUT_ZLIB): New function.
629	(LIBNEON_SOURCE_CHECKS): Conditionally enable zlib support.
630
631Sun Nov 18 12:29:08 2001  Joe Orton  <joe@manyfish.co.uk>
632
633	* neon-ssl.m4 (NEON_SSL): Don't add -I/usr/include to NEON_CFLAGS.
634
635Sat Oct 27 12:20:08 2001  Joe Orton  <joe@manyfish.co.uk>
636
637	* neon.m4, neon-ssl.m4: Substitute NEON_SUPPORTS_ZLIB,
638	NEON_SUPPORTS_DAV, NEON_SUPPORTS_SSL as "yes" or "no"
639	appropriately.
640
641Thu Oct 25 14:29:53 2001  Mo DeJong  <supermo@bayarea.net>
642
643        * neon.m4 (NEON_NORMAL_BUILD): Use AC_CHECK_TOOL instead of
644        AC_PATH_PROG so that cross compilation works properly.
645
646Sat Oct  6 13:36:58 2001  Joe Orton  <joe@manyfish.co.uk>
647
648	* neon.m4 (NEON_ZLIB): New macro.  (LIBNEON_SOURCE_CHECKS):
649	print warning if struct tm lacks tm_gmtoff.
650
651Sat Oct  6 12:39:09 2001  Joe Orton  <joe@manyfish.co.uk>
652
653	* neon.m4: Require autoconf 2.50.  Use AC_HELP_STRING where
654	possible, and AC_MSG_NOTICE instead of 'echo'.
655
656	* neon-ssl.m4, neon-xml-parser.m4, neon-socks.m4: Quoting fixes
657	for help strings.
658
659Tue Oct  2 21:13:24 2001  Joe Orton  <joe@manyfish.co.uk>
660
661	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for tm_gmtoff in struct
662	tm.
663
664Sun Sep 30 23:35:03 2001  Joe Orton  <joe@manyfish.co.uk>
665
666	* neon.m4 (NE_SEARCH_LIBS): AC_SEARCH_LIBS replacement, adds found
667	libraries to NEON_LIBS instead.
668
669Sun Sep 30 11:11:19 2001  Joe Orton  <joe@manyfish.co.uk>
670
671	* neon-test.m4: New file.
672
673Sun Sep 30 11:09:58 2001  Joe Orton  <joe@manyfish.co.uk>
674
675	* neon.m4, neon-xml-parser.m4: Always add libs to $LIBS rather
676	than $NEONLIBS.
677
678	* neon.m4: Export NEON_CFLAGS.
679
680Sat Sep 29 14:12:53 2001  Joe Orton  <joe@manyfish.co.uk>
681
682	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for zlib (zlib.h, inflate
683	in -lz).  Add ne_compress to NEON_EXTRAOBJS.
684
685Tue Sep 25 07:31:53 2001  Mo DeJong  <supermo@bayarea.net>
686
687        * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for <signal.h> instead of
688	<sys/signal.h>. Define HAVE_SIGPIPE if SIGPIPE is defined in
689	<signal.h>.
690
691Mon Sep 24 20:16:47 2001  Joe Orton  <joe@manyfish.co.uk>
692
693	* neon-xml-parser.m4 (NEON_XML_EXTERNAL_EXPAT): Fix broken
694	AC_DEFINE (Mo DeJong).
695
696Mon Sep 24 17:24:42 2001  Joe Orton  <joe@manyfish.co.uk>
697
698	* ac_c_bigendian_cross.m4: New file.
699
700	* neon.m4: Use AC_C_BIGENDIAN_CROSS rather than AC_C_BIGENDIAN.
701
702Mon Sep 17 23:29:11 2001  Joe Orton  <joe@manyfish.co.uk>
703
704	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for setvbuf().
705
706Sun Sep 16 20:39:05 2001  Joe Orton  <joe@manyfish.co.uk>
707
708	* neon-ssl.m4 (NEON_SSL): Put SSL libs in LIBS rather than
709	NEONLIBS (and lib paths).
710
711Sun Sep 16 20:36:53 2001  Joe Orton  <joe@manyfish.co.uk>
712
713	* neon.m4 (NEON_COMMON): Add library paths to NEONLIBS rather than
714	LDFLAGS.
715
716Sat Jun  9 22:06:25 2001  Joe Orton  <joe@manyfish.co.uk>
717
718	* neon-debug.m4: New file.
719
720Thu May 31 00:04:51 2001  Joe Orton  <joe@manyfish.co.uk>
721
722	* neon.m4 (NEON_COMMON_BUILD): Update filenames.
723	(NEON_CHECK_VERSION): Do simple AC_TRY_LINK and warn appropriately
724	before checking version.
725
726Thu May 31 00:03:40 2001  Joe Orton  <joe@manyfish.co.uk>
727
728	* neon-warnings.m4: Add -Wbad-function-cast.
729
730Wed May 30 23:37:48 2001  Joe Orton  <joe@manyfish.co.uk>
731
732	* neon-xml-parser.m4: Added --with-libxml1 and --with-libxml2
733	arguments.
734
735Tue Apr 17 23:06:25 2001  Joe Orton  <joe@manyfish.co.uk>
736
737	* neon-ssl.m4: Define neon_ssl_message for configure output.
738
739Wed Apr 11 23:14:33 2001  Joe Orton  <joe@manyfish.co.uk>
740
741	* neon.m4 (NEON_COMMON_BUILD): Fix specifying a list of object
742	files.
743
744Fri Apr  6 23:09:58 2001  Joe Orton  <joe@manyfish.co.uk>
745
746	* neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SOCKS.
747
748Fri Apr  6 23:08:39 2001  Joe Orton  <joe@manyfish.co.uk>
749
750	* neon-socks.m4: Add basic SOCKSv5 support (untested).
751
752Mon Apr  2 21:42:40 2001  Joe Orton  <joe@manyfish.co.uk>
753
754	* neon.m4: Version is 0.13.0, interface version 13:0:0.
755
756Mon Apr  2 00:27:37 2001  Joe Orton  <joe@manyfish.co.uk>
757
758	* neon.m4: Move check for 'ar' program to NEON_NORMAL_BUILD, it's
759	not necessary for libtool build.
760
761Mon Apr  2 00:17:58 2001  Joe Orton  <joe@manyfish.co.uk>
762
763	* neon-xml-parser.m4 (NEON_XML_PARSER): Check for xmlversion.h
764	header from libxml2.
765
766Sun Apr  1 21:23:26 2001  Joe Orton  <joe@manyfish.co.uk>
767
768	* neon-xml-parser.m4: Add expat2 support (Sam TH <sam@uchicago.edu>).
769
770Wed Mar 21 10:56:03 2001  Joe Orton  <joe@manyfish.co.uk>
771
772	* neon-xml-parser.m4: Add libxml2 support.
773
774Sun Mar  4 15:45:21 2001  Joe Orton  <joe@manyfish.co.uk>
775
776	* neon-xml-parser.m4 (NEON_XML_PARSER): Use an m4 ifelse rather
777	than a shell test to code the conditional on whether an argument
778	was passed to the macro or not.
779
780Sun Mar  4 15:23:47 2001  Joe Orton  <joe@manyfish.co.uk>
781
782	* neon.m4: Add "actions if not bundled" argument to *_BUNDLED
783	macros.
784
785Mon Feb 26 22:52:24 2001  Joe Orton  <joe@manyfish.co.uk>
786
787	* neon.m4: Version is 0.12.0.
788
789Mon Feb 26 22:06:13 2001  Joe Orton  <joe@manyfish.co.uk>
790
791	* neon.m4: Versionn is 0.12.0-dev.
792
793Sun Feb 25 17:12:49 2001  Joe Orton  <joe@manyfish.co.uk>
794
795	* neon.m4 (LIBNEON_SOURCE_CHECKS): Add checks for endianness (for
796	md5 code), inline, and const.
797
798Sun Feb 25 17:00:07 2001  Joe Orton  <joe@manyfish.co.uk>
799
800	* neon.m4 (NEON_COMMON): Rename NEON_IS_BUNDLED to
801	NEON_BUILD_BUNDLED.
802
803Sun Feb 25 16:52:19 2001  Joe Orton  <joe@manyfish.co.uk>
804
805	* neon.m4 (NEON_COMMON): Define NEON_IS_BUNDLED to "yes" or "no"
806	appropriately.
807
808Sat Feb 24 00:06:09 2001  Joe Orton  <joe@manyfish.co.uk>
809
810	* neon.m4 (LIBNEON_SOURCE_CHECKS): Don't set NEON_NEED_XML_PARSER
811	here.  (NEON_COMMON): ... set it here instead.
812	(NEON_WITHOUT_WEBDAV): New macro to disable WebDAV support.
813	(NEON_COMMON_BUILD): Select default set of object files to build
814	depending on whether DAV is enabled or not.
815
816Fri Feb 23 23:28:09 2001  Joe Orton  <joe@manyfish.co.uk>
817
818	* neon.m4 (NEON_COMMON_BUILD): Use an m4 'ifelse' for the number
819	of args test.
820
821	* neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD,
822	NEON_COMMON_BUILD): Set NEON_OBJEXT correctly (fixes
823	dependancies).
824
825Sun Feb  4 14:55:10 2001  Joe Orton  <joe@manyfish.co.uk>
826
827	* neon.m4: Version is 0.11.0, interface version is 11:0:0.
828
829Sun Jan 28 17:16:27 2001  Joe Orton  <joe@manyfish.co.uk>
830
831	* neon.m4 (NEON_CHECK_VERSION): Run actions-if-okay if
832	NEON_REQUIRE has not been called.
833
834Sun Jan 28 14:53:57 2001  Joe Orton  <joe@manyfish.co.uk>
835
836	* neon.m4 (NEON_REQUIRE, NEON_CHECK_VERSION): New macros.
837	(NEON_COMMON): If a required version is defined, check that an
838	external neon library matches it.
839
840Sun Jan 28 10:39:31 2001  Joe Orton  <joe@manyfish.co.uk>
841
842	* neon.m4: Define NEON_VERSION, NEON_VERSION_{MAJOR,MINOR} in
843	config.h rather than substituting into neon_config.h.
844
845Sat Jan 27 22:55:42 2001  Joe Orton  <joe@manyfish.co.uk>
846
847	* neon.m4: Include version string in library message.
848
849Tue Jan 23 23:14:33 2001  Joe Orton  <joe@light.plus.com>
850
851	* neon.m4 (NEON_VERSIONS): New macro.  (NEON_COMMON): Call it from
852	here.
853
854Mon Jan 15 22:26:54 2001  Joe Orton  <joe@light.plus.com>
855
856	* neon-xml-parser.m4 (NEON_XML_PARSER): Append rather than
857	overwrite CFLAGS.
858
859Thu Jan 11 20:49:12 2001  Joe Orton  <joe@light.plus.com>
860
861	* neon-ssl.m4: Check for OpenSSL in /usr too.
862
863Thu Jan 11 20:05:34 2001  Joe Orton  <joe@light.plus.com>
864
865	* neon.m4 (NEON_VPATH_BUNDLED): New macro.  (NEON_BUNDLED): Call
866	NEON_COMMON_BUNDLED.  (NEON_COMMON_BUNDLED): Abstracted from
867	NEON_BUNDLED.
868
869Wed Jan 10 22:44:37 2001  Joe Orton  <joe@light.plus.com>
870
871	* neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD): Pass optional
872	set of objects to build to these macros.  Else, all objects go in
873	NEONOBJS.  (NEON_COMMON_BUILD): Implement that.  Also substitute
874	NEON_LINK_FLAGS.
875
876Mon Jan  8 22:23:51 2001  Joe Orton  <joe@light.plus.com>
877
878	* neon-xml-parser.m4 (NEON_XML_PARSER): Put XML parser libs in
879	$NEONLIBS rather than $LIBS.
880
881Mon Jan  8 22:20:51 2001  Joe Orton  <joe@light.plus.com>
882
883	* neon-ssl.m4 (NEON_SSL): Put OpenSSL libs in $NEONLIBS rather
884	than LIBS.
885
886Sun Jan  7 17:30:54 2001  Joe Orton  <joe@light.plus.com>
887
888	* neon.m4 (NEON_BUNDLED): Add optional second argument to specify
889	builddir of bundled sources (Peter Moulder <pjm@bofh.asn.au>).
890
891Wed Jan  3 21:33:05 2001  Joe Orton  <joe@light.plus.com>
892
893	* neon.m4: Place libraries needed to use neon in NEONLIBS.  Adding
894	them to LIBS breaks bundled builds since libneon doesn't exist at
895	configure-time, and configure uses $LIBS.
896
897Wed Jan  3 21:17:00 2001  Joe Orton  <joe@light.plus.com>
898
899	* neon.m4 (NEON_COMMON_BUILD): Don't set top_builddir using 'pwd'.
900
901Wed Jan  3 21:15:04 2001  Joe Orton  <joe@light.plus.com>
902
903	* neon.m4 (NEON_COMMON): If using bundled neon, add -L<bundled
904	dir> to LDFLAGS, and -lneon to LIBS.
905
906Fri Dec 22 23:13:39 2000  Joe Orton  <joe@light.plus.com>
907
908	* neon.m4 (NEON_NORMAL_BUILD, NEON_COMMON_BUILD): New macros.
909
910Tue Dec 19 22:13:18 2000  Joe Orton  <joe@light.plus.com>
911
912	* neon.m4 (NEON_LIBTOOL_BUILD): New macro.
913
914Wed Dec 13 22:07:07 2000  Joe Orton  <joe@light.plus.com>
915
916	* neon.m4: Add a decent interface: NEON_LIBRARY for non-bundled
917	case, NEON_BUNDLED for the bundled case.  (LIBNEON_SOURCE_CHECKS):
918	Always set NEON_NEED_XML_PARSER.
919
920	* neon-xml-parser.m4 (NEON_XML_PARSER): Only execute if
921	"$NEON_NEED_XML_PARSER" = "yes".
922
923Sun Nov 19 22:52:56 2000  Joe Orton  <joe@light.plus.com>
924
925	* neon.m4, neon-ssl.m4, neon-warnings.m4, neon-xml-parser.m4:
926	Clarify that the more liberal license applies to the m4 files
927	only, not neon in general.
928
929Sun Nov 19 22:40:01 2000  Joe Orton  <joe@light.plus.com>
930
931	* neon.m4 (NEON_LIBRARY): Don't call NEON_XML_PARSER, set
932	NEON_NEED_XML_PARSER to "yes" if it needs to be called.
933
934Sun Nov 19 22:31:26 2000  Joe Orton  <joe@light.plus.com>
935
936	* neon-xml-parser.m4 (NEON_XML_PARSER): Switch to useing
937	NEON_INCLUDED_EXPAT m4 macro rather than passing arguments.
938
939Sun Nov 19 22:20:36 2000  Joe Orton  <joe@light.plus.com>
940
941	* neon.m4 (NEON_LIBRARY): Switch to using NEON_INCLUDED_SOURCE m4
942	macro rather than passing arguments to the NEON_LIBRARY macro.
943
944Sun Nov  5 23:26:18 2000  Joe Orton  <joe@light.plus.com>
945
946	* neon-xml-parser.m4: Never set LIBS if using a libtool-built
947	libexpat.la (Greg Stein).
948
9492000-10-10  Joe Orton  <joe@monolith.orton.local>
950
951	* neon-xml-parser.m4: If libexpat.la is included in the
952	--with-expat parameter, then use a libtool-friendly LIBS. (Greg
953	Stein)
954
955Sat Oct  7 19:16:08 2000  Joe Orton  <joe@light.plus.com>
956
957	* neon-xml-parser.m4: Link against a libexpat.la if found in
958	--with-expat location. (Greg Stein).
959
960Mon Sep 11 15:05:58 2000  Joe Orton  <joe@light.plus.com>
961
962	* neon.m4: Use AC_SEARCH_LIBS for finding gethostbyname() and
963	socket().
964
965Mon Sep 11 15:03:45 2000  Joe Orton  <joe@light.plus.com>
966
967	* neon.m4 (NEON_REPLACE_SNPRINTF): New macro.
968
969Fri Sep  8 14:30:37 2000  Joe Orton  <joe@orton.demon.co.uk>
970
971	* neon.m4: Check for socket() in -lsocket, -linet.
972
973Thu Sep  7 00:11:51 2000  Joe Orton  <joe@orton.demon.co.uk>
974
975	* neon-xml-parser.m4: Added --with-expat flag (patch by Greg
976	Stein).
977
978Sun Aug 13 11:12:41 2000  Joe Orton  <joe@orton.demon.co.uk>
979
980	* strftime.m4: New file, from fileutils-4.0i.
981
982Thu Jul 27 19:59:18 2000  Joe Orton  <joe@orton.demon.co.uk>
983
984	* neon-ssl.m4: Append the SSL libs on the end of $LIBS rather than
985	redefining it completely.
986
987Thu Jul 27 19:43:38 2000  Joe Orton  <joe@orton.demon.co.uk>
988
989	* neon.m4: Define variable neon_library_message to describe what
990	neon library is being used.
991
992Mon Jul 24 16:56:34 2000  Joe Orton  <joe@orton.demon.co.uk>
993
994	* neon-ssl.m4: Put -lssl before -lcrypto in LIBS.
995
996Thu Jul 20 15:12:14 2000  Joe Orton  <joe@orton.demon.co.uk>
997
998	* neon-xml-parser.m4 (NEON_XML_PARSER): Pass directory name
999	containing bundled expat sources as $1.
1000
1001	* neon.m4 (NEON_LIBRARY): Pass directory name containing bundled
1002	neon sources as $1, and $2 is passed to NEON_XML_PARSER for
1003	similar use.
1004
1005Thu Jul 20 15:04:49 2000  Joe Orton  <joe@orton.demon.co.uk>
1006
1007	* neon-ssl.m4: Rewritten from scratch. Support OpenSSL only.
1008
1009Thu Jul 20 12:41:23 2000  Joe Orton  <joe@orton.demon.co.uk>
1010
1011	* neon.m4, neon-xml-parser.m4, neon_warnings.m4: Added licensing
1012	information.
1013
1014Wed Jul 19 19:30:24 2000  Joe Orton  <joe@orton.demon.co.uk>
1015
1016	* neon-warnings.m4: New file. (NEON_WARNINGS): Macro for doing
1017	--enable-warnings.
1018
1019Sun Jun 18 12:12:23 2000  Joe Orton  <joe@orton.demon.co.uk>
1020
1021	* neon.m4: Only add --with-included-neon flag if neon is bundled.
1022
1023Sun Jun 18 12:08:23 2000  Joe Orton  <joe@orton.demon.co.uk>
1024
1025	* gnome-x-checks.m4: Imported from GNOME CVS macros module,
1026	adding: descriptive args to AC_DEFINE HAVE_LIBSM call, requiring
1027	Gtk 1.2.8 and the Gtk 'gthread' module.
1028
1029Mon May 29 15:10:24 2000  Joe Orton  <joe@orton.demon.co.uk>
1030
1031	* neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SSL.
1032
1033Tue May 23 19:11:29 2000  Joe Orton  <joe@orton.demon.co.uk>
1034
1035	* neon.m4: Renamed from neon-checks.m4.
1036
1037Sun May 21 23:52:27 2000  Joe Orton  <joe@orton.demon.co.uk>
1038
1039	* neon-ssl.m4: New file.
1040
1041Sat May 13 21:08:54 2000  Joe Orton  <joe@orton.demon.co.uk>
1042
1043	* acconfig.h: Added HAVE_LC_MESSAGE (my lcmessage.m4 is missing
1044	the appropriate description arguments).
1045
1046Sat May 13 21:08:40 2000  Joe Orton  <joe@orton.demon.co.uk>
1047
1048	* acconfig.h: Added PACKAGE and VERSION.
1049
1050Sat May 13 21:02:29 2000  Joe Orton  <joe@orton.demon.co.uk>
1051
1052	* socklen-arg-type.m4: Added file, modified from a KDE
1053	configure.in.
1054
1055Sat May 13 20:44:56 2000  Joe Orton  <joe@orton.demon.co.uk>
1056
1057	* gnome-x-checks.m4: Added description arguments to
1058	AC_DEFINE(HAVE_LIBSM).
1059
1060Wed May 10 19:18:14 2000  Joe Orton  <joe@orton.demon.co.uk>
1061
1062	* neon-xml-parser.m4: Error if no XML parser is found.
1063
1064Wed May 10 14:33:21 2000  Joe Orton  <joe@orton.demon.co.uk>
1065
1066	* neon-checks.m4: New file.
1067
1068Wed May 10 14:26:57 2000  Joe Orton  <joe@orton.demon.co.uk>
1069
1070	* neon-xml-parser.m4 (NEON_XML_PARSER): Use "neon_" prefix for
1071	variables.
1072
1073Wed May 10 13:47:04 2000  Joe Orton  <joe@orton.demon.co.uk>
1074
1075	* acconfig.h: New file.
1076
1077Wed May 10 13:42:16 2000  Joe Orton  <joe@orton.demon.co.uk>
1078
1079	* neon-xml-parser.m4: New file.
1080
1081Sun May  7 21:57:32 2000  Joe Orton  <joe@orton.demon.co.uk>
1082
1083	* gnome-x-checks.m4 (GNOME_X_CHECKS): Check for Gtk 1.2.7 or
1084	later, passing "gthread" module argument.
1085
1086