>>>>> "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? 

I can see how this can get us autoconf+scons. But I guess this is not
a big gain. The bigger part is actually doing the autoconf part.

JMarc

Reply via email to