autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testsuite coverage for AC_COPYRIGHT and AT_COPYRIGHT.


From: Ralf Wildenhues
Subject: Re: Testsuite coverage for AC_COPYRIGHT and AT_COPYRIGHT.
Date: Tue, 8 Jun 2010 06:53:59 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Eric,

* Eric Blake wrote on Tue, Jun 08, 2010 at 03:25:25AM CEST:
> On 06/06/2010 05:49 AM, Ralf Wildenhues wrote:
> > The sed script in the second test was nontrivial to get right,
> 
> No kidding.
> 
> > but other than that: OK now or after 2.66?
> 
> Now is fine.

Thanks for all of your reviews!

> > +AT_CHECK_AUTOCONF
> > +AT_CHECK_CONFIGURE([--version], [], [stdout])
> > +AT_CHECK([grep 'Copyright.*Free Software Foundation' stdout], [], [ignore])
> > +AT_CHECK([grep 'This is just a test notice' stdout], [], [ignore])
> > +AT_CHECK([sed -ne 50q -e '/Copyright/{' -e N -e N -e N -e N -e 's/#//g' 
> > ]dnl
> > +    [    -e 's/\n//g' -e p -e '}' configure ]dnl
> > +         [  | grep 'Copyright.*Free Software Foundation'],
> > +    [], [ignore])
> 
> If I'm reading it right, this is just a form of line unwrapping?

Yes.

Cheers,
Ralf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]