Ah, that makes sense. It's been years since I touched autoconf in any
significant way, it doesn't seem to be any less confusing these days ;)
-DrD-
> Now I've read some more documentation. My answer would be no. It seems to me
> that --recheck only updates the file config.status and doesn't ac
Now I've read some more documentation. My answer would be no. It seems
to me that --recheck only updates the file config.status and doesn't
actually update the generated configuration (spec files in our case).
From what I understand you would need to do this to get a full
reconfiguration:
./c
I'm not familiar with that feature of autoconf. The check in make puts a
dependency between spec.gmk and all the files in common/autoconf. If
spec.gmk isn't touched, make won't budge. Running config.status isn't
working on my machine though, so I will need to investigate this a bit
more and see