Reported by Paul Eggert in:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00061.html>.
* gnulib-tool: Don't compare the autom4te.cache directory since requests
are not sorted in Autoconf version 2.71 and below.
+2024-05-04 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
+ Reported by Paul Eggert in:
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00061.html>.
+ * gnulib-tool: Don't compare the autom4te.cache directory since requests
+ are not sorted in Autoconf version 2.71 and below.
+
2024-05-04 Bruno Haible <bruno@clisp.org>
readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
else
diff_options=
fi
- diff -r $diff_options --exclude=__pycache__ -q . "$tmp" >/dev/null ||
+ diff -r $diff_options --exclude=__pycache__ --exclude=autom4te.cache -q . "$tmp" >/dev/null ||
func_fatal_error "gnulib-tool.py produced different files than gnulib-tool.sh! Compare `pwd` and $tmp."
# Compare the two outputs.
diff -q "$tmp-sh-out" "$tmp-py-out" >/dev/null ||