X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=181d2b36ecdf3823e59f7cd996fc53aadc3d41c3;hb=3099fc99273017468e5ddf7177e6764cfc105a6a;hp=ee4d516cfbb71d5d3f86188428c1013cb3f0898f;hpb=42fde7b2ff12d979bd575ebf1530df889d1680e3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index ee4d516..181d2b3 100755 --- a/Configure +++ b/Configure @@ -17229,9 +17229,9 @@ esac : set the base revision baserev=5.0 -: how do we catenate cpp tokens here? +: how do we concatenate cpp tokens here? echo " " -echo "Checking to see how your cpp does stuff like catenate tokens..." >&4 +echo "Checking to see how your cpp does stuff like concatenate tokens..." >&4 $cat >cpp_stuff.c <<'EOCP' #define RCAT(a,b)a/**/b #define ACAT(a,b)a ## b @@ -17250,8 +17250,8 @@ elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then cpp_stuff=1 else $cat >&4 <