projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943795c
)
[doc-patch] clarify -Accflags in INSTALL
author
Jim Cromie
<jcromie@cpan.org>
Sun, 26 Mar 2006 20:33:23 +0000
(15:33 -0500)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 29 Mar 2006 08:42:28 +0000
(08:42 +0000)
Message-ID: <
442740E3
.
8030006
@gmail.com>
p4raw-id: //depot/perl@27625
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index 95c8033939c21b2c695f94fc9478b5038727a4f3..1b3645480541efde67008dfdbed088477abe6ae4 100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-334,6
+334,11
@@
invocations:
sh Configure -Accflags="-DPERL_EXTERNAL_GLOB -DPERL_POLLUTE_MALLOC"
+To clarify, those ccflags values are not Configure options; if passed to
+Configure directly, they won't do anything useful (that will define a config.sh
+variable, but without taking any action based upon it). When passed to the
+compiler, those flags will activate #ifdefd code.
+
For more help on Configure switches, run
sh Configure -h