]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 23 Jan 2004 15:41:05 +0000 (15:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Jan 2004 15:41:05 +0000 (15:41 +0000)
ChangeLog

index 47cb384f01fa15d2b6768d84a62fc219f9adae00..d9b89986e795b157cd22bd63cf5e3b66b582ca74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * Version 5.1.2.
 
+       * man/Makefile.am (.x.1): Prefix help2man invocation with `$(PERL) --'
+       so it works on systems with Perl installed somewhere other than in
+       /usr/bin.
+
        * src/paste.c (paste_parallel): Declare local, chr, to be of type
        `int', not `char', since it must hold EOF.  This bug would make
        paste infloop on some systems.  Reported by Nelson H. F. Beebe