diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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' |