find something clean (not like YYLSP_NEEDED...).
+* Installation
+
+** Disable installation of yacc.
+
+Add an option to 'configure' that allows people to install Bison
+without installing the yacc wrapper script or the rarely-used little
+yacc library required by Posix. This is for people who prefer some
+other implementation of yacc.
+
* Documentation
Before releasing, make sure the documentation ("Understanding your
parser") refers to the current `output' format.
** GLR
How would Paul like to display the conflicted actions? In particular,
-what when two reductions are possible on a given look-ahead token, but one is
+what when two reductions are possible on a given lookahead token, but one is
part of $default. Should we make the two reductions explicit, or just
keep $default? See the following point.