Re: [PATCH] test-driver: optionally run in test directory

2013-10-28 Thread Stefano Lattarini
Hi Philipp. On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote: > In case the actual TESTS are organised in sub-directories, some > (potentially) required files are often located in the same > directory. Correctly loading such auxiliary data would require > explicit environment handling in the tes

Re: [PATCH] Correct typos in the fix-timestamp.sh script

2013-10-28 Thread Stefano Lattarini
Hi Peter, sorry for the delay. On 09/10/2013 11:03 AM, p...@mppmu.mpg.de wrote: > From: Peter Breitenlohner > > The original version of this example script makes no sense at all. > > Signed-off-by: Peter Breitenlohner > --- > doc/automake.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 de

Re: [PATCH] Byte-compile nobase_*_PYTHON files only once.

2013-10-28 Thread Stefano Lattarini
Hi Benoit, sorry for the awful delay, and thanks for the patch. On 09/17/2013 05:57 PM, Benoit Sigoure wrote: > Byte-compiling was occurring inside of a loop, causing an O(n^2) > number of byte-compilations instead of O(n). > --- > lib/am/python.am | 12 ++-- > 1 file changed, 6 insertion