diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-03 00:55:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-03 00:55:58 +0000 |
commit | 2d967e397d11d72299918db17bcee3cb96a98e93 (patch) | |
tree | 4d7a6f9d1b81d679b252dd4e890efdff33d59807 /Porting/Glossary | |
parent | 7fa33807303629865bfd91025031ce416f9424e7 (diff) | |
download | perl-2d967e397d11d72299918db17bcee3cb96a98e93.tar.gz |
Regen files for mainline.
p4raw-id: //depot/perl@8996
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index d32c0a6789..4c7db23ba5 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -139,8 +139,9 @@ binexp (bin.U): configuration time, for use in your makefiles. bison (Loc.U): - This variable is defined but not used by Configure. - The value is a plain '' and is not useful. + This variable is used internally by Configure to determine the + full pathname (if any) of the bison program. After Configure runs, + the value is reset to a plain "bison" and is not useful. byacc (Loc.U): This variable is used internally by Configure to determine the @@ -3787,6 +3788,14 @@ 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. + zcat (Loc.U): This variable is defined but not used by Configure. The value is a plain '' and is not useful. |