Re: Weird instability of automake-1.15.1

2022-08-31 Thread Andreas Schwab via Gcc
On Aug 31 2022, Martin Liška wrote: > Can please anybody reproduce that? I've also tried touching all files in my > original repo, > but still, no change. Probably a bug in automake, it oscillates between the two states in a random way. The contents of autom4te.cache/requests also changes each

Weird instability of automake-1.15.1

2022-08-31 Thread Martin Liška
Hi. I see a weird behavior when I run: AUTOCONF=autoconf-2.69 ~/bin/automake-1.15.1/bin/automake in one of my gcc git repos: $ ~/Programming/gcc/gotools> AUTOCONF=autoconf-2.69 ~/bin/automake-1.15.1/bin/automake $ git diff | cat (no output) However, if I clone a fresh repo I see: $ git clone