]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix test failure on macOS 15.1.1
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 21:30:26 +0000 (13:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 21:30:49 +0000 (13:30 -0800)
commit1a46ea891587e697be27e2d4d8e3eb47d9615321
tree967be31124fd76441c8d2474f31a25a04e737be8
parentafdbe47bd8df539336f02199ad35a29475fb44e6
Fix test failure on macOS 15.1.1

Problem reported by Sean Denny in:
https://lists.gnu.org/r/bug-autoconf/2024-12/msg00001.html
* doc/autoconf.texi (Limitations of Builtins):
Document the macOS sh bug.
* tests/base.at (AC_CACHE_CHECK):
* tests/local.at: Use test -ot rather than ls -t, as POSIX
requires the former to work reliably, but does not require the
latter (POSIX does not require a stable sort for ls -t).
Somewhat ironically, this should work around the macOS bug
because the use of its buggy test -ot should increase the
timestamp resolution to 1 s.
doc/autoconf.texi
tests/base.at
tests/local.at