We currently have cnf/config.guess and cnf/config.sub as part of our repository. The reason is that while for projects using automake, the automake resp. autoreconf scripts install them -- but autoreconf does not do that when not using automake.
For now we have fairly recent versions in the repository, and I added a script cnf/update-config.sh to fetch the latest versions. But perhaps we should somehow automate this... or add a reminder that makes us run the script every couple months?
I guess what I am really asking here is: How can ensure that this and other things that need to be checked rarely but regularly can be taken care of?
In other projects, I'd do this by adding a step to the "release checklist", but we currently don't have one (but see issue #1477 -- if we implemented that, it would immediately allow to resolve this issue).
We currently have
cnf/config.guessandcnf/config.subas part of our repository. The reason is that while for projects using automake, theautomakeresp.autoreconfscripts install them -- butautoreconfdoes not do that when not usingautomake.For now we have fairly recent versions in the repository, and I added a script
cnf/update-config.shto fetch the latest versions. But perhaps we should somehow automate this... or add a reminder that makes us run the script every couple months?I guess what I am really asking here is: How can ensure that this and other things that need to be checked rarely but regularly can be taken care of?
In other projects, I'd do this by adding a step to the "release checklist", but we currently don't have one (but see issue #1477 -- if we implemented that, it would immediately allow to resolve this issue).