From: Jim Cromie Date: Sun, 26 Mar 2006 20:33:23 +0000 (-0500) Subject: [doc-patch] clarify -Accflags in INSTALL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5247441a32fa99437809b483eb208756c7ad2401;p=p5sagit%2Fp5-mst-13.2.git [doc-patch] clarify -Accflags in INSTALL Message-ID: <442740E3.8030006@gmail.com> p4raw-id: //depot/perl@27625 --- diff --git a/INSTALL b/INSTALL index 95c8033..1b36454 100644 --- 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