Sun Jan 13 20:07:51 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NE_MACOSX): New macro.
	(NEON_COMMON_CHECKS): Call it.

Sun Jan  6 21:35:08 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Add XML_BYTE_ORDER to
	CPPFLAGS; mini-expat doesn't pick up config.h.

Tue Jan  1 23:30:03 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Set XML_BYTE_ORDER
	appropriately.

Tue Jan  1 22:50:15 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_CHECK_VERSION): Don't add libs for external neon
	to NEON_LIBS here.

Tue Jan  1 22:44:05 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_LIBXML2, NEON_XML_LIBXML1): Alter
	CPPFLAGS only, not CFLAGS.

Tue Jan  1 21:49:16 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_USE_EXTERNAL): Factored out from NEON_COMMON.
	(NEON_COMMON): Use NEON_USE_EXTERNAL; simplify, improve reporting.
	
	* neon.m4 (NEON_COMMON_CHECKS): Move check for common headers
	here...  (LIBNEON_SOURCE_CHECKS): from here.

Tue Jan  1 21:44:33 2002  Joe Orton  <joe@manyfish.co.uk>

	* neon-test.m4 (NEON_TEST): Check for AR and RANLIB.

Fri Dec 14 22:39:57 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-test.m4 (NEON_TEST): Pick up time_t definition from
	sys/time.h if present (fix for Solaris 2.6 and probably
	elsewhere).

Fri Dec 14 22:39:32 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_FORMAT): Allow passing in headers where type may
	be defined.

Mon Dec 10 07:36:26 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON): Fix --with-neon=PATH again.

Sun Dec  9 21:40:47 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-test.m4 (NEON_TEST): Determine how to print time_t.

Sun Dec  9 11:50:03 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_WITHOUT_ACL): New macro.
	(LIBNEON_SOURCE_CHECKS): Conditionally build ACL support.

Sun Dec  9 01:06:32 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_CHECK_VERSION): Use NEON_CONFIG as config script,
	drop first argument.  Better error message if the link failed.
	(NEON_COMMON): Cleanup.  Check for neon-config in PATH.  Stop if
	--with-neon was given, and the external neon wasn't good enough.

Sun Dec  9 00:17:19 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-test.m4 (NEON_TEST): Requires NEON_COMMON_CHECKS.

	* neon-warnings.m4 (NEON_WARNINGS): Requires AC_PROG_CC.

Sun Dec  9 00:13:47 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON_CHECKS): New macro; runs common C
	language/compiler checks, which may be useful to neon applications
	regardless of whether a bundled or external neon is being used.
	Use AC_REQUIRE to prevent macros being expanded more than once.
	(LIBNEON_SOURCE_CHECKS, NEON_COMMON): Require NEON_COMMON_CHECKS
	to have been expanded.
	
Sat Dec  8 00:56:34 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_FORMAT): Rewrite to use cache results (should fix
	for cross-compiling), and for GCC, actually test for warnings -
	fix for Linux.

Sat Dec  8 00:15:44 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_CHECK_SUPPORT): Send --support output to
	/dev/null, in case it is from pre-0.18 and prints the usage
	message.

Sat Dec  8 00:13:55 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON): Prepend -lneon to NEON_LIBS rather than
	overwriting it when using bundled build.

Mon Dec  3 19:49:28 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_FORMAT_PREP, NEON_FORMAT): New macros.
	(LIBNEON_SOURCE_CHECKS): Call them.

Mon Dec  3 19:43:11 2001  Joe Orton  <joe@manyfish.co.uk>

	Fix gethostbyname() detection on Unixware 7:

	* neon.m4 (NEON_COMMON): Add -lneon to NEON_LIBS after performing
	source checks.  (NE_SEARCH_LIBS): Test using libraries from
	NEON_LIBS too.

Sat Nov 24 20:33:11 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_CHECK_SUPPORT): New macro.  (NEON_COMMON): Define
	NEON_SUPPORTS_{SSL,ZLIB} when using an external neon.

Sat Nov 24 20:25:15 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_WITHOUT_ZLIB): New function.
	(LIBNEON_SOURCE_CHECKS): Conditionally enable zlib support.

Sun Nov 18 12:29:08 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-ssl.m4 (NEON_SSL): Don't add -I/usr/include to NEON_CFLAGS.

Sat Oct 27 12:20:08 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4, neon-ssl.m4: Substitute NEON_SUPPORTS_ZLIB,
	NEON_SUPPORTS_DAV, NEON_SUPPORTS_SSL as "yes" or "no"
	appropriately.

