Bo Peng a écrit :
With the current preliminary patch, I can build lyx linux/qt3 with
limited autoconf capacity. I will try to adapt it to other systems,
and if I can remove the profile machinery on all test platforms, I can
announce portabability of this build system. (Abdel, no need to try
the patch on windows yet. A better version will come out soon.)

In any case looking at this:

+if env.has_key('USE_ASPELL') and env['USE_ASPELL']:
+  lyx_source += ['aspell.C']
+elif env.has_key('USE_PSPELL') and env['USE_PSPELL']:
+  lyx_source += ['pspell.C']
+elif env.has_key('USE_ISPELL') and env['USE_ISPELL']:
+  lyx_source += ['ispell.C']

I can definitely say that I like where you're going _very_ much.

Abdel.

Reply via email to