>>>> "Olivier" == Olivier Galibert
<galibert(a)pobox.com> writes:
Olivier> On Fri, May 15, 1998 at 01:03:52PM -0700, Martin Buchholz wrote:
> We currently have a check for lesstif. Should we also have a
check
> for Irix, and avoid using Motif there?
Olivier> Yes, but only by default. If the user asks for it, he can force it in.
> It's getting late in the 21.0 cycle, but.... Olivier, if you
think
> Motif should be disabled on Irix for 21.0, then you should make it so.
> You will have to take responsibility for the patch to configure.in.
Olivier> I, Olivier Galibert, XEmacs beta-tester on Irix 6.2, 6.4 and 6.5SE,
Olivier> hereby take the responsability for any patch which target is to change
Olivier> the default feature selection when configuring on Irix in order to
Olivier> avoid Motif.
Olivier> Nancy, the 16th of May, 1998,
:)
Olivier> Now, I know that doing that will reduce the number of crashes. I'm
Olivier> probably able to do the patch, but asked you because you know better
Olivier> than me how to do it properly in order that it fits well in your
Olivier> rewrite of the configure.in. Your choice ?
Currently, configure is not really set up for this sort of thing.
Motif is chosen by the features that need it.
We could default things as follows:
When we're deciding what kinds of dialogs to use, and the user hasn't
specified, then prefer athena to motif on irix.
When deciding whether to use CDE and Tooltalk, and the user hasn't
specified, then say NO on irix.
When deciding whether to use XIM/Motif, and the user hasn't
specified, then say xlib on irix. We already have a model
for changing the behavior of the --with-xim flag if lesstif is
detected.
This does not exactly make for clearer code.
Because of the evil effects on the maintainability of configure, I
recommend the idea just documenting it in PROBLEMS, or trying harder
to find a workaround.
Olivier, you're still welcome to try to make a patch using the hints provided.
Martin