Re: [Spice-devel] [PATCH] support automake >= 1.12

2012-08-27 Thread Dunrong Huang
2012/8/27 Alon Levy : > Requires a single line (sans comments) change to configure.ac in > spice-common too, to define the new AM_PROG_AR. > --- > > Pushing without ack per the trivial rule. > > configure.ac | 3 +++ > spice-common | 2 +- > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff

[Spice-devel] [PATCH] support automake >= 1.12

2012-08-27 Thread Alon Levy
Requires a single line (sans comments) change to configure.ac in spice-common too, to define the new AM_PROG_AR. --- Pushing without ack per the trivial rule. configure.ac | 3 +++ spice-common | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac inde