Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-24 Thread Peter Rosin
Stefano Lattarini skrev 2011-10-20 20:42: > On Thursday 20 October 2011, Peter Rosin wrote: >> Good to go with that? Anyone want to see the final spin? >> > OK from me. Maybe wait a day or two to allow Ralf to chime in? Pushed to the msvc branch now, thanks for reviewing! Cheers, Peter

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-21 Thread Stefano Lattarini
On Friday 21 October 2011, Peter Rosin wrote: > Stefano Lattarini skrev 2011-10-21 19:52: > > Hi Peter, sorry to bother you again, but ... > > > > On Thursday 20 October 2011, Peter Rosin wrote: > diff --git a/tests/defs.in b/tests/defs.in > index 2959f8b..5046a40 100644 > --- a/tes

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-21 Thread Peter Rosin
Stefano Lattarini skrev 2011-10-21 19:52: > Hi Peter, sorry to bother you again, but ... > > On Thursday 20 October 2011, Peter Rosin wrote: diff --git a/tests/defs.in b/tests/defs.in index 2959f8b..5046a40 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -278,6 +278,14 @

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-21 Thread Stefano Lattarini
Hi Peter, sorry to bother you again, but ... On Thursday 20 October 2011, Peter Rosin wrote: > >> diff --git a/tests/defs.in b/tests/defs.in > >> index 2959f8b..5046a40 100644 > >> --- a/tests/defs.in > >> +++ b/tests/defs.in > >> @@ -278,6 +278,14 @@ do > >>echo "$me: running javac -versi

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-21 Thread Stefano Lattarini
On Friday 21 October 2011, Peter Rosin wrote: > Ouch. Found a typo, good thing I ran the testsuite one more time... > > *snip* > > > diff --git a/tests/ar-lib7.test b/tests/ar-lib7.test > > new file mode 100755 > > index 000..d2ef433 > > --- /dev/null > > +++ b/tests/ar-lib7.test > > *snip*

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Peter Rosin
Ouch. Found a typo, good thing I ran the testsuite one more time... *snip* > diff --git a/tests/ar-lib7.test b/tests/ar-lib7.test > new file mode 100755 > index 000..d2ef433 > --- /dev/null > +++ b/tests/ar-lib7.test *snip* > + > +$ACLOCAL > +AUTOMAKE_fails > + > +grep '^configure\.in:*.ar

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Stefano Lattarini
On Thursday 20 October 2011, Peter Rosin wrote: > Good to go with that? Anyone want to see the final spin? > OK from me. Maybe wait a day or two to allow Ralf to chime in? Thanks, Stefano

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Peter Rosin
Stefano Lattarini skrev 2011-10-20 19:37: > On Thursday 20 October 2011, Peter Rosin wrote: diff --git a/tests/ar-lib6.test b/tests/ar-lib6.test new file mode 100755 index 000..af3cb2e --- /dev/null +++ b/tests/ar-lib6.test @@ -0,0 +1,38 @@ +#! /bin/sh +#

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Stefano Lattarini
On Thursday 20 October 2011, Peter Rosin wrote: > >> diff --git a/tests/ar-lib6.test b/tests/ar-lib6.test > >> new file mode 100755 > >> index 000..af3cb2e > >> --- /dev/null > >> +++ b/tests/ar-lib6.test > >> @@ -0,0 +1,38 @@ > >> +#! /bin/sh > >> +# Copyright (C) 2011 Free Software Foundation

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Peter Rosin
Stefano Lattarini skrev 2011-10-20 16:48: > Hi Peter. > > I will only comment the parts that still have unresolved issues ... > >> diff --git a/tests/ar-lib3.test b/tests/ar-lib3.test >> new file mode 100755 >> index 000..be0d6df >> --- /dev/null >> +++ b/tests/ar-lib3.test >> @@ -0,0 +1,45 @

Re: [PATCH 1/2] ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script

2011-10-20 Thread Stefano Lattarini
Hi Peter. I will only comment the parts that still have unresolved issues ... > diff --git a/tests/ar-lib3.test b/tests/ar-lib3.test > new file mode 100755 > index 000..be0d6df > --- /dev/null > +++ b/tests/ar-lib3.test > @@ -0,0 +1,45 @@ > +#! /bin/sh > +# Copyright (C) 2011 Free Software Fo