2005-03-17 AShiZaWa KaZuNoRi * aclocal.m4: path name changes. * configure.ac: path name changes. * configure: path name changes. * converterPI/README: path name changes. * converterPI/configure: path name changes. * converterPI/configure.in: path name changes. * converterPI/icuconv/common/config.h: path name changes. * converterPI/icuconv_relay.c: path name changes. * converterPI/test/icutest4linux.c: path name changes. * csconv.h: path name changes. 2004-10-15 Jens Petersen * converterPI/icuconv/tools/gencnval/Makefile.in: Use DESTDIR for installing. * converter/compoundtext/ct_conf/Makefile.in (CT_CONF): Only list ct_de once. 2003-06-13 MIYASHITA Hisashi * Makefile.in (IM_ACDIR): Set it. (mkinstalldirs): mkinstalldirs had been put into the common acfiles directory. * converter/Makefile.in: Ditto. * converter/compoundtext/Makefile.in: Ditto. * converter/compoundtext/ct_conf/Makefile.in: Ditto. * converterPI/Makefile.in: Ditto. * converterPI/icuconv/common/Makefile.in: Ditto. * converterPI/icuconv/tools/gencnval/Makefile.in: Ditto. * converterPI/icuconv/tools/makeconv/Makefile.in: Ditto. * converterPI/icuconv/tools/toolutil/Makefile.in: Ditto. * iconv/Makefile.in: Ditto. * configure.ac (AC_PREFIX_DEFAULT): Explicitly set it. (IM_SUBST): Do it. 2003-05-27 MIYASHITA Hisashi * config.guess: Removed. * config.sub: Ditto. * install-sh: Ditto. * missing: Ditto. * mkinstalldirs: Ditto. * configure.ac (AC_CONFIG_AUX_DIR): Specified. (IM_INIT): Added. (CDEBUGFLAGS): When enable_debug is yes, set it to -g. * configure.ac: Renamed from configure.in. * configure.in: Adapt it to autoconf 2.5. (AC_CYGWIN): Removed. Actually it had not been used. (LIBS_X11): Don't do AC_SUBST in AC_CHECK_LIB. * configure: Updated. 2003-04-01 Roger So * Makefile.in: * converter/Makefile.in: * converter/compoundtext/Makefile.in: * converter/compoundtext/ct_conf/Makefile.in: * converterPI/Makefile.in: * converterPI/icuconv/tools/makeconv/Makefile.in: * converterPI/icuconv/tools/toolutil/Makefile.in: * converterPI/icuconv/common/Makefile.in: Respect DESTDIR variable in install targets. * encoding.norm: Add entries for zh_HK.UTF-8. 2001-08-20 MIYASHITA Hisashi * encoding.norm: Add entries of UTF-16 and Multibyte encodings for UTF-8 locales. 2001-03-15 MIYASHITA Hisashi * converterPI/mapfile.icuconv_relay_wc_mb: * converterPI/mapfile.icuconv_relay: * test/verify.sh: * converterPI/test/icutest4linux.c: * converterPI/test/Makefile: * converterPI/README: * csc_conf_info.c: * csc_conf_info.h: * csc_conf_internal.h: * csc_entry.h: * csc_norm.c: * csc_norm.h: * csc_norm_internal.h: * csconv.c: * csconv.h: * trace_message.c: * trace_message.h: Change copyright notice. 2001-02-20 MIYASHITA Hisashi * encoding.norm: Enabled all entiries on all OSes, not only on "SunOS". And introduced some new entries for ja_JP.eucJP locale. * csconv.conf: Recreated. Made all encoding methods except iconv_relay* enabled on all OSes, and made iconv_relay* methods enabled on "SunOS" and "Linux" OSes. On any other OSes, enabled icuconv_relay* methods instead. And introduced some new entries for ja_JP.eucJP locale.