Alexandre Duret-Lutz <aduret@xxxxxxxxxxx> writes: > When people change configure.ac and run `make -j', that can > trigger simultaneous runs of autoconf, automake, and autoheader. If that's the main problem, then we can use a heuristic: report a lock failure and exit only if MAKEFLAGS contains -j. It's a bit of a hack, admittedly.