[ovs-dev] [PATCH 2/3] tests: Move Autotest compatibility macros into tests directory.

Simon Horman simon.horman at netronome.com
Tue Feb 23 04:27:51 UTC 2016


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 <blp at ovn.org>
> ---
>  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?

>  m4_ifndef([AS_VAR_APPEND],
>    [m4_divert_text([PREPARE_TESTS],
>      [as_var_append () {

[snip]



More information about the dev mailing list