Re: Supporting multiple python runtimes with automake

2018-02-20 Thread Mathieu Lirzin
Hi Yuval, Yuval Turgeman writes: > Thanks for the feedback ! What you described is what we are doing > today, it does the job nicely, I just thought it would be nice to > avoid 2 calls. Honestly, both VPATH and my patch feel a little hackish > to me, and the existing way is not really that painf

[PATCH] bin: Rely only on the shebang line

2018-02-20 Thread Mathieu Lirzin
Previously ‘automake’ and ‘aclocal’ were handling the case of being interpreted as a Shell script by using a hack leveraging the fact that Shell and Perl has a compatible syntax intersection allowing those scripts to launch ‘perl’ from the shell. * bin/aclocal.in: Remove cryptic launching hack. *

Re: bug#30126: Do not require “ltmain.sh” for out-of-tree libtool

2018-02-20 Thread Mathieu Lirzin
Hello, Mathieu Lirzin writes: > Mathieu Lirzin writes: > From a936b7d4cf8583ace0be6756b4b066a2c1aebe18 Mon Sep 17 00:00:00 2001 >> From: Paolo Bonzini >> Date: Mon, 31 Oct 2016 13:30:50 +0100 >> Subject: [PATCH] automake: Do not require ltmain.sh for out-of-tree libtool >> >> If Automake d