Tabs erroneusly expanded to spaces, causing AIX to fail
H.Merijn Brand [Fri, 13 Sep 2002 14:02:18 +0000 (14:02 +0000)]
in building DProf

p4raw-id: //depot/perl@17904

Configure

index 91e17d1..815ad74 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 Wed Sep 11 10:53:27 METDST 2002 [metaconfig 3.0 PL70]
+# Generated on Fri Sep 13 16:29:01 METDST 2002 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -5777,7 +5777,7 @@ define)
 *)  if $test -f /lib/syscalls.exp; then
        echo " "
        echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
-       $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*[        ]*$/\1/p' /lib/syscalls.exp >>libc.list
+       $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*[        ]*$/\1/p' /lib/syscalls.exp >>libc.list
     fi
     ;;
 esac