summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4917f3a1bb..544563af28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-08-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ gnumakefile: say ‘$(MAKE)’ not ‘make’
+ * top/GNUmakefile (abort-due-to-no-makefile):
+ Prefer ‘$(MAKE)’ to ‘make’ in a diagnostic.
+ This change is backported from Autoconf.
+
2020-08-01 Bruno Haible <bruno@clisp.org>
Prefer documented autoconf macro 'm4_if' over 'ifelse'.