summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-02-02 18:52:27 -0800
committerLarry Wall <lwall@sems.com>1996-02-02 18:52:27 -0800
commitc07a80fdfe3926b5eb0585b674aa5d1f57b32ade (patch)
tree6d56135571eb9ea6635748469bdaf72ad481247a /Configure
parent91b7def858c29dac014df40946a128c06b3aa2ed (diff)
downloadperl-c07a80fdfe3926b5eb0585b674aa5d1f57b32ade.tar.gz
perl5.002beta3
[editor's note: no patch file was found for this release, so no fine-grained changes] I can't find the password for our ftp server, so I had to drop it into ftp://ftp.sems.com/pub/incoming/perl5.002b3.tar.gz, which is a drop directory you can't ls. The current plan is that Andy is gonna whack on this a little more, and then release a gamma in a few days when he's happy with it. So don't get carried away. This is now *late* beta. In other words, have less than the appropriate amount of fun. :-) Larry
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure14
1 files changed, 8 insertions, 6 deletions
diff --git a/Configure b/Configure
index da3e7dbad7..a360c7f6ff 100755
--- a/Configure
+++ b/Configure
@@ -122,7 +122,8 @@ static_ext=''
useposix=''
usesafe=''
d_bsd=''
-d_eunice=''
+d_unlnkallvers=''
+d_vms=''
d_xenix=''
eunicefix=''
Mcc=''
@@ -1010,7 +1011,7 @@ THIS PACKAGE SEEMS TO BE INCOMPLETE.
You have the option of continuing the configuration process, despite the
distinct possibility that your kit is damaged, by typing 'y'es. If you
do, don't blame me if something goes wrong. I advise you to type 'n'o
-and contact the author (lwall@netlabs.com).
+and contact the author (lwall@sems.com).
EOM
echo $n "Continue? [n] $c" >&4
@@ -1207,7 +1208,7 @@ Much effort has been expended to ensure that this shell script will run on any
Unix system. If despite that it blows up on yours, your best bet is to edit
Configure and run it again. If you can't run Configure for some reason,
you'll have to generate a config.sh file by hand. Whatever problems you
-have, let me (lwall@netlabs.com) know how I blew it.
+have, let me (lwall@sems.com) know how I blew it.
This installation script affects things in two ways:
@@ -1550,7 +1551,7 @@ EOM
cd hints; ls -C *.sh | $sed 's/\.sh/ /g' >&4
dflt=''
: Half the following guesses are probably wrong... If you have better
- : tests or hints, please send them to lwall@netlabs.com
+ : tests or hints, please send them to lwall@sems.com
: The metaconfig authors would also appreciate a copy...
$test -f /irix && osname=irix
$test -f /xenix && osname=sco_xenix
@@ -4309,7 +4310,7 @@ echo " "
$echo $n "This may take a while...$c" >&4
: Linux may need the special Dynamic option to nm for shared libraries.
-if test -f /vmlinuz && $nm -D $nm_opt $libc > /dev/null 2>&1; then
+if test -f /vmlinuz && nm -D $nm_opt $libc > /dev/null 2>&1; then
cat /dev/null >libc.tmp
for nm_libs_ext in $*; do
case $nm_libs_ext in *.so*) nm_opt_here=-D ;; *) nm_opt_here='' ;; esac
@@ -8935,8 +8936,9 @@ d_dlopen='$d_dlopen'
d_dlsymun='$d_dlsymun'
d_dosuid='$d_dosuid'
d_dup2='$d_dup2'
+d_unlnkallvers='$d_unlnkallvers'
+d_vms='$d_vms'
d_eofnblk='$d_eofnblk'
-d_eunice='$d_eunice'
d_fchmod='$d_fchmod'
d_fchown='$d_fchown'
d_fcntl='$d_fcntl'