automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Enable `errexit' shell flag in various tests (again).


From: Stefano Lattarini
Subject: Re: [PATCH] Enable `errexit' shell flag in various tests (again).
Date: Sat, 12 Jun 2010 12:40:07 +0200
User-agent: KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.4; i686; ; )

At Saturday 12 June 2010, Ralf Wildenhues wrote:
> This patch is good for maint, thanks.
> 
> > -cat > configure.in << 'END'
> > -AC_INIT
> > -AM_INIT_AUTOMAKE(nonesuch, nonesuch)
> > +set -e
> > +
> > +cat > configure.in <<END
> > +AC_INIT([$me], [1.0])
> > +AM_INIT_AUTOMAKE
> 
> Just be sure that we keep at least one instance of the old
> AM_INIT_AUTOMAKE(pkg, version,...) and the old AC_OUTPUT(files...)
> calls, so this code path is still covered adequately.
Yes, I was starting to think about this, too.  
Maybe some new tests `backcompat*.test' could be helpful.
I'll write a patch soonish (today or tomorrow, probably).

Regards,
   Stefano



reply via email to

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