]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Mar 2003 23:00:35 +0000 (23:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Mar 2003 23:00:35 +0000 (23:00 +0000)
ChangeLog

index 392ad9088c50fb055816751cfb0869e6301e73c7..a55025ecc320a72498621e627e3ee6da7488ad05 100644 (file)
--- 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.