automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] {maint} test defs: more granular overriding of the make prog


From: Stefano Lattarini
Subject: Re: [PATCH] {maint} test defs: more granular overriding of the make program
Date: Sat, 31 Dec 2011 09:07:59 +0100

On 12/30/2011 07:26 PM, Stefano Lattarini wrote:
> Will push this shortly if there is no objection.
> 
> [SNIP]
>
> ---
>  tests/defs.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/defs.in b/tests/defs.in
> index aa8eb63..0ee53c2 100644
> --- a/tests/defs.in
> +++ b/tests/defs.in
> @@ -95,8 +95,8 @@ PATH_SEPARATOR='@PATH_SEPARATOR@'
>  SHELL='@SHELL@'
>  export SHELL
>  # User can override various tools used.
> +MAKE=${AM_TESTSUITE_MAKE-${MAKE-'make'}}
>  test -z "$PERL" && PERL='@PERL@'
> -test -z "$MAKE" && MAKE=make
>  test -z "$AUTOCONF" && AUTOCONF="@am_AUTOCONF@"
>  test -z "$AUTOM4TE" && AUTOM4TE="@am_AUTOM4TE@"
>  test -z "$AUTORECONF" && AUTORECONF="@am_AUTORECONF@"
>
Pushed now.

Regards,
  Stefano



reply via email to

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