+2024-03-23 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Print "executing touch config.h.in".
+ * pygnulib/GLTestDir.py (GLTestDir.execute): Print
+ "executing touch config.h.in", like gnulib-tool.sh does.
+
2024-03-23 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Refactor.
# autoheader
args = [UTILS['autoheader']]
constants.execute(args, verbose)
+ # Explicit 'touch config.h.in': see <https://savannah.gnu.org/support/index.php?109406>.
+ print('executing touch config.h.in')
Path('config.h.in').touch()
# automake
args = [UTILS['automake'], '--add-missing', '--copy']
# autoheader
args = [UTILS['autoheader']]
constants.execute(args, verbose)
+ # Explicit 'touch config.h.in': see <https://savannah.gnu.org/support/index.php?109406>.
+ print('executing touch config.h.in')
Path('config.h.in').touch()
# automake
args = [UTILS['automake'], '--add-missing', '--copy']