[PATCH] depcomp: add new one-pass depmode for MSVC 7 and later.

2010-10-06 Thread Peter Rosin
Hi! I noticed that MSVC 7 and above sports the option -showIncludes cat << EOF > foo.h extern int foo; EOF cat << EOF > bar.h #include "foo.h" EOF cat << EOF > foo.c #include "bar.h" #include int main(void) { return 0; } EOF cl -showIncludes foo.c Microsoft (R) 32-bit C/C++ Optimizing Compile

Re: [PATCH] Add new 'AM_PROG_AR' macro, triggering the 'ar-lib' script.

2010-10-06 Thread Stefano Lattarini
On Wednesday 06 October 2010, Peter Rosin wrote: > Den 2010-09-21 19:02 skrev Stefano Lattarini: > > On Tuesday 21 September 2010, Peter Rosin wrote: > is if it doesn't show up with -Wall and that it doesn't trip > up -Wall -Werror. > >>> > >>> Yes, sorry for not pointing it out explicit

Re: [PATCH] Add new 'AM_PROG_AR' macro, triggering the 'ar-lib' script.

2010-10-06 Thread Peter Rosin
Den 2010-09-21 19:02 skrev Stefano Lattarini: > On Tuesday 21 September 2010, Peter Rosin wrote: is if it doesn't show up with -Wall and that it doesn't trip up -Wall -Werror. >>> >>> Yes, sorry for not pointing it out explicitly. This is a clean >>> and clear behaviour, which we should