summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-17 13:28:48 +0200
committerBruno Haible <bruno@clisp.org>2022-07-17 16:15:08 +0200
commit64940479e39c71e90123b9f1ab107e6071f9a7bf (patch)
tree4fae08b38cfc7573343c2bf6a9ed30b88e9f8d09 /ChangeLog
parent1862c6e57a308a05889c80c048dbc58bdc378dcb (diff)
downloadgperf-64940479e39c71e90123b9f1ab107e6071f9a7bf.tar.gz
Split autogen.sh into autopull.sh and autogen.sh.
* autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. * Makefile.in (SOURCE_FILES): Add autogen.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ee80b4..12498a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-07-17 Bruno Haible <bruno@clisp.org>
+
+ Split autogen.sh into autopull.sh and autogen.sh.
+ * autopull.sh: New file, based on autogen.sh.
+ * autogen.sh: Remove code that was moved to autopull.sh.
+ * Makefile.in (SOURCE_FILES): Add autogen.sh.
+
2022-07-05 Bruno Haible <bruno@clisp.org>
Add support for reproducible builds.