Re: Automake minor feature - comparison operator on version check of python.m4

2005-10-06 Thread Loic Dachary
Alexandre Duret-Lutz writes: > >>> "LD" == Loic Dachary <[EMAIL PROTECTED]> writes: > [...] > LD> It would not be a problem for us (Ludovic and myself) to sign > LD> a copyright assignment, via the company we work for. The company has a > LD> policy of publishing all works under the GNU GPL

Re: Automake minor feature - comparison operator on version check of python.m4

2005-10-05 Thread Loic Dachary
Heyberger Ludovic writes: > > IANAL so I won't argue. AFAIC it changes more than 15 lines so > > by maintain.info it requires paperwork. I've forwarded this to > > [EMAIL PROTECTED] for confirmation. I think our modifications do not meet the requirements to deserve protection under c

Re: Automake minor feature - comparison operator on version check of python.m4

2005-10-05 Thread Alexandre Duret-Lutz
>>> "LD" == Loic Dachary <[EMAIL PROTECTED]> writes: [...] LD> It would not be a problem for us (Ludovic and myself) to sign LD> a copyright assignment, via the company we work for. The company has a LD> policy of publishing all works under the GNU GPL anyways. I'm sure LD> it's not worth the e

Re: Automake minor feature - comparison operator on version check of python.m4

2005-10-03 Thread Alexandre Duret-Lutz
>>> "HL" == Heyberger Ludovic <[EMAIL PROTECTED]> writes: HL> It is not currently possible to select a specific python version. If HL> python-2.3 and python-2.4 are installed, you get python-2.4. HL> This patch adds comparisons operators in a backward compatible way HL> that allows to say : "I

Re: Automake minor feature - comparison operator on version check of python.m4

2005-10-01 Thread Ralf Wildenhues
Hi Ludovic, * Heyberger Ludovic wrote on Fri, Sep 30, 2005 at 03:35:23PM CEST: > It is not currently possible to select a specific python version. If > python-2.3 and python-2.4 are installed, you get python-2.4. > This patch adds comparisons operators in a backward compatible way > that allows to

Automake minor feature - comparison operator on version check of python.m4

2005-09-30 Thread Heyberger Ludovic
It is not currently possible to select a specific python version. If python-2.3 and python-2.4 are installed, you get python-2.4. This patch adds comparisons operators in a backward compatible way that allows to say : "I want python-2.3 and nothing else". The work is not significant (lacks origin