[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_TYPE_LONG_LONG_INT busted in current Autoconf
From: |
Nick Bowler |
Subject: |
Re: AC_TYPE_LONG_LONG_INT busted in current Autoconf |
Date: |
Tue, 16 Jan 2024 23:57:18 -0500 |
User-agent: |
Mozilla Thunderbird |
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