2005-05-02 Hidetoshi Tajima * check_sys.m4: check strndup too if it's available on the system. 2005-04-21 Ervin Yan * im_common.m4 (IM_INIT): Do not override PACKAGE and VERSION. IMBINDIR is unused. Remove IM_LOCALEDIR. No need to export IM_TOPDIR. 2005-04-01 Motonobu Ichimura * im_common.m4 (imdir) : modify to work without arguments. 2005-03-31 Akira TAGOH * im_common.m4: added --with-imdir option to specify $IMDIR and to avoid the autotools crap like ${exec_prefix}/lib/iiim, which some code didnt work. NOTE: you need to run make config or so again. 2005-03-29 Jens Petersen * check_canna.m4: Quote macro names to stop warnings with modern aclocal. * check_freewnn.m4: Ditto. * check_socket.m4: Ditto. * check_x.m4: Ditto. * check_xml.m4: Ditto. * check_gtk.m4: Ditto. * check_sys.m4: Ditto. 2005-03-24 Jens Petersen * im_common.m4 (IM_INIT): Quote name to stop warning with modern aclocal. Define IMDIR in terms of libdir instead of hardcoding to /usr/lib/iiim. (IM_SUBST): Quote name to stop warning with modern aclocal. (IM_ADD_TARGET): Ditto. 2005-03-17 AShiZaWa KaZuNoRi * im_common.m4: path name changes. 2005-03-09 Hidetoshi Tajima * check_sys.m4: add '-lcrypto' to TLS_LIBS, needed for Solaris and Darwin 2005-01-29 Sriram Swaminathan * check_xml.m4: added for unit le 2005-01-11 Hidetoshi Tajima * check_libchewing.m4: added for iiimf-chewing 2004-09-14 Motonobu Ichimura * check_sys.m4: add check for HAVE_POSIX_GETPWUID_R, HAVE_POSIX_GETPWNAM_R. add check for pwd.h sys/types.h. 2004-08-12 Motonobu Ichimura * check_socket.m4: check struct msghdr is exist. add check for netdb.h * check_sys.m4: add check for bsearch 2004-08-02 Motonobu Ichimura * check_socket.m4: check MSG_NOSIGNAL, SO_NOSIGPIPE option. 2004-07-14 Motonobu Ichimura * check_sys.m4 (IM_CHECK_TLS): add AC_DEFINE 2004-07-12 Hidetoshi Tajima * check_sys.m4: add IM_CHECK_TLS to check openssl header and library availability 2004-07-13 Motonobu Ichimura * check_sys.m4: add check for synch.h 2004-04-29 Motonobu Ichimura * check_socket.m4: add HAVE_UNIX_SOCKET check * check_sys.m4: add check for getpwnam, getpwnam_r, getpwuid, getpwuid_r 2004-04-28 Hidetoshi Tajima * check_sys.m4: add HAS_STPCPY check for IIIMXCF 2004-03-25 Hidetoshi Tajima * check_sys.m4: add '-Wall' for gcc 2004-03-24 Hidetoshi Tajima * check_sys.m4 : build with latest native compiler on Solaris 2003-11-19 Motonobu Ichimura * configure.ac: fix typo. 2003-06-13 MIYASHITA Hisashi * im_common.m4 (IM_INIT): Rename ACDIR to IM_ACDIR. (IM_SUBST): Do AC_SUBST(IM_ACDIR). 2003-06-12 MIYASHITA Hisashi * check_socket.m4 (IM_CHECK_SOCKET): Set HAVE_ to "yes" explicitly. Note that does neither AC_CHECK_FUNCS nor AC_CHECK_LIBS set it. * check_sys.m4 (IM_CONSTRUCT_FLAGS): Don't override AR and AR_FLAGS even when the environment is *solaris*@cc:* environment. * check_socket.m4: New m4 script. * check_sys.m4 (IM_CHECK_SYSTEM): Don't check socket() here. Moved it to IM_CHECK_SOCKET in check_socket.m4. (IM_CONSTRUCT_FLAGS): Created DISABLE_OPTIMIZE_CXX_CFLAGS. Set OPTIMIZE_CXX_CFLAGS to -O and cleared DISABLE_OPTIMIZE_CXX_CFLAGS when in *solaris*@cc:*. (IM_CONSTRUCT_FLAGS): Removed -D_XPG4_2 in *solaris*. (IM_CONSTRUCT_FLAGS): When constructing DEBUG_CXX_CFLAGS, use ${DISABLE_OPTIMIZE_CXX_CFLAGS}. 2003-05-16 MIYASHITA Hisashi * check_gtk.m4 (IM_CHECK_GTK2_VERSION): New m4 function. 2003-05-07 MIYASHITA Hisashi * check_x.m4 (IM_CHECK_X): Set the path of the default X11 include file to X_PRIVATE_INC. (IM_CHECK_XUTF8API): New directive. (IM_X_SUBST): Add AC_SUBST(X_PRIVATEINC). 2003-04-26 MIYASHITA Hisashi * check_gtk.m4 (IM_CHECK_GTK): Bug fix. In the test expression, "yes" must be "Xyes". * im_common.m4 (IM_INIT): New args, --enable-debug and --enable-optimize. * check_sys.m4 (IM_CONSTRUCT_FLAGS): Rewrite how to construct flags. First, set the flags for gcc, then the platform dependent flags. And set the flags for debugging and optimization by looking enable_debug and enable_optimize variables. 2003-04-25 MIYASHITA Hisashi * Makefile.am: Dummy file. It is only used for updating autotools scripts. * configure.ac: Ditto. 2003-03-27 MIYASHITA Hisashi * check_sys.m4 (IM_CHECK_SYSTEM): Check fork() as well. 2003-03-25 MIYASHITA Hisashi * check_sys.m4 (IM_CHECK_SYSTEM): Check poll() and select() as well. 2003-02-21 MIYASHITA Hisashi * config.guess: Update to the newest version(2003-1-10). * config.sub: Likewise. * ltmain.sh: Update to 1.4.3. 2003-01-05 MIYASHITA Hisashi * config.guess: Replaced with the older version(2002-3-20) because of the inconsistency between configure scripts and config.guess. * config.sub: Likewise. 2002-11-08 MIYASHITA Hisashi * check_sys.m4 (IM_CHECK_SYSTEM): Check sys/param.h, sys/systeminfo.h, stddef.h, string.h, errno.h, langinfo.h, locale.h, and wchar.h. (IM_CHECK_SYSTEM): Check mmap, strchr, ctrrchr, strspn, strtol, nl_langinfo, setlocale, memmove, memset, endpwent, and sysinfo. 2002-11-03 MIYASHITA Hisashi * check_sys.m4 (IM_CHECK_DLOPEN): Bug fix. Set HAVE_DLFCN_H manually, And correct the library name. * compile: Autotools file. * config.guess: Ditto. * config.sub: Ditto. * depcomp: Ditto. * install-sh: Ditto. * mkinstalldirs: Ditto. * missing: Ditto. * ltmain.sh: Ditto. * check_sys.m4: New autoconf file for checking system. * check_x.m4: New autoconf file for checking X. * check_canna.m4: New autoconf file for checking canna. * check_gtk.m4: New autoconf file for checking GTk. * check_sun.m4: New autoconf file for checking Sun env. * im_common.m4: Common definition file for autoconf. * ChangeLog: New ChangeLog file for acfiles.