On Tue, Feb 23, 2016 at 01:27:51PM +0900, Simon Horman wrote: > On Mon, Feb 22, 2016 at 10:00:50AM -0800, Ben Pfaff wrote: > > compat.at mixes compatibility for m4sh, which is used by Autoconf and > > Autotest, with compatibility for Autotest. It makes more sense to separate > > them. This moves the Autotest-only compatibility macros into an Autotest > > specific file. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > m4/compat.at | 15 --------------- > > tests/ovs-macros.at | 21 +++++++++++++++++++-- > > 2 files changed, 19 insertions(+), 17 deletions(-) > > > > [snip] > > > diff --git a/tests/ovs-macros.at b/tests/ovs-macros.at > > index aa2936e..f09af4e 100644 > > --- a/tests/ovs-macros.at > > +++ b/tests/ovs-macros.at > > @@ -154,8 +154,7 @@ on_exit () { > > } > > ]) > > > > -dnl Autoconf 2.64 introduced AS_VAR_APPEND, so introduce a compat version > > -dnl for Autoconf 2.63. > > +dnl Autoconf 2.63 compatibility verison of macro introduced in Autoconf > > 2.64: > > Perhaps the above change belongs in the previous patch of the series?
You are right. I will fold it in. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
