diff options
| author | Glenn Morris | 2013-04-17 22:03:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-04-17 22:03:53 -0700 |
| commit | 4f8902cd02ff6c182dddf5217d2683cb6abdb728 (patch) | |
| tree | 0167556a75b12444999772e0e8022332f6414981 /ChangeLog | |
| parent | 29f47822781c138daa36a6acda85b09bccc52a95 (diff) | |
| download | emacs-4f8902cd02ff6c182dddf5217d2683cb6abdb728.tar.gz emacs-4f8902cd02ff6c182dddf5217d2683cb6abdb728.zip | |
Replace AC_PROG_LN_S by a less strict configure test
* configure.ac (AC_PROG_LN_S): Remove, too restrictive.
(LN_S_FILEONLY): New output variable.
* Makefile.in (LN_S): Remove.
(LN_S_FILEONLY): New, set by configure.
(install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-04-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (AC_PROG_LN_S): Remove, too restrictive. | ||
| 4 | (LN_S_FILEONLY): New output variable. | ||
| 5 | * Makefile.in (LN_S): Remove. | ||
| 6 | (LN_S_FILEONLY): New, set by configure. | ||
| 7 | (install-arch-dep): Use LN_S_FILEONLY rather than LN_S. | ||
| 8 | |||
| 1 | 2013-04-12 Ken Brown <kbrown@cornell.edu> | 9 | 2013-04-12 Ken Brown <kbrown@cornell.edu> |
| 2 | 10 | ||
| 3 | * configure.ac (canonical): Adapt to 64-bit Cygwin, for which | 11 | * configure.ac (canonical): Adapt to 64-bit Cygwin, for which |