aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-27 11:14:10 -0800
committerPaul Eggert2013-12-27 11:14:10 -0800
commit5eedd0b92daed0c4178a5bea79e95962edd0874b (patch)
treeeee30bdb7d5bd10350c3d70c1771bfea3419f546 /ChangeLog
parent8a6212d71de51594bea1231c90152735615d7a38 (diff)
downloademacs-5eedd0b92daed0c4178a5bea79e95962edd0874b.tar.gz
emacs-5eedd0b92daed0c4178a5bea79e95962edd0874b.zip
Port xcrun configuration to GNU/Linux.
* configure.ac (xcsdkdir): Default to empty. (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to just before AM_INIT_AUTOMAKE, to make the dependency between it and automake clearer. (CC): Don't use AC_PROG_CC twice; only the first use expands to the shell code that is wanted, which breaks 'configure' on non-Darwin platforms. Instead, fix CC by hand if it's not found.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 107c28ca074..80e988f533a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12013-12-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port xcrun configuration to GNU/Linux.
4 * configure.ac (xcsdkdir): Default to empty.
5 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
6 just before AM_INIT_AUTOMAKE, to make the dependency between it
7 and automake clearer.
8 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
9 shell code that is wanted, which breaks 'configure' on non-Darwin
10 platforms. Instead, fix CC by hand if it's not found.
11
12013-12-27 Jan Djärv <jan.h.d@swipnet.se> 122013-12-27 Jan Djärv <jan.h.d@swipnet.se>
2 13
3 * configure.ac: Detect xcrun on OSX and use it for make, gcc and 14 * configure.ac: Detect xcrun on OSX and use it for make, gcc and