2001-11-30  MIYASHITA Hisashi  <himi@m17n.org>

	* configure: Updated.
	* configure.in (XICCallback): When checking the existence
	of XICCallback, we have to prepare CFLAGS for X environment
	temporarily.

2001-11-02  HideToshi Tajima  <tajima@eng.sun.com>

	* configure.in (LIBS): define HAVE_XICCALLBACK to 1 when
	XICCallback is found in X11/Xlib.h

2001-10-23  HideToshi Tajima  <tajima@eng.sun.com>

	* Makefile.in:
	 - top_srcdir should be @top_srcdir@
	 - top_builddir should be defined to "."
	 - Fix the rule to generate Makefile from config.status
	 - Need a rult to generate configure from configure.in
	
	* configure.in:
	 - fix mismatch for Solaris Forte Compilar's case
	 - need -D_XPG4_2 -D_XPG5 for Solaris Forte C++ Compilars
	 - check if XICCallback/XICProc in X11/Xlib.h
	 - remove lib/imutil/Makefile, and add lib/KeyConv/Makefile
	 - change -fhandle-exceptions to -fexceptions
	
	* configure: autoconf this from the above configure.in
	
2001-10-04  MIYASHITA Hisashi  <himi@m17n.org>

	* config.in (HAVE_FORK1): New macro.

	* configure.in (AC_CHECK_FUNCS): Add fork1().
	* configure: Updated.

2001-10-04  MIYASHITA Hisashi  <himi@m17n.org>

	* configure.in: Stop to define _XOPEN_SOURCE because it is not used.
	(AC_CHECK_LIB): Add the part to be executed when libcanna is found also
	because stop to add -lcanna to LIBS variable.
	* configure: Updated.

2001-10-03  MIYASHITA Hisashi  <himi@m17n.org>

	* configure.in: When libpthread is enabled, define _POSIX_C_SOURCE to
	199506L, _XOPEN_SOURCE to 500, and also define _SVID_SOURCE and _BSD_SOURCE
	for GNU C library.  On the other hand, when libthread is enabled, define
	_REENTRANT.
	* configure: Updated.

2001-09-29  MIYASHITA Hisashi  <himi@m17n.org>

	* configure.in: Check canna/jakanji.h as well as libcannna.
	* configure: Updated.

	* configure.in: Don't use -z flag of test to check whether the variable is
	yes.  Instead, we compare "X${...}" with "Xyes".
	* configure: Updated.

2001-08-18  MIYASHITA Hisashi  <himi@m17n.org>

	* configure.in (AC_CHECK_HEADER): Not only libpam, check
	security/pam_appl.h also.  Delete the variable HAVE_LIBPAM.
	Use pam_enable instead.
	(AC_SUBST): Substitute PICFLAGS also.
	* configure: Updated.

2001-07-18  MIYASHITA Hisashi  <himi@m17n.org>

	* config.in (HAVE_GETHOSTNAME): New macro.
	(HAVE_CRYPT): Ditto.
	(HAVE_PAM): Ditto.

	* configure.in (AC_CHECK_LIB): check crypt, pam library.
	(AC_SUBST): substitute LIBPAM_FLAGS and LIBCRYPT_FLAGS.
	* configure: Updated.

2001-07-12  MIYASHITA Hisashi  <himi@m17n.org>

	* config.in (HAVE_LIBWRAP): New macro.
	(HAVE_PWENT): New macro.

	* configure.in (AC_CHECK_HEADER): check tcpd.h and pwd.h.
	(AC_CHECK_LIB): check libnsl and libwrap.  If libwrap is usable,
	define HAVE_LIBWRAP.
	(LIBWRAP_FLAGS): Construct and define it.
	* configure: updated.

2001-05-16  MIYASHITA Hisashi  <himi@m17n.org>

	* Makefile.in (install): Add `all' to the dependencies.

	* configure.in (IMDIR): New variable.  Do AC_SUBST on it.
	(IMBINDIR): Likewise.
	(IMLEIFDIR): Likewise.
	(IMLOCALEDIR): Likewise.
	* configure: Updated.

2001-04-10  MIYASHITA Hisashi  <himi@m17n.org>

	* configure: Updated.
	* configure.in (canna): Do AC_CHECK_LIB for CannaLE.
	(LE_TARGETS): Add `canna' directory when HAVE_LIBCANNA is set.

2001-03-15  MIYASHITA Hisashi  <himi@li18nux.org>

	* Makefile.in: 
	* INSTALL: 
	* README.win32:
	* config.in:
	* configure.in:
	Change copyright notice.

2000-12-13  MIYASHITA Hisashi  <himi@m17n.org>

	* configure: Updated.
	* configure.in (with_defaultcxxlibs): New variable.
	If it is set to "no" by user, try to link programs
	without any C++ default libraries.

	* Makefile.in: Rewrite almost all of it, corresponding to the new
	configure.in.

	* .cvsignore: Add config.h

	* configure: Replaced.

	* configure.in: configure script source file.

	* config.in: New file.

	* config.guess, config.sub: Replaced with the newest version
	of libtool.

2000-10-31  MIYASHITA Hisashi  <himi@m17n.org>

	* ChangeLog: For CVS development, put this ChangeLog.

