]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: display whether sleep supports fractional seconds as yes/no.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Jul 2024 15:27:02 +0000 (08:27 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 3 Jul 2024 15:27:02 +0000 (08:27 -0700)
commit715ce1e686209f0f753f6a4b2ceddf7b686cc2f0
treeb29f91e97266efb93f9fc0d564e852c155508d09
parent07280092cd7fb1ee6cc37f845967d98b55107730
automake: display whether sleep supports fractional seconds as yes/no.

https://lists.gnu.org/archive/html/automake/2024-07/msg00003.html

* m4/sanity.m4 (_AM_SLEEP_FRACTIONAL_SECONDS): Set
am_cv_sleep_fractional_seconds to yes/no, not true/false,
for consistency with other results.
Also "quote" this and other $am_cv values.
(_AM_FILESYSTEM_TIMESTAMP_RESOLUTION): Test for yes/no.
* t/ax/test-defs.in: Set am_cv_sleep_fractional_seconds to 'no',
not 'false'.
m4/sanity.m4
t/ax/test-defs.in