]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Detect Android 5.0 strnlen bug
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 15:25:36 +0000 (08:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 15:26:28 +0000 (08:26 -0700)
commit2fb09fae28c0ea1f924534c86b52a441db6ab7a2
treef0caa6fcf578ee8541a05efdfb8924b0b3d7ca2a
parent3a7aa01e2ada483c5790dc9ea1d761fd75248ff2
Detect Android 5.0 strnlen bug

This is useful for GNU Emacs, which still ports to that
old Android version.  The change here is imported from Gnulib.
* lib/autoconf/functions.m4 (AC_FUNC_STRNLEN):
Also detect Android 5.0 bug.  Use AC_COMPILE_IFELSE rather
than AC_CANONICAL_HOST for cross-compile test.
NEWS
doc/autoconf.texi
lib/autoconf/functions.m4