commit | 9a3781f12032153e27a38ec0894f8b663ed67306 | [log] [tgz] |
---|---|---|
author | Christophe Lyon <christophe.lyon@linaro.org> | Fri Apr 19 09:04:39 2024 +0000 |
committer | Christophe Lyon <christophe.lyon@linaro.org> | Wed Sep 04 13:35:10 2024 +0000 |
tree | ca860c9dffaac98c992e60e16ba8185120a1e437 | |
parent | 8cfe8572e1c3d1d072ed62dbfceb7990bd0f17f8 [diff] |
contrib: Add autoregen.py This script is a copy of the current script used by Sourceware's autoregen buildbots. It is intended as a helper to regenerate files managed by autotools (autoconf, automake, aclocal, ....), as well as the toplevel Makefile.in which is created by autogen. Other files can be updated when using maintainer-mode, but this is not covered by this script. 2024-04-19 Christophe Lyon <christophe.lyon@linaro.org> contrib/ * autoregen.py: New script.