summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5de4b0809..3fd73f3f74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-12-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ Make autogen a shell function too
+ This does not change behavior. It is helpful for future changes.
+ * top/autogen.sh: Call autogen to do the actual work.
+ (usage, version_controlled_file, gitignore_entries, insert_if_absent):
+ (insert_vc_ignore, symlink_to_dir): Move to top/bootstrap-funclib.sh.
+ * top/bootstrap-funclib.sh (autogen_usage): Rename from ‘usage’.
+ (autogen): New function, containing the top level of the
+ old top/autogen.sh.
+
2022-12-27 Bruno Haible <bruno@clisp.org>
Fix compilation errors in C++ mode on Solaris 11 OpenIndiana.