aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-10 20:03:40 -0700
committerGlenn Morris <[email protected]>2014-06-10 20:03:40 -0700
commitb12e56ab01d5d1ed71190d5fbffc15017f96fe40 (patch)
tree440e0b89b086ce7b0c0fc7f514de55e756184941 /ChangeLog
parentec4a33476e4aa6eba3a13fca34ad157fec3d8b97 (diff)
* configure.ac: Require at least version 3.81 of GNU make.
It's 8 years old and has some useful features not in older versions. * etc/NEWS: Mention this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 480acfe54d..a6b7a1b94d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-11 Glenn Morris <[email protected]>
+
+ * configure.ac: Require at least version 3.81 of GNU make.
+
2014-06-10 Paul Eggert <[email protected]>
Rely on AC_CANONICAL_HOST to detect whether we're using mingw.