]> git.ipfire.org Git - thirdparty/automake.git/commit
doc: rewrite subsecond NEWS entry, sanity.m4 "make" testing wrong, etc.
authorKarl Berry <karl@freefriends.org>
Wed, 19 Jun 2024 16:41:22 +0000 (09:41 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 19 Jun 2024 16:41:22 +0000 (09:41 -0700)
commitcde0e3bb7c5bcbad6495e16f706d69fb6ebf60e7
tree415e92bc2eb06fa0bbafe5ebd984f929e087ff4e
parentc09ff1dfd6d7182ba0a264f89993cc19edb1d98c
doc: rewrite subsecond NEWS entry, sanity.m4 "make" testing wrong, etc.

* m4/sanity.m4 (_AM_FILESYSTEM_TIMESTAMP_RESOLUTION): mention
that testing of "make" is wrong here; but $(MAKE) is not available?
Do some special pleading that it won't matter in practice; we'll see.
https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
(AM_SANITY_CHECK): use $[]* instead of $[*]2 to avoid
the confusing apparent (but not) use of shell arrays; the square
brackets are parsed off by m4.
* lib/am/check.am (output_system_information): en passant, mention
that $(AWK) should always be defined since AC_PROG_AWK is part of
AM_INIT_AUTOMAKE nowadays.
* NEWS: rewrite subsecond NEWS entry:workaround, more references.
NEWS
lib/am/check.am
m4/sanity.m4