aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-11 10:51:27 -0700
committerPaul Eggert <[email protected]>2014-06-11 10:51:27 -0700
commitfaded0b1394b3925f646d2b4905e49e0c130e37b (patch)
treeee2bbbe30c8044d49ac4b9831b3203fb6bb59d18 /ChangeLog
parent6014484659f81b35f7e6340aaf5c71ffc1fca342 (diff)
Use a shell function in configure.ac to cut down on code duplication.
* configure.ac (emacs_check_gnu_make): New shell function. Use it to avoid duplication when checking for GNU Make. It's OK for 'configure' to use shell functions these days, as long as we follow the advice in the 'Shell Functions' section of the Autoconf manual.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b7a1b94d..25de78e508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-06-11 Paul Eggert <[email protected]>
+
+ Use a shell function in configure.ac to cut down on code duplication.
+ * configure.ac (emacs_check_gnu_make): New shell function.
+ Use it to avoid duplication when checking for GNU Make.
+ It's OK for 'configure' to use shell functions these days,
+ as long as we follow the advice in the 'Shell Functions'
+ section of the Autoconf manual.
+
2014-06-11 Glenn Morris <[email protected]>
* configure.ac: Require at least version 3.81 of GNU make.