X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=1b3645480541efde67008dfdbed088477abe6ae4;hb=5247441a32fa99437809b483eb208756c7ad2401;hp=95c8033939c21b2c695f94fc9478b5038727a4f3;hpb=75472953029ad512c6b76bd0dea6d327f2613a02;p=p5sagit%2Fp5-mst-13.2.git 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