Configure hints/ patches
Jan-Pieter Cornet [Wed, 18 Mar 1998 02:47:38 +0000 (03:47 +0100)]
p4raw-id: //depot/perl@840

hints/linux.sh
hints/qnx.sh

index 7347945..545f50e 100644 (file)
@@ -170,8 +170,8 @@ fi
 if [  ! "`csh -c 'echo $version' 2>/dev/null`"  ] 
 then
     echo 'Real csh found (might break); looking for tcsh ...'
-    # Use ../UU/loc to find tcsh.  (We run in the hints/ directory.)
-    if xxx=`../UU/loc tcsh blurfl $pth`; $test -f "$xxx"; then
+    # Use ./UU/loc to find tcsh.  (We no longer run in the hints/ directory)
+    if xxx=`./UU/loc tcsh blurfl $pth`; $test -f "$xxx"; then
        echo "Found tcsh.  I'll use it for globbing."
        # We can't change Configure's setting of $csh, due to the way
        # Configure handles $d_portable and commands found in $loclist.
index 7b7c9e6..b53a33d 100644 (file)
@@ -143,7 +143,7 @@ if [ -z "`which nm 2>/dev/null`" ]; then
        Creating a quick-and-dirty nm cover for Configure to use:
 
        EOF
-  cat >../UU/nm <<-'EOF'
+  cat >./UU/nm <<-'EOF'
        #! /bin/sh
        #__USAGE
        #%C     <lib> [<lib> ...]
@@ -159,7 +159,7 @@ if [ -z "`which nm 2>/dev/null`" ]; then
              }
            }'
        EOF
-  chmod +x ../UU/nm
+  chmod +x ./UU/nm
 fi
 
 cppstdin=`which cpp 2>/dev/null`