On 2024-12-25 06:17, Bruno Haible wrote:
Paul Eggert wrote:
+ [AC_LINK_IFELSE(
+ [AC_LANG_PROGRAM([[#include <stdlib.h>
+ ]],
+ [[return !!MB_CUR_MAX;]])],
+ [dnl Initial guess, used when cross-compiling or when no suitable locale
With only 1 column of indentation, I have a hard time understanding the
structure of this code. Need to indent it better, for readability:
Thanks, my earlier patch had that limited indentation only to make its
diff easier to review (since it kept the existing physical indentation
while increasing logical indentation).