/proc/self/exe, not the ls Configure thought it
would found.
p4raw-id: //depot/perl@13191
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Nov 22 07:43:52 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Thu Nov 22 08:04:01 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
"$define")
if $issymlink /proc/self/exe ; then
$ls -l /proc/self/exe > reflect
- if $contains $ls reflect >/dev/null 2>&1; then
+ if $contains /`basename $ls` reflect >/dev/null 2>&1; then
val="$define"
echo "You have Linux-like /proc/self/exe."
fi