Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:

Abdelrazak> In any case looking at this:

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

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

How is that different from standard automake stuff?

With this architecture, the source code does not know about the settings because they are not macro. So if I want to test without Aspell support I don't need to rebuild everything.

Abdel.

Reply via email to