diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-19 23:00:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-19 23:00:35 +0000 |
commit | 0c7a413e4e07a0b3e87bb75cb129ecaf0dd490aa (patch) | |
tree | 734ac5a89c686e0f556592015810520882f7f90b /ChangeLog | |
parent | ca85f1f9948b9b4d67f154727d15a347253350b1 (diff) | |
download | coreutils-0c7a413e4e07a0b3e87bb75cb129ecaf0dd490aa.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ * Version 4.5.11. + * man/Makefile.am (.x.1): Use $(LN_S) instead of 'ln -s', + because the DJGPP 2.03 port of 'ln -s' doesn't work. + Include $(EXEEXT) in program names. + Since $(LN_S) may degenerate to `cp -p', be careful + to invoke it from the destination directory. + Mostly from Richard Dawe. + + * configure.ac: Use AC_PROG_LN_S. + * tests/mv/part-symlink: Unset CDPATH. Otherwise, having the CDPATH shell variable set could cause this test to fail. Reported by Karl Berry. |