[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] autoreconf: minor simplifying refactoring
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH 2/3] autoreconf: minor simplifying refactoring |
Date: |
Fri, 21 Sep 2012 22:48:52 +0200 |
On 09/21/2012 05:28 PM, Eric Blake wrote:
> On 09/21/2012 02:10 AM, Stefano Lattarini wrote:
>> * bin/autoreconf.in (run_aclocal): After the previous commit, this has
>> become just a useless wrapper around xsystem("$aclocal .."), so get rid
>> of it, and inline its expansion in the two places where it was used ...
>> (autoreconf_current_directory): ... in here.
>>
>> Signed-off-by: Stefano Lattarini <address@hidden>
>> ---
>> bin/autoreconf.in | 14 ++------------
>> 1 file changed, 2 insertions(+), 12 deletions(-)
>>
>
> ACK.
>
Thanks, pushed.