Thu Oct 25 14:29:53 2001  Mo DeJong  <supermo@bayarea.net>

        * neon.m4 (NEON_NORMAL_BUILD): Use AC_CHECK_TOOL instead of
        AC_PATH_PROG so that cross compilation works properly.

Sat Oct  6 13:36:58 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_ZLIB): New macro.  (LIBNEON_SOURCE_CHECKS):
	print warning if struct tm lacks tm_gmtoff.

Sat Oct  6 12:39:09 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Require autoconf 2.50.  Use AC_HELP_STRING where
	possible, and AC_MSG_NOTICE instead of 'echo'.

	* neon-ssl.m4, neon-xml-parser.m4, neon-socks.m4: Quoting fixes
	for help strings.

Tue Oct  2 21:13:24 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for tm_gmtoff in struct
	tm.

Sun Sep 30 23:35:03 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NE_SEARCH_LIBS): AC_SEARCH_LIBS replacement, adds found
	libraries to NEON_LIBS instead.

Sun Sep 30 11:11:19 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-test.m4: New file.

Sun Sep 30 11:09:58 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4, neon-xml-parser.m4: Always add libs to $LIBS rather
	than $NEONLIBS.

	* neon.m4: Export NEON_CFLAGS.

Sat Sep 29 14:12:53 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for zlib (zlib.h, inflate
	in -lz).  Add ne_compress to NEON_EXTRAOBJS.

Tue Sep 25 07:31:53 2001  Mo DeJong  <supermo@bayarea.net>

        * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for <signal.h> instead of
	<sys/signal.h>. Define HAVE_SIGPIPE if SIGPIPE is defined in
	<signal.h>.

Mon Sep 24 20:16:47 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_EXTERNAL_EXPAT): Fix broken
	AC_DEFINE (Mo DeJong).

Mon Sep 24 17:24:42 2001  Joe Orton  <joe@manyfish.co.uk>

	* ac_c_bigendian_cross.m4: New file.

	* neon.m4: Use AC_C_BIGENDIAN_CROSS rather than AC_C_BIGENDIAN.

Mon Sep 17 23:29:11 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Check for setvbuf().

Sun Sep 16 20:39:05 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-ssl.m4 (NEON_SSL): Put SSL libs in LIBS rather than
	NEONLIBS (and lib paths).

Sun Sep 16 20:36:53 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON): Add library paths to NEONLIBS rather than
	LDFLAGS.

Sat Jun  9 22:06:25 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-debug.m4: New file.

Thu May 31 00:04:51 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON_BUILD): Update filenames.
	(NEON_CHECK_VERSION): Do simple AC_TRY_LINK and warn appropriately
	before checking version.

Thu May 31 00:03:40 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-warnings.m4: Add -Wbad-function-cast.

Wed May 30 23:37:48 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4: Added --with-libxml1 and --with-libxml2
	arguments.

Tue Apr 17 23:06:25 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-ssl.m4: Define neon_ssl_message for configure output.

Wed Apr 11 23:14:33 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON_BUILD): Fix specifying a list of object
	files.

Fri Apr  6 23:09:58 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SOCKS.

Fri Apr  6 23:08:39 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-socks.m4: Add basic SOCKSv5 support (untested).

Mon Apr  2 21:42:40 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Version is 0.13.0, interface version 13:0:0.

Mon Apr  2 00:27:37 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Move check for 'ar' program to NEON_NORMAL_BUILD, it's
	not necessary for libtool build.

Mon Apr  2 00:17:58 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Check for xmlversion.h
	header from libxml2.

Sun Apr  1 21:23:26 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4: Add expat2 support (Sam TH <sam@uchicago.edu>).

Wed Mar 21 10:56:03 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4: Add libxml2 support.

Sun Mar  4 15:45:21 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Use an m4 ifelse rather
	than a shell test to code the conditional on whether an argument
	was passed to the macro or not.

Sun Mar  4 15:23:47 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Add "actions if not bundled" argument to *_BUNDLED
	macros.

Mon Feb 26 22:52:24 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Version is 0.12.0.

Mon Feb 26 22:06:13 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Versionn is 0.12.0-dev.

Sun Feb 25 17:12:49 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Add checks for endianness (for
	md5 code), inline, and const.

Sun Feb 25 17:00:07 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON): Rename NEON_IS_BUNDLED to
	NEON_BUILD_BUNDLED.

Sun Feb 25 16:52:19 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON): Define NEON_IS_BUNDLED to "yes" or "no"
	appropriately.

