home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume18 / perl / part07 < prev    next >
Internet Message Format  |  1991-04-14  |  52KB

  1. From: lwall@netlabs.com (Larry Wall)
  2. Newsgroups: comp.sources.misc
  3. Subject: v18i025:  perl - The perl programming language, Part07/36
  4. Message-ID: <1991Apr15.015357.6834@sparky.IMD.Sterling.COM>
  5. Date: 15 Apr 91 01:53:57 GMT
  6. Approved: kent@sparky.imd.sterling.com
  7. X-Checksum-Snefru: 6a990540 b618d9f7 88206bfa 46d975d5
  8.  
  9. Submitted-by: Larry Wall <lwall@netlabs.com>
  10. Posting-number: Volume 18, Issue 25
  11. Archive-name: perl/part07
  12.  
  13. [There are 36 kits for perl version 4.0.]
  14.  
  15. #! /bin/sh
  16.  
  17. # Make a new directory for the perl sources, cd to it, and run kits 1
  18. # thru 36 through sh.  When all 36 kits have been run, read README.
  19.  
  20. echo "This is perl 4.0 kit 7 (of 36).  If kit 7 is complete, the line"
  21. echo '"'"End of kit 7 (of 36)"'" will echo at the end.'
  22. echo ""
  23. export PATH || (echo "You didn't use sh, you clunch." ; kill $$)
  24. mkdir  2>/dev/null
  25. echo Extracting Configure:AA
  26. sed >Configure:AA <<'!STUFFY!FUNK!' -e 's/X//'
  27. X#! /bin/sh
  28. X#
  29. X# If these # comments don't work, trim them.  Don't worry about any other
  30. X# shell scripts, Configure will trim # comments from them for you.
  31. X#
  32. X# (If you are trying to port this package to a machine without sh, I would
  33. X# suggest you cut out the prototypical config.h from the end of Configure
  34. X# and edit it to reflect your system.  Some packages may include samples
  35. X# of config.h for certain machines, so you might look for one of those.)
  36. X#
  37. X# $RCSfile: Configure,v $$Revision: 4.0.1.1 $$Date: 91/04/11 17:26:42 $
  38. X#
  39. X# Yes, you may rip this off to use in other distribution packages.
  40. X# (Note: this Configure script was generated automatically.  Rather than
  41. X# working with this copy of Configure, you may wish to get metaconfig.)
  42. X
  43. Xcat >/tmp/c1$$ <<EOF
  44. XARGGGHHHH!!!!!
  45. X
  46. XSCO csh still thinks true is false.  Write to SCO today and tell them that next
  47. Xyear Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
  48. X
  49. X(Actually, Configure ought to just patch csh in place.  Hmm.  Hmmmmm.  All
  50. Xwe'd have to do is go in and swap the && and || tokens, wherever they are.)
  51. X
  52. X[End of diatribe.  We now return you to your regularly scheduled programming...]
  53. X
  54. XEOF
  55. Xcat >/tmp/c2$$ <<EOF
  56. XOOPS!  You naughty creature!  You didn't run Configure with sh!
  57. XI will attempt to remedy the situation by running sh for you...
  58. X
  59. XEOF
  60. X
  61. Xtrue || cat /tmp/c1$$ /tmp/c2$$
  62. Xtrue || exec sh $0
  63. X
  64. Xexport PATH || cat /tmp/c2$$
  65. Xexport PATH || exec sh $0
  66. Xrm -f /tmp/c1$$ /tmp/c2$$
  67. X
  68. XPATH=".:$PATH:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
  69. X
  70. Xif test ! -t 0; then
  71. X    echo "Say 'sh Configure', not 'sh <Configure'"
  72. X    exit 1
  73. Xfi
  74. X
  75. X(alias) >/dev/null 2>&1 && \
  76. X    echo "(I see you are using the Korn shell.  Some ksh's blow up on Configure," && \
  77. X    echo "especially on exotic machines.  If yours does, try the Bourne shell instead.)"
  78. X
  79. Xif test ! -d ../UU; then
  80. X    if test ! -d UU; then
  81. X    mkdir UU
  82. X    fi
  83. X    cd UU
  84. Xfi
  85. X
  86. Xcase "$1" in
  87. X-d) shift; fastread='yes';;
  88. Xesac
  89. X
  90. Xd_eunice=''
  91. Xdefine=''
  92. Xeunicefix=''
  93. Xloclist=''
  94. Xexpr=''
  95. Xsed=''
  96. Xecho=''
  97. Xcat=''
  98. Xrm=''
  99. Xmv=''
  100. Xcp=''
  101. Xtail=''
  102. Xtr=''
  103. Xmkdir=''
  104. Xsort=''
  105. Xuniq=''
  106. Xgrep=''
  107. Xtrylist=''
  108. Xtest=''
  109. Xinews=''
  110. Xegrep=''
  111. Xmore=''
  112. Xpg=''
  113. XMcc=''
  114. Xvi=''
  115. Xmailx=''
  116. Xmail=''
  117. Xcpp=''
  118. Xperl=''
  119. Xemacs=''
  120. Xls=''
  121. Xrmail=''
  122. Xsendmail=''
  123. Xshar=''
  124. Xsmail=''
  125. Xtbl=''
  126. Xtroff=''
  127. Xnroff=''
  128. Xuname=''
  129. Xuuname=''
  130. Xline=''
  131. Xchgrp=''
  132. Xchmod=''
  133. Xlint=''
  134. Xsleep=''
  135. Xpr=''
  136. Xtar=''
  137. Xln=''
  138. Xlpr=''
  139. Xlp=''
  140. Xtouch=''
  141. Xmake=''
  142. Xdate=''
  143. Xcsh=''
  144. Xbash=''
  145. Xksh=''
  146. Xlex=''
  147. Xflex=''
  148. Xbison=''
  149. XLog=''
  150. XHeader=''
  151. XId=''
  152. Xlastuname=''
  153. Xalignbytes=''
  154. Xbin=''
  155. Xinstallbin=''
  156. Xbyteorder=''
  157. Xcontains=''
  158. Xcppstdin=''
  159. Xcppminus=''
  160. Xd_bcmp=''
  161. Xd_bcopy=''
  162. Xd_bzero=''
  163. Xd_castneg=''
  164. Xcastflags=''
  165. Xd_charsprf=''
  166. Xd_chsize=''
  167. Xd_crypt=''
  168. Xcryptlib=''
  169. Xd_csh=''
  170. Xd_dosuid=''
  171. Xd_dup2=''
  172. Xd_fchmod=''
  173. Xd_fchown=''
  174. Xd_fcntl=''
  175. Xd_flexfnam=''
  176. Xd_flock=''
  177. Xd_getgrps=''
  178. Xd_gethent=''
  179. Xd_getpgrp=''
  180. Xd_getpgrp2=''
  181. Xd_getprior=''
  182. Xd_htonl=''
  183. Xd_index=''
  184. Xd_killpg=''
  185. Xd_lstat=''
  186. Xd_memcmp=''
  187. Xd_memcpy=''
  188. Xd_mkdir=''
  189. Xd_msg=''
  190. Xd_msgctl=''
  191. Xd_msgget=''
  192. Xd_msgrcv=''
  193. Xd_msgsnd=''
  194. Xd_ndbm=''
  195. Xd_odbm=''
  196. Xd_open3=''
  197. Xd_readdir=''
  198. Xd_rename=''
  199. Xd_rmdir=''
  200. Xd_select=''
  201. Xd_sem=''
  202. Xd_semctl=''
  203. Xd_semget=''
  204. Xd_semop=''
  205. Xd_setegid=''
  206. Xd_seteuid=''
  207. Xd_setpgrp=''
  208. Xd_setpgrp2=''
  209. Xd_setprior=''
  210. Xd_setregid=''
  211. Xd_setresgid=''
  212. Xd_setreuid=''
  213. Xd_setresuid=''
  214. Xd_setrgid=''
  215. Xd_setruid=''
  216. Xd_shm=''
  217. Xd_shmat=''
  218. Xd_shmctl=''
  219. Xd_shmdt=''
  220. Xd_shmget=''
  221. Xd_socket=''
  222. Xd_sockpair=''
  223. Xd_oldsock=''
  224. Xsocketlib=''
  225. Xd_statblks=''
  226. Xd_stdstdio=''
  227. Xd_strctcpy=''
  228. Xd_strerror=''
  229. Xd_symlink=''
  230. Xd_syscall=''
  231. Xd_truncate=''
  232. Xd_vfork=''
  233. Xd_voidsig=''
  234. Xd_tosignal=''
  235. Xd_volatile=''
  236. Xd_vprintf=''
  237. Xd_charvspr=''
  238. Xd_wait4=''
  239. Xd_waitpid=''
  240. Xgidtype=''
  241. Xgroupstype=''
  242. Xi_fcntl=''
  243. Xi_gdbm=''
  244. Xi_grp=''
  245. Xi_niin=''
  246. Xi_sysin=''
  247. Xi_pwd=''
  248. Xd_pwquota=''
  249. Xd_pwage=''
  250. Xd_pwchange=''
  251. Xd_pwclass=''
  252. Xd_pwexpire=''
  253. Xd_pwcomment=''
  254. Xi_sys_file=''
  255. Xi_sysioctl=''
  256. Xi_time=''
  257. Xi_sys_time=''
  258. Xi_sys_select=''
  259. Xd_systimekernel=''
  260. Xi_utime=''
  261. Xi_varargs=''
  262. Xi_vfork=''
  263. Xintsize=''
  264. Xlibc=''
  265. Xnm_opts=''
  266. Xlibndir=''
  267. Xi_my_dir=''
  268. Xi_ndir=''
  269. Xi_sys_ndir=''
  270. Xi_dirent=''
  271. Xi_sys_dir=''
  272. Xd_dirnamlen=''
  273. Xndirc=''
  274. Xndiro=''
  275. Xmallocsrc=''
  276. Xmallocobj=''
  277. Xusemymalloc=''
  278. Xmallocptrtype=''
  279. Xmansrc=''
  280. Xmanext=''
  281. Xmodels=''
  282. Xsplit=''
  283. Xsmall=''
  284. Xmedium=''
  285. Xlarge=''
  286. Xhuge=''
  287. Xoptimize=''
  288. Xccflags=''
  289. Xcppflags=''
  290. Xldflags=''
  291. Xcc=''
  292. Xlibs=''
  293. Xn=''
  294. Xc=''
  295. Xpackage=''
  296. Xrandbits=''
  297. Xscriptdir=''
  298. Xsig_name=''
  299. Xspitshell=''
  300. Xshsharp=''
  301. Xsharpbang=''
  302. Xstartsh=''
  303. Xstdchar=''
  304. Xuidtype=''
  305. Xusrinclude=''
  306. XinclPath=''
  307. Xvoid=''
  308. Xvoidhave=''
  309. Xvoidwant=''
  310. Xw_localtim=''
  311. Xw_s_timevl=''
  312. Xw_s_tm=''
  313. Xyacc=''
  314. Xlib=''
  315. Xprivlib=''
  316. Xinstallprivlib=''
  317. XCONFIG=''
  318. X: get the name of the package
  319. Xpackage=perl
  320. X: Here we go...
  321. Xecho " "
  322. Xecho "Beginning of configuration questions for $package kit."
  323. X: Eunice requires " " instead of "", can you believe it
  324. Xecho " "
  325. X
  326. Xdefine='define'
  327. Xundef='undef'
  328. X: change the next line if compiling for Xenix/286 on Xenix/386
  329. Xxlibpth='/usr/lib/386 /lib/386'
  330. Xlibpth='/usr/ccs/lib /usr/lib /usr/ucblib /usr/local/lib /usr/lib/large /lib '$xlibpth' /lib/large /usr/lib/small /lib/small'
  331. Xsmallmach='pdp11 i8086 z8000 i80286 iAPX286'
  332. Xtrap 'echo " "; exit 1' 1 2 3
  333. X
  334. X: We must find out about Eunice early
  335. Xeunicefix=':'
  336. Xif test -f /etc/unixtovms; then
  337. X    eunicefix=/etc/unixtovms
  338. Xfi
  339. Xif test -f /etc/unixtovms.exe; then
  340. X    eunicefix=/etc/unixtovms.exe
  341. Xfi
  342. X
  343. Xattrlist="DGUX M_I186 M_I286 M_I386 M_I8086 M_XENIX UTS __DGUX__"
  344. Xattrlist="$attrlist __STDC__ __m88k__ ansi bsd4_2 gcos gimpel"
  345. Xattrlist="$attrlist hp9000s300 hp9000s500 hp9000s800 hpux"
  346. Xattrlist="$attrlist i186 i386 i8086 iAPX286 ibm interdata"
  347. Xattrlist="$attrlist m68k m88k mc300 mc500 mc68000 mc68k mc700 mert"
  348. Xattrlist="$attrlist ns16000 ns32000 nsc32000 os pdp11 posix pyr sinix"
  349. Xattrlist="$attrlist sparc sun tower tower32 tower32_600 tower32_800 tss"
  350. Xattrlist="$attrlist u3b2 u3b20 u3b200 u3b5 ultrix unix vax venix xenix"
  351. Xattrlist="$attrlist z8000"
  352. XboPATH=""
  353. XeoPATH="/usr/ucb /bin /usr/bin /usr/local /usr/local/bin /usr/lbin /usr/plx /usr/5bin /vol/local/bin /etc /usr/lib /lib /usr/local/lib /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/bin /bsd4.3/usr/ucb /bsd43/usr/bin"
  354. Xd_newshome="/usr/NeWS"
  355. Xerrnolist=errnolist
  356. Xh_fcntl=false
  357. Xh_sys_file=false
  358. Xserve_shm=""
  359. Xserve_msg="$undef"
  360. Xserve_inet_udp=""
  361. Xserve_inet_tcp=""
  362. Xserve_unix_udp=""
  363. Xserve_unix_tcp=""
  364. Xd_ndir=ndir
  365. Xvoidwant=1
  366. Xvoidwant=7
  367. Xlibswanted="net_s net nsl_s nsl socket nm ndir ndbm dbm malloc sun m bsd BSD x c_s posix"
  368. Xinclwanted='/usr/include /usr/netinclude /usr/include/sun /usr/include/bsd /usr/include/lan'
  369. X
  370. X: Now test for existence of everything in MANIFEST
  371. X
  372. Xecho "First let's make sure your kit is complete.  Checking..."
  373. Xawk '$1 !~ /PACKINGLIST/ {print $1}' ../MANIFEST | split -200
  374. Xrm -f missing
  375. Xfor filelist in x??; do
  376. X    (cd ..; ls `cat UU/$filelist` >/dev/null 2>>UU/missing)
  377. Xdone
  378. Xif test -s missing; then
  379. X    cat missing
  380. X    kill $$
  381. Xfi
  382. Xecho "Looks good..."
  383. X
  384. X: some greps do not return status, grrr.
  385. Xecho "grimblepritz" >contains.txt
  386. Xif grep blurfldyick contains.txt >/dev/null 2>&1 ; then
  387. X    contains=contains
  388. Xelif grep grimblepritz contains.txt >/dev/null 2>&1 ; then
  389. X    contains=grep
  390. Xelse
  391. X    contains=contains
  392. Xfi
  393. X: the following should work in any shell
  394. Xcase "$contains" in
  395. Xcontains*)
  396. X    echo " "
  397. X    echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
  398. X    cat >contains <<'EOSS'
  399. Xgrep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
  400. XEOSS
  401. Xchmod +x contains
  402. Xesac
  403. X
  404. X: see if sh knows # comments
  405. Xecho " "
  406. Xecho "Checking your sh to see if it knows about # comments..."
  407. Xif sh -c '#' >/dev/null 2>&1 ; then
  408. X    echo "Your sh handles # comments correctly."
  409. X    shsharp=true
  410. X    spitshell=cat
  411. X    echo " "
  412. X    echo "Okay, let's see if #! works on this system..."
  413. X    if test -f /bsd43/bin/echo; then
  414. X    echo "#!/bsd43/bin/echo hi" > spit.sh
  415. X    else
  416. X    echo "#!/bin/echo hi" > spit.sh
  417. X    fi
  418. X    $eunicefix spit.sh
  419. X    chmod +x spit.sh
  420. X    ./spit.sh > today
  421. X    if $contains hi today >/dev/null 2>&1; then
  422. X    echo "It does."
  423. X    sharpbang='#!'
  424. X    else
  425. X    echo "#! /bin/echo hi" > spit.sh
  426. X    $eunicefix spit.sh
  427. X    chmod +x spit.sh
  428. X    ./spit.sh > today
  429. X    if test -s today; then
  430. X        echo "It does."
  431. X        sharpbang='#! '
  432. X    else
  433. X        echo "It doesn't."
  434. X        sharpbang=': use '
  435. X    fi
  436. X    fi
  437. Xelse
  438. X    echo "Your sh doesn't grok # comments--I will strip them later on."
  439. X    shsharp=false
  440. X    echo "exec grep -v '^#'" >spitshell
  441. X    chmod +x spitshell
  442. X    $eunicefix spitshell
  443. X    spitshell=`pwd`/spitshell
  444. X    echo "I presume that if # doesn't work, #! won't work either!"
  445. X    sharpbang=': use '
  446. Xfi
  447. X
  448. X: figure out how to guarantee sh startup
  449. Xecho " "
  450. Xecho "Checking out how to guarantee sh startup..."
  451. Xstartsh=$sharpbang'/bin/sh'
  452. Xecho "Let's see if '$startsh' works..."
  453. Xcat >start.sh <<EOSS
  454. X$startsh
  455. Xset abc
  456. Xtest "$?abc" != 1
  457. XEOSS
  458. X
  459. Xchmod +x start.sh
  460. X$eunicefix start.sh
  461. Xif ./start.sh; then
  462. X    echo "Yup, it does."
  463. Xelse
  464. X    echo "Nope.  You may have to fix up the shell scripts to make sure sh runs them."
  465. Xfi
  466. X
  467. X: first determine how to suppress newline on echo command
  468. Xecho "Checking echo to see how to suppress newlines..."
  469. X(echo "hi there\c" ; echo " ") >echotmp
  470. Xif $contains c echotmp >/dev/null 2>&1 ; then
  471. X    echo "...using -n."
  472. X    n='-n'
  473. X    c=''
  474. Xelse
  475. X    cat <<'EOM'
  476. X...using \c
  477. XEOM
  478. X    n=''
  479. X    c='\c'
  480. Xfi
  481. Xecho $n "Type carriage return to continue.  Your cursor should be here-->$c"
  482. Xread ans
  483. X
  484. X: now set up to do reads with possible shell escape and default assignment
  485. Xcat <<EOSC >myread
  486. Xcase "\$fastread" in
  487. Xyes) ans=''; echo " " ;;
  488. X*) ans='!';;
  489. Xesac
  490. Xwhile expr "X\$ans" : "X!" >/dev/null; do
  491. X    read ans
  492. X    case "\$ans" in
  493. X    !)
  494. X    sh
  495. X    echo " "
  496. X    echo $n "\$rp $c"
  497. X    ;;
  498. X    !*)
  499. X    set \`expr "X\$ans" : "X!\(.*\)\$"\`
  500. X    sh -c "\$*"
  501. X    echo " "
  502. X    echo $n "\$rp $c"
  503. X    ;;
  504. X    esac
  505. Xdone
  506. Xrp='Your answer:'
  507. Xcase "\$ans" in
  508. X'') ans="\$dflt";;
  509. Xesac
  510. XEOSC
  511. X
  512. X: general instructions
  513. Xcat <<EOH
  514. XThis installation shell script will examine your system and ask you questions
  515. Xto determine how the $package package should be installed.  If you get stuck
  516. Xon a question, you may use a ! shell escape to start a subshell or execute
  517. Xa command.  Many of the questions will have default answers in square
  518. Xbrackets--typing carriage return will give you the default.
  519. X
  520. XOn some of the questions which ask for file or directory names you are
  521. Xallowed to use the ~name construct to specify the login directory belonging
  522. Xto "name", even if you don't have a shell which knows about that.  Questions
  523. Xwhere this is allowed will be marked "(~name ok)".
  524. X
  525. XEOH
  526. Xrp="[Type carriage return to continue]"
  527. Xecho $n "$rp $c"
  528. X. myread
  529. Xcat <<EOH
  530. X
  531. XMuch effort has been expended to ensure that this shell script will run on any
  532. XUnix system.  If despite that it blows up on you, your best bet is to edit
  533. XConfigure and run it again. Also, let me (lwall@netlabs.com)
  534. Xknow how I blew it.  If you can't run Configure for some reason, you'll have
  535. Xto generate a config.sh file by hand.
  536. X
  537. XThis installation script affects things in two ways: 1) it may do direct
  538. Xvariable substitutions on some of the files included in this kit, and
  539. X2) it builds a config.h file for inclusion in C programs.  You may edit
  540. Xany of these files as the need arises after running this script.
  541. X
  542. XIf you make a mistake on a question, there is no easy way to back up to it
  543. Xcurrently.  The easiest thing to do is to edit config.sh and rerun all the
  544. XSH files.  Configure will offer to let you do this before it runs the SH files.
  545. X
  546. XEOH
  547. Xrp="[Type carriage return to continue]"
  548. Xecho $n "$rp $c"
  549. X. myread
  550. X
  551. X: find out where common programs are
  552. Xecho " "
  553. Xecho "Locating common programs..."
  554. Xcat <<EOSC >loc
  555. X$startsh
  556. Xcase \$# in
  557. X0) exit 1;;
  558. Xesac
  559. Xthing=\$1
  560. Xshift
  561. Xdflt=\$1
  562. Xshift
  563. Xfor dir in \$*; do
  564. X    case "\$thing" in
  565. X    .)
  566. X    if test -d \$dir/\$thing; then
  567. X        echo \$dir
  568. X        exit 0
  569. X    fi
  570. X    ;;
  571. X    *)
  572. X    if test -f \$dir/\$thing; then
  573. X        echo \$dir/\$thing
  574. X        exit 0
  575. X    elif test -f \$dir/\$thing.exe; then
  576. X        : on Eunice apparently
  577. X        echo \$dir/\$thing
  578. X        exit 0
  579. X    fi
  580. X    ;;
  581. X    esac
  582. Xdone
  583. Xecho \$dflt
  584. Xexit 1
  585. XEOSC
  586. Xchmod +x loc
  587. X$eunicefix loc
  588. Xloclist="
  589. Xcat
  590. Xcp
  591. Xecho
  592. Xexpr
  593. Xgrep
  594. Xmkdir
  595. Xmv
  596. Xrm
  597. Xsed
  598. Xsort
  599. Xtr
  600. Xuniq
  601. X"
  602. Xtrylist="
  603. XMcc
  604. Xbison
  605. Xcpp
  606. Xcsh
  607. Xegrep
  608. Xnroff
  609. Xtest
  610. Xuname
  611. Xyacc
  612. X"
  613. Xpth=`echo :$boPATH:$PATH:$eoPATH: | sed -e 's/:/ /g'`
  614. Xfor file in $loclist; do
  615. X    xxx=`./loc $file $file $pth`
  616. X    eval $file=$xxx
  617. X    eval _$file=$xxx
  618. X    case "$xxx" in
  619. X    /*)
  620. X    echo $file is in $xxx.
  621. X    ;;
  622. X    *)
  623. X    echo "I don't know where $file is.  I hope it's in everyone's PATH."
  624. X    ;;
  625. X    esac
  626. Xdone
  627. Xecho " "
  628. Xecho "Don't worry if any of the following aren't found..."
  629. Xans=offhand
  630. Xfor file in $trylist; do
  631. X    xxx=`./loc $file $file $pth`
  632. X    eval $file=$xxx
  633. X    eval _$file=$xxx
  634. X    case "$xxx" in
  635. X    /*)
  636. X    echo $file is in $xxx.
  637. X    ;;
  638. X    *)
  639. X    echo "I don't see $file out there, $ans."
  640. X    ans=either
  641. X    ;;
  642. X    esac
  643. Xdone
  644. Xcase "$egrep" in
  645. Xegrep)
  646. X    echo "Substituting grep for egrep."
  647. X    egrep=$grep
  648. X    ;;
  649. Xesac
  650. Xcase "$test" in
  651. Xtest)
  652. X    echo "Hopefully test is built into your sh."
  653. X    ;;
  654. X/bin/test)
  655. X    if sh -c "PATH= test true" >/dev/null 2>&1; then
  656. X    echo "Using the test built into your sh."
  657. X    test=test
  658. X    fi
  659. X    ;;
  660. X*)
  661. X    test=test
  662. X    ;;
  663. Xesac
  664. Xcase "$echo" in
  665. Xecho)
  666. X    echo "Hopefully echo is built into your sh."
  667. X    ;;
  668. X/bin/echo)
  669. X    echo " "
  670. X    echo "Checking compatibility between /bin/echo and builtin echo (if any)..."
  671. X    $echo $n "hi there$c" >Loc1.txt
  672. X    echo $n "hi there$c" >Loc2.txt
  673. X    if cmp Loc1.txt Loc2.txt >/dev/null 2>&1; then
  674. X    echo "They are compatible.  In fact, they may be identical."
  675. X    else
  676. X    case "$n" in
  677. X    '-n') n='' c='\c' ans='\c' ;;
  678. X    *) n='-n' c='' ans='-n' ;;
  679. X    esac
  680. X    cat <<FOO
  681. XThey are not compatible!  You are probably running ksh on a non-USG system.
  682. XI'll have to use /bin/echo instead of the builtin, since Bourne shell doesn't
  683. Xhave echo built in and we may have to run some Bourne shell scripts.  That
  684. Xmeans I'll have to use $ans to suppress newlines now.  Life is ridiculous.
  685. X
  686. XFOO
  687. X    rp="Your cursor should be here-->"
  688. X    $echo $n "$rp$c"
  689. X    . myread
  690. X    fi
  691. X    ;;
  692. X*)
  693. X    : cross your fingers
  694. X    echo=echo
  695. X    ;;
  696. Xesac
  697. X
  698. X: set up shell script to do ~ expansion
  699. Xcat >filexp <<EOSS
  700. X$startsh
  701. X: expand filename
  702. Xcase "\$1" in
  703. X ~/*|~)
  704. X    echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
  705. X    ;;
  706. X ~*)
  707. X    if $test -f /bin/csh; then
  708. X    /bin/csh -f -c "glob \$1"
  709. X    echo ""
  710. X    else
  711. X    name=\`$expr x\$1 : '..\([^/]*\)'\`
  712. X    dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
  713. X    if $test ! -d "\$dir"; then
  714. X        me=\`basename \$0\`
  715. X        echo "\$me: can't locate home directory for: \$name" >&2
  716. X        exit 1
  717. X    fi
  718. X    case "\$1" in
  719. X    */*)
  720. X        echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
  721. X        ;;
  722. X    *)
  723. X        echo \$dir
  724. X        ;;
  725. X    esac
  726. X    fi
  727. X    ;;
  728. X*)
  729. X    echo \$1
  730. X    ;;
  731. Xesac
  732. XEOSS
  733. Xchmod +x filexp
  734. X$eunicefix filexp
  735. X
  736. X: get old answers, if there is a config file out there
  737. Xhint=default
  738. Xif test -f ../config.sh; then
  739. X    echo " "
  740. X    eval `grep lastuname ../config.sh`
  741. X    uname=`(uname -a || hostname) 2>&1`
  742. X    if test "X$uname" = "X$lastuname"; then
  743. X    dflt=y
  744. X    else
  745. X    dflt=n
  746. X    fi
  747. X    lastuname="$uname"
  748. X    rp="I see a config.sh file.  Did Configure make it on THIS system? [$dflt]"
  749. X    echo $n "$rp $c"
  750. X    . myread
  751. X    case "$ans" in
  752. X    n*) echo "OK, I'll ignore it."; mv ../config.sh ../config.sh.old;;
  753. X    *)  echo "Fetching default answers from your old config.sh file..."
  754. X    tmp="$n"
  755. X    ans="$c"
  756. X        . ../config.sh
  757. X    n="$tmp"
  758. X    c="$ans"
  759. X    hint=previous
  760. X    ;;
  761. X    esac
  762. Xfi
  763. Xif test -d ../hints && test ! -f ../config.sh; then
  764. X    echo ' '
  765. X    echo "First time through, eh?  I have some defaults handy for the following systems:"
  766. X    (cd ../hints; ls -C *.sh | sed 's/\.sh/   /g')
  767. X    dflt=''
  768. X    : Half the following guesses are probably wrong...
  769. X    test -f /irix && dflt="$dflt sgi"
  770. X    test -f /xenix && dflt="$dflt sco_xenix"
  771. X    test -f /dynix && dflt="$dflt dynix"
  772. X    test -f /dnix && dflt="$dflt dnix"
  773. X    test -f /bin/mips && /bin/mips && dflt="$dflt mips"
  774. X    if test -f /bin/uname || test -f /usr/bin/uname; then
  775. X    set `uname -a | tr '[A-Z]' '[a-z]'`
  776. X
  777. X    test -f "../hints/$5.sh" && dflt="$dflt $5"
  778. X
  779. X    case "$5" in
  780. X    3b2) dflt="$dflt 3b2";;
  781. X    fps*) dflt="$dflt fps";;
  782. X    mips*) dflt="$dflt mips";;
  783. X    [23]100) dflt="$dflt mips";;
  784. X    next*) dflt="$dflt next" ;;
  785. X    esac
  786. X
  787. X    case "$1" in
  788. X    aix) dflt="$dflt aix_rs" ;;
  789. X    sunos) case "$3" in
  790. X        3.4) dflt="$dflt sunos_3_4" ;;
  791. X        3.5) dflt="$dflt sunos_3_5" ;;
  792. X        4.0.1) dflt="$dflt sunos_4_0_1" ;;
  793. X        4.0.2) dflt="$dflt sunos_4_0_2" ;;
  794. X        esac
  795. X        ;;
  796. X    dnix) dflt="$dflt dnix" ;;
  797. X    genix) dflt="$dflt genix" ;;
  798. X    hp*ux) dflt="$dflt hpux" ;;
  799. X    next) dflt="$dflt next" ;;
  800. X    irix) dflt="$dflt sgi" ;;
  801. X    ultrix) case "$3" in
  802. X        3*) dflt="$dflt ultrix_3" ;;
  803. X        4*) dflt="$dflt ultrix_4" ;;
  804. X        esac
  805. X        ;;
  806. X    uts) dflt="$dflt uts" ;;
  807. X    $2) if test -f /etc/systemid; then
  808. X        set `echo $3 | sed 's/\./ /` $4
  809. X        if test -f ../hints/sco_$1_$2_$3.sh; then
  810. X            dflt="$dflt sco_$1_$2_$3"
  811. X        elif test -f ../hints/sco_$1_$2.sh; then
  812. X            dflt="$dflt sco_$1_$2"
  813. X        elif test -f ../hints/sco_$1.sh; then
  814. X            dflt="$dflt sco_$1"
  815. X        fi
  816. X        fi
  817. X        ;;
  818. X    esac
  819. X    fi
  820. X    set X `echo $dflt | tr ' ' '\012' | sort | uniq`
  821. X    shift
  822. X    dflt=${1+"$@"}
  823. X    case "$dflt" in
  824. X    '') dflt=none;;
  825. X    esac
  826. X    echo '(You may give one or more space-separated answers, or "none" if appropriate.)'
  827. X    rp="Which of these apply, if any? [$dflt]"
  828. X    echo $n "$rp $c"
  829. X    . myread
  830. X    for file in $ans; do
  831. X    if test -f ../hints/$file.sh; then
  832. X        . ../hints/$file.sh
  833. X        hint=recommended
  834. X    fi
  835. X    done
  836. Xfi
  837. X
  838. Xcat >whoa <<'EOF'
  839. Xeval "was=\$$2"
  840. Xdflt=y
  841. Xecho ' '
  842. Xecho "*** WHOA THERE!!! ***"
  843. Xecho "    The $hint value for \$$2 on this machine was \"$was\"!"
  844. Xrp="    Keep the $hint value? [y]"
  845. Xecho $n "$rp $c"
  846. X. myread
  847. Xcase "$ans" in
  848. Xy) td=$was; tu=$was;;
  849. Xesac
  850. XEOF
  851. X
  852. Xsetvar='td=$define; tu=$undef; set X $1; eval "was=\$$2";
  853. Xcase "$val$was" in
  854. Xdefineundef) . whoa; eval "$2=\$td";;
  855. Xundefdefine) . whoa; eval "$2=\$tu";;
  856. X*) eval "$2=$val";;
  857. Xesac'
  858. X
  859. X: determine where manual pages go
  860. X$cat <<EOM
  861. X  
  862. X$package has manual pages available in source form.
  863. XEOM
  864. Xcase "$nroff" in
  865. X'')
  866. X    echo "However, you don't have nroff, so they're probably useless to you."
  867. X    case "$mansrc" in
  868. X    '')
  869. X    mansrc="none"
  870. X    ;;
  871. X    esac
  872. Xesac
  873. Xecho "If you don't want the manual sources installed, answer 'none'."
  874. Xcase "$mansrc" in
  875. X'')
  876. X    dflt=`./loc . none /usr/man/local/man1 /usr/man/man.L /usr/man/manl /usr/man/mann /usr/man/u_man/man1 /usr/man/man1`
  877. X    ;;
  878. X*)  dflt="$mansrc"
  879. X    ;;
  880. Xesac
  881. Xcont=true
  882. Xwhile $test "$cont" ; do
  883. X    echo " "
  884. X    rp="Where do the manual pages (source) go (~name ok)? [$dflt]"
  885. X    $echo $n "$rp $c"
  886. X    . myread
  887. X    case "$ans" in
  888. X    'none')
  889. X    mansrc=''
  890. X    cont=''
  891. X    ;;
  892. X    *)
  893. X        mansrc=`./filexp "$ans"`
  894. X        if $test -d "$mansrc"; then
  895. X        cont=''
  896. X        else
  897. X        if $test "$fastread" = yes; then
  898. X            dflt=y
  899. X        else
  900. X            dflt=n
  901. X        fi
  902. X        rp="Directory $mansrc doesn't exist.  Use that name anyway? [$dflt]"
  903. X        $echo $n "$rp $c"
  904. X        . myread
  905. X        dflt=''
  906. X        case "$ans" in
  907. X        y*) cont='';;
  908. X        esac
  909. X        fi
  910. X    ;;
  911. X    esac
  912. Xdone
  913. Xcase "$mansrc" in
  914. X'')
  915. X    manext=''
  916. X    ;;
  917. X*l)
  918. X    manext=l
  919. X    ;;
  920. X*n)
  921. X    manext=n
  922. X    ;;
  923. X*o)
  924. X    manext=l
  925. X    ;;
  926. X*p)
  927. X    manext=n
  928. X    ;;
  929. X*C)
  930. X    manext=C
  931. X    ;;
  932. X*L)
  933. X    manext=L
  934. X    ;;
  935. X*)
  936. X    manext=1
  937. X    ;;
  938. Xesac
  939. X
  940. X: Sigh.  Well, at least the box is fast...
  941. Xecho " "
  942. X$echo $n "Hmm...  $c"
  943. Xcase "$usrinclude" in
  944. X'') dflt='/usr/include';;
  945. X*) dflt=$usrinclude;;
  946. Xesac
  947. XinclPath=''
  948. Xif $test -f /bin/mips && /bin/mips; then
  949. X    echo "Looks like a MIPS system..."
  950. X    $cat >usrinclude.c <<'EOCP'
  951. X#ifdef SYSTYPE_BSD43
  952. X/bsd43
  953. X#endif
  954. XEOCP
  955. X    if cc -E usrinclude.c > usrinclude.out && $contains / usrinclude.out >/dev/null 2>&1 ; then
  956. X    echo "and you're compiling with the BSD43 compiler and libraries."
  957. X    dflt='/bsd43/usr/include'
  958. X    inclPath='/bsd43'
  959. X    else
  960. X    echo "and you're compiling with the SysV compiler and libraries."
  961. X    fi
  962. Xelse
  963. X    echo "Doesn't look like a MIPS system."
  964. X    echo "exit 1" >mips
  965. X    chmod +x mips
  966. X    $eunicefix mips
  967. Xfi
  968. X
  969. Xcont=true
  970. Xwhile $test "$cont" ; do
  971. X    echo " "
  972. X    rp="Where are the include files you want to use? [$dflt]"
  973. X    $echo $n "$rp $c"
  974. X    . myread
  975. X    usrinclude="$ans"
  976. X    if $test -d $ans; then
  977. X    cont=''
  978. X    else
  979. X    if $test "$fastread" = yes; then
  980. X        dflt=y
  981. X    else
  982. X        dflt=n
  983. X    fi
  984. X    rp="Directory $ans doesn't exist.  Use that name anyway? [$dflt]"
  985. X    $echo $n "$rp $c"
  986. X    . myread
  987. X    dflt=''
  988. X    case "$ans" in
  989. X    y*) cont='';;
  990. X    esac
  991. X    fi
  992. Xdone
  993. X
  994. X: make some quick guesses about what we are up against
  995. Xecho " "
  996. Xcat $usrinclude/signal.h $usrinclude/sys/signal.h >guess.txt 2>/dev/null
  997. Xif test "$usrinclude" = "/bsd43/usr/include" ; then
  998. X    echo "Looks kind of like a SysV MIPS running BSD, but we'll see..."
  999. X    echo exit 0 >bsd
  1000. X    echo exit 1 >usg
  1001. X    echo exit 1 >v7
  1002. Xelif test `echo abc | tr a-z A-Z` = Abc ; then
  1003. X    echo "Looks kind of like a USG system, but we'll see..."
  1004. X    echo exit 1 >bsd
  1005. X    echo exit 0 >usg
  1006. X    echo exit 1 >v7
  1007. Xelif $contains SIGTSTP guess.txt >/dev/null 2>&1 ; then
  1008. X    echo "Looks kind of like a BSD system, but we'll see..."
  1009. X    echo exit 0 >bsd
  1010. X    echo exit 1 >usg
  1011. X    echo exit 1 >v7
  1012. Xelse
  1013. X    echo "Looks kind of like a version 7 system, but we'll see..."
  1014. X    echo exit 1 >bsd
  1015. X    echo exit 1 >usg
  1016. X    echo exit 0 >v7
  1017. Xfi
  1018. Xcase "$eunicefix" in
  1019. X*unixtovms*)
  1020. X    cat <<'EOI'
  1021. XThere is, however, a strange, musty smell in the air that reminds me of
  1022. Xsomething...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
  1023. XEOI
  1024. X    echo "exit 0" >eunice
  1025. X    d_eunice="$define"
  1026. X    ;;
  1027. X*)
  1028. X    echo " "
  1029. X    echo "Congratulations.  You aren't running Eunice."
  1030. X    d_eunice="$undef"
  1031. X    echo "exit 1" >eunice
  1032. X    ;;
  1033. Xesac
  1034. Xif test -f /xenix; then
  1035. X    echo "Actually, this looks more like a XENIX system..."
  1036. X    echo "exit 0" >xenix
  1037. Xelse
  1038. X    echo " "
  1039. X    echo "It's not Xenix..."
  1040. X    echo "exit 1" >xenix
  1041. Xfi
  1042. Xchmod +x xenix
  1043. X$eunicefix xenix
  1044. Xif test -f /venix; then
  1045. X    echo "Actually, this looks more like a VENIX system..."
  1046. X    echo "exit 0" >venix
  1047. Xelse
  1048. X    echo " "
  1049. X    if xenix; then
  1050. X    : null
  1051. X    else
  1052. X    echo "Nor is it Venix..."
  1053. X    fi
  1054. X    echo "exit 1" >venix
  1055. Xfi
  1056. Xchmod +x bsd usg v7 eunice venix
  1057. X$eunicefix bsd usg v7 eunice venix
  1058. X
  1059. X: see what memory models we can support
  1060. Xcase "$models" in
  1061. X'')
  1062. X    : We may not use Cppsym or we get a circular dependency through cc.
  1063. X    : But this should work regardless of which cc we eventually use.
  1064. X    cat >pdp11.c <<'EOP'
  1065. Xmain() {
  1066. X#ifdef pdp11
  1067. X    exit(0);
  1068. X#else
  1069. X    exit(1);
  1070. X#endif
  1071. X}
  1072. XEOP
  1073. X    cc -o pdp11 pdp11.c >/dev/null 2>&1
  1074. X    if pdp11 2>/dev/null; then
  1075. X    dflt='unsplit split'
  1076. X    else
  1077. X    ans=`./loc . X /lib/small /lib/large /usr/lib/small /usr/lib/large /lib/medium /usr/lib/medium /lib/huge`
  1078. X    case "$ans" in
  1079. X    X) dflt='none';;
  1080. X    *)  if $test -d /lib/small || $test -d /usr/lib/small; then
  1081. X        dflt='small'
  1082. X        else
  1083. X        dflt=''
  1084. X        fi
  1085. X        if $test -d /lib/medium || $test -d /usr/lib/medium; then
  1086. X        dflt="$dflt medium"
  1087. X        fi
  1088. X        if $test -d /lib/large || $test -d /usr/lib/large; then
  1089. X        dflt="$dflt large"
  1090. X        fi
  1091. X        if $test -d /lib/huge || $test -d /usr/lib/huge; then
  1092. X        dflt="$dflt huge"
  1093. X        fi
  1094. X    esac
  1095. X    fi
  1096. X    ;;
  1097. X*)  dflt="$models" ;;
  1098. Xesac
  1099. X$cat <<EOM
  1100. XSome systems have different model sizes.  On most systems they are called
  1101. Xsmall, medium, large, and huge.  On the PDP11 they are called unsplit and
  1102. Xsplit.  If your system doesn't support different memory models, say "none".
  1103. XIf you wish to force everything to one memory model, say "none" here and
  1104. Xput the appropriate flags later when it asks you for other cc and ld flags.
  1105. XVenix systems may wish to put "none" and let the compiler figure things out.
  1106. X(In the following question multiple model names should be space separated.)
  1107. X
  1108. XEOM
  1109. Xrp="Which models are supported? [$dflt]"
  1110. X$echo $n "$rp $c"
  1111. X. myread
  1112. Xmodels="$ans"
  1113. X
  1114. Xcase "$models" in
  1115. Xnone)
  1116. X    small=''
  1117. X    medium=''
  1118. X    large=''
  1119. X    huge=''
  1120. X    unsplit=''
  1121. X    split=''
  1122. X    ;;
  1123. X*split)
  1124. X    case "$split" in
  1125. X    '') 
  1126. X    if $contains '\-i' $mansrc/man1/ld.1 >/dev/null 2>&1 || \
  1127. X       $contains '\-i' $mansrc/man1/cc.1 >/dev/null 2>&1; then
  1128. X        dflt='-i'
  1129. X    else
  1130. X        dflt='none'
  1131. X    fi
  1132. X    ;;
  1133. X    *) dflt="$split";;
  1134. X    esac
  1135. X    rp="What flag indicates separate I and D space? [$dflt]"
  1136. X    $echo $n "$rp $c"
  1137. X    . myread
  1138. X    case "$ans" in
  1139. X    none) ans='';;
  1140. X    esac
  1141. X    split="$ans"
  1142. X    unsplit=''
  1143. X    ;;
  1144. X*large*|*small*|*medium*|*huge*)
  1145. X    case "$models" in
  1146. X    *large*)
  1147. X    case "$large" in
  1148. X    '') dflt='-Ml';;
  1149. X    *) dflt="$large";;
  1150. X    esac
  1151. X    rp="What flag indicates large model? [$dflt]"
  1152. X    $echo $n "$rp $c"
  1153. X    . myread
  1154. X    case "$ans" in
  1155. X    none) ans='';
  1156. X    esac
  1157. X    large="$ans"
  1158. X    ;;
  1159. X    *) large='';;
  1160. X    esac
  1161. X    case "$models" in
  1162. X    *huge*)
  1163. X    case "$huge" in
  1164. X    '') dflt='-Mh';;
  1165. X    *) dflt="$huge";;
  1166. X    esac
  1167. X    rp="What flag indicates huge model? [$dflt]"
  1168. X    $echo $n "$rp $c"
  1169. X    . myread
  1170. X    case "$ans" in
  1171. X    none) ans='';
  1172. X    esac
  1173. X    huge="$ans"
  1174. X    ;;
  1175. X    *) huge="$large";;
  1176. X    esac
  1177. X    case "$models" in
  1178. X    *medium*)
  1179. X    case "$medium" in
  1180. X    '') dflt='-Mm';;
  1181. X    *) dflt="$medium";;
  1182. X    esac
  1183. X    rp="What flag indicates medium model? [$dflt]"
  1184. X    $echo $n "$rp $c"
  1185. X    . myread
  1186. X    case "$ans" in
  1187. X    none) ans='';
  1188. X    esac
  1189. X    medium="$ans"
  1190. X    ;;
  1191. X    *) medium="$large";;
  1192. X    esac
  1193. X    case "$models" in
  1194. X    *small*)
  1195. X    case "$small" in
  1196. X    '') dflt='none';;
  1197. X    *) dflt="$small";;
  1198. X    esac
  1199. X    rp="What flag indicates small model? [$dflt]"
  1200. X    $echo $n "$rp $c"
  1201. X    . myread
  1202. X    case "$ans" in
  1203. X    none) ans='';
  1204. X    esac
  1205. X    small="$ans"
  1206. X    ;;
  1207. X    *) small='';;
  1208. X    esac
  1209. X    ;;
  1210. X*)
  1211. X    echo "Unrecognized memory models--you may have to edit Makefile.SH"
  1212. X    ;;
  1213. Xesac
  1214. X
  1215. X: see if we need a special compiler
  1216. Xecho " "
  1217. Xif usg; then
  1218. X    case "$cc" in
  1219. X    '')
  1220. X    case "$Mcc" in
  1221. X    /*) dflt='Mcc'
  1222. X        ;;
  1223. X    *)
  1224. X        case "$large" in
  1225. X        -M*)
  1226. X        dflt='cc'
  1227. X        ;;
  1228. X        *)
  1229. X        if $contains '\-M' $mansrc/cc.1 >/dev/null 2>&1 ; then
  1230. X            dflt='cc -M'
  1231. X        else
  1232. X            dflt='cc'
  1233. X        fi
  1234. X        ;;
  1235. X        esac
  1236. X        ;;
  1237. X    esac
  1238. X    ;;
  1239. X    *)  dflt="$cc";;
  1240. X    esac
  1241. X    $cat <<'EOM'
  1242. X  
  1243. XOn some systems the default C compiler will not resolve multiple global
  1244. Xreferences that happen to have the same name.  On some such systems the
  1245. X"Mcc" command may be used to force these to be resolved.  On other systems
  1246. Xa "cc -M" command is required.  (Note that the -M flag on other systems
  1247. Xindicates a memory model to use!)  If you have the Gnu C compiler, you
  1248. Xmight wish to use that instead.  What command will force resolution on
  1249. XEOM
  1250. X    $echo $n "this system? [$dflt] $c"
  1251. X    rp="Command to resolve multiple refs? [$dflt]"
  1252. X    . myread
  1253. X    cc="$ans"
  1254. Xelse
  1255. X    case "$cc" in
  1256. X    '') dflt=cc;;
  1257. X    *) dflt="$cc";;
  1258. X    esac
  1259. X    rp="Use which C compiler? [$dflt]"
  1260. X    $echo $n "$rp $c"
  1261. X    . myread
  1262. X    cc="$ans"
  1263. Xfi
  1264. Xcase "$cc" in
  1265. Xgcc*) cpp=`./loc gcc-cpp $cpp $pth`;;
  1266. Xesac
  1267. X
  1268. X: determine optimize, if desired, or use for debug flag also
  1269. Xcase "$optimize" in
  1270. X' ') dflt="none"
  1271. X     ;;
  1272. X'') dflt="-O";
  1273. X    ;;
  1274. X*)  dflt="$optimize"
  1275. X    ;;
  1276. Xesac
  1277. Xcat <<EOH
  1278. X
  1279. XSome C compilers have problems with their optimizers, by default, $package
  1280. Xcompiles with the -O flag to use the optimizer.  Alternately, you might
  1281. Xwant to use the symbolic debugger, which uses the -g flag (on traditional
  1282. XUnix systems).  Either flag can be specified here.  To use neither flag,
  1283. Xspecify the word "none".
  1284. X  
  1285. XEOH
  1286. Xrp="What optimizer/debugger flag should be used? [$dflt]"
  1287. X$echo $n "$rp $c"
  1288. X. myread
  1289. Xoptimize="$ans"
  1290. Xcase "$optimize" in
  1291. X'none') optimize=" "
  1292. X     ;;
  1293. Xesac
  1294. X
  1295. Xcase "$ccflags" in
  1296. X'') case "$cc" in
  1297. X    *gcc*) dflt='-fpcc-struct-return';;
  1298. X    *) dflt='';;
  1299. X    esac
  1300. X    ;;
  1301. X*) dflt="$ccflags";;
  1302. Xesac
  1303. Xfor thisincl in $inclwanted; do
  1304. X    if test -d $thisincl; then
  1305. X    if test "x$thisincl" != "x$usrinclude"; then
  1306. X        case "$dflt" in
  1307. X        *$thisincl*);;
  1308. X        *) dflt="$dflt -I$thisincl";;
  1309. X        esac
  1310. X    fi
  1311. X    fi
  1312. Xdone
  1313. Xcase "$optimize" in
  1314. X-g*)
  1315. X    case "$dflt" in
  1316. X    *DEBUGGING*);;
  1317. X    *) dflt="$dflt -DDEBUGGING";;
  1318. X    esac
  1319. X    ;;
  1320. Xesac
  1321. Xif $contains 'LANGUAGE_C' $usrinclude/signal.h >/dev/null 2>&1; then
  1322. X    case "$dflt" in
  1323. X    *LANGUAGE_C*);;
  1324. X    *) dflt="$dflt -DLANGUAGE_C";;
  1325. X    esac
  1326. Xfi
  1327. Xif $contains '_NO_PROTO' $usrinclude/signal.h >/dev/null 2>&1; then
  1328. X    case "$dflt" in
  1329. X    *_NO_PROTO*);;
  1330. X    *) dflt="$dflt -D_NO_PROTO";;
  1331. X    esac
  1332. Xfi
  1333. Xcase "$dflt" in
  1334. X'') dflt=none;;
  1335. Xesac
  1336. Xcat <<EOH
  1337. X
  1338. XYour C compiler may want other flags.  For this question you should
  1339. Xinclude -I/whatever and -DWHATEVER flags and any other flags used by
  1340. Xthe C compiler, but you should NOT include libraries or ld flags like
  1341. X-lwhatever.  To use no flags, specify the word "none".
  1342. X  
  1343. XEOH
  1344. Xrp="Any additional cc flags? [$dflt]"
  1345. X$echo $n "$rp $c"
  1346. X. myread
  1347. Xcase "$ans" in
  1348. Xnone) ans='';
  1349. Xesac
  1350. Xccflags="$ans"
  1351. X
  1352. X: the following weeds options from ccflags that are of no interest to cpp
  1353. Xcppflags="$ccflags"
  1354. Xcase "$cc" in
  1355. X*gcc*) cppflags="$cppflags -D__GNUC__";;
  1356. Xesac
  1357. Xcase "$cppflags" in
  1358. X'');;
  1359. X*)  set X $cppflags
  1360. X    cppflags=''
  1361. X    for flag do
  1362. X    case $flag in
  1363. X    -D*|-I*|-traditional|-ansi|-nostdinc) cppflags="$cppflags $flag";;
  1364. X    esac
  1365. X    done
  1366. X    case "$cppflags" in
  1367. X    *-*)  echo "(C preprocessor flags: $cppflags)";;
  1368. X    esac
  1369. X    ;;
  1370. Xesac
  1371. X
  1372. Xcase "$ldflags" in
  1373. X'') if venix; then
  1374. X    dflt='-i -z'
  1375. X    else
  1376. X    dflt='none'
  1377. X    fi
  1378. X    ;;
  1379. X*) dflt="$ldflags";;
  1380. Xesac
  1381. Xecho " "
  1382. Xrp="Any additional ld flags (NOT including libraries)? [$dflt]"
  1383. X$echo $n "$rp $c"
  1384. X. myread
  1385. Xcase "$ans" in
  1386. Xnone) ans='';
  1387. Xesac
  1388. Xldflags="$ans"
  1389. X
  1390. Xecho " "
  1391. Xecho "Checking for optional libraries..."
  1392. Xcase "$libs" in
  1393. X'') dflt=' ';;
  1394. X*) dflt="$libs ";;
  1395. Xesac
  1396. Xcase "$libswanted" in
  1397. X'') libswanted='c_s';;
  1398. Xesac
  1399. Xfor thislib in $libswanted; do
  1400. X    case "$thislib" in
  1401. X    dbm) thatlib=ndbm;;
  1402. X    *_s) thatlib=NONE;;
  1403. X    *) thatlib="${thislib}_s";;
  1404. X    *) thatlib=NONE;;
  1405. X    esac
  1406. X    xxx=`./loc lib$thislib.a X /usr/ccs/lib /usr/lib /usr/ucblib /usr/local/lib /lib`
  1407. X    if test -f $xxx; then
  1408. X    echo "Found -l$thislib."
  1409. X    case "$dflt" in
  1410. X    *"-l$thislib "*|*"-l$thatlib "*);;
  1411. X    *) dflt="$dflt -l$thislib ";;
  1412. X    esac
  1413. X    else
  1414. X    xxx=`./loc lib$thislib.a X $libpth`
  1415. X    if test -f $xxx; then
  1416. X        echo "Found $xxx."
  1417. X        case "$dflt" in
  1418. X        *"$xxx "*);;
  1419. X        *) dflt="$dflt $xxx ";;
  1420. X        esac
  1421. X    else
  1422. X        xxx=`./loc Slib$thislib.a X $xlibpth`
  1423. X        if test -f $xxx; then
  1424. X        echo "Found -l$thislib."
  1425. X        case "$dflt" in
  1426. X        *"-l$thislib "*|*"-l$thatlib "*);;
  1427. X        *) dflt="$dflt -l$thislib ";;
  1428. X        esac
  1429. X        else
  1430. X        xxx=`./loc lib$thislib.so X /usr/ccs/lib /usr/lib /usr/ucblib /usr/local/lib /lib`
  1431. X        if test -f $xxx; then
  1432. X            echo "Found -l$thislib as a shared object only."
  1433. X            case "$dflt" in
  1434. X            *"-l$thislib "*|*"-l$thatlib "*);;
  1435. X            *) dflt="$dflt -l$thislib ";;
  1436. X            esac
  1437. X        else
  1438. X            echo "No -l$thislib."
  1439. X        fi
  1440. X        fi
  1441. X    fi
  1442. X    fi
  1443. Xdone
  1444. Xset X $dflt
  1445. Xshift
  1446. Xdflt="$*"
  1447. Xcase "$dflt" in
  1448. X'') dflt='none';;
  1449. Xesac
  1450. X
  1451. X$cat <<EOM
  1452. XSome versions of Unix support shared libraries, which make
  1453. Xexecutables smaller but make load time slightly longer.
  1454. X
  1455. XOn some systems, mostly newer Unix System V's, the shared library
  1456. Xis included by putting the option "-lc_s" as the last thing on the
  1457. Xcc command line when linking.  Other systems use shared libraries
  1458. Xby default.  There may be other libraries needed to compile $package
  1459. Xon your machine as well.  If your system needs the "-lc_s" option,
  1460. Xinclude it here.  Include any other special libraries here as well.
  1461. XSay "none" for none.
  1462. XEOM
  1463. X
  1464. Xecho " "
  1465. Xrp="Any additional libraries? [$dflt]"
  1466. X$echo $n "$rp $c"
  1467. X. myread
  1468. Xcase "$ans" in
  1469. Xnone) ans='';
  1470. Xesac
  1471. Xlibs="$ans"
  1472. X
  1473. X: check for size of random number generator
  1474. Xecho " "
  1475. Xcase "$alignbytes" in
  1476. X'')
  1477. X    echo "Checking alignment constraints..."
  1478. X    $cat >try.c <<'EOCP'
  1479. Xstruct foobar {
  1480. X    char foo;
  1481. X    double bar;
  1482. X} try;
  1483. Xmain()
  1484. X{
  1485. X    printf("%d\n", (char*)&try.bar - (char*)&try.foo);
  1486. X}
  1487. XEOCP
  1488. X    if $cc $ccflags try.c -o try >/dev/null 2>&1 ; then
  1489. X    dflt=`./try`
  1490. X    else
  1491. X    dflt='?'
  1492. X    echo "(I can't seem to compile the test program...)"
  1493. X    fi
  1494. X    ;;
  1495. X*)
  1496. X    dflt="$alignbytes"
  1497. X    ;;
  1498. Xesac
  1499. Xrp="Doubles must be aligned on a how-many-byte boundary? [$dflt]"
  1500. X$echo $n "$rp $c"
  1501. X. myread
  1502. Xalignbytes="$ans"
  1503. X$rm -f try.c try
  1504. X
  1505. X: determine where public executables go
  1506. Xcat <<EOF
  1507. XThe following questions distinguish the directory in which executables
  1508. Xreside from the directory in which they are installed (and from which they
  1509. Xare presumably copied to the former directory by occult means).  This
  1510. Xdistinction is often necessary under afs.  On most other systems, however,
  1511. Xthe two directories are the same.
  1512. XEOF
  1513. Xcase "$bin" in
  1514. X'')
  1515. X    dflt=`./loc . /usr/local/bin /usr/local/bin /usr/lbin /usr/local /usr/bin /bin`
  1516. X    ;;
  1517. X*)  dflt="$bin"
  1518. X    ;;
  1519. Xesac
  1520. Xcont=true
  1521. Xwhile $test "$cont" ; do
  1522. X    rp="In which directory will public executables reside (~name ok)? [$dflt]"
  1523. X    $echo "In which directory will public executables reside (~name ok)?"
  1524. X    $echo $n "[$dflt] $c"
  1525. X    . myread
  1526. X    bin="$ans"
  1527. X    bin=`./filexp $bin`
  1528. X    if test -d $bin; then
  1529. X    cont=''
  1530. X    else
  1531. X    case "$fastread" in
  1532. X    yes) dflt=y;;
  1533. X    *) dflt=n;;
  1534. X    esac
  1535. X    rp="Directory $bin doesn't exist.  Use that name anyway? [$dflt]"
  1536. X    $echo $n "$rp $c"
  1537. X    . myread
  1538. X    dflt=''
  1539. X    case "$ans" in
  1540. X    y*) cont='';;
  1541. X    esac
  1542. X    fi
  1543. Xdone
  1544. X
  1545. Xcase "$installbin" in
  1546. X'')
  1547. X    dflt=`echo $bin | sed 's#^/afs/#/afs/.#'`
  1548. X    ;;
  1549. X*)  dflt="$installbin"
  1550. X    ;;
  1551. Xesac
  1552. Xcont=true
  1553. Xwhile $test "$cont" ; do
  1554. X    rp="In which directory will public executables be installed (~name ok)? [$dflt]"
  1555. X    $echo "In which directory will public executables be installed (~name ok)?"
  1556. X    $echo $n "[$dflt] $c"
  1557. X    . myread
  1558. X    installbin="$ans"
  1559. X    installbin=`./filexp $installbin`
  1560. X    if test -d $installbin; then
  1561. X    cont=''
  1562. X    else
  1563. X    case "$fastread" in
  1564. X    yes) dflt=y;;
  1565. X    *) dflt=n;;
  1566. X    esac
  1567. X    rp="Directory $installbin doesn't exist.  Use that name anyway? [$dflt]"
  1568. X    $echo $n "$rp $c"
  1569. X    . myread
  1570. X    dflt=''
  1571. X    case "$ans" in
  1572. X    y*) cont='';;
  1573. X    esac
  1574. X    fi
  1575. Xdone
  1576. X
  1577. X: check for ordering of bytes in a long
  1578. Xcase "$byteorder" in
  1579. X'')
  1580. Xcat <<'EOM'
  1581. X  
  1582. XIn the following, larger digits indicate more significance.  A big-endian
  1583. Xmachine like a Pyramid or a Motorola 680?0 chip will come out to 4321.  A
  1584. Xlittle-endian machine like a Vax or an Intel 80?86 chip would be 1234.  Other
  1585. Xmachines may have weird orders like 3412.  A Cray will report 87654321.  If
  1586. Xthe test program works the default is probably right.
  1587. XI'm now running the test program...
  1588. XEOM
  1589. X    $cat >byteorder.c <<'EOCP'
  1590. X#include <stdio.h>
  1591. Xmain()
  1592. X{
  1593. X    int i;
  1594. X    union {
  1595. X    unsigned long l;
  1596. X    char c[sizeof(long)];
  1597. X    } u;
  1598. X
  1599. X    if (sizeof(long) > 4)
  1600. X    u.l = (0x08070605 << 32) | 0x04030201;
  1601. X    else
  1602. X    u.l = 0x04030201;
  1603. X    for (i=0; i < sizeof(long); i++)
  1604. X    printf("%c",u.c[i]+'0');
  1605. X    printf("\n");
  1606. X}
  1607. XEOCP
  1608. X    if $cc byteorder.c -o byteorder >/dev/null 2>&1 ; then
  1609. X    dflt=`./byteorder`
  1610. X    case "$dflt" in
  1611. X    ????|????????) echo "(The test program ran ok.)";;
  1612. X    *) echo "(The test program didn't run right for some reason.)";;
  1613. X    esac
  1614. X    else
  1615. X    dflt='4321'
  1616. X    echo "(I can't seem to compile the test program.  Guessing big-endian...)"
  1617. X    fi
  1618. X    ;;
  1619. X*)
  1620. X    echo " "
  1621. X    dflt="$byteorder"
  1622. X    ;;
  1623. Xesac
  1624. Xrp="What is the order of bytes in a long? [$dflt]"
  1625. X$echo $n "$rp $c"
  1626. X. myread
  1627. Xbyteorder="$ans"
  1628. X
  1629. X: check for ability to cast negative floats to unsigned
  1630. Xecho " "
  1631. Xecho 'Checking to see if your C compiler can cast weird floats to unsigned'
  1632. X$cat >try.c <<'EOCP'
  1633. X#include <signal.h>
  1634. X
  1635. Xmain()
  1636. X{
  1637. X    double f = -123;
  1638. X    unsigned long along;
  1639. X    unsigned int aint;
  1640. X    unsigned short ashort;
  1641. X    int result = 0;
  1642. X
  1643. X    signal(SIGFPE, SIG_IGN);
  1644. X    along = (unsigned long)f;
  1645. X    aint = (unsigned int)f;
  1646. X    ashort = (unsigned short)f;
  1647. X    if (along != (unsigned long)-123)
  1648. X        result |= 1;
  1649. X    if (aint != (unsigned int)-123)
  1650. X        result |= 1;
  1651. X    if (ashort != (unsigned short)-123)
  1652. X        result |= 1;
  1653. X    f = (double)0x40000000;
  1654. X    f = f + f;
  1655. X    along = 0;
  1656. X    along = (unsigned long)f;
  1657. X    if (along != 0x80000000)
  1658. X        result |= 2;
  1659. X    f -= 1;
  1660. X    along = 0;
  1661. X    along = (unsigned long)f;
  1662. X    if (along != 0x7fffffff)
  1663. X        result |= 1;
  1664. X    f += 2;
  1665. X    along = 0;
  1666. X    along = (unsigned long)f;
  1667. X    if (along != 0x80000001)
  1668. X        result |= 2;
  1669. X    exit(result);
  1670. X}
  1671. XEOCP
  1672. Xif $cc -o try $ccflags try.c >/dev/null 2>&1; then
  1673. X    ./try
  1674. X    castflags=$?
  1675. Xelse
  1676. X    castflags=3
  1677. Xfi
  1678. Xcase "$castflags" in
  1679. X0)  val="$define"
  1680. X    echo "Yup, it does."
  1681. X    ;;
  1682. X*)  val="$undef"
  1683. X    echo "Nope, it doesn't."
  1684. X    ;;
  1685. Xesac
  1686. Xset d_castneg
  1687. Xeval $setvar
  1688. X$rm -f try.*
  1689. X
  1690. X: see how we invoke the C preprocessor
  1691. Xecho " "
  1692. Xecho "Now, how can we feed standard input to your C preprocessor..."
  1693. Xcat <<'EOT' >testcpp.c
  1694. X#define ABC abc
  1695. X#define XYZ xyz
  1696. XABC.XYZ
  1697. XEOT
  1698. Xecho 'Maybe "'"$cc"' -E" will work...'
  1699. X$cc -E <testcpp.c >testcpp.out 2>&1
  1700. X: try to force gcc preprocessor if that is the compiler they are using
  1701. Xcase $? in
  1702. X0) cppstdin="$cc -E";;
  1703. X*) case "$cc" in
  1704. X    *gcc*)
  1705. X    cd ..
  1706. X    echo 'Trying (cat >/tmp/$$.c; '"$cc"' -E /tmp/$$.c; rm /tmp/$$.c)'
  1707. X    echo 'cat >/tmp/$$.c; '"$cc"' -E /tmp/$$.c; rm /tmp/$$.c' >cppstdin
  1708. X    chmod 755 cppstdin
  1709. X    cppstdin=`pwd`/cppstdin
  1710. X    cppminus='';
  1711. X    cd UU
  1712. X    $cppstdin <testcpp.c >testcpp.out 2>&1
  1713. X    ;;
  1714. X    esac
  1715. X    ;;
  1716. Xesac
  1717. Xif $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1718. X    echo "Yup, it does."
  1719. X    cppstdin="$cc -E"
  1720. X    cppminus='';
  1721. Xelse
  1722. X    echo 'Nope...maybe "'"$cc"' -E -" will work...'
  1723. X    $cc -E - <testcpp.c >testcpp.out 2>&1
  1724. X    if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1725. X    echo "Yup, it does."
  1726. X    cppstdin="$cc -E"
  1727. X    cppminus='-';
  1728. X    else
  1729. X    echo 'No such luck, maybe "'$cpp'" will work...'
  1730. X    $cpp <testcpp.c >testcpp.out 2>&1
  1731. X    if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1732. X        echo "It works!"
  1733. X        cppstdin="$cpp"
  1734. X        cppminus='';
  1735. X    else
  1736. X        echo 'Nixed again...maybe "'$cpp' -" will work...'
  1737. X        $cpp - <testcpp.c >testcpp.out 2>&1
  1738. X        if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1739. X        echo "Hooray, it works!  I was beginning to wonder."
  1740. X        cppstdin="$cpp"
  1741. X        cppminus='-';
  1742. X        else
  1743. X        echo 'Nope...maybe "'"$cc"' -P" will work...'
  1744. X        $cc -P <testcpp.c >testcpp.out 2>&1
  1745. X        if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1746. X            echo "Yup, that does."
  1747. X            cppstdin="$cc -P"
  1748. X            cppminus='';
  1749. X        else
  1750. X            echo 'Nope...maybe "'"$cc"' -P -" will work...'
  1751. X            $cc -P - <testcpp.c >testcpp.out 2>&1
  1752. X            if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1753. X            echo "Yup, that does."
  1754. X            cppstdin="$cc -P"
  1755. X            cppminus='-';
  1756. X            else
  1757. X            echo 'Hmm...perhaps you already told me...'
  1758. X            case "$cppstdin" in
  1759. X            '') ;;
  1760. X            *) $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1;;
  1761. X            esac
  1762. X            if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1763. X                echo "Hooray, you did!  I was beginning to wonder."
  1764. X            else
  1765. X                echo 'Uh-uh.  Time to get fancy...'
  1766. X                cd ..
  1767. X                echo 'Trying (cat >/tmp/$$.c; '"$cc"' -E /tmp/$$.c; rm /tmp/$$.c)'
  1768. X                echo 'cat >/tmp/$$.c; '"$cc"' -E /tmp/$$.c; rm /tmp/$$.c' >cppstdin
  1769. X                chmod 755 cppstdin
  1770. X                cppstdin=`pwd`/cppstdin
  1771. X                cppminus='';
  1772. X                cd UU
  1773. X                $cppstdin <testcpp.c >testcpp.out 2>&1
  1774. X                if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1775. X                echo "Eureka!."
  1776. X                else
  1777. X                dflt=blurfl
  1778. X                $echo $n "No dice.  I can't find a C preprocessor.  Name one: $c"
  1779. X                rp='Name a C preprocessor:'
  1780. X                . myread
  1781. X                cppstdin="$ans"
  1782. X                $cppstdin <testcpp.c >testcpp.out 2>&1
  1783. X                if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
  1784. X                    echo "OK, that will do."
  1785. X                else
  1786. X                    echo "Sorry, I can't get that to work.  Go find one."
  1787. X                    exit 1
  1788. X                fi
  1789. X                fi
  1790. X            fi
  1791. X            fi
  1792. X        fi
  1793. X        fi
  1794. X    fi
  1795. X    fi
  1796. Xfi
  1797. X
  1798. X: get list of predefined functions in a handy place
  1799. Xecho " "
  1800. Xcase "$libc" in
  1801. X'') libc=unknown;;
  1802. Xesac
  1803. Xcase "$nm_opts" in
  1804. X'') if test -f /mach_boot; then
  1805. X    nm_opts=''
  1806. X    elif test -d /usr/ccs/lib; then
  1807. X    nm_opts='-p'
  1808. X    else
  1809. X    nm_opts=''
  1810. X    fi
  1811. X    ;;
  1812. Xesac
  1813. X: on mips, we DO NOT want /lib, and we want inclPath/usr/lib
  1814. Xcase "$libpth" in
  1815. X'') if mips; then
  1816. X    libpth='$inclPath/usr/lib /usr/local/lib'
  1817. X    nm_opts="-B"
  1818. X    else
  1819. X    libpth='/usr/ccs/lib /lib /usr/lib /usr/ucblib /usr/local/lib'
  1820. X    fi
  1821. X    ;;
  1822. Xesac
  1823. Xcase "$libs" in
  1824. X*-lc_s*) libc=`./loc libc_s.a $libc $libpth`
  1825. Xesac
  1826. Xlibnames='';
  1827. Xcase "$libs" in
  1828. X'') ;;
  1829. X*)  for thislib in $libs; do
  1830. X    case "$thislib" in
  1831. X    -l*) thislib=`expr X$thislib : 'X-l\(.*\)'`
  1832. X        try=`./loc lib$thislib.a blurfl/dyick $libpth`
  1833. X        if test ! -f $try; then
  1834. X        try=`./loc lib$thislib blurfl/dyick $libpth`
  1835. X        if test ! -f $try; then
  1836. X            try=`./loc $thislib blurfl/dyick $libpth`
  1837. X            if test ! -f $try; then
  1838. X            try=`./loc Slib$thislib.a blurfl/dyick $xlibpth`
  1839. X            if test ! -f $try; then
  1840. X                try=''
  1841. X            fi
  1842. X            fi
  1843. X        fi
  1844. X        fi
  1845. X        libnames="$libnames $try"
  1846. X        ;;
  1847. X    *) libnames="$libnames $thislib" ;;
  1848. X    esac
  1849. X    done
  1850. X    ;;
  1851. Xesac
  1852. Xset /usr/ccs/lib/libc.so
  1853. Xtest -f $1 || set /usr/lib/libc.so
  1854. Xtest -f $1 || set /usr/lib/libc.so.[0-9]*
  1855. Xtest -f $1 || set /lib/libsys_s.a
  1856. Xeval set \$$#
  1857. Xif test -f "$1"; then
  1858. X    echo "Your shared C library is in $1."
  1859. X    libc="$1"
  1860. Xelif test -f "$libc"; then
  1861. X    echo "Your C library is in $libc."
  1862. Xelif test -f /lib/libc.a; then
  1863. X    echo "Your C library is in /lib/libc.a.  You're normal."
  1864. X    libc=/lib/libc.a
  1865. Xelse
  1866. X    if   ans=`./loc libc.a  blurfl/dyick $libpth`; test -f "$ans"; then
  1867. X    :
  1868. X    elif ans=`./loc libc    blurfl/dyick $libpth`; test -f "$ans"; then
  1869. X        libnames="$libnames "`./loc clib blurfl/dyick $libpth`
  1870. X    elif ans=`./loc clib    blurfl/dyick $libpth`; test -f "$ans"; then
  1871. X    :
  1872. X    elif ans=`./loc Slibc.a blurfl/dyick $xlibpth`; test -f "$ans"; then
  1873. X    :
  1874. X    elif ans=`./loc Mlibc.a blurfl/dyick $xlibpth`; test -f "$ans"; then
  1875. X    :
  1876. X    elif ans=`./loc Llibc.a blurfl/dyick $xlibpth`; test -f "$ans"; then
  1877. X    :
  1878. X    fi
  1879. X    if test -f "$ans"; then
  1880. X    echo "Your C library is in $ans, of all places."
  1881. X    libc=$ans
  1882. X    else
  1883. X    cat <<EOM
  1884. XI can't seem to find your C library.  I've looked in the following places:
  1885. X
  1886. X    $libpth
  1887. X
  1888. XNone of these seems to contain your C library.  What is the full name
  1889. XEOM
  1890. X    dflt=None
  1891. X    $echo $n "of your C library? $c"
  1892. X    rp='C library full name?'
  1893. X    . myread
  1894. X    libc="$ans"
  1895. X    fi
  1896. Xfi
  1897. Xecho " "
  1898. Xif test $libc = "/lib/libc"; then
  1899. X    libc="$libc /lib/clib"
  1900. Xfi
  1901. Xset `echo $libc $libnames | tr ' ' '\012' | sort | uniq`
  1902. X$echo $n "Extracting names from $* for later perusal...$c"
  1903. Xnm $nm_opts $* 2>/dev/null >libc.tmp
  1904. X$sed -n -e 's/^.* [ATDS]  *[_.]*//p' -e 's/^.* [ATDS] //p' <libc.tmp >libc.list
  1905. Xif $contains '^printf$' libc.list >/dev/null 2>&1; then
  1906. X    echo done
  1907. Xelif $sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p' \
  1908. X    <libc.tmp >libc.list; \
  1909. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1910. X    echo done
  1911. Xelif $sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p' <libc.tmp >libc.list; \
  1912. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1913. X    echo done
  1914. Xelif $sed -n -e 's/^.* D __*//p' -e 's/^.* D //p' <libc.tmp >libc.list; \
  1915. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1916. X    echo done
  1917. Xelif $sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p' \
  1918. X        <libc.tmp >libc.list; \
  1919. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1920. X    echo done
  1921. Xelif $grep '|' <libc.tmp | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
  1922. X                                   -e 's/^\([^     ]*\).*/\1/p' >libc.list
  1923. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1924. X    echo done
  1925. Xelif $sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p' \
  1926. X       <libc.tmp >libc.list; \
  1927. X  $contains '^printf$' libc.list >/dev/null 2>&1; then
  1928. X    echo done
  1929. Xelse
  1930. X    nm -p $* 2>/dev/null >libc.tmp
  1931. X    $sed -n -e 's/^.* [AT]  *_[_.]*//p' -e 's/^.* [AT] //p' <libc.tmp >libc.list
  1932. X    if $contains '^printf$' libc.list >/dev/null 2>&1; then
  1933. X    nm_opts='-p'
  1934. X    echo "done"
  1935. X    else
  1936. X    echo " "
  1937. X    echo "nm didn't seem to work right."
  1938. X    echo "Trying ar instead..."
  1939. X    if ar t $libc > libc.tmp; then
  1940. X        for thisname in $libnames; do
  1941. X        ar t $thisname >>libc.tmp
  1942. X        done
  1943. X        $sed -e 's/\.o$//' < libc.tmp > libc.list
  1944. X        echo "Ok."
  1945. X    else
  1946. X        echo "ar didn't seem to work right."
  1947. X        echo "Maybe this is a Cray...trying bld instead..."
  1948. X        if bld t $libc | $sed -e 's/.*\///' -e 's/\.o:.*$//' > libc.list; then
  1949. X        for thisname in $libnames; do
  1950. X            bld t $libnames | \
  1951. X            $sed -e 's/.*\///' -e 's/\.o:.*$//' >>libc.list
  1952. X            ar t $thisname >>libc.tmp
  1953. X        done
  1954. X        echo "Ok."
  1955. X        else
  1956. X        echo "That didn't work either.  Giving up."
  1957. X        exit 1
  1958. X        fi
  1959. X    fi
  1960. X    fi
  1961. Xfi
  1962. X
  1963. X: old version
  1964. X
  1965. Xinlibc='echo " ";
  1966. Xif $contains "^$1\$" libc.list >/dev/null 2>&1;
  1967. Xthen echo "$1() found"; eval "$2=$define";
  1968. Xelse echo "$1() not found"; eval "$2=$undef"; fi'
  1969. X
  1970. X: new version
  1971. X
  1972. Xinlibc='echo " "; td=$define; tu=$undef;
  1973. Xif $contains "^$1\$" libc.list >/dev/null 2>&1;
  1974. Xthen echo "$1() found";
  1975. X  eval "case \"\$$2\" in undef) . whoa; esac"; eval "$2=\$td";
  1976. Xelse echo "$1() not found";
  1977. X  eval "case \"\$$2\" in define) . whoa; esac"; eval "$2=\$tu"; fi'
  1978. X
  1979. X: see if bcmp exists
  1980. Xset bcmp d_bcmp
  1981. Xeval $inlibc
  1982. X
  1983. X: see if bcopy exists
  1984. Xset bcopy d_bcopy
  1985. Xeval $inlibc
  1986. X
  1987. X: see if bzero exists
  1988. Xset bzero d_bzero
  1989. Xeval $inlibc
  1990. X
  1991. X: see if sprintf is declared as int or pointer to char
  1992. Xecho " "
  1993. Xcat >ucbsprf.c <<'EOF'
  1994. X#include <stdio.h>
  1995. Xmain()
  1996. X{
  1997. X    int sprintf();
  1998. X    char buf[10];
  1999. X    exit((unsigned long)sprintf(buf,"%s","foo") > 10L);
  2000. X}
  2001. XEOF
  2002. Xif $cc $ccflags ucbsprf.c -o ucbsprf >/dev/null 2>&1 && ./ucbsprf; then
  2003. X    echo "Your sprintf() returns (int)."
  2004. X    val="$undef"
  2005. Xelse
  2006. X    echo "Your sprintf() returns (char*)."
  2007. X    val="$define"
  2008. Xfi
  2009. Xset d_charsprf
  2010. Xeval $setvar
  2011. X
  2012. X: see if vprintf exists
  2013. Xecho " "
  2014. Xif $contains '^vprintf$' libc.list >/dev/null 2>&1; then
  2015. X    echo 'vprintf() found.'
  2016. X    val="$define"
  2017. X    cat >vprintf.c <<'EOF'
  2018. X#include <varargs.h>
  2019. X
  2020. Xmain() { xxx("foo"); }
  2021. X
  2022. Xxxx(va_alist)
  2023. Xva_dcl
  2024. X{
  2025. X    va_list args;
  2026. X    char buf[10];
  2027. X
  2028. X    va_start(args);
  2029. X    exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
  2030. X}
  2031. XEOF
  2032. X    if $cc $ccflags vprintf.c -o vprintf >/dev/null 2>&1 && ./vprintf; then
  2033. X    echo "Your vsprintf() returns (int)."
  2034. X    val2="$undef"
  2035. X    else
  2036. X    echo "Your vsprintf() returns (char*)."
  2037. X    val2="$define"
  2038. X    fi
  2039. Xelse
  2040. X    echo 'vprintf() not found.'
  2041. X    val="$undef"
  2042. X    val2="$undef"
  2043. Xfi
  2044. Xset d_vprintf
  2045. Xeval $setvar
  2046. Xval=$val2
  2047. Xset d_charvspr
  2048. Xeval $setvar
  2049. X
  2050. X: see if chsize exists
  2051. Xset chsize d_chsize
  2052. Xeval $inlibc
  2053. X
  2054. X: see if crypt exists
  2055. Xecho " "
  2056. Xif $contains '^crypt$' libc.list >/dev/null 2>&1; then
  2057. X    echo 'crypt() found.'
  2058. X    val="$define"
  2059. X    cryptlib=''
  2060. Xelse
  2061. X    cryptlib=`./loc Slibcrypt.a "" $xlibpth`
  2062. X    if $test -z "$cryptlib"; then
  2063. X    cryptlib=`./loc Mlibcrypt.a "" $xlibpth`
  2064. X    else
  2065. X    cryptlib=-lcrypt
  2066. X    fi
  2067. X    if $test -z "$cryptlib"; then
  2068. X    cryptlib=`./loc Llibcrypt.a "" $xlibpth`
  2069. X    else
  2070. X    cryptlib=-lcrypt
  2071. X    fi
  2072. X    if $test -z "$cryptlib"; then
  2073. X    cryptlib=`./loc libcrypt.a "" $libpth`
  2074. X    else
  2075. X    cryptlib=-lcrypt
  2076. X    fi
  2077. X    if $test -z "$cryptlib"; then
  2078. X    echo 'crypt() not found.'
  2079. X    val="$undef"
  2080. X    else
  2081. X    val="$define"
  2082. X    fi
  2083. Xfi
  2084. Xset d_crypt
  2085. Xeval $setvar
  2086. X
  2087. X: get csh whereabouts
  2088. Xcase "$csh" in
  2089. X'csh') val="$undef" ;;
  2090. X*)     val="$define" ;;
  2091. Xesac
  2092. Xset d_csh
  2093. Xeval $setvar
  2094. X
  2095. X: see if readdir exists
  2096. Xset readdir d_readdir
  2097. Xeval $inlibc
  2098. X
  2099. X: see if there are directory access routines out there
  2100. Xecho " "
  2101. Xxxx=`./loc ndir.h x $usrinclude /usr/local/include $inclwanted`
  2102. Xcase "$xxx" in
  2103. Xx)
  2104. X    xxx=`./loc sys/ndir.h x $usrinclude /usr/local/include $inclwanted`
  2105. X    ;;
  2106. Xesac
  2107. XD_dirnamlen="$undef"
  2108. XI_dirent="$undef"
  2109. XI_sys_dir="$undef"
  2110. XI_my_dir="$undef"
  2111. XI_ndir="$undef"
  2112. XI_sys_ndir="$undef"
  2113. Xlibndir=''
  2114. Xndirc=''
  2115. Xndiro=''
  2116. Xif $test -r $usrinclude/dirent.h; then
  2117. X    echo "dirent.h found."
  2118. X    if $contains 'd_namlen' $usrinclude/dirent.h >/dev/null 2>&1; then
  2119. X    D_dirnamlen="$define"
  2120. X    fi
  2121. X    I_dirent="$define"
  2122. Xelif $test -r $xxx; then
  2123. X    echo "You seem to use <$xxx>,"
  2124. X    if $test "$d_readdir" = "$define"; then
  2125. X    echo "and I can get readdir() from your C library."
  2126. X    elif $test -r /usr/lib/libndir.a || $test -r /usr/local/lib/libndir.a; then
  2127. X    echo "and I'll get the routines using -lndir ."
  2128. X    libndir='-lndir'
  2129. X    else
  2130. X    ans=`./loc libndir.a x $libpth`
  2131. X    case "$ans" in
  2132. X    x)
  2133. X        echo "but I can't find the ndir library!"
  2134. X        ;;
  2135. X    *)
  2136. X        echo "and I found the directory library in $ans."
  2137. X        libndir="$ans"
  2138. X        ;;
  2139. X    esac
  2140. X    fi
  2141. X    if $contains 'd_namlen' $xxx >/dev/null 2>&1; then
  2142. X    D_dirnamlen="$define"
  2143. X    fi
  2144. X    case "$xxx" in
  2145. X    sys/)
  2146. X    I_sys_ndir="$define"
  2147. X    ;;
  2148. X    *)
  2149. X    I_ndir="$define"
  2150. X    ;;
  2151. X    esac
  2152. Xelse
  2153. X    : The next line used to require this to be a bsd system.
  2154. X    if $contains '^readdir$' libc.list >/dev/null 2>&1 ; then
  2155. X    echo "No ndir library found, but you have readdir() so we'll use that."
  2156. X    if $contains 'd_namlen' $usrinclude/sys/dir.h >/dev/null 2>&1; then
  2157. X        D_dirnamlen="$define"
  2158. X    fi
  2159. X    I_sys_dir="$define"
  2160. X    else
  2161. X    echo "No ndir library found--using ./$d_ndir.c."
  2162. X: This will lose since $d_ndir.h is in another directory.
  2163. X: I doubt we can rely on it being in ../$d_ndir.h . 
  2164. X: At least it will fail in a conservative manner.
  2165. X    if $contains 'd_namlen' $d_ndir.h >/dev/null 2>&1; then
  2166. X        D_dirnamlen="$define"
  2167. X    fi
  2168. X    I_my_dir="$define"
  2169. X    ndirc="$d_ndir.c"
  2170. X    ndiro="$d_ndir.o"
  2171. X    fi
  2172. Xfi
  2173. !STUFFY!FUNK!
  2174. echo " "
  2175. echo "End of kit 7 (of 36)"
  2176. cat /dev/null >kit7isdone
  2177. run=''
  2178. config=''
  2179. for iskit in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36; do
  2180.     if test -f kit${iskit}isdone; then
  2181.     run="$run $iskit"
  2182.     else
  2183.     todo="$todo $iskit"
  2184.     fi
  2185. done
  2186. case $todo in
  2187.     '')
  2188.     echo "You have run all your kits.  Please read README and then type Configure."
  2189.     for combo in *:AA; do
  2190.         if test -f "$combo"; then
  2191.         realfile=`basename $combo :AA`
  2192.         cat $realfile:[A-Z][A-Z] >$realfile
  2193.         rm -rf $realfile:[A-Z][A-Z]
  2194.         fi
  2195.     done
  2196.     rm -rf kit*isdone
  2197.     chmod 755 Configure
  2198.     ;;
  2199.     *)  echo "You have run$run."
  2200.     echo "You still need to run$todo."
  2201.     ;;
  2202. esac
  2203. : Someone might mail this, so...
  2204. exit
  2205.  
  2206. exit 0 # Just in case...
  2207. -- 
  2208. Kent Landfield                   INTERNET: kent@sparky.IMD.Sterling.COM
  2209. Sterling Software, IMD           UUCP:     uunet!sparky!kent
  2210. Phone:    (402) 291-8300         FAX:      (402) 291-4362
  2211. Please send comp.sources.misc-related mail to kent@uunet.uu.net.
  2212.