Re: New auxiliary archive script

2010-08-11 Thread Ralf Wildenhues
* Peter Rosin wrote on Wed, Aug 11, 2010 at 04:12:10PM CEST: > One thing to consider is that the compile script is triggered "by chance" > for MSVC. It is just a lucky coincidence that MSVC doesn't support -c -o, > so that the compile script can add that support and then tag on the other > needed c

Re: New auxiliary archive script

2010-08-11 Thread Christopher Hulbert
On Wed, Aug 11, 2010 at 10:12 AM, Peter Rosin wrote: > Den 2010-08-10 22:18 skrev Ralf Wildenhues: Wrt. the AM_PROG_AR implementation, __oline__ is a real nono, as it causes spurious diffs in generated configure scripts.  I'll propose an updated version. >>> >>> Oh, didn't know that

Re: [PATCH] Work around a nasty bug of Solaris make

2010-08-11 Thread Stefano Lattarini
* Stefano Lattarini wrote on Wed, Aug 11, 2010 at 06:47:01PM CEST: > > At Friday 06 August 2010, Ralf Wildenhues wrote: > > > > From 92020702ac9b8cde2ecfa248b5d34795d7209e44 Mon Sep 17 > > > > 00:00:00 2001 From: Stefano Lattarini > > > > Date: Fri, 6 Aug 2010 00:40:55 > > > > +0200 > > > > Subjec

Re: [PATCH] Work around a nasty bug of Solaris make

2010-08-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Aug 11, 2010 at 06:47:01PM CEST: > At Friday 06 August 2010, Ralf Wildenhues wrote: > > > From 92020702ac9b8cde2ecfa248b5d34795d7209e44 Mon Sep 17 00:00:00 > > > 2001 From: Stefano Lattarini > > > Date: Fri, 6 Aug 2010 00:40:55 +0200 > > > Subject: [PATCH] Work ar

Re: [PATCH] Work around a nasty bug of Solaris make

2010-08-11 Thread Stefano Lattarini
Hello Ralf. At Friday 06 August 2010, Ralf Wildenhues wrote: > > From 92020702ac9b8cde2ecfa248b5d34795d7209e44 Mon Sep 17 00:00:00 > > 2001 From: Stefano Lattarini > > Date: Fri, 6 Aug 2010 00:40:55 +0200 > > Subject: [PATCH] Work around a nasty bug (segfault) of Solaris > > make. > > > > * lib/

Re: New auxiliary archive script

2010-08-11 Thread Peter Rosin
Den 2010-08-10 22:18 skrev Ralf Wildenhues: >>> Wrt. the AM_PROG_AR implementation, __oline__ is a real nono, as it >>> causes spurious diffs in generated configure scripts. I'll propose >>> an updated version. >> >> Oh, didn't know that. I look forward to it, since I reused some of the >> code fo

Re: [PATCH] Minor improvements for tests `acloca*.test'.

2010-08-11 Thread Stefano Lattarini
At Wednesday 11 August 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Aug 11, 2010 at 01:28:44AM CEST: > > WDYT about the trimmed-down attached patch? > Still high, but OK for maint. Thanks, applied. Now I'll do proper testing with various setups, and if all is OK I'll push all t

Re: cond5.test spurious failure

2010-08-11 Thread Peter Rosin
Den 2010-08-06 15:36 skrev Peter Rosin: > So, this seems like a bug in the kill builtin in MSYS bash. Hi, FYI, this will probably be fixed in a future version of MSYS: http://sourceforge.net/tracker/index.php?func=detail&aid=3042292&group_id=2435&atid=102435 Cheers, Peter