[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Don't default to 'build-aux' for --auxdir.
From: |
Collin Funk |
Subject: |
Re: gnulib-tool.py: Don't default to 'build-aux' for --auxdir. |
Date: |
Tue, 2 Apr 2024 10:14:57 -0700 |
User-agent: |
Mozilla Thunderbird |
On 4/2/24 5:22 AM, Bruno Haible wrote:
> Not exactly. What this code did:
>
> if y in self.table:
> if y == "auxdir":
> if self.table['auxdir']:
> return self.table['auxdir']
> return "build-aux"
> return self.table[y]
>
> is to return 'build-aux' instead of returning ''.
Oops, yes you are correct.
> Thanks! Applied, with a corrected ChangeLog wording.
Looks good. Thanks!
Collin