automake-patches
[Top][All Lists]
Advanced

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

Re: [SIMPLE PATCH] {maint} Extend tests on `--help' and `--version' opti


From: Ralf Wildenhues
Subject: Re: [SIMPLE PATCH] {maint} Extend tests on `--help' and `--version' options.
Date: Sat, 2 Oct 2010 20:21:59 +0200
User-agent: Mutt/1.5.20 (2010-08-04)

Hi Stefano,

* Stefano Lattarini wrote on Sat, Oct 02, 2010 at 07:35:34PM CEST:
> The attached patch fixes the breakage. OK for maint?
> 
> (Still, I don't like having to tweak test script with needless quoting 
> to avoid spurious maintcheck failures.  Oh well.)

Well, here's an idea then that doesn't break:
  make check AUTOMAKE=override ACLOCAL=override

Use $AUTOMAKE and $ACLOCAL but for the purpose of the tests, remove
flags from it that you don't want; i.e., something like this:

AUTOMAKE=`echo $AUTOMAKE | sed 's, -Werror,,g'`

Patch to that end preapproved if you agree.

Thanks,
Ralf



reply via email to

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