On 2024-05-04 16:03, Collin Funk wrote:
I noticed in your emacs/output.0 it says "Generated by GNU Autoconf 2.71".
I was using Autoconf 2.72 on my system.
Ah, I am using Autoconf 2.71, which is what's in /usr/bin/autoconf on
Fedora 40. It comes from the autoconf-2.71-10.fc40.noarch package, which
is the current version for Fedora 40.
Occasionlly I use bleeding-edge autoconf (even past 2.72) but that's
only to test Autoconf, not other packages.
- diff -r $diff_options --exclude=__pycache__ -q . "$tmp" >/dev/null ||
+ diff -r $diff_options --exclude=__pycache__ --exclude=autom4te.cache -q .
"$tmp" >/dev/null ||
Looks good to me, thanks. (I didn't bother testing it on my old slow
machine.)