Sat Feb 24 00:06:09 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Don't set NEON_NEED_XML_PARSER
	here.  (NEON_COMMON): ... set it here instead.
	(NEON_WITHOUT_WEBDAV): New macro to disable WebDAV support.
	(NEON_COMMON_BUILD): Select default set of object files to build
	depending on whether DAV is enabled or not.

Fri Feb 23 23:28:09 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_COMMON_BUILD): Use an m4 'ifelse' for the number
	of args test.

	* neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD,
	NEON_COMMON_BUILD): Set NEON_OBJEXT correctly (fixes
	dependancies).

Sun Feb  4 14:55:10 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Version is 0.11.0, interface version is 11:0:0.

Sun Jan 28 17:16:27 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_CHECK_VERSION): Run actions-if-okay if
	NEON_REQUIRE has not been called.

Sun Jan 28 14:53:57 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4 (NEON_REQUIRE, NEON_CHECK_VERSION): New macros.
	(NEON_COMMON): If a required version is defined, check that an
	external neon library matches it.

Sun Jan 28 10:39:31 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Define NEON_VERSION, NEON_VERSION_{MAJOR,MINOR} in
	config.h rather than substituting into neon_config.h.

Sat Jan 27 22:55:42 2001  Joe Orton  <joe@manyfish.co.uk>

	* neon.m4: Include version string in library message.

Tue Jan 23 23:14:33 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_VERSIONS): New macro.  (NEON_COMMON): Call it from
	here.

Mon Jan 15 22:26:54 2001  Joe Orton  <joe@light.plus.com>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Append rather than
	overwrite CFLAGS.

Thu Jan 11 20:49:12 2001  Joe Orton  <joe@light.plus.com>

	* neon-ssl.m4: Check for OpenSSL in /usr too.

Thu Jan 11 20:05:34 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_VPATH_BUNDLED): New macro.  (NEON_BUNDLED): Call
	NEON_COMMON_BUNDLED.  (NEON_COMMON_BUNDLED): Abstracted from
	NEON_BUNDLED.

Wed Jan 10 22:44:37 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD): Pass optional
	set of objects to build to these macros.  Else, all objects go in
	NEONOBJS.  (NEON_COMMON_BUILD): Implement that.  Also substitute
	NEON_LINK_FLAGS. 

Mon Jan  8 22:23:51 2001  Joe Orton  <joe@light.plus.com>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Put XML parser libs in
	$NEONLIBS rather than $LIBS.

Mon Jan  8 22:20:51 2001  Joe Orton  <joe@light.plus.com>

	* neon-ssl.m4 (NEON_SSL): Put OpenSSL libs in $NEONLIBS rather
	than LIBS.

Sun Jan  7 17:30:54 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_BUNDLED): Add optional second argument to specify
	builddir of bundled sources (Peter Moulder <pjm@bofh.asn.au>).

Wed Jan  3 21:33:05 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4: Place libraries needed to use neon in NEONLIBS.  Adding
	them to LIBS breaks bundled builds since libneon doesn't exist at
	configure-time, and configure uses $LIBS.

Wed Jan  3 21:17:00 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_COMMON_BUILD): Don't set top_builddir using 'pwd'.

Wed Jan  3 21:15:04 2001  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_COMMON): If using bundled neon, add -L<bundled
	dir> to LDFLAGS, and -lneon to LIBS.

Fri Dec 22 23:13:39 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_NORMAL_BUILD, NEON_COMMON_BUILD): New macros.

Tue Dec 19 22:13:18 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_LIBTOOL_BUILD): New macro.

Wed Dec 13 22:07:07 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4: Add a decent interface: NEON_LIBRARY for non-bundled
	case, NEON_BUNDLED for the bundled case.  (LIBNEON_SOURCE_CHECKS):
	Always set NEON_NEED_XML_PARSER.

	* neon-xml-parser.m4 (NEON_XML_PARSER): Only execute if
	"$NEON_NEED_XML_PARSER" = "yes".

Sun Nov 19 22:52:56 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4, neon-ssl.m4, neon-warnings.m4, neon-xml-parser.m4:
	Clarify that the more liberal license applies to the m4 files
	only, not neon in general.

Sun Nov 19 22:40:01 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_LIBRARY): Don't call NEON_XML_PARSER, set
	NEON_NEED_XML_PARSER to "yes" if it needs to be called.

Sun Nov 19 22:31:26 2000  Joe Orton  <joe@light.plus.com>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Switch to useing
	NEON_INCLUDED_EXPAT m4 macro rather than passing arguments.

Sun Nov 19 22:20:36 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_LIBRARY): Switch to using NEON_INCLUDED_SOURCE m4
	macro rather than passing arguments to the NEON_LIBRARY macro.
	
