diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 23:06:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 23:06:27 +0000 |
commit | a8c676c69574838b74382f50a384b237eae297ba (patch) | |
tree | 38bae621e41ace9d62b66c9c05f9ea6298e25d25 /Configure | |
parent | d301c14b13314ce20f629e7a1693e16350c689ec (diff) | |
download | perl-a8c676c69574838b74382f50a384b237eae297ba.tar.gz |
Whitespace allowed at the ends of /lib/syscalls.exp lines
(from Richard Hatch) (this was the cause of pipes() and
times() mysteriously not being found)
p4raw-id: //depot/perl@11115
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 Mon Jul 2 19:35:08 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Tue Jul 3 03:03:36 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5576,7 +5576,7 @@ nm_extract="$com" 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 |