summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorCasey West <casey@geeknest.com>2003-05-09 00:00:44 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:53:48 +0000
commit3099fc99273017468e5ddf7177e6764cfc105a6a (patch)
treec9f19027fc0ff8508ec51d310eac7bcc2eb55f0e /Configure
parent2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 (diff)
downloadperl-3099fc99273017468e5ddf7177e6764cfc105a6a.tar.gz
[perl #8599] s/catenate/concatenate/
Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/Configure b/Configure
index ee4d516cfb..181d2b36ec 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 <<EOM
-Hmm, I don't seem to be able to catenate tokens with your cpp. You're going
-to have to edit the values of CAT[2-5] in config.h...
+Hmm, I don't seem to be able to concatenate tokens with your cpp.
+You're going to have to edit the values of CAT[2-5] in config.h...
EOM
cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
fi