On 2024-01-16 23:22, Paul Eggert wrote: > Thanks for reporting that bug. I installed the attached on Savannah; please > give it a try.
I applied the patch on top of the 2.72 release. You definitely need to also remove the ;; on the previous lines, every shell I try (new and old) now barfs on the case statement, e.g., % ./configure [...] checking for unsigned long long int... ./configure[3221]: syntax error at line 3229 : `confdefs.h' unexpected If I remove the ;; too it seems to be working. Thanks, Nick