Sun Nov  5 23:26:18 2000  Joe Orton  <joe@light.plus.com>

	* neon-xml-parser.m4: Never set LIBS if using a libtool-built
	libexpat.la (Greg Stein).

2000-10-10  Joe Orton  <joe@monolith.orton.local>

	* neon-xml-parser.m4: If libexpat.la is included in the
	--with-expat parameter, then use a libtool-friendly LIBS. (Greg
	Stein)

Sat Oct  7 19:16:08 2000  Joe Orton  <joe@light.plus.com>

	* neon-xml-parser.m4: Link against a libexpat.la if found in
	--with-expat location. (Greg Stein).

Mon Sep 11 15:05:58 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4: Use AC_SEARCH_LIBS for finding gethostbyname() and
	socket().

Mon Sep 11 15:03:45 2000  Joe Orton  <joe@light.plus.com>

	* neon.m4 (NEON_REPLACE_SNPRINTF): New macro.

Fri Sep  8 14:30:37 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4: Check for socket() in -lsocket, -linet.

Thu Sep  7 00:11:51 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-xml-parser.m4: Added --with-expat flag (patch by Greg
	Stein).

Sun Aug 13 11:12:41 2000  Joe Orton  <joe@orton.demon.co.uk>

	* strftime.m4: New file, from fileutils-4.0i.

Thu Jul 27 19:59:18 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-ssl.m4: Append the SSL libs on the end of $LIBS rather than
	redefining it completely.

Thu Jul 27 19:43:38 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4: Define variable neon_library_message to describe what
	neon library is being used.

Mon Jul 24 16:56:34 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-ssl.m4: Put -lssl before -lcrypto in LIBS.

Thu Jul 20 15:12:14 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Pass directory name
	containing bundled expat sources as $1.

	* neon.m4 (NEON_LIBRARY): Pass directory name containing bundled
	neon sources as $1, and $2 is passed to NEON_XML_PARSER for
	similar use.

Thu Jul 20 15:04:49 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-ssl.m4: Rewritten from scratch. Support OpenSSL only.

Thu Jul 20 12:41:23 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4, neon-xml-parser.m4, neon_warnings.m4: Added licensing
	information.

Wed Jul 19 19:30:24 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-warnings.m4: New file. (NEON_WARNINGS): Macro for doing
	--enable-warnings.

Sun Jun 18 12:12:23 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4: Only add --with-included-neon flag if neon is bundled.

Sun Jun 18 12:08:23 2000  Joe Orton  <joe@orton.demon.co.uk>

	* gnome-x-checks.m4: Imported from GNOME CVS macros module,
	adding: descriptive args to AC_DEFINE HAVE_LIBSM call, requiring
	Gtk 1.2.8 and the Gtk 'gthread' module.

Mon May 29 15:10:24 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SSL.

Tue May 23 19:11:29 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon.m4: Renamed from neon-checks.m4.

Sun May 21 23:52:27 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-ssl.m4: New file.

Sat May 13 21:08:54 2000  Joe Orton  <joe@orton.demon.co.uk>

	* acconfig.h: Added HAVE_LC_MESSAGE (my lcmessage.m4 is missing
	the appropriate description arguments).

Sat May 13 21:08:40 2000  Joe Orton  <joe@orton.demon.co.uk>

	* acconfig.h: Added PACKAGE and VERSION.

Sat May 13 21:02:29 2000  Joe Orton  <joe@orton.demon.co.uk>

	* socklen-arg-type.m4: Added file, modified from a KDE
	configure.in.

Sat May 13 20:44:56 2000  Joe Orton  <joe@orton.demon.co.uk>

	* gnome-x-checks.m4: Added description arguments to
	AC_DEFINE(HAVE_LIBSM).

Wed May 10 19:18:14 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-xml-parser.m4: Error if no XML parser is found.

Wed May 10 14:33:21 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-checks.m4: New file.

Wed May 10 14:26:57 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-xml-parser.m4 (NEON_XML_PARSER): Use "neon_" prefix for
	variables.

Wed May 10 13:47:04 2000  Joe Orton  <joe@orton.demon.co.uk>

	* acconfig.h: New file.

Wed May 10 13:42:16 2000  Joe Orton  <joe@orton.demon.co.uk>

	* neon-xml-parser.m4: New file.

Sun May  7 21:57:32 2000  Joe Orton  <joe@orton.demon.co.uk>

	* gnome-x-checks.m4 (GNOME_X_CHECKS): Check for Gtk 1.2.7 or
	later, passing "gthread" module argument.

