summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
commitc68a00c0718023d4b3e2aa313bc06f7aa681515e (patch)
tree3ad38806ee1e5472f8133380ff0acaece38b2916 /Porting/Glossary
parent707afd922f953b906fb39ee9de6af3d448931188 (diff)
downloadperl-c68a00c0718023d4b3e2aa313bc06f7aa681515e.tar.gz
Get rid of the _() macro since (1) we require ANSI anyway
(2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary7
1 files changed, 6 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 9c3a8cb563..eb2fe3df0c 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2094,6 +2094,11 @@ glibpth (libpth.U):
find libraries. It may contain directories that do not exist on
this platform, libpth is the cleaned-up version.
+gmake (Loc.U):
+ This variable is used internally by Configure to determine the
+ full pathname (if any) of the gmake program. After Configure runs,
+ the value is reset to a plain "gmake" and is not useful.
+
grep (Loc.U):
This variable is used internally by Configure to determine the
full pathname (if any) of the grep program. After Configure runs,
@@ -3362,7 +3367,7 @@ shrpenv (libperl.U):
shrpenv=''
See the main perl Makefile.SH for actual working usage.
Alternatively, we might be able to use a command line option such
- as -R $archlibexp/CORE (Solaris, NetBSD) or -Wl,-rpath
+ as -R $archlibexp/CORE (Solaris) or -Wl,-rpath
$archlibexp/CORE (Linux).
shsharp (spitshell.U):