>>>> In <20010101042254V.kasahara(a)nc.kyushu-u.ac.jp>
>>>> Yoshiaki Kasahara <kasahara(a)nc.kyushu-u.ac.jp> wrote:
'configure --with-xfs --with-xim=no --with-menubars=lucid' adds
input-method-xfs.o to extra_objs, but actually there is no
input-method-xfs.c now.
May be, this change was cause:
! 2000-07-20 Kazuyuki IENAGA <ienaga(a)xemacs.org>
!
! * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
! input-method-xlib.c contains whole contents of input-method-xfs.c,
! so we can use input-method-xlib.c's code for USE_XFONTSET
! using #ifdefs.
! * input-method-xfs.c: removed.
How about this patch ?
2001-01-01 Kenji Itoh <keit(a)tpj.co.jp>
* configure.in (all_widgets): use `input-method-xlib.o' if
--with-xfs=yes with --with-xim=no.
Index: configure.in
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/configure.in,v
retrieving revision 1.111.2.136
diff -u -r1.111.2.136 configure.in
--- configure.in 2000/12/19 08:42:17 1.111.2.136
+++ configure.in 2001/01/01 01:34:35
@@ -3487,7 +3487,7 @@
if test "$with_xfs" = "yes" && test
"$with_menubars" = "lucid"; then
AC_DEFINE(USE_XFONTSET)
if test "$with_xim" = "no" ; then
- XE_ADD_OBJS(input-method-xfs.o)
+ XE_ADD_OBJS(input-method-xlib.o)
fi
fi
fi dnl with_xfs