From: Jim Meyering Date: Wed, 19 Mar 2003 23:00:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7a413e4e07a0b3e87bb75cb129ecaf0dd490aa;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 392ad9088c..a55025ecc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.