summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBlair Zajac <blair@orcaware.com>2001-09-10 10:52:37 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-11 00:14:01 +0000
commitb99a9337068178db918a66ac51ed0232330878fc (patch)
treeed70fd895bcc81f187a3a9116df8e124a2331ade /Configure
parenta4c04bdcc508b6a45f83e703d0f82401445aa55b (diff)
downloadperl-b99a9337068178db918a66ac51ed0232330878fc.tar.gz
Configure not recording lseek proto
Message-ID: <3B9D6055.BA334A31@orcaware.com> plus regen Configure. p4raw-id: //depot/perl@11991
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index c9152d7290..6d6ffa2742 100755
--- 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 Aug 17 15:57:38 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Tue Sep 11 04:08:04 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -1127,7 +1127,7 @@ case "$sh" in
esac
case "$sh" in
-'') cat <<EOM >&2
+'') cat >&2 <<EOM
$me: Fatal Error: I can't find a Bourne Shell anywhere.
Usually it's in /bin/sh. How did you even get this far?
@@ -10787,7 +10787,7 @@ eval $inlibc
: see if prototype for lseek is available
echo " "
-set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
+set lseek d_lseekproto $i_systypes sys/types.h $i_unistd unistd.h
eval $hasproto
: see if lstat exists