]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: recommend autoreconf -f with version mismatches.
authorKarl Berry <karl@freefriends.org>
Tue, 23 Jan 2024 16:53:18 +0000 (08:53 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 23 Jan 2024 16:53:18 +0000 (08:53 -0800)
commit2fa17cccdba77b4097e01a4c14e4d0f00555685b
tree7ace121b69822aa2fe4becb327a2e1bd45002f2b
parent2838316bad15088803a2e0e43683277f18584e7c
automake: recommend autoreconf -f with version mismatches.

From https://bugs.gnu.org/68674.

* bin/automake.in (scan_autoconf_traces): change error
to suggest running autoreconf -f. The version mismatch is
most likely to happen due to the cache files, which
aclocal && automake (the previous recommendation) does not delete.
(scan_autoconf_files): likewise.
* doc/automake.texi (Auto-generating aclocal.m4): mention autoreconf.
Other minor wording changes.
bin/automake.in
doc/automake.texi