OS/390 cleanable gunk.
[p5sagit/p5-mst-13.2.git] / Configure
index a3246da..a60b2a3 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Fri Nov 23 21:31:36 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Sun Nov 25 08:58:37 EET 2001 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -11521,23 +11521,21 @@ case "$d_readlink" in
                $ls -l /proc/self/exe > reflect
                if $contains /`basename $ls` reflect >/dev/null 2>&1; then
                        echo "You have Linux-like /proc/self/exe."
-                       procselfexe=/proc/self/exe
+                       procselfexe='"/proc/self/exe"'
                        val="$define"
-                       break
                fi
        fi
        if $issymlink /proc/curproc/file ; then
                $ls -l /proc/curproc/file > reflect
                if $contains /`basename $ls` reflect >/dev/null 2>&1; then
                        echo "You have BSD-like /proc/curproc/file."
-                       procselfexe=/proc/curproc/file
+                       procselfexe='"/proc/curproc/file"'
                        val="$define"
-                       break
                fi
        fi
        ;;
 esac
-$rm reflect
+$rm -f reflect
 set d_procselfexe
 eval $setvar