*** ./src/Makefile.in- Mon Aug 25 15:09:35 1997 --- ./src/Makefile.in Fri Dec 19 14:28:49 1997 *************** *** 780,786 **** duplicated symbols. If the standard libraries were compiled with GCC, we might need gnulib again after them. */ LIBES = $(LOADLIBES) $(LDLIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ ! LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) /* Enable recompilation of certain other files depending on system type. */ --- 780,786 ---- duplicated symbols. If the standard libraries were compiled with GCC, we might need gnulib again after them. */ LIBES = $(LOADLIBES) $(LDLIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ ! LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) $(LIBS) /* Enable recompilation of certain other files depending on system type. */ *** ./lwlib/lwlib-Xm.c- Sun Aug 11 16:47:22 1996 --- ./lwlib/lwlib-Xm.c Fri Dec 19 12:50:20 1997 *************** *** 544,551 **** --- 544,553 ---- /* Non-zero values don't work reliably in conjunction with Emacs' event loop */ XtSetArg (al [ac], XmNmappingDelay, 0); ac++; + #ifdef XmNpositionIndex /* Tell Motif to put it in the right place */ XtSetArg (al [ac], XmNpositionIndex, i); ac++; + #endif button = XmCreateCascadeButtonGadget (parent, val->name, al, ac); xm_update_label (instance, button, val);