diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-13 14:02:18 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-13 14:02:18 +0000 |
commit | 478d3074309ff514cb3d637215f7368927a0a9d6 (patch) | |
tree | c3db203b68dd898517e392a7851bb129da563895 /Configure | |
parent | 8725ccc41c75bdce40fbdbd645cf16f1fe29ce9f (diff) | |
download | perl-478d3074309ff514cb3d637215f7368927a0a9d6.tar.gz |
Tabs erroneusly expanded to spaces, causing AIX to fail
in building DProf
p4raw-id: //depot/perl@17904
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |