aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-04-17 22:03:53 -0700
committerGlenn Morris2013-04-17 22:03:53 -0700
commit4f8902cd02ff6c182dddf5217d2683cb6abdb728 (patch)
tree0167556a75b12444999772e0e8022332f6414981 /ChangeLog
parent29f47822781c138daa36a6acda85b09bccc52a95 (diff)
downloademacs-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8a3a5e0cca..573a8021eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12013-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
12013-04-12 Ken Brown <kbrown@cornell.edu> 92013-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