Merge branch 'vendor/GDB'
[dragonfly.git] / contrib / diffutils / README
1 README for GNU DIFF
2
3 This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
4 Their features are a superset of the Unix features and they are
5 significantly faster.
6
7 Please see the file COPYING for copying conditions.
8
9 Please see the file doc/version.texi for version information.
10
11 Please see the file doc/diffutils.texi (or doc/diffutils.info) for
12 documentation that can be printed with TeX, or read with the `info'
13 program or with Emacs's `M-x info'.  Brief man pages are in man/*,
14 but they are no substitute for the documentation.
15
16 Please see the file ABOUT-NLS for notes about translations.
17
18 Please see the file INSTALL for generic compilation and installation
19 instructions.  Briefly, you can run "./configure; make install".  The
20 command "./configure --help" lists the supported --enable and --with
21 options.
22
23 If you have a problem with internationalization, you might be able to
24 work around it as described in ABOUT-NLS by invoking `./configure
25 --disable-nls'.  Many of the problems arise from dynamic linking
26 issues on non-GNU platforms (e.g. with the iconv library).  Such
27 problems tend to be shared by other GNU applications on these
28 platforms, and can usually be fixed by carefully tweaking your non-GNU
29 installation.  If you have an older version of libiconv, please
30 upgrade to the latest one; see <ftp://ftp.gnu.org/gnu/libiconv/>.  If
31 the problem seems isolated to diffutils, though, please report a bug.
32
33 This program requires a Standard C compiler (C89 or later).  If you
34 have a nonstandard compiler, please install GCC first.
35
36 If you make changes to the source code, you may need appropriate
37 versions of GNU build tools to regenerate the intermediate files.  The
38 following versions were used to generate the intermediate files in
39 this distribution:
40
41 * Autoconf 2.59   <ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz>
42 * Automake 1.8.3  <ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.gz>
43 * gettext 0.14.1  <ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz>
44 * help2man 1.33   <ftp://ftp.gnu.org/gnu/help2man/help2man-1.33.1.tar.gz>
45 * Texinfo 4.7     <ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.7.tar.gz>
46
47 For any copyright year range specified as YYYY-ZZZZ in this package
48 note that the range specifies every single year in that closed interval.
49
50 Please report bugs to <bug-gnu-utils@gnu.org>.
51
52 -----
53
54 Copyright (C) 1992, 1998, 2001-2002, 2004, 2009-2011 Free Software Foundation,
55 Inc.
56
57 This file is part of GNU Diffutils.
58
59 Permission is granted to copy, distribute and/or modify this document
60 under the terms of the GNU Free Documentation License, Version 1.3 or
61 any later version published by the Free Software Foundation; with no
62 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
63 Texts.  A copy of the license is included in the ``GNU Free
64 Documentation License'' file as part of this distribution.