From: Paul Eggert Date: Thu, 8 Jun 2006 05:14:36 +0000 (+0000) Subject: * TODO: Add request from Nelson H. F. Beebe to be able to install X-Git-Tag: v2.3b~372 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5d27808262de3a1759f1ee784be6b0cd2733bac5?ds=inline * TODO: Add request from Nelson H. F. Beebe to be able to install Bison without installing the yacc script. --- diff --git a/ChangeLog b/ChangeLog index 3e6f1afa..ac4b78c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-07 Paul Eggert + + * TODO: Add request from Nelson H. F. Beebe to be able to install + Bison without installing the yacc script. + 2006-06-07 Joel E. Denny * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng diff --git a/TODO b/TODO index 76ca7362..b6e1a20a 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,15 @@ They should not: it is not documented. But if they need to, let's 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.