summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-12-27 16:40:58 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-12-27 16:40:58 -0800
commit1d7701a4fdb6272c6a64caad6f41c9e41b9a7916 (patch)
tree320b90ffe88404c87a2fc7d7d8f8160f9bb75244 /ChangeLog
parente9dc713d18e425597339d6e2ed4a5fb2924d205d (diff)
downloademacs-1d7701a4fdb6272c6a64caad6f41c9e41b9a7916.tar.gz
Fix problem with MAKE and xcrun configuration.
* configure.ac: Don't set MAKE unless 'make' doesn't work. Set it only in the environment, not in the makefile. Problem reported by Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 359adf7ac16..4cc1cd042cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix problem with MAKE and xcrun configuration.
+ * configure.ac: Don't set MAKE unless 'make' doesn't work.
+ Set it only in the environment, not in the makefile.
+ Problem reported by Glenn Morris in:
+ http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
+
2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
Port xcrun configuration to GNU/Linux.