diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-08 21:18:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-08 21:18:10 +0000 |
commit | 5869b1f143426909d25f97cd2df1d47cc4159ed3 (patch) | |
tree | 9b927686a93b1ef70a66c816e6d9b52e8f62b467 /configure.com | |
parent | 86a59229552fc742ed09795227799fb41537f06f (diff) | |
download | perl-5869b1f143426909d25f97cd2df1d47cc4159ed3.tar.gz |
Do away with memory models cruft. Sorry, PDP users.
p4raw-id: //depot/perl@7041
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index ae6141eef2..8556f8c9b0 100644 --- a/configure.com +++ b/configure.com @@ -743,7 +743,7 @@ $ sharpbang = "$ " $!: figure out how to guarantee sh startup !sfn $!: find out where common programs are !sfn $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq" -$!trylist="Mcc/byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname" +$!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname" $! echo "I don't know where '$file' is, and my life depends on it." $! echo "Go find a public domain implementation or fix your PATH setting!" $! echo "" |