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