* modules/strtoimax, modules/strtoumax (Depends-on):
Assume the compiler supports ‘long long’.
This was overlooked in the 2019-12-22 patch
<https://lists.gnu.org/r/bug-gnulib/2019-12/msg00190.html>.
+2024-02-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Assume ‘long long’ support
+ * modules/strtoimax, modules/strtoumax (Depends-on):
+ Assume the compiler supports ‘long long’.
+ This was overlooked in the 2019-12-22 patch
+ <https://lists.gnu.org/r/bug-gnulib/2019-12/msg00190.html>.
+
2024-02-07 Bruno Haible <bruno@clisp.org>
nstrftime: Fix typo in documentation.
inttypes-incomplete
assert-h [test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
stdint [test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
-strtoll [{ test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes]
+strtoll [test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
configure.ac:
gl_FUNC_STRTOIMAX
inttypes-incomplete
assert-h [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
stdint [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
-strtoull [{ test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; } && test $ac_cv_type_unsigned_long_long_int = yes]
+strtoull [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
configure.ac:
gl_FUNC_STRTOUMAX