From: tomo Date: Mon, 30 Aug 1999 16:39:33 +0000 (+0000) Subject: - Delete `--with-ucs4' option. X-Git-Tag: r21-2-19-utf-2000-0_5-0~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=715a927596d13d97d8317dbcd9f6d066392a6bad;hp=e5b780f44630c4a43d5f14b45eaab0467ab5ef3a;p=chise%2Fxemacs-chise.git - Delete `--with-ucs4' option. - Display message about UTF-2000 if "$with_utf_2000" = yes. --- diff --git a/configure.in b/configure.in index 57f59e3..c6b5f6b 100644 --- a/configure.in +++ b/configure.in @@ -498,7 +498,6 @@ while test $# != 0; do with_i18n3 | \ with_mule | \ with_utf_2000 | \ - with_ucs4 | \ with_file_coding| \ with_canna | \ with_wnn | \ @@ -2997,8 +2996,6 @@ if test "$with_mule" = "yes" ; then if test "$with_utf_2000" = "yes" ; then AC_DEFINE(CHAR_IS_UCS4) AC_DEFINE(UTF2000) - elif test "$with_ucs4" = "yes" ; then - AC_DEFINE(CHAR_IS_UCS4) fi AC_CHECKING(for Mule input methods) @@ -4117,6 +4114,7 @@ test "$with_ncurses" = yes && echo " Compiling in support for ncurses." test "$with_gpm" = yes && echo " Compiling in support for GPM (General Purpose Mouse)." test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." +test "$with_utf_2000" = yes && echo " Using UTF-2000 (UTF-8) buffer/string representation." test "$with_file_coding" = yes && echo " Compiling in File coding support." test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." test "$with_xim" = motif && echo " Using Motif to provide XIM support."