diff options
| author | Paul Eggert | 2013-12-27 11:14:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-27 11:14:10 -0800 |
| commit | 5eedd0b92daed0c4178a5bea79e95962edd0874b (patch) | |
| tree | eee30bdb7d5bd10350c3d70c1771bfea3419f546 /ChangeLog | |
| parent | 8a6212d71de51594bea1231c90152735615d7a38 (diff) | |
| download | emacs-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-12-27 Jan Djärv <jan.h.d@swipnet.se> | 12 | 2013-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 |