Re: [Xen-devel] [PATCH] tools: Rerun autogen.sh with Jessie version of autoconf

2015-07-07 Thread Ian Campbell
On Tue, 2015-07-07 at 12:58 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH] tools: Rerun autogen.sh with Jessie version of > autoconf"): > > I have upgraded the box which I use to do committing (and hence run > > autogen.sh on) from Debian Wheezy to Jessie, resulting in a upgrade > > fro

Re: [Xen-devel] [PATCH] tools: Rerun autogen.sh with Jessie version of autoconf

2015-07-07 Thread Ian Jackson
Ian Campbell writes ("[PATCH] tools: Rerun autogen.sh with Jessie version of autoconf"): > I have upgraded the box which I use to do committing (and hence run > autogen.sh on) from Debian Wheezy to Jessie, resulting in a upgrade > from autoconf 2.69-1 to 2.69-8. To avoid noise from this transition

[Xen-devel] [PATCH] tools: Rerun autogen.sh with Jessie version of autoconf

2015-07-07 Thread Ian Campbell
I have upgraded the box which I use to do committing (and hence run autogen.sh on) from Debian Wheezy to Jessie, resulting in a upgrade from autoconf 2.69-1 to 2.69-8. To avoid noise from this transition when the next configure.ac change occurs regenerate those files now. Signed-off-by: Ian Campbe