diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:21:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:21:23 +0000 |
commit | 74894ed54d114f8e046e460c8dca6d2c40eb86ee (patch) | |
tree | 13baccf36ea5dce162aeabf9fbe76d9581a44f9e /devel/bison20/files/patch-configure | |
parent | Update to version 4.58.1 (diff) |
Update to 1.29
* Added `-g' and `--graph'.
* Added `--locations' and `%locations'.
* Added `-S' and `--skeleton'.
* `%raw', `-r', `--raw' is disabled.
* Special characters are escaped when output. This solves the problems
* New directives.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
`%debug', `%source_extension' and `%header_extension'.
* The input and the output files has automatically a similar extension.
Submitted by: demon
Diffstat (limited to 'devel/bison20/files/patch-configure')
-rw-r--r-- | devel/bison20/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/bison20/files/patch-configure b/devel/bison20/files/patch-configure deleted file mode 100644 index c0f677283555..000000000000 --- a/devel/bison20/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Jul 15 18:36:11 2001 -+++ configure Sun Jul 15 18:36:24 2001 -@@ -784,7 +784,7 @@ - - - --ALL_LINGUAS="de es fr nl" -+ALL_LINGUAS="de es fr nl ru" - - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 |