2005-09-26  Per Bothner  <per@bothner.com>

	* Makefile.am (qexo): New rule, creates qexo wrapper script.

	* kawapath.c (kawajar): New global, initialized from KAWAJAR macro.
	(get_classpath): Take progname argument.  Use that to search for
	../kawa-$version.jar when executing in-place.
	* Makefile.am (WITHOUT_GCJ_DEFS): Define KAWAJAR cpp macro.
	* cgi-servlet.c (main): Pass argv[0] to get_classpath.
	* kawa.c (main): Likewise.

	* kawa.c (main): Update rindex -> strrchr.

	* kawa.c: Add a currently-unused hook to bold-face readline input.

2005-04-17  Per Bothner  <per@bothner.com>

	* Makefile.am: Fix/improve various GCJ-related issues.

2005-04-16  Per Bothner  <per@bothner.com>

	* cgi-servlet.c: Do #include <string.h>, since strlen is used.

2005-03-06  Per Bothner  <per@bothner.com>

	* Makefile.am: Need new definition of LIBTOOL.

2004-01-09  Per Bothner  <per@bothner.com>

	We need extra GCJ libraries now that gnu.kawa.xml uses org.w3c.org.
	* Makefile.am (EXTRA_LIB_XML):  New macro.
	(kawa-bin$(EXEEXT)):  Use it.

2003-06-03  Per Bothner  <per@bothner.com>

	* kawa.c (main):  Don't set outgoing argv[0] to incoming argv[0]!

2003-05-18  Per Bothner  <per@bothner.com>

	* Makefile.am (kawa.sh):  If --with-gcj, just exec kawa-bin.

2003-05-09  Per Bothner  <per@bothner.com>

	* Makefile.am:  Various fixes.  bin_SCRIPTS is set to gckawa
	whenever WITH_GCJ is set, regardless of ENABLE_KAWA_FRONTEND.
	Likewise KAWAPROGS includes kawa-bin whenever WITH_GCJ is set.

2003-02-01  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWA2_XML_OFILES):  Add gnu-kawa-xslt.o.
	(LIBADD_XML):  Add gnu-kawa-xslt.lo.

2002-03-02  Per Bothner  <per@bothner.com>

	* Makefile.am:  Various tweaks due to new automake.

2002-02-11  Per Bothner  <per@bothner.com>

	* kawa.c (get_classpath):  Add extern declaration to kill warning.

2002-02-05  Per Bothner  <per@bothner.com>

	* kawapath.c:  Get R_OK from unistd.h rather than fcntl.h.

2002-01-29  Per Bothner  <per@bothner.com>

	* kawa.c:  Move some logic to kawapath.c
	* kawapath.c: New file.
	* cgi-servlet.c:  New program.
	* Makefile.am:  Update accordingly.

	* Makefile.am:  Also link in gnu-brl.lo and gnu-kawa-brl.lo.

2001-10-17  Per Bothner  <per@bothner.com>

	* Makefile.am:  Update for gnu/kawa/xml.

2001-09-13  Per Bothner  <per@bothner.com>

	* Makefile.am (bin_PROGRAMS, bin_SCRIPTS):  Use automake conditionals.
	(kawa_bin_SOURCES):  New macro prevents automake expecting kawa-bin.c.
	(all):  Removed dependency.

2001-08-17  Per Bothner  <per@bothner.com>

	* Makefile.am (install-exec-bindir):  Conditionally install gckawa.

2001-07-18  Per Bothner  <per@bothner.com>

	* Makefile.am (gckawa):  New rule to build new script, when --with-gcj.

	* Makefile.am:  If --enable-xml link gnu/xquery/*.

2001-06-17  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWA1_OFILES):  Added gnu-commonlisp-lang.lo.
	(KAWA2_OFILES):  Add gnu-commonlisp-lisp.o.
	(XXX.lo):  New rules to control recursion.

2001-06-09  Per Bothner  <per@bothner.com>

	* Makefile.am:  Only link gnu-xml.o/gnu-xml.lo if ENABLE_XML is true.

2001-06-04  Per Bothner  <per@bothner.com>

	* Makefile.am (WITHOUT_GCJ_DEFS, kawa.sh):  Change KAWALIB to jar file.

2001-05-09  Per Bothner  <per@bothner.com>

	* Makefile.am:  Many changes to support shared libraries using libtool.

2001-04-24  Per Bothner  <per@bothner.com>

	* Makefile.am:  $(READLINE_INCLUDE_PATH) should be part of INCLUDES.
	(DEFS):  Get rid of junk -Dxxx. (Old testing, I believe.)

2001-04-10  Per Bothner  <per@bothner.com>

	* Makefile.am (KAWA2_OFILES):  Update gnu-kawa-xml.o -> gnu-xml.o.

2001-03-23  Per Bothner  <per@bothner.com>

	New directory.
	* kawa.c:  Moved from ../kawa.
	* Makefile.am:  New file.
