Re: [PATCH] BASH_FUNC_STRTOIMAX: fix and simplify

2024-10-25 Thread Chet Ramey
On 10/23/24 12:39 PM, Grisha Levit wrote: Without an existing cache, if we run ./configure -C, we get the odd- looking: checking for usable strtoimax... checking for strtoimax... yes checking whether strtoimax is declared... yes yes Thanks for the report. I'll take a look here.

[PATCH] BASH_FUNC_STRTOIMAX: fix and simplify

2024-10-23 Thread Grisha Levit
Without an existing cache, if we run ./configure -C, we get the odd- looking: checking for usable strtoimax... checking for strtoimax... yes checking whether strtoimax is declared... yes yes config.h is correct though: #define HAVE_DECL_STRTOIMAX 1 #define HAVE_STRTOIMAX 1 H