diff options
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 |