Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcnc!gatech!rutgers!lll-lcc!pyramid!hplabs!sdcrdcf!lwall From: lwall@sdcrdcf.UUCP (Larry Wall) Newsgroups: comp.sources.bugs Subject: warp 7.0 patch #3 Message-ID: <4690@sdcrdcf.UUCP> Date: Fri, 12-Jun-87 19:08:09 EDT Article-I.D.: sdcrdcf.4690 Posted: Fri Jun 12 19:08:09 1987 Date-Received: Sat, 20-Jun-87 19:37:34 EDT Organization: Unisys - System Development Group, Santa Monica Lines: 204 Summary: This is an official patch for warp 7.0. Please apply it. System: warp version 7.0 Patch #: 3 Priority: HIGH Subject: Configure doesn't run right From: everybody Description: I neglected to rerun metaconfig before making the final version of the kits, so Configure was out of date and inconsistent, and doesn't run right. A rookie trick. Fix: From rn, say "| patch -d DIR", where DIR is your warp source directory. Outside of rn, say "cd DIR; patch#define PATCHLEVEL 3 Index: Configure *** Configure.orig Fri Jun 12 15:52:36 1987 --- Configure Fri Jun 12 15:52:47 1987 *************** *** 8,14 **** # and edit it to reflect your system. Some packages may include samples # of config.h for certain machines, so you might look for one of those.) # ! # $Header: Configure,v 7.0.1.2 86/12/12 16:44:05 lwall Exp $ # # Yes, you may rip this off to use in other distribution packages. # (Note: this Configure script was generated automatically. Rather than --- 8,14 ---- # and edit it to reflect your system. Some packages may include samples # of config.h for certain machines, so you might look for one of those.) # ! # $Header: Configure,v 7.0.1.3 87/06/12 15:37:35 lwall Exp $ # # Yes, you may rip this off to use in other distribution packages. # (Note: this Configure script was generated automatically. Rather than *************** *** 60,65 **** --- 60,66 ---- Mcc='' vi='' mailx='' + mail='' Log='' Header='' cc='' *************** *** 229,238 **** cat < libc.list; then ! echo "done" else echo "That didn't work either. Giving up." exit 1 --- 466,472 ---- echo "The archiver doesn't think $libc is a reasonable library." echo "Trying nm instead..." if nm -g $libc > libc.list; then ! echo "Done. Maybe this is Unicos, or an Apollo?" else echo "That didn't work either. Giving up." exit 1 *************** *** 989,998 **** $startsh : expand filename case "\$1" in ! ~/*|~) echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|" ;; ! ~*) if $test -f /bin/csh; then /bin/csh -f -c "glob \$1" echo "" --- 990,999 ---- $startsh : expand filename case "\$1" in ! ~/*|~) echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|" ;; ! ~*) if $test -f /bin/csh; then /bin/csh -f -c "glob \$1" echo "" *************** *** 1967,1972 **** --- 1968,1974 ---- Mcc='$Mcc' vi='$vi' mailx='$mailx' + mail='$mail' Log='$Log' Header='$Header' cc='$cc' *************** *** 2056,2062 **** echo "If you didn't make any mistakes, then just type a carriage return here." rp="If you need to edit config.sh, do it as a shell escape here:" $echo $n "$rp $c" ! . myread case "$ans" in '') ;; *) : in case they cannot read --- 2058,2064 ---- echo "If you didn't make any mistakes, then just type a carriage return here." rp="If you need to edit config.sh, do it as a shell escape here:" $echo $n "$rp $c" ! . UU/myread case "$ans" in '') ;; *) : in case they cannot read *************** *** 2096,2102 **** EOM rp="Run make depend now? [$dflt]" $echo $n "$rp $c" ! . myread case "$ans" in y*) make depend echo "Now you must run a make." --- 2098,2104 ---- EOM rp="Run make depend now? [$dflt]" $echo $n "$rp $c" ! . UU/myread case "$ans" in y*) make depend echo "Now you must run a make."