summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-03-24 22:12:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-24 22:12:17 +0000
commitf10488a30a54084364344ffc896da5ef9ee55e71 (patch)
treeba3fcc381181bb71e995bf225ae4e9f7680a6494 /Configure
parent3bdc27670282422f0788ccddd9711ae6cfe9bcd1 (diff)
downloadperl-f10488a30a54084364344ffc896da5ef9ee55e71.tar.gz
Configure regenerated because of changes #3130/#3154 and #3147.
p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340 p4raw-id: //depot/cfgperl@3155
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure27
1 files changed, 11 insertions, 16 deletions
diff --git a/Configure b/Configure
index 45c47617b7..58ce7665bb 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 Mon Mar 15 18:36:13 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Thu Mar 25 00:17:22 EET 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -1770,7 +1770,6 @@ more
nm
nroff
pg
-tee
test
uname
zip
@@ -5319,19 +5318,6 @@ EOM
beos*) xxx='' ;;
*) xxx='LD_LIBRARY_PATH' ;;
esac
- if test X"$xxx" != "X"; then
- $cat <<EOM | $tee -a ../config.msg >&4
-
-To build perl, you must add the current working directory to your
-$xxx environment variable before running make. You can do
-this with
- $xxx=\`pwd\`:\$$xxx; export $xxx
-for Bourne-style shells, or
- setenv $xxx \`pwd\`
-for Csh-style shells. You *MUST* do this before running make.
-
-EOM
- fi
;;
*) useshrplib='false' ;;
esac
@@ -10156,7 +10142,16 @@ $define)
false) dflt='n';;
*) dflt='y';;
esac
- rp="Some systems have problems with vfork(). Do you want to use it?"
+ cat <<'EOM'
+
+Perl can only use a vfork() that doesn't suffer from strict
+restrictions on calling functions or modifying global data in
+the child. For example, glibc-2.1 contains such a vfork()
+that is unsuitable. If your system provides a proper fork()
+call, chances are that you do NOT want perl to use vfork().
+
+EOM
+ rp="Do you still want to use vfork()?"
. ./myread
case "$ans" in
y|Y) ;;