diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 9058be0d76..a3d52e689e 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3717,11 +3717,6 @@ perl5 (perl5.U): installed perl5.005 or later suitable for running the script to determine inc_version_list. -perl5 (perl5.U): - This variable contains the full path (if any) to a previously - installed perl5.005 or later suitable for running the script - to determine inc_version_list. - perl (Loc.U): This variable is defined but not used by Configure. The value is a plain '' and is not useful. @@ -4861,6 +4856,10 @@ xs_apiversion (xs_apiversion.U): though in principle we could go snooping around in old Config.pm files. +yacc (yacc.U): + This variable holds the name of the compiler compiler we + want to use in the Makefile. It can be yacc, byacc, or bison -y. + yaccflags (yacc.U): This variable contains any additional yacc flags desired by the user. It is up to the Makefile to use this. |