* GNUmakefile: Switch to coreutils's version.
[bison.git] / README
bloba2ae26ba5871e437c5623f1ad9e77d537602f238
1 This directory contains the Bison parser generator.
3 See the file INSTALL for generic compilation and installation instructions.
4 See the file doc/FAQ for frequently asked questions.
6 Bison requires GNU m4 1.4.3 or later.  See:
8 ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz
10 Bison can work with pre-1.4.3 distributions of GNU m4 if they are
11 sufficiently patched, but if you encounter a bug with an older
12 distribution and report a bug we will probably suggest that you
13 upgrade to 1.4.3 as the first step in trying to fix it.
15 Please send bug reports to <bug-bison@gnu.org>.  Please include the
16 version number from `bison --version', and a complete, self-contained
17 test case in each bug report.
19 If you have questions about using Bison and the documentation does
20 not answer them, please send mail to <help-bison@gnu.org>.
22 -----
24 Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005 Free Software Foundation, Inc.
26 This file is part of Bison, the GNU Compiler Compiler.
28 This program is free software: you can redistribute it and/or modify
29 it under the terms of the GNU General Public License as published by
30 the Free Software Foundation, either version 3 of the License, or
31 (at your option) any later version.
33 This program is distributed in the hope that it will be useful,
34 but WITHOUT ANY WARRANTY; without even the implied warranty of
35 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36 GNU General Public License for more details.
38 You should have received a copy of the GNU General Public License
39 along with this program.  If not, see <http://www.gnu.org/licenses/>.