Commit | Line | Data |
---|---|---|
2304df62 AD |
1 | #! /bin/sh |
2 | # | |
3 | # If these # comments don't work, trim them. Don't worry about any other | |
4 | # shell scripts, Configure will trim # comments from them for you. | |
5 | # | |
6 | # (If you are trying to port this package to a machine without sh, | |
7 | # I would suggest you have a look at the prototypical config_h.SH file | |
8 | # and edit it to reflect your system. Some packages may include samples | |
9 | # of config.h for certain machines, so you might look for one of those.) | |
10 | # | |
11 | # Yes, you may rip this off to use in other distribution packages. This | |
12 | # script belongs to the public domain and cannot be copyrighted. | |
13 | # | |
14 | # (Note: this Configure script was generated automatically. Rather than | |
15 | # working with this copy of Configure, you may wish to get metaconfig. | |
16 | # The dist-3.0 package (which contains metaconfig) was posted in | |
17 | # comp.sources.misc so you may fetch it yourself from your nearest | |
18 | # archive site. Check with Archie if you don't know where that can be.) | |
19 | # | |
20 | ||
8e07c86e | 21 | # $Id: Head.U,v 3.0.1.8 1995/07/25 13:40:02 ram Exp $ |
2304df62 | 22 | # |
a5f75d66 | 23 | # Generated on Wed Feb 21 14:26:18 EST 1996 [metaconfig 3.0 PL60] |
2304df62 AD |
24 | |
25 | cat >/tmp/c1$$ <<EOF | |
26 | ARGGGHHHH!!!!! | |
27 | ||
28 | SCO csh still thinks true is false. Write to SCO today and tell them that next | |
29 | year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-) | |
30 | ||
31 | (Actually, Configure ought to just patch csh in place. Hmm. Hmmmmm. All | |
32 | we'd have to do is go in and swap the && and || tokens, wherever they are.) | |
33 | ||
34 | [End of diatribe. We now return you to your regularly scheduled programming...] | |
35 | EOF | |
36 | cat >/tmp/c2$$ <<EOF | |
37 | ||
38 | OOPS! You naughty creature! You didn't run Configure with sh! | |
39 | I will attempt to remedy the situation by running sh for you... | |
40 | EOF | |
41 | ||
42 | true || cat /tmp/c1$$ /tmp/c2$$ | |
43 | true || exec sh $0 $argv:q | |
44 | ||
45 | (exit $?0) || cat /tmp/c2$$ | |
46 | (exit $?0) || exec sh $0 $argv:q | |
47 | rm -f /tmp/c1$$ /tmp/c2$$ | |
48 | ||
a0d0e21e LW |
49 | : compute my invocation name |
50 | me=$0 | |
51 | case "$0" in | |
52 | */*) | |
53 | me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null` | |
54 | test "$me" || me=$0 | |
55 | ;; | |
56 | esac | |
57 | ||
8e07c86e AD |
58 | : Proper PATH separator |
59 | p_=: | |
60 | : On OS/2 this directory should exist if this is not floppy only system :-] | |
61 | if test -d c:/.; then | |
62 | p_=\; | |
63 | PATH=`cmd /c "echo %PATH%" | tr '\\\\' / ` | |
64 | OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'` | |
65 | fi | |
a0d0e21e LW |
66 | |
67 | : Proper PATH setting | |
68 | paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin' | |
16d20bd9 | 69 | paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin" |
232e078e | 70 | paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin" |
16d20bd9 | 71 | paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin" |
232e078e AD |
72 | paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb" |
73 | paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin" | |
74 | paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib" | |
75 | paths="$paths /sbin /usr/sbin /usr/libexec" | |
a0d0e21e LW |
76 | |
77 | for p in $paths | |
78 | do | |
8e07c86e AD |
79 | case "$p_$PATH$p_" in |
80 | *$p_$p$p_*) ;; | |
81 | *) test -d $p && PATH=$PATH$p_$p ;; | |
a0d0e21e LW |
82 | esac |
83 | done | |
84 | ||
8e07c86e | 85 | PATH=.$p_$PATH |
2304df62 AD |
86 | export PATH |
87 | ||
a0d0e21e | 88 | : Sanity checks |
2304df62 | 89 | if test ! -t 0; then |
a0d0e21e | 90 | echo "Say 'sh $me', not 'sh <$me'" |
2304df62 AD |
91 | exit 1 |
92 | fi | |
93 | ||
94 | : On HP-UX, large Configure scripts may exercise a bug in /bin/sh | |
95 | if test -f /hp-ux -a -f /bin/ksh; then | |
96 | if (PATH=.; alias -x) >/dev/null 2>&1; then | |
97 | : already under /bin/ksh | |
98 | else | |
99 | cat <<'EOM' | |
100 | (Feeding myself to ksh to avoid nasty sh bug in "here document" expansion.) | |
101 | EOM | |
ecfc5424 | 102 | unset ENV |
2304df62 AD |
103 | exec /bin/ksh $0 "$@" |
104 | fi | |
105 | else | |
106 | : Warn them if they use ksh on other systems | |
107 | (PATH=.; alias -x) >/dev/null 2>&1 && \ | |
a0d0e21e LW |
108 | cat <<EOM |
109 | (I see you are using the Korn shell. Some ksh's blow up on $me, | |
2304df62 AD |
110 | especially on exotic machines. If yours does, try the Bourne shell instead.) |
111 | EOM | |
112 | fi | |
113 | ||
114 | : Configure runs within the UU subdirectory | |
115 | test -d UU || mkdir UU | |
8e07c86e | 116 | cd UU && rm -f ./* |
2304df62 | 117 | |
a0d0e21e | 118 | dynamic_ext='' |
2304df62 | 119 | extensions='' |
a0d0e21e LW |
120 | known_extensions='' |
121 | static_ext='' | |
122 | useposix='' | |
2c7991dc | 123 | usesafe='' |
ecfc5424 | 124 | d_bsd='' |
40a7a20a | 125 | d_eunice='' |
2304df62 AD |
126 | d_xenix='' |
127 | eunicefix='' | |
128 | Mcc='' | |
129 | awk='' | |
130 | bash='' | |
131 | bison='' | |
132 | byacc='' | |
133 | cat='' | |
134 | chgrp='' | |
135 | chmod='' | |
136 | chown='' | |
ecfc5424 | 137 | comm='' |
2304df62 AD |
138 | compress='' |
139 | cp='' | |
140 | cpio='' | |
141 | cpp='' | |
142 | csh='' | |
143 | date='' | |
144 | echo='' | |
145 | egrep='' | |
146 | emacs='' | |
147 | expr='' | |
148 | find='' | |
149 | flex='' | |
150 | gcc='' | |
151 | grep='' | |
152 | inews='' | |
153 | ksh='' | |
154 | less='' | |
155 | line='' | |
156 | lint='' | |
157 | ln='' | |
158 | lp='' | |
159 | lpr='' | |
160 | ls='' | |
161 | mail='' | |
162 | mailx='' | |
163 | make='' | |
164 | mkdir='' | |
165 | more='' | |
166 | mv='' | |
167 | nroff='' | |
168 | perl='' | |
169 | pg='' | |
170 | pmake='' | |
171 | pr='' | |
172 | rm='' | |
173 | rmail='' | |
174 | sed='' | |
175 | sendmail='' | |
176 | sh='' | |
177 | shar='' | |
178 | sleep='' | |
179 | smail='' | |
180 | sort='' | |
181 | submit='' | |
182 | tail='' | |
183 | tar='' | |
184 | tbl='' | |
185 | test='' | |
186 | touch='' | |
187 | tr='' | |
188 | troff='' | |
189 | uname='' | |
190 | uniq='' | |
191 | uuname='' | |
192 | vi='' | |
193 | zcat='' | |
1aef975c | 194 | full_sed='' |
a0d0e21e | 195 | libswanted='' |
2304df62 AD |
196 | hint='' |
197 | myuname='' | |
85e6fe83 LW |
198 | osname='' |
199 | osvers='' | |
2304df62 AD |
200 | Author='' |
201 | Date='' | |
202 | Header='' | |
203 | Id='' | |
204 | Locker='' | |
205 | Log='' | |
206 | RCSfile='' | |
207 | Revision='' | |
208 | Source='' | |
209 | State='' | |
4633a7c4 LW |
210 | ar='' |
211 | archobjs='' | |
212 | exe_ext='' | |
213 | firstmakefile='' | |
214 | lib_ext='' | |
215 | obj_ext='' | |
216 | path_sep='' | |
2304df62 | 217 | afs='' |
a0d0e21e LW |
218 | alignbytes='' |
219 | archlib='' | |
220 | archlibexp='' | |
a0d0e21e LW |
221 | d_archlib='' |
222 | installarchlib='' | |
40000a8c AD |
223 | archname='' |
224 | myarchname='' | |
ecfc5424 | 225 | baserev='' |
2304df62 AD |
226 | bin='' |
227 | binexp='' | |
228 | installbin='' | |
229 | byteorder='' | |
230 | cc='' | |
231 | gccversion='' | |
232 | ccflags='' | |
233 | cppflags='' | |
a78b0d02 | 234 | mab='' |
2304df62 AD |
235 | ldflags='' |
236 | lkflags='' | |
8e07c86e | 237 | locincpth='' |
2304df62 | 238 | optimize='' |
8e07c86e | 239 | cf_email='' |
2304df62 AD |
240 | cf_by='' |
241 | cf_time='' | |
242 | contains='' | |
a0d0e21e | 243 | cpp_stuff='' |
2304df62 AD |
244 | cpplast='' |
245 | cppminus='' | |
246 | cpprun='' | |
247 | cppstdin='' | |
248 | d_access='' | |
a0d0e21e | 249 | d_alarm='' |
ecfc5424 | 250 | d_attribut='' |
2304df62 AD |
251 | d_bcmp='' |
252 | d_bcopy='' | |
253 | d_bzero='' | |
254 | d_casti32='' | |
255 | castflags='' | |
256 | d_castneg='' | |
a0d0e21e LW |
257 | d_chown='' |
258 | d_chroot='' | |
2304df62 | 259 | d_chsize='' |
a0d0e21e LW |
260 | d_closedir='' |
261 | d_void_closedir='' | |
2304df62 AD |
262 | d_const='' |
263 | cryptlib='' | |
264 | d_crypt='' | |
265 | d_csh='' | |
1aef975c | 266 | full_csh='' |
a0d0e21e LW |
267 | d_cuserid='' |
268 | d_dbl_dig='' | |
269 | d_difftime='' | |
270 | d_dlerror='' | |
271 | d_dlopen='' | |
272 | d_dlsymun='' | |
2304df62 | 273 | d_dosuid='' |
a0d0e21e | 274 | d_suidsafe='' |
2304df62 AD |
275 | d_dup2='' |
276 | d_fchmod='' | |
277 | d_fchown='' | |
278 | d_fcntl='' | |
a0d0e21e LW |
279 | d_fd_macros='' |
280 | d_fd_set='' | |
281 | d_fds_bits='' | |
282 | d_fgetpos='' | |
2304df62 AD |
283 | d_flexfnam='' |
284 | d_flock='' | |
a0d0e21e LW |
285 | d_fork='' |
286 | d_fsetpos='' | |
287 | d_Gconvert='' | |
2304df62 AD |
288 | d_getgrps='' |
289 | d_gethent='' | |
290 | aphostname='' | |
291 | d_gethname='' | |
292 | d_phostname='' | |
293 | d_uname='' | |
a0d0e21e | 294 | d_getlogin='' |
2304df62 AD |
295 | d_getpgrp2='' |
296 | d_getpgrp='' | |
a0d0e21e | 297 | d_getppid='' |
2304df62 AD |
298 | d_getprior='' |
299 | d_htonl='' | |
300 | d_isascii='' | |
301 | d_killpg='' | |
302 | d_link='' | |
a0d0e21e LW |
303 | d_locconv='' |
304 | d_lockf='' | |
2304df62 | 305 | d_lstat='' |
a0d0e21e LW |
306 | d_mblen='' |
307 | d_mbstowcs='' | |
308 | d_mbtowc='' | |
2304df62 AD |
309 | d_memcmp='' |
310 | d_memcpy='' | |
311 | d_memmove='' | |
312 | d_memset='' | |
313 | d_mkdir='' | |
a0d0e21e LW |
314 | d_mkfifo='' |
315 | d_mktime='' | |
2304df62 AD |
316 | d_msg='' |
317 | d_msgctl='' | |
318 | d_msgget='' | |
319 | d_msgrcv='' | |
320 | d_msgsnd='' | |
a0d0e21e | 321 | d_nice='' |
2304df62 | 322 | d_open3='' |
a0d0e21e LW |
323 | d_fpathconf='' |
324 | d_pathconf='' | |
325 | d_pause='' | |
326 | d_pipe='' | |
8e07c86e | 327 | d_poll='' |
2304df62 AD |
328 | d_portable='' |
329 | d_readdir='' | |
85e6fe83 LW |
330 | d_rewinddir='' |
331 | d_seekdir='' | |
332 | d_telldir='' | |
a0d0e21e | 333 | d_readlink='' |
2304df62 AD |
334 | d_rename='' |
335 | d_rmdir='' | |
336 | d_safebcpy='' | |
337 | d_safemcpy='' | |
338 | d_select='' | |
339 | d_sem='' | |
340 | d_semctl='' | |
341 | d_semget='' | |
342 | d_semop='' | |
343 | d_setegid='' | |
344 | d_seteuid='' | |
a0d0e21e | 345 | d_setlinebuf='' |
2304df62 AD |
346 | d_setlocale='' |
347 | d_setpgid='' | |
348 | d_setpgrp2='' | |
349 | d_bsdpgrp='' | |
350 | d_setpgrp='' | |
351 | d_setprior='' | |
352 | d_setregid='' | |
353 | d_setresgid='' | |
354 | d_setresuid='' | |
355 | d_setreuid='' | |
356 | d_setrgid='' | |
357 | d_setruid='' | |
358 | d_setsid='' | |
359 | d_shm='' | |
360 | d_shmat='' | |
a0d0e21e LW |
361 | d_shmatprototype='' |
362 | shmattype='' | |
2304df62 AD |
363 | d_shmctl='' |
364 | d_shmdt='' | |
365 | d_shmget='' | |
a5f75d66 | 366 | d_sigsetjmp='' |
2c7991dc | 367 | d_sigaction='' |
368 | d_sigintrp='' | |
369 | d_sigvec='' | |
370 | d_sigvectr='' | |
2304df62 AD |
371 | d_oldsock='' |
372 | d_socket='' | |
373 | d_sockpair='' | |
374 | sockethdr='' | |
375 | socketlib='' | |
376 | d_statblks='' | |
c2960299 AD |
377 | d_stdio_cnt_lval='' |
378 | d_stdio_ptr_lval='' | |
16d20bd9 | 379 | d_stdiobase='' |
2304df62 | 380 | d_stdstdio='' |
16d20bd9 AD |
381 | stdio_base='' |
382 | stdio_bufsiz='' | |
383 | stdio_cnt='' | |
384 | stdio_ptr='' | |
2304df62 AD |
385 | d_index='' |
386 | d_strchr='' | |
a0d0e21e | 387 | d_strcoll='' |
2304df62 AD |
388 | d_strctcpy='' |
389 | d_strerrm='' | |
390 | d_strerror='' | |
391 | d_sysernlst='' | |
392 | d_syserrlst='' | |
a0d0e21e | 393 | d_strxfrm='' |
2304df62 AD |
394 | d_symlink='' |
395 | d_syscall='' | |
a0d0e21e | 396 | d_sysconf='' |
2304df62 | 397 | d_system='' |
a0d0e21e LW |
398 | d_tcgetpgrp='' |
399 | d_tcsetpgrp='' | |
85e6fe83 LW |
400 | d_time='' |
401 | timetype='' | |
2304df62 AD |
402 | clocktype='' |
403 | d_times='' | |
404 | d_truncate='' | |
a0d0e21e LW |
405 | d_tzname='' |
406 | d_umask='' | |
2304df62 | 407 | d_vfork='' |
a0d0e21e | 408 | usevfork='' |
2304df62 AD |
409 | d_voidsig='' |
410 | signal_t='' | |
411 | d_volatile='' | |
412 | d_charvspr='' | |
413 | d_vprintf='' | |
414 | d_wait4='' | |
415 | d_waitpid='' | |
a0d0e21e LW |
416 | d_wcstombs='' |
417 | d_wctomb='' | |
418 | dlext='' | |
85e6fe83 LW |
419 | cccdlflags='' |
420 | ccdlflags='' | |
ecfc5424 | 421 | d_shrplib='' |
2304df62 | 422 | dlsrc='' |
232e078e | 423 | ld='' |
85e6fe83 | 424 | lddlflags='' |
ecfc5424 | 425 | shrpdir='' |
2304df62 | 426 | usedl='' |
a0d0e21e | 427 | fpostype='' |
2304df62 AD |
428 | gidtype='' |
429 | groupstype='' | |
430 | h_fcntl='' | |
431 | h_sysfile='' | |
ecfc5424 AD |
432 | db_hashtype='' |
433 | db_prefixtype='' | |
a0d0e21e | 434 | i_db='' |
2304df62 | 435 | i_dbm='' |
8e07c86e | 436 | i_rpcsvcdbm='' |
2304df62 | 437 | d_dirnamlen='' |
a0d0e21e | 438 | direntrytype='' |
2304df62 | 439 | i_dirent='' |
a0d0e21e | 440 | i_dld='' |
2304df62 AD |
441 | i_dlfcn='' |
442 | i_fcntl='' | |
a0d0e21e | 443 | i_float='' |
2304df62 AD |
444 | i_gdbm='' |
445 | i_grp='' | |
a0d0e21e | 446 | i_limits='' |
4633a7c4 | 447 | i_locale='' |
a0d0e21e LW |
448 | i_malloc='' |
449 | i_math='' | |
85e6fe83 | 450 | i_memory='' |
2304df62 | 451 | i_ndbm='' |
85e6fe83 | 452 | i_neterrno='' |
2304df62 AD |
453 | i_niin='' |
454 | i_sysin='' | |
455 | d_pwage='' | |
456 | d_pwchange='' | |
457 | d_pwclass='' | |
458 | d_pwcomment='' | |
459 | d_pwexpire='' | |
460 | d_pwquota='' | |
461 | i_pwd='' | |
2304df62 | 462 | i_stddef='' |
a0d0e21e | 463 | i_stdlib='' |
2304df62 AD |
464 | i_string='' |
465 | strings='' | |
466 | i_sysdir='' | |
467 | i_sysfile='' | |
468 | d_voidtty='' | |
469 | i_bsdioctl='' | |
a0d0e21e | 470 | i_sysfilio='' |
2304df62 AD |
471 | i_sysioctl='' |
472 | i_syssockio='' | |
473 | i_sysndir='' | |
a0d0e21e | 474 | i_sysparam='' |
2304df62 | 475 | i_sysselct='' |
1aef975c | 476 | i_sysstat='' |
a0d0e21e | 477 | i_systimes='' |
fed7345c | 478 | i_systypes='' |
25f94b33 | 479 | i_sysun='' |
2304df62 AD |
480 | i_sgtty='' |
481 | i_termio='' | |
482 | i_termios='' | |
483 | i_systime='' | |
484 | i_systimek='' | |
485 | i_time='' | |
486 | timeincl='' | |
85e6fe83 | 487 | i_unistd='' |
2304df62 | 488 | i_utime='' |
a0d0e21e | 489 | i_stdarg='' |
2304df62 AD |
490 | i_varargs='' |
491 | i_varhdr='' | |
492 | i_vfork='' | |
493 | intsize='' | |
2304df62 | 494 | libc='' |
a0d0e21e | 495 | glibpth='' |
2304df62 | 496 | libpth='' |
8e07c86e | 497 | loclibpth='' |
2304df62 AD |
498 | plibpth='' |
499 | xlibpth='' | |
500 | libs='' | |
85e6fe83 LW |
501 | lns='' |
502 | lseektype='' | |
503 | d_mymalloc='' | |
94b6baf5 | 504 | freetype='' |
2304df62 AD |
505 | mallocobj='' |
506 | mallocsrc='' | |
507 | malloctype='' | |
508 | usemymalloc='' | |
16d20bd9 AD |
509 | installman1dir='' |
510 | man1dir='' | |
511 | man1direxp='' | |
512 | man1ext='' | |
513 | installman3dir='' | |
514 | man3dir='' | |
515 | man3direxp='' | |
516 | man3ext='' | |
2304df62 AD |
517 | huge='' |
518 | large='' | |
519 | medium='' | |
520 | models='' | |
521 | small='' | |
522 | split='' | |
a0d0e21e | 523 | modetype='' |
2304df62 AD |
524 | mydomain='' |
525 | myhostname='' | |
526 | phostname='' | |
527 | c='' | |
528 | n='' | |
8e07c86e AD |
529 | d_eofnblk='' |
530 | eagain='' | |
531 | o_nonblock='' | |
532 | rd_nodata='' | |
2304df62 AD |
533 | groupcat='' |
534 | hostcat='' | |
535 | passcat='' | |
4633a7c4 LW |
536 | d_oldarchlib='' |
537 | oldarchlib='' | |
538 | oldarchlibexp='' | |
85e6fe83 LW |
539 | orderlib='' |
540 | ranlib='' | |
2304df62 AD |
541 | package='' |
542 | spackage='' | |
2c7991dc | 543 | pager='' |
ecfc5424 | 544 | patchlevel='' |
8e07c86e | 545 | perladmin='' |
4633a7c4 | 546 | perlpath='' |
a0d0e21e | 547 | prefix='' |
1aef975c | 548 | prefixexp='' |
2304df62 AD |
549 | installprivlib='' |
550 | privlib='' | |
551 | privlibexp='' | |
552 | prototype='' | |
553 | randbits='' | |
554 | installscript='' | |
555 | scriptdir='' | |
556 | scriptdirexp='' | |
a0d0e21e | 557 | selecttype='' |
2304df62 | 558 | sig_name='' |
8e07c86e | 559 | sig_num='' |
4633a7c4 LW |
560 | installsitearch='' |
561 | sitearch='' | |
562 | sitearchexp='' | |
25f94b33 AD |
563 | installsitelib='' |
564 | sitelib='' | |
565 | sitelibexp='' | |
a0d0e21e LW |
566 | sizetype='' |
567 | so='' | |
2304df62 AD |
568 | sharpbang='' |
569 | shsharp='' | |
570 | spitshell='' | |
a0d0e21e | 571 | ssizetype='' |
4633a7c4 | 572 | startperl='' |
2304df62 AD |
573 | startsh='' |
574 | stdchar='' | |
f55a7265 | 575 | subversion='' |
2304df62 AD |
576 | sysman='' |
577 | uidtype='' | |
578 | nm_opt='' | |
40a7a20a | 579 | nm_so_opt='' |
2304df62 AD |
580 | runnm='' |
581 | usenm='' | |
582 | incpath='' | |
583 | mips='' | |
584 | mips_type='' | |
585 | usrinc='' | |
586 | defvoidused='' | |
587 | voidflags='' | |
2304df62 AD |
588 | CONFIG='' |
589 | ||
ecfc5424 AD |
590 | define='define' |
591 | undef='undef' | |
592 | smallmach='pdp11 i8086 z8000 i80286 iAPX286' | |
593 | rmlist='' | |
594 | ||
595 | : We must find out about Eunice early | |
596 | eunicefix=':' | |
597 | if test -f /etc/unixtovms; then | |
598 | eunicefix=/etc/unixtovms | |
599 | fi | |
600 | if test -f /etc/unixtovms.exe; then | |
601 | eunicefix=/etc/unixtovms.exe | |
602 | fi | |
603 | ||
604 | : list of known cpp symbols, sorted alphabetically | |
605 | al="AMIX BIT_MSF BSD BSD4_3 BSD_NET2 CMU CRAY DGUX DOLPHIN DPX2" | |
606 | al="$al GO32 GOULD_PN HP700 I386 I80960 I960 Lynx M68000 M68K MACH" | |
607 | al="$al MIPSEB MIPSEL MSDOS MTXINU MULTIMAX MVS" | |
608 | al="$al M_COFF M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM" | |
609 | al="$al M_SYS3 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX" | |
610 | al="$al NeXT OCS88 OSF1 PARISC PC532 PORTAR POSIX" | |
611 | al="$al PWB R3000 RES RISC6000 RT Sun386i SVR3 SVR4" | |
612 | al="$al SYSTYPE_BSD SYSTYPE_SVR4 SYSTYPE_SYSV Tek4132 Tek4300" | |
613 | al="$al UMAXV USGr4 USGr4_2 UTEK UTS UTek UnicomPBB UnicomPBD Utek" | |
614 | al="$al VMS Xenix286" | |
615 | al="$al _AIX _AIX32 _AIX370 _AM29000 _COFF _CRAY _CX_UX _EPI" | |
616 | al="$al _IBMESA _IBMR2 _M88K _M88KBCS_TARGET" | |
617 | al="$al _MIPSEB _MIPSEL _M_COFF _M_I86 _M_I86SM _M_SYS3" | |
618 | al="$al _M_SYS5 _M_SYSIII _M_SYSV _M_UNIX _M_XENIX _NLS _PGC_ _R3000" | |
619 | al="$al _SYSTYPE_BSD _SYSTYPE_BSD43 _SYSTYPE_SVR4" | |
620 | al="$al _SYSTYPE_SYSV _SYSV3 _U370 _UNICOS" | |
621 | al="$al __386BSD__ __BIG_ENDIAN __BIG_ENDIAN__ __BSD_4_4__" | |
622 | al="$al __DGUX__ __DPX2__ __H3050R __H3050RX" | |
623 | al="$al __LITTLE_ENDIAN __LITTLE_ENDIAN__ __MACH__" | |
624 | al="$al __MIPSEB __MIPSEB__ __MIPSEL __MIPSEL__" | |
625 | al="$al __Next__ __OSF1__ __PARAGON__ __PGC__ __PWB __STDC__" | |
626 | al="$al __SVR4_2__ __UMAXV__" | |
627 | al="$al ____386BSD____ __alpha __alpha__ __amiga" | |
628 | al="$al __bsd4_2 __bsd4_2__ __bsdi__ __convex__" | |
629 | al="$al __host_mips__" | |
630 | al="$al __hp9000s200 __hp9000s300 __hp9000s400 __hp9000s500" | |
631 | al="$al __hp9000s500 __hp9000s700 __hp9000s800" | |
632 | al="$al __hppa __hpux __hp_osf __i286 __i286__ __i386 __i386__" | |
633 | al="$al __i486 __i486__ __i860 __i860__ __ibmesa __ksr1__ __linux__" | |
634 | al="$al __m68k __m68k__ __m88100__ __m88k __m88k__" | |
635 | al="$al __mc68000 __mc68000__ __mc68020 __mc68020__" | |
636 | al="$al __mc68030 __mc68030__ __mc68040 __mc68040__" | |
637 | al="$al __mc88100 __mc88100__ __mips __mips__" | |
638 | al="$al __motorola__ __osf__ __pa_risc __sparc__ __stdc__" | |
639 | al="$al __sun __sun__ __svr3__ __svr4__ __ultrix __ultrix__" | |
640 | al="$al __unix __unix__ __uxpm__ __uxps__ __vax __vax__" | |
641 | al="$al _host_mips _mips _unix" | |
642 | al="$al a29k aegis aix aixpc alliant alpha am29000 amiga ansi ardent" | |
643 | al="$al apollo ardent att386 att3b" | |
644 | al="$al bsd bsd43 bsd4_2 bsd4_3 bsd4_4 bsdi bull" | |
645 | al="$al cadmus clipper concurrent convex cray ctix" | |
646 | al="$al dmert encore gcos gcx gimpel gould" | |
647 | al="$al hbullx20 hcx host_mips hp200 hp300 hp700 hp800" | |
648 | al="$al hp9000 hp9000s300 hp9000s400 hp9000s500" | |
649 | al="$al hp9000s700 hp9000s800 hp9k8 hppa hpux" | |
650 | al="$al i186 i286 i386 i486 i8086" | |
651 | al="$al i80960 i860 iAPX286 ibm ibm032 ibmrt interdata is68k" | |
652 | al="$al ksr1 linux luna luna88k m68k m88100 m88k" | |
653 | al="$al mc300 mc500 mc68000 mc68010 mc68020 mc68030" | |
654 | al="$al mc68040 mc68060 mc68k mc68k32 mc700" | |
655 | al="$al mc88000 mc88100 merlin mert mips mvs n16" | |
656 | al="$al ncl_el ncl_mr" | |
657 | al="$al news1500 news1700 news1800 news1900 news3700" | |
658 | al="$al news700 news800 news900 ns16000 ns32000" | |
659 | al="$al ns32016 ns32332 ns32k nsc32000 os osf" | |
660 | al="$al parisc pc532 pdp11 plexus posix pyr" | |
661 | al="$al riscix riscos scs sequent sgi sinix sony sony_news" | |
662 | al="$al sonyrisc sparc sparclite spectrum stardent stratos" | |
663 | al="$al sun sun3 sun386 svr4 sysV68 sysV88" | |
664 | al="$al titan tower tower32 tower32_200 tower32_600 tower32_700" | |
665 | al="$al tower32_800 tower32_850 tss u370 u3b u3b2 u3b20 u3b200" | |
666 | al="$al u3b20d u3b5 ultrix unix unixpc unos vax venix vms" | |
667 | al="$al xenix z8000" | |
668 | ||
ecfc5424 AD |
669 | groupstype='' |
670 | i_whoami='' | |
8e07c86e AD |
671 | : default library list |
672 | libswanted='' | |
673 | : set useposix=false in your hint file to disable the POSIX extension. | |
674 | useposix=true | |
2c7991dc | 675 | : set usesafe=false in your hint if you want to skip the Safe extension. |
676 | usesafe=true | |
40a7a20a | 677 | : Define several unixisms. These can be used in hint files. |
25f94b33 AD |
678 | exe_ext='' |
679 | : Extra object files, if any, needed on this platform. | |
680 | archobjs='' | |
8e07c86e | 681 | : Possible local include directories to search. |
25f94b33 | 682 | : Set locincpth to "" in a hint file to defeat local include searches. |
8e07c86e AD |
683 | locincpth="/usr/local/include /opt/local/include /usr/gnu/include" |
684 | locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include" | |
685 | : | |
686 | : no include file wanted by default | |
687 | inclwanted='' | |
688 | ||
ecfc5424 AD |
689 | : change the next line if compiling for Xenix/286 on Xenix/386 |
690 | xlibpth='/usr/lib/386 /lib/386' | |
691 | ||
8e07c86e AD |
692 | : Possible local library directories to search. |
693 | loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" | |
694 | loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" | |
695 | ||
ecfc5424 | 696 | : general looking path for locating libraries |
8e07c86e AD |
697 | glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" |
698 | glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" | |
699 | glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" | |
ecfc5424 AD |
700 | |
701 | : Private path used by Configure to find libraries. Its value | |
702 | : is prepended to libpth. This variable takes care of special | |
703 | : machines, like the mips. Usually, it should be empty. | |
704 | plibpth='' | |
705 | ||
ecfc5424 AD |
706 | : full support for void wanted by default |
707 | defvoidused=15 | |
708 | ||
ecfc5424 AD |
709 | : List of libraries we want. |
710 | libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' | |
711 | libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" | |
712 | libswanted="$libswanted ucb bsd BSD PW x" | |
1aef975c | 713 | : We probably want to search /usr/shlib before most other libraries. |
94b6baf5 | 714 | : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. |
ecfc5424 AD |
715 | glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` |
716 | glibpth="/usr/shlib $glibpth" | |
717 | : Do not use vfork unless overridden by a hint file. | |
718 | usevfork=false | |
719 | ||
2304df62 AD |
720 | : script used to extract .SH files with variable substitutions |
721 | cat >extract <<'EOS' | |
722 | CONFIG=true | |
723 | echo "Doing variable substitutions on .SH files..." | |
724 | if test -f MANIFEST; then | |
a0d0e21e LW |
725 | shlist=`awk '{print $1}' <MANIFEST | grep '\.SH'` |
726 | : Pick up possible extension manifests. | |
727 | for dir in ext/* ; do | |
728 | if test -f $dir/MANIFEST; then | |
729 | xxx=`awk '{print $1}' < $dir/MANIFEST | | |
730 | sed -n "/\.SH$/ s@^@$dir/@p"` | |
731 | shlist="$shlist $xxx" | |
732 | fi | |
733 | done | |
734 | set x $shlist | |
2304df62 AD |
735 | else |
736 | echo "(Looking for .SH files under the current directory.)" | |
737 | set x `find . -name "*.SH" -print` | |
738 | fi | |
739 | shift | |
740 | case $# in | |
741 | 0) set x *.SH; shift;; | |
742 | esac | |
743 | if test ! -f $1; then | |
744 | shift | |
745 | fi | |
746 | for file in $*; do | |
747 | case "$file" in | |
748 | */*) | |
749 | dir=`expr X$file : 'X\(.*\)/'` | |
750 | file=`expr X$file : 'X.*/\(.*\)'` | |
751 | (cd $dir && . ./$file) | |
752 | ;; | |
753 | *) | |
754 | . ./$file | |
755 | ;; | |
756 | esac | |
757 | done | |
758 | if test -f config_h.SH; then | |
759 | if test ! -f config.h; then | |
760 | : oops, they left it out of MANIFEST, probably, so do it anyway. | |
761 | . ./config_h.SH | |
762 | fi | |
763 | fi | |
764 | EOS | |
765 | ||
766 | : produce awk script to parse command line options | |
767 | cat >options.awk <<'EOF' | |
768 | BEGIN { | |
16d20bd9 | 769 | optstr = "dD:eEf:hKOrsSU:V"; # getopt-style specification |
2304df62 AD |
770 | |
771 | len = length(optstr); | |
772 | for (i = 1; i <= len; i++) { | |
773 | c = substr(optstr, i, 1); | |
774 | if (i < len) a = substr(optstr, i + 1, 1); else a = ""; | |
775 | if (a == ":") { | |
776 | arg[c] = 1; | |
777 | i++; | |
778 | } | |
779 | opt[c] = 1; | |
780 | } | |
781 | } | |
782 | { | |
783 | expect = 0; | |
784 | str = $0; | |
785 | if (substr(str, 1, 1) != "-") { | |
786 | printf("'%s'\n", str); | |
787 | next; | |
788 | } | |
789 | len = length($0); | |
790 | for (i = 2; i <= len; i++) { | |
791 | c = substr(str, i, 1); | |
792 | if (!opt[c]) { | |
793 | printf("-%s\n", substr(str, i)); | |
794 | next; | |
795 | } | |
796 | printf("-%s\n", c); | |
797 | if (arg[c]) { | |
798 | if (i < len) | |
799 | printf("'%s'\n", substr(str, i + 1)); | |
800 | else | |
801 | expect = 1; | |
802 | next; | |
803 | } | |
804 | } | |
805 | } | |
806 | END { | |
807 | if (expect) | |
808 | print "?"; | |
809 | } | |
810 | EOF | |
811 | ||
812 | : process the command line options | |
4633a7c4 LW |
813 | set X `for arg in "$@"; do echo "X$arg"; done | |
814 | sed -e s/X// | awk -f options.awk` | |
2304df62 AD |
815 | eval "set $*" |
816 | shift | |
817 | rm -f options.awk | |
818 | ||
819 | : set up default values | |
820 | fastread='' | |
821 | reuseval=false | |
822 | config_sh='' | |
823 | alldone='' | |
824 | error='' | |
825 | silent='' | |
826 | extractsh='' | |
ecfc5424 | 827 | override='' |
16d20bd9 | 828 | knowitall='' |
1aef975c | 829 | rm -f optdef.sh |
2304df62 AD |
830 | |
831 | : option parsing | |
832 | while test $# -gt 0; do | |
833 | case "$1" in | |
834 | -d) shift; fastread=yes;; | |
835 | -e) shift; alldone=cont;; | |
836 | -f) | |
837 | shift | |
838 | cd .. | |
839 | if test -r "$1"; then | |
840 | config_sh="$1" | |
841 | else | |
a0d0e21e | 842 | echo "$me: cannot read config file $1." >&2 |
2304df62 AD |
843 | error=true |
844 | fi | |
845 | cd UU | |
846 | shift;; | |
847 | -h) shift; error=true;; | |
848 | -r) shift; reuseval=true;; | |
849 | -s) shift; silent=true;; | |
850 | -E) shift; alldone=exit;; | |
16d20bd9 | 851 | -K) shift; knowitall=true;; |
ecfc5424 | 852 | -O) shift; override=true;; |
2304df62 | 853 | -S) shift; extractsh=true;; |
a0d0e21e LW |
854 | -D) |
855 | shift | |
856 | case "$1" in | |
857 | *=) | |
858 | echo "$me: use '-U symbol=', not '-D symbol='." >&2 | |
859 | echo "$me: ignoring -D $1" >&2 | |
860 | ;; | |
ecfc5424 | 861 | *=*) echo "$1" | \ |
1aef975c AD |
862 | sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;; |
863 | *) echo "$1='define'" >> optdef.sh;; | |
a0d0e21e LW |
864 | esac |
865 | shift | |
866 | ;; | |
867 | -U) | |
868 | shift | |
869 | case "$1" in | |
1aef975c | 870 | *=) echo "$1" >> optdef.sh;; |
a0d0e21e LW |
871 | *=*) |
872 | echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2 | |
873 | echo "$me: ignoring -U $1" >&2 | |
874 | ;; | |
1aef975c | 875 | *) echo "$1='undef'" >> optdef.sh;; |
a0d0e21e LW |
876 | esac |
877 | shift | |
878 | ;; | |
2c7991dc | 879 | -V) echo "$me generated by metaconfig 3.0 PL60." >&2 |
2304df62 AD |
880 | exit 0;; |
881 | --) break;; | |
a0d0e21e | 882 | -*) echo "$me: unknown option $1" >&2; shift; error=true;; |
2304df62 AD |
883 | *) break;; |
884 | esac | |
885 | done | |
886 | ||
887 | case "$error" in | |
888 | true) | |
889 | cat >&2 <<EOM | |
16d20bd9 | 890 | Usage: $me [-dehrEKOSV] [-f config.sh] [-D symbol] [-D symbol=value] |
a0d0e21e | 891 | [-U symbol] [-U symbol=] |
2304df62 AD |
892 | -d : use defaults for all answers. |
893 | -e : go on without questioning past the production of config.sh. | |
894 | -f : specify an alternate default configuration file. | |
895 | -h : print this help message and exit (with an error status). | |
896 | -r : reuse C symbols value if possible (skips costly nm extraction). | |
897 | -s : silent mode, only echoes questions and essential information. | |
a0d0e21e LW |
898 | -D : define symbol to have some value: |
899 | -D symbol symbol gets the value 'define' | |
900 | -D symbol=value symbol gets the value 'value' | |
2304df62 | 901 | -E : stop at the end of questions, after having produced config.sh. |
16d20bd9 | 902 | -K : do not use unless you know what you are doing. |
ecfc5424 | 903 | -O : let -D and -U override definitions from loaded configuration file. |
2304df62 | 904 | -S : perform variable substitutions on all .SH files (can mix with -f) |
a0d0e21e LW |
905 | -U : undefine symbol: |
906 | -U symbol symbol gets the value 'undef' | |
907 | -U symbol= symbol gets completely empty | |
2304df62 AD |
908 | -V : print version number and exit (with a zero status). |
909 | EOM | |
910 | exit 1 | |
911 | ;; | |
912 | esac | |
913 | ||
914 | exec 4>&1 | |
915 | case "$silent" in | |
916 | true) exec 1>/dev/null;; | |
917 | esac | |
918 | ||
ecfc5424 | 919 | : run the defines and the undefines, if any, but leave the file out there... |
1aef975c AD |
920 | touch optdef.sh |
921 | . ./optdef.sh | |
a0d0e21e | 922 | |
2304df62 AD |
923 | case "$extractsh" in |
924 | true) | |
925 | case "$config_sh" in | |
926 | '') config_sh='config.sh'; config='./config.sh';; | |
927 | /*) config="$config_sh";; | |
928 | *) config="./$config_sh";; | |
929 | esac | |
930 | echo " " | |
931 | echo "Fetching answers from $config_sh..." | |
932 | cd .. | |
933 | . $config | |
1aef975c | 934 | test "$override" && . ./optdef.sh |
2304df62 AD |
935 | echo " " |
936 | . ./UU/extract | |
937 | rm -rf UU | |
938 | echo "Done." | |
939 | exit 0 | |
940 | ;; | |
941 | esac | |
942 | ||
943 | : set package name | |
85e6fe83 | 944 | package=perl5 |
1aef975c AD |
945 | first=`echo $package | sed -e 's/^\(.\).*/\1/'` |
946 | last=`echo $package | sed -e 's/^.\(.*\)/\1/'` | |
947 | case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in | |
948 | ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;; | |
949 | *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;; | |
950 | esac | |
2304df62 AD |
951 | |
952 | : Eunice requires " " instead of "", can you believe it | |
953 | echo " " | |
954 | : Here we go... | |
955 | echo "Beginning of configuration questions for $package." | |
956 | ||
1aef975c | 957 | trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15 |
2304df62 | 958 | |
2304df62 AD |
959 | : Some greps do not return status, grrr. |
960 | echo "grimblepritz" >grimble | |
961 | if grep blurfldyick grimble >/dev/null 2>&1 ; then | |
962 | contains=contains | |
963 | elif grep grimblepritz grimble >/dev/null 2>&1 ; then | |
964 | contains=grep | |
965 | else | |
966 | contains=contains | |
967 | fi | |
968 | rm -f grimble | |
969 | : the following should work in any shell | |
970 | case "$contains" in | |
971 | contains*) | |
972 | echo " " | |
973 | echo "AGH! Grep doesn't return a status. Attempting remedial action." | |
974 | cat >contains <<'EOSS' | |
975 | grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp | |
976 | EOSS | |
977 | chmod +x contains | |
978 | esac | |
979 | ||
980 | : first determine how to suppress newline on echo command | |
981 | echo " " | |
982 | echo "Checking echo to see how to suppress newlines..." | |
983 | (echo "hi there\c" ; echo " ") >.echotmp | |
984 | if $contains c .echotmp >/dev/null 2>&1 ; then | |
985 | echo "...using -n." | |
986 | n='-n' | |
987 | c='' | |
988 | else | |
989 | cat <<'EOM' | |
990 | ...using \c | |
991 | EOM | |
992 | n='' | |
993 | c='\c' | |
994 | fi | |
995 | echo $n "The star should be here-->$c" | |
996 | echo '*' | |
997 | rm -f .echotmp | |
998 | ||
999 | : Now test for existence of everything in MANIFEST | |
1000 | echo " " | |
1001 | if test -f ../MANIFEST; then | |
1002 | echo "First let's make sure your kit is complete. Checking..." >&4 | |
1003 | awk '$1 !~ /PACK[A-Z]+/ {print $1}' ../MANIFEST | split -50 | |
1004 | rm -f missing | |
1005 | for filelist in x??; do | |
1006 | (cd ..; ls `cat UU/$filelist` >/dev/null 2>>UU/missing) | |
1007 | done | |
1008 | if test -s missing; then | |
1009 | cat missing >&4 | |
1010 | cat >&4 <<'EOM' | |
1011 | ||
1012 | THIS PACKAGE SEEMS TO BE INCOMPLETE. | |
1013 | ||
1014 | You have the option of continuing the configuration process, despite the | |
1015 | distinct possibility that your kit is damaged, by typing 'y'es. If you | |
1016 | do, don't blame me if something goes wrong. I advise you to type 'n'o | |
a5f75d66 | 1017 | and contact the author (doughera@lafcol.lafayette.edu). |
2304df62 AD |
1018 | |
1019 | EOM | |
1020 | echo $n "Continue? [n] $c" >&4 | |
1021 | read ans | |
1022 | case "$ans" in | |
1023 | y*) | |
1024 | echo "Continuing..." >&4 | |
1025 | rm -f missing | |
1026 | ;; | |
1027 | *) | |
1028 | echo "ABORTING..." >&4 | |
1029 | kill $$ | |
1030 | ;; | |
1031 | esac | |
1032 | else | |
1033 | echo "Looks good..." >&4 | |
1034 | fi | |
1035 | else | |
1036 | echo "There is no MANIFEST file. I hope your kit is complete !" | |
1037 | fi | |
1038 | rm -f missing x?? | |
1039 | ||
1040 | : compute the number of columns on the terminal for proper question formatting | |
1041 | case "$COLUMNS" in | |
1042 | '') COLUMNS='80';; | |
1043 | esac | |
1044 | ||
1045 | : set up the echo used in my read | |
1046 | myecho="case \"\$xxxm\" in | |
1047 | '') echo $n \"\$rp $c\" >&4;; | |
1048 | *) case \"\$rp\" in | |
1049 | '') echo $n \"[\$xxxm] $c\";; | |
1050 | *) | |
1051 | if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then | |
1052 | echo \"\$rp\" >&4 | |
1053 | echo $n \"[\$xxxm] $c\" >&4 | |
1054 | else | |
1055 | echo $n \"\$rp [\$xxxm] $c\" >&4 | |
1056 | fi | |
1057 | ;; | |
1058 | esac;; | |
1059 | esac" | |
1060 | ||
1061 | : now set up to do reads with possible shell escape and default assignment | |
1062 | cat <<EOSC >myread | |
1063 | xxxm=\$dflt | |
1064 | $myecho | |
1065 | ans='!' | |
1066 | case "\$fastread" in | |
1067 | yes) case "\$dflt" in | |
1068 | '') ;; | |
1069 | *) ans=''; | |
1070 | case "\$silent-\$rp" in | |
1071 | true-) ;; | |
1072 | *) echo " " >&4;; | |
1073 | esac;; | |
1074 | esac;; | |
1075 | *) case "\$silent" in | |
1076 | true) case "\$rp" in | |
1077 | '') ans='';; | |
1078 | esac;; | |
1079 | esac;; | |
1080 | esac | |
1081 | while expr "X\$ans" : "X!" >/dev/null; do | |
1082 | read answ | |
1083 | set x \$xxxm | |
1084 | shift | |
1085 | aok=''; eval "ans=\"\$answ\"" && aok=y | |
1086 | case "\$answ" in | |
1087 | "\$ans") | |
1088 | case "\$ans" in | |
ecfc5424 AD |
1089 | \\&*) |
1090 | set x \`expr "X\$ans" : "X&\(.*\)\$"\` | |
1091 | shift | |
1092 | case "\$1" in | |
1093 | -d) | |
1094 | fastread=yes | |
40a7a20a | 1095 | echo "(OK, I'll run with -d after this question.)" >&4 |
ecfc5424 AD |
1096 | ;; |
1097 | -*) | |
40a7a20a | 1098 | echo "*** Sorry, \$1 not supported yet." >&4 |
ecfc5424 AD |
1099 | ;; |
1100 | esac | |
1101 | $myecho | |
1102 | ans=! | |
1103 | ;; | |
2304df62 AD |
1104 | "!") |
1105 | sh 1>&4 | |
1106 | echo " " | |
1107 | $myecho | |
1108 | ;; | |
1109 | !*) | |
1110 | set x \`expr "X\$ans" : "X!\(.*\)\$"\` | |
1111 | shift | |
1112 | sh 1>&4 -c "\$*" | |
1113 | echo " " | |
1114 | $myecho | |
1115 | ;; | |
1116 | esac;; | |
1117 | *) | |
1118 | case "\$aok" in | |
1119 | y) | |
1120 | echo "*** Substitution done -- please confirm." | |
1121 | xxxm="\$ans" | |
1122 | ans=\`echo $n "\$ans$c" | tr '\012' ' '\` | |
1123 | xxxm="\$ans" | |
1124 | ans=! | |
1125 | ;; | |
1126 | *) | |
1127 | echo "*** Error -- try again." | |
1128 | ans=! | |
1129 | ;; | |
1130 | esac | |
1131 | $myecho | |
1132 | ;; | |
1133 | esac | |
1134 | case "\$ans\$xxxm\$nostick" in | |
1135 | '') | |
1136 | ans=! | |
1137 | $myecho | |
1138 | ;; | |
1139 | esac | |
1140 | done | |
1141 | case "\$ans" in | |
1142 | '') ans="\$xxxm";; | |
1143 | esac | |
1144 | EOSC | |
1145 | ||
1146 | : create .config dir to save info across Configure sessions | |
1147 | test -d ../.config || mkdir ../.config | |
1148 | cat >../.config/README <<EOF | |
1149 | This directory created by Configure to save information that should | |
1150 | persist across sessions. | |
1151 | ||
1152 | You may safely delete it if you wish. | |
1153 | EOF | |
1154 | ||
1155 | : general instructions | |
1156 | needman=true | |
1157 | firsttime=true | |
1158 | user=`( (logname) 2>/dev/null || whoami) 2>&1` | |
1159 | if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then | |
1160 | firsttime=false | |
1161 | echo " " | |
1162 | rp='Would you like to see the instructions?' | |
1163 | dflt=n | |
1164 | . ./myread | |
1165 | case "$ans" in | |
1166 | [yY]*) ;; | |
1167 | *) needman=false;; | |
1168 | esac | |
1169 | fi | |
1170 | if $needman; then | |
1171 | cat <<EOH | |
1172 | ||
1173 | This installation shell script will examine your system and ask you questions | |
a0d0e21e | 1174 | to determine how the perl5 package should be installed. If you get |
2304df62 AD |
1175 | stuck on a question, you may use a ! shell escape to start a subshell or |
1176 | execute a command. Many of the questions will have default answers in square | |
1177 | brackets; typing carriage return will give you the default. | |
1178 | ||
1179 | On some of the questions which ask for file or directory names you are allowed | |
1180 | to use the ~name construct to specify the login directory belonging to "name", | |
1181 | even if you don't have a shell which knows about that. Questions where this is | |
1182 | allowed will be marked "(~name ok)". | |
1183 | ||
1184 | EOH | |
1185 | rp='' | |
1186 | dflt='Type carriage return to continue' | |
1187 | . ./myread | |
1188 | cat <<'EOH' | |
1189 | ||
1190 | The prompter used in this script allows you to use shell variables and | |
1191 | backticks in your answers. You may use $1, $2, etc... to refer to the words | |
1192 | in the default answer, as if the default line was a set of arguments given to a | |
1193 | script shell. This means you may also use $* to repeat the whole default line, | |
1194 | so you do not have to re-type everything to add something to the default. | |
1195 | ||
1196 | Everytime there is a substitution, you will have to confirm. If there is an | |
1197 | error (e.g. an unmatched backtick), the default answer will remain unchanged | |
1198 | and you will be prompted again. | |
1199 | ||
1200 | If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all | |
1201 | the questions and use the computed defaults (or the previous answers if there | |
1202 | was already a config.sh file). Type 'Configure -h' for a list of options. | |
ecfc5424 AD |
1203 | You may also start interactively and then answer '& -d' at any prompt to turn |
1204 | on the non-interactive behaviour for the remaining of the execution. | |
2304df62 AD |
1205 | |
1206 | EOH | |
1207 | . ./myread | |
1208 | cat <<EOH | |
1209 | ||
1210 | Much effort has been expended to ensure that this shell script will run on any | |
1211 | Unix system. If despite that it blows up on yours, your best bet is to edit | |
40000a8c AD |
1212 | Configure and run it again. If you can't run Configure for some reason, |
1213 | you'll have to generate a config.sh file by hand. Whatever problems you | |
a5f75d66 | 1214 | have, let me (doughera@lafcol.lafayette.edu) know how I blew it. |
2304df62 AD |
1215 | |
1216 | This installation script affects things in two ways: | |
1217 | ||
1218 | 1) it may do direct variable substitutions on some of the files included | |
1219 | in this kit. | |
1220 | 2) it builds a config.h file for inclusion in C programs. You may edit | |
1221 | any of these files as the need arises after running this script. | |
1222 | ||
1223 | If you make a mistake on a question, there is no easy way to back up to it | |
1224 | currently. The easiest thing to do is to edit config.sh and rerun all the SH | |
1225 | files. Configure will offer to let you do this before it runs the SH files. | |
1226 | ||
1227 | EOH | |
1228 | dflt='Type carriage return to continue' | |
1229 | . ./myread | |
1230 | case "$firsttime" in | |
1231 | true) echo $user >>../.config/instruct;; | |
1232 | esac | |
1233 | fi | |
1234 | ||
1235 | : see if sh knows # comments | |
1236 | echo " " | |
1237 | echo "Checking your sh to see if it knows about # comments..." >&4 | |
ecfc5424 | 1238 | if `sh -c '#' >/dev/null 2>&1`; then |
2304df62 AD |
1239 | echo "Your sh handles # comments correctly." |
1240 | shsharp=true | |
1241 | spitshell=cat | |
1242 | echo " " | |
1243 | echo "Okay, let's see if #! works on this system..." | |
a0d0e21e | 1244 | xcat=/bin/cat |
ecfc5424 | 1245 | test -f $xcat || xcat=/usr/bin/cat |
a0d0e21e | 1246 | echo "#!$xcat" >try |
2304df62 AD |
1247 | $eunicefix try |
1248 | chmod +x try | |
1249 | ./try > today | |
1250 | if test -s today; then | |
1251 | echo "It does." | |
1252 | sharpbang='#!' | |
1253 | else | |
a0d0e21e | 1254 | echo "#! $xcat" > try |
2304df62 AD |
1255 | $eunicefix try |
1256 | chmod +x try | |
1257 | ./try > today | |
1258 | if test -s today; then | |
1259 | echo "It does." | |
1260 | sharpbang='#! ' | |
1261 | else | |
1262 | echo "It's just a comment." | |
1263 | sharpbang=': use ' | |
1264 | fi | |
1265 | fi | |
1266 | else | |
1267 | echo "Your sh doesn't grok # comments--I will strip them later on." | |
1268 | shsharp=false | |
a0d0e21e | 1269 | cd .. |
2304df62 AD |
1270 | echo "exec grep -v '^[ ]*#'" >spitshell |
1271 | chmod +x spitshell | |
1272 | $eunicefix spitshell | |
1273 | spitshell=`pwd`/spitshell | |
a0d0e21e | 1274 | cd UU |
2304df62 AD |
1275 | echo "I presume that if # doesn't work, #! won't work either!" |
1276 | sharpbang=': use ' | |
1277 | fi | |
1278 | rm -f try today | |
1279 | ||
1280 | : figure out how to guarantee sh startup | |
1281 | echo " " | |
1282 | echo "Checking out how to guarantee sh startup..." >&4 | |
1283 | case "$SYSTYPE" in | |
1284 | *bsd*|sys5*) startsh=$sharpbang"/$SYSTYPE/bin/sh";; | |
1285 | *) startsh=$sharpbang'/bin/sh';; | |
1286 | esac | |
1287 | echo "Let's see if '$startsh' works..." | |
1288 | cat >try <<EOSS | |
1289 | $startsh | |
1290 | set abc | |
1291 | test "$?abc" != 1 | |
1292 | EOSS | |
1293 | ||
1294 | chmod +x try | |
1295 | $eunicefix try | |
1296 | if ./try; then | |
1297 | echo "Yup, it does." | |
1298 | else | |
1299 | echo "Nope. You may have to fix up the shell scripts to make sure sh runs them." | |
1300 | fi | |
1301 | rm -f try | |
1302 | ||
1303 | : find out where common programs are | |
1304 | echo " " | |
1305 | echo "Locating common programs..." >&4 | |
1306 | cat <<EOSC >loc | |
1307 | $startsh | |
1308 | case \$# in | |
1309 | 0) exit 1;; | |
1310 | esac | |
1311 | thing=\$1 | |
1312 | shift | |
1313 | dflt=\$1 | |
1314 | shift | |
1315 | for dir in \$*; do | |
1316 | case "\$thing" in | |
1317 | .) | |
1318 | if test -d \$dir/\$thing; then | |
1319 | echo \$dir | |
1320 | exit 0 | |
1321 | fi | |
1322 | ;; | |
1323 | *) | |
a0d0e21e | 1324 | for thisthing in \$dir/\$thing; do |
ecfc5424 | 1325 | : just loop through to pick last item |
a0d0e21e | 1326 | done |
25f94b33 | 1327 | if test -f \$thisthing; then |
a0d0e21e | 1328 | echo \$thisthing |
2304df62 AD |
1329 | exit 0 |
1330 | elif test -f \$dir/\$thing.exe; then | |
1331 | : on Eunice apparently | |
1332 | echo \$dir/\$thing | |
1333 | exit 0 | |
1334 | fi | |
1335 | ;; | |
1336 | esac | |
1337 | done | |
1338 | echo \$dflt | |
1339 | exit 1 | |
1340 | EOSC | |
1341 | chmod +x loc | |
1342 | $eunicefix loc | |
1343 | loclist=" | |
1344 | awk | |
1345 | cat | |
ecfc5424 | 1346 | comm |
2304df62 AD |
1347 | cp |
1348 | echo | |
1349 | expr | |
a0d0e21e | 1350 | find |
2304df62 | 1351 | grep |
85e6fe83 | 1352 | ln |
a0d0e21e | 1353 | ls |
2304df62 | 1354 | mkdir |
2304df62 AD |
1355 | rm |
1356 | sed | |
1357 | sort | |
85e6fe83 | 1358 | touch |
2304df62 AD |
1359 | tr |
1360 | uniq | |
1361 | " | |
1362 | trylist=" | |
1363 | Mcc | |
2304df62 AD |
1364 | byacc |
1365 | cpp | |
1366 | csh | |
1367 | date | |
1368 | egrep | |
2c7991dc | 1369 | less |
2304df62 | 1370 | line |
2c7991dc | 1371 | more |
2304df62 AD |
1372 | nroff |
1373 | perl | |
2c7991dc | 1374 | pg |
40a7a20a | 1375 | sendmail |
2304df62 AD |
1376 | test |
1377 | uname | |
1378 | " | |
8e07c86e | 1379 | pth=`echo $PATH | sed -e "s/$p_/ /g"` |
2304df62 AD |
1380 | pth="$pth /lib /usr/lib" |
1381 | for file in $loclist; do | |
1382 | xxx=`./loc $file $file $pth` | |
1383 | eval $file=$xxx | |
1384 | eval _$file=$xxx | |
1385 | case "$xxx" in | |
1386 | /*) | |
1387 | echo $file is in $xxx. | |
1388 | ;; | |
8e07c86e AD |
1389 | ?:[\\/]*) |
1390 | echo $file is in $xxx. | |
1391 | ;; | |
2304df62 | 1392 | *) |
25f94b33 AD |
1393 | echo "I don't know where '$file' is, and my life depends on it." >&4 |
1394 | echo "Go find a public domain implementation or fix your PATH setting!" >&4 | |
4633a7c4 | 1395 | exit 1 |
2304df62 AD |
1396 | ;; |
1397 | esac | |
1398 | done | |
1399 | echo " " | |
1400 | echo "Don't worry if any of the following aren't found..." | |
1401 | say=offhand | |
1402 | for file in $trylist; do | |
1403 | xxx=`./loc $file $file $pth` | |
1404 | eval $file=$xxx | |
1405 | eval _$file=$xxx | |
1406 | case "$xxx" in | |
1407 | /*) | |
1408 | echo $file is in $xxx. | |
1409 | ;; | |
8e07c86e AD |
1410 | ?:[\\/]*) |
1411 | echo $file is in $xxx. | |
1412 | ;; | |
2304df62 AD |
1413 | *) |
1414 | echo "I don't see $file out there, $say." | |
1415 | say=either | |
1416 | ;; | |
1417 | esac | |
1418 | done | |
1419 | case "$egrep" in | |
1420 | egrep) | |
1421 | echo "Substituting grep for egrep." | |
1422 | egrep=$grep | |
1423 | ;; | |
1424 | esac | |
1425 | case "$test" in | |
1426 | test) | |
1427 | echo "Hopefully test is built into your sh." | |
1428 | ;; | |
1429 | *) | |
ecfc5424 | 1430 | if `sh -c "PATH= test true" >/dev/null 2>&1`; then |
2304df62 AD |
1431 | echo "Using the test built into your sh." |
1432 | test=test | |
1433 | _test=test | |
1434 | fi | |
1435 | ;; | |
1436 | esac | |
1437 | case "$echo" in | |
1438 | echo) | |
1439 | echo "Hopefully echo is built into your sh." | |
1440 | ;; | |
1441 | '') ;; | |
1442 | *) | |
1443 | echo " " | |
1444 | echo "Checking compatibility between $echo and builtin echo (if any)..." >&4 | |
1445 | $echo $n "hi there$c" >foo1 | |
1446 | echo $n "hi there$c" >foo2 | |
1447 | if cmp foo1 foo2 >/dev/null 2>&1; then | |
1448 | echo "They are compatible. In fact, they may be identical." | |
1449 | else | |
1450 | case "$n" in | |
1451 | '-n') n='' c='\c';; | |
1452 | *) n='-n' c='';; | |
1453 | esac | |
1454 | cat <<FOO | |
1455 | They are not compatible! You are probably running ksh on a non-USG system. | |
1456 | I'll have to use $echo instead of the builtin, since Bourne shell doesn't | |
1457 | have echo built in and we may have to run some Bourne shell scripts. That | |
1458 | means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous. | |
1459 | ||
1460 | FOO | |
1461 | $echo $n "The star should be here-->$c" | |
1462 | $echo "*" | |
1463 | fi | |
1464 | $rm -f foo1 foo2 | |
1465 | ;; | |
1466 | esac | |
1467 | ||
a0d0e21e LW |
1468 | : determine whether symbolic links are supported |
1469 | echo " " | |
1470 | $touch blurfl | |
1471 | if $ln -s blurfl sym > /dev/null 2>&1 ; then | |
1472 | echo "Symbolic links are supported." >&4 | |
1473 | lns="$ln -s" | |
1474 | else | |
1475 | echo "Symbolic links are NOT supported." >&4 | |
1476 | lns="$ln" | |
1477 | fi | |
1478 | $rm -f blurfl sym | |
1479 | ||
ecfc5424 AD |
1480 | : see whether [:lower:] and [:upper:] are supported character classes |
1481 | echo " " | |
1482 | up='[A-Z]' | |
1483 | low='[a-z]' | |
1484 | case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in | |
1485 | ABYZ) | |
1486 | echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4 | |
1487 | up='[:upper:]' | |
1488 | low='[:lower:]' | |
1489 | ;; | |
1490 | *) | |
1491 | echo "Your tr only supports [a-z] and [A-Z] to convert case." >&4 | |
1492 | ;; | |
1493 | esac | |
1494 | : set up the translation script tr, must be called with ./tr of course | |
1495 | cat >tr <<EOSC | |
1496 | $startsh | |
1497 | case "\$1\$2" in | |
1498 | '[A-Z][a-z]') exec $tr '$up' '$low';; | |
1499 | '[a-z][A-Z]') exec $tr '$low' '$up';; | |
1500 | esac | |
1501 | exec $tr "\$@" | |
1502 | EOSC | |
1503 | chmod +x tr | |
1504 | $eunicefix tr | |
1505 | ||
2304df62 AD |
1506 | : Try to determine whether config.sh was made on this system |
1507 | case "$config_sh" in | |
1508 | '') | |
1509 | myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1` | |
a0d0e21e | 1510 | myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \ |
ecfc5424 | 1511 | ./tr '[A-Z]' '[a-z]' | tr '\012' ' '` |
1aef975c | 1512 | newmyuname="$myuname" |
2304df62 | 1513 | dflt=n |
16d20bd9 AD |
1514 | case "$knowitall" in |
1515 | '') | |
1516 | if test -f ../config.sh; then | |
1517 | if $contains myuname= ../config.sh >/dev/null 2>&1; then | |
1518 | eval "`grep myuname= ../config.sh`" | |
1519 | fi | |
1520 | if test "X$myuname" = "X$newmyuname"; then | |
1521 | dflt=y | |
1522 | fi | |
2304df62 | 1523 | fi |
16d20bd9 AD |
1524 | ;; |
1525 | *) dflt=y;; | |
1526 | esac | |
2304df62 AD |
1527 | |
1528 | : Get old answers from old config file if Configure was run on the | |
1529 | : same system, otherwise use the hints. | |
1530 | hint=default | |
1531 | cd .. | |
1532 | if test -f config.sh; then | |
16d20bd9 AD |
1533 | echo " " |
1534 | rp="I see a config.sh file. Shall I use it to set the defaults?" | |
2304df62 AD |
1535 | . UU/myread |
1536 | case "$ans" in | |
1537 | n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;; | |
1538 | *) echo "Fetching default answers from your old config.sh file..." >&4 | |
ecfc5424 AD |
1539 | tmp_n="$n" |
1540 | tmp_c="$c" | |
2304df62 AD |
1541 | . ./config.sh |
1542 | cp config.sh UU | |
ecfc5424 AD |
1543 | n="$tmp_n" |
1544 | c="$tmp_c" | |
2304df62 AD |
1545 | hint=previous |
1546 | ;; | |
1547 | esac | |
1548 | fi | |
1549 | if test ! -f config.sh; then | |
1550 | $cat <<EOM | |
1551 | ||
1552 | First time through, eh? I have some defaults handy for the following systems: | |
1553 | ||
1554 | EOM | |
1555 | cd hints; ls -C *.sh | $sed 's/\.sh/ /g' >&4 | |
1556 | dflt='' | |
1557 | : Half the following guesses are probably wrong... If you have better | |
a5f75d66 | 1558 | : tests or hints, please send them to doughera@lafcol.lafayette.edu |
2304df62 | 1559 | : The metaconfig authors would also appreciate a copy... |
a0d0e21e | 1560 | $test -f /irix && osname=irix |
85e6fe83 LW |
1561 | $test -f /xenix && osname=sco_xenix |
1562 | $test -f /dynix && osname=dynix | |
1563 | $test -f /dnix && osname=dnix | |
a0d0e21e | 1564 | $test -f /unicos && osname=unicos && osvers=`$uname -r` |
85e6fe83 | 1565 | $test -f /bin/mips && /bin/mips && osname=mips |
ecfc5424 AD |
1566 | $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \ |
1567 | $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4 | |
a0d0e21e LW |
1568 | $test -d /usr/apollo/bin && osname=apollo |
1569 | $test -f /etc/saf/_sactab && osname=svr4 | |
85e6fe83 | 1570 | $test -d /usr/include/minix && osname=minix |
4633a7c4 LW |
1571 | if $test -d /MachTen; then |
1572 | osname=machten | |
1573 | if $test -x /sbin/version; then | |
1574 | osvers=`/sbin/version | $awk '{print $2}' | | |
1575 | $sed -e 's/[A-Za-z]$//'` | |
1576 | elif $test -x /usr/etc/version; then | |
1577 | osvers=`/usr/etc/version | $awk '{print $2}' | | |
1578 | $sed -e 's/[A-Za-z]$//'` | |
1579 | else | |
1580 | osvers="$2.$3" | |
1581 | fi | |
1582 | fi | |
2304df62 AD |
1583 | if $test -f $uname; then |
1584 | set X $myuname | |
1585 | shift | |
1586 | ||
2304df62 | 1587 | case "$5" in |
85e6fe83 | 1588 | fps*) osname=fps ;; |
2304df62 AD |
1589 | mips*) |
1590 | case "$4" in | |
85e6fe83 LW |
1591 | umips) osname=umips ;; |
1592 | *) osname=mips ;; | |
2304df62 | 1593 | esac;; |
85e6fe83 LW |
1594 | [23]100) osname=mips ;; |
1595 | next*) osname=next ;; | |
1596 | news*) osname=news ;; | |
ecfc5424 AD |
1597 | i386*) |
1598 | if $test -f /etc/kconfig; then | |
1599 | osname=isc | |
a0d0e21e LW |
1600 | if test "$lns" = "ln -s"; then |
1601 | osvers=4 | |
1602 | elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then | |
1603 | osvers=3 | |
2304df62 | 1604 | elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then |
a0d0e21e | 1605 | osvers=2 |
ecfc5424 AD |
1606 | fi |
1607 | fi | |
1608 | ;; | |
2304df62 AD |
1609 | esac |
1610 | ||
1611 | case "$1" in | |
a0d0e21e LW |
1612 | aix) osname=aix |
1613 | tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1` | |
1614 | case "$tmp" in | |
1aef975c | 1615 | 'not found') osvers="$4"."$3" ;; |
a0d0e21e LW |
1616 | '<3240'|'<>3240') osvers=3.2.0 ;; |
1617 | '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;; | |
1618 | '=3250'|'>3250') osvers=3.2.5 ;; | |
1aef975c | 1619 | *) osvers=$tmp;; |
a0d0e21e LW |
1620 | esac |
1621 | ;; | |
1622 | dnix) osname=dnix | |
1623 | osvers="$3" | |
1624 | ;; | |
1625 | domainos) osname=apollo | |
1626 | osvers="$3" | |
1627 | ;; | |
1628 | dgux) osname=dgux | |
1629 | osvers="$3" | |
1630 | ;; | |
1631 | freebsd) osname=freebsd | |
1632 | osvers="$3" ;; | |
1633 | genix) osname=genix ;; | |
1634 | hp*) osname=hpux | |
1635 | case "$3" in | |
1636 | *.08.*) osvers=9 ;; | |
1637 | *.09.*) osvers=9 ;; | |
1638 | *.10.*) osvers=10 ;; | |
ecfc5424 | 1639 | *) osvers="$3" ;; |
a0d0e21e LW |
1640 | esac |
1641 | ;; | |
a78b0d02 | 1642 | irix*) osname=irix |
a0d0e21e LW |
1643 | case "$3" in |
1644 | 4*) osvers=4 ;; | |
1645 | 5*) osvers=5 ;; | |
ecfc5424 | 1646 | *) osvers="$3" ;; |
a0d0e21e LW |
1647 | esac |
1648 | ;; | |
1649 | linux) osname=linux | |
1650 | case "$3" in | |
1651 | 1*) osvers=1 ;; | |
1652 | *) osvers="$3" ;; | |
1653 | esac | |
1654 | ;; | |
1655 | netbsd*) osname=netbsd | |
ecfc5424 AD |
1656 | osvers="$3" |
1657 | ;; | |
a0d0e21e LW |
1658 | bsd386) osname=bsd386 |
1659 | osvers=`$uname -r` | |
1660 | ;; | |
1661 | next*) osname=next ;; | |
1662 | solaris) osname=solaris | |
1663 | case "$3" in | |
1664 | 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;; | |
ecfc5424 | 1665 | *) osvers="$3" ;; |
a0d0e21e LW |
1666 | esac |
1667 | ;; | |
85e6fe83 LW |
1668 | sunos) osname=sunos |
1669 | case "$3" in | |
85e6fe83 LW |
1670 | 5*) osname=solaris |
1671 | osvers=`echo $3 | $sed 's/^5/2/g'` ;; | |
a0d0e21e | 1672 | *) osvers="$3" ;; |
2304df62 AD |
1673 | esac |
1674 | ;; | |
a0d0e21e | 1675 | titanos) osname=titanos |
85e6fe83 | 1676 | case "$3" in |
a0d0e21e LW |
1677 | 1*) osvers=1 ;; |
1678 | 2*) osvers=2 ;; | |
1679 | 3*) osvers=3 ;; | |
1680 | 4*) osvers=4 ;; | |
ecfc5424 | 1681 | *) osvers="$3" ;; |
2304df62 AD |
1682 | esac |
1683 | ;; | |
85e6fe83 | 1684 | ultrix) osname=ultrix |
ecfc5424 | 1685 | osvers="$3" |
2304df62 | 1686 | ;; |
85e6fe83 | 1687 | osf1) case "$5" in |
fed7345c AD |
1688 | alpha) |
1689 | osname=dec_osf | |
1690 | osvers=`echo "$3" | sed 's/^[vt]//'` | |
ecfc5424 AD |
1691 | ;; |
1692 | hp*) osname=hp_osf1 ;; | |
1693 | mips) osname=mips_osf1 ;; | |
85e6fe83 LW |
1694 | esac |
1695 | ;; | |
a0d0e21e LW |
1696 | uts) osname=uts |
1697 | osvers="$3" | |
1698 | ;; | |
85e6fe83 | 1699 | $2) case "$osname" in |
2304df62 | 1700 | *isc*) ;; |
a0d0e21e LW |
1701 | *freebsd*) ;; |
1702 | svr*) | |
1703 | : svr4.x or possibly later | |
1704 | case "svr$3" in | |
1705 | ${osname}*) | |
1706 | osname=svr$3 | |
1707 | osvers=$4 | |
1708 | ;; | |
1709 | esac | |
1710 | case "$osname" in | |
1711 | svr4.0) | |
1712 | : Check for ESIX | |
1713 | if test -f /stand/boot ; then | |
1714 | eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot` | |
ecfc5424 AD |
1715 | if test -n "$INITPROG" -a -f "$INITPROG"; then |
1716 | isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'` | |
1717 | if test -n "$isesix"; then | |
a0d0e21e LW |
1718 | osname=esix4 |
1719 | fi | |
1720 | fi | |
1721 | fi | |
1722 | ;; | |
1723 | esac | |
1724 | ;; | |
2304df62 | 1725 | *) if test -f /etc/systemid; then |
a0d0e21e LW |
1726 | osname=sco |
1727 | set `echo $3 | $sed 's/\./ /g'` $4 | |
2304df62 | 1728 | if $test -f sco_$1_$2_$3.sh; then |
85e6fe83 | 1729 | osvers=$1.$2.$3 |
2304df62 | 1730 | elif $test -f sco_$1_$2.sh; then |
85e6fe83 | 1731 | osvers=$1.$2 |
2304df62 | 1732 | elif $test -f sco_$1.sh; then |
85e6fe83 | 1733 | osvers=$1 |
2304df62 | 1734 | fi |
a0d0e21e LW |
1735 | else |
1736 | case "$osname" in | |
1737 | '') : Still unknown. Probably a generic Sys V. | |
1738 | osname="sysv" | |
1739 | osvers="$3" | |
1740 | ;; | |
1741 | esac | |
2304df62 AD |
1742 | fi |
1743 | ;; | |
1744 | esac | |
1745 | ;; | |
a0d0e21e LW |
1746 | *) case "$osname" in |
1747 | '') : Still unknown. Probably a generic BSD. | |
1748 | osname="$1" | |
1749 | osvers="$3" | |
1750 | ;; | |
1751 | esac | |
1752 | ;; | |
2304df62 AD |
1753 | esac |
1754 | else | |
1755 | if test -f /vmunix -a -f news_os.sh; then | |
ecfc5424 | 1756 | (what /vmunix | ../UU/tr '[A-Z]' '[a-z]') > ../UU/kernel.what 2>&1 |
2304df62 | 1757 | if $contains news-os ../UU/kernel.what >/dev/null 2>&1; then |
85e6fe83 | 1758 | osname=news_os |
2304df62 AD |
1759 | fi |
1760 | $rm -f ../UU/kernel.what | |
8e07c86e AD |
1761 | elif test -d c:/.; then |
1762 | set X $myuname | |
1763 | osname=os2 | |
1764 | osvers="$5" | |
2304df62 AD |
1765 | fi |
1766 | fi | |
85e6fe83 | 1767 | |
a0d0e21e LW |
1768 | : Now look for a hint file osname_osvers, unless one has been |
1769 | : specified already. | |
1770 | case "$hintfile" in | |
1771 | ''|' ') | |
ecfc5424 | 1772 | file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'` |
a0d0e21e | 1773 | : Also try without trailing minor version numbers. |
ecfc5424 AD |
1774 | xfile=`echo $file | $sed -e 's@_[^_]*$@@'` |
1775 | xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'` | |
1776 | xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'` | |
1777 | xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'` | |
a0d0e21e LW |
1778 | case "$file" in |
1779 | '') dflt=none ;; | |
1780 | *) case "$osvers" in | |
1781 | '') dflt=$file | |
1782 | ;; | |
1783 | *) if $test -f $file.sh ; then | |
1784 | dflt=$file | |
1785 | elif $test -f $xfile.sh ; then | |
1786 | dflt=$xfile | |
1787 | elif $test -f $xxfile.sh ; then | |
1788 | dflt=$xxfile | |
1789 | elif $test -f $xxxfile.sh ; then | |
1790 | dflt=$xxxfile | |
1791 | elif $test -f $xxxxfile.sh ; then | |
1792 | dflt=$xxxxfile | |
1793 | elif $test -f "${osname}.sh" ; then | |
1794 | dflt="${osname}" | |
1795 | else | |
1796 | dflt=none | |
1797 | fi | |
1798 | ;; | |
1799 | esac | |
85e6fe83 LW |
1800 | ;; |
1801 | esac | |
1802 | ;; | |
a0d0e21e | 1803 | *) |
ecfc5424 | 1804 | dflt=`echo $hintfile | $sed 's/\.sh$//'` |
a0d0e21e | 1805 | ;; |
2304df62 | 1806 | esac |
1aef975c | 1807 | |
2304df62 AD |
1808 | $cat <<EOM |
1809 | ||
1810 | You may give one or more space-separated answers, or "none" if appropriate. | |
1811 | If your OS version has no hints, DO NOT give a wrong version -- say "none". | |
1812 | ||
1813 | EOM | |
1814 | rp="Which of these apply, if any?" | |
1815 | . ../UU/myread | |
85e6fe83 LW |
1816 | tans=$ans |
1817 | for file in $tans; do | |
2304df62 AD |
1818 | if $test -f $file.sh; then |
1819 | . ./$file.sh | |
1820 | $cat $file.sh >> ../UU/config.sh | |
85e6fe83 | 1821 | elif $test X$tans = X -o X$tans = Xnone ; then |
2304df62 AD |
1822 | : nothing |
1823 | else | |
85e6fe83 LW |
1824 | : Give one chance to correct a possible typo. |
1825 | echo "$file.sh does not exist" | |
1826 | dflt=$file | |
1827 | rp="hint to use instead?" | |
1828 | . ../UU/myread | |
1829 | for file in $ans; do | |
1830 | if $test -f "$file.sh"; then | |
1831 | . ./$file.sh | |
1832 | $cat $file.sh >> ../UU/config.sh | |
1833 | elif $test X$ans = X -o X$ans = Xnone ; then | |
1834 | : nothing | |
1835 | else | |
1836 | echo "$file.sh does not exist -- ignored." | |
1837 | fi | |
1838 | done | |
2304df62 AD |
1839 | fi |
1840 | done | |
85e6fe83 | 1841 | |
2304df62 | 1842 | hint=recommended |
85e6fe83 LW |
1843 | : Remember our hint file for later. |
1844 | if $test -f "$file.sh" ; then | |
a0d0e21e | 1845 | hintfile="$file" |
85e6fe83 | 1846 | else |
a0d0e21e | 1847 | hintfile='' |
85e6fe83 LW |
1848 | fi |
1849 | ||
2304df62 AD |
1850 | cd .. |
1851 | fi | |
1852 | cd UU | |
1853 | ;; | |
1854 | *) | |
1855 | echo " " | |
1856 | echo "Fetching default answers from $config_sh..." >&4 | |
ecfc5424 AD |
1857 | tmp_n="$n" |
1858 | tmp_c="$c" | |
2304df62 AD |
1859 | cd .. |
1860 | cp $config_sh config.sh 2>/dev/null | |
a78b0d02 | 1861 | chmod +w config.sh |
2304df62 AD |
1862 | . ./config.sh |
1863 | cd UU | |
1864 | cp ../config.sh . | |
ecfc5424 AD |
1865 | n="$tmp_n" |
1866 | c="$tmp_c" | |
2304df62 AD |
1867 | hint=previous |
1868 | ;; | |
1869 | esac | |
1aef975c AD |
1870 | test "$override" && . ./optdef.sh |
1871 | myuname="$newmyuname" | |
2304df62 AD |
1872 | |
1873 | : Restore computed paths | |
1874 | for file in $loclist $trylist; do | |
1875 | eval $file="\$_$file" | |
1876 | done | |
1877 | ||
85e6fe83 | 1878 | cat << EOM |
a0d0e21e | 1879 | |
85e6fe83 | 1880 | Configure uses the operating system name and version to set some defaults. |
ecfc5424 AD |
1881 | The default value is probably right if the name rings a bell. Otherwise, |
1882 | since spelling matters for me, either accept the default or answer "none" | |
1883 | to leave it blank. | |
a0d0e21e | 1884 | |
85e6fe83 | 1885 | EOM |
85e6fe83 | 1886 | case "$osname" in |
a0d0e21e | 1887 | ''|' ') |
85e6fe83 | 1888 | case "$hintfile" in |
a0d0e21e | 1889 | ''|' '|none) dflt=none ;; |
ecfc5424 | 1890 | *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;; |
85e6fe83 LW |
1891 | esac |
1892 | ;; | |
1893 | *) dflt="$osname" ;; | |
1894 | esac | |
1895 | rp="Operating system name?" | |
1896 | . ./myread | |
1897 | case "$ans" in | |
ecfc5424 AD |
1898 | none) osname='' ;; |
1899 | *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;; | |
85e6fe83 | 1900 | esac |
2304df62 AD |
1901 | : who configured the system |
1902 | cf_time=`$date 2>&1` | |
a0d0e21e LW |
1903 | (logname > .temp) >/dev/null 2>&1 |
1904 | $test -s .temp || (whoami > .temp) >/dev/null 2>&1 | |
1905 | $test -s .temp || echo unknown > .temp | |
1906 | cf_by=`$cat .temp` | |
1907 | $rm -f .temp | |
2304df62 | 1908 | |
4633a7c4 | 1909 | : determine the architecture name |
2304df62 | 1910 | echo " " |
4633a7c4 LW |
1911 | if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then |
1912 | tarch=`arch`"-$osname" | |
1913 | elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then | |
1914 | if uname -m > tmparch 2>&1 ; then | |
1915 | tarch=`$sed -e 's/ /_/g' -e 's/$/'"-$osname/" tmparch` | |
1916 | else | |
1917 | tarch="$osname" | |
1918 | fi | |
1919 | $rm -f tmparch | |
1920 | else | |
1921 | tarch="$osname" | |
1922 | fi | |
1923 | case "$myarchname" in | |
1924 | ''|"$tarch") ;; | |
1925 | *) | |
1926 | echo "(Your architecture name used to be $myarchname.)" | |
1927 | archname='' | |
2304df62 AD |
1928 | ;; |
1929 | esac | |
4633a7c4 LW |
1930 | case "$archname" in |
1931 | '') dflt="$tarch";; | |
1932 | *) dflt="$archname";; | |
1933 | esac | |
1934 | rp='What is your architecture name' | |
1935 | . ./myread | |
1936 | archname="$ans" | |
1937 | myarchname="$tarch" | |
1938 | ||
1939 | : is AFS running? | |
1940 | echo " " | |
1941 | if test -d /afs; then | |
1942 | echo "AFS may be running... I'll be extra cautious then..." >&4 | |
1943 | afs=true | |
2304df62 | 1944 | else |
4633a7c4 LW |
1945 | echo "AFS does not seem to be running..." >&4 |
1946 | afs=false | |
2304df62 AD |
1947 | fi |
1948 | ||
4633a7c4 LW |
1949 | : decide how portable to be. Allow command line overrides. |
1950 | case "$d_portable" in | |
1951 | "$undef") ;; | |
1952 | *) d_portable="$define" ;; | |
2304df62 | 1953 | esac |
2304df62 | 1954 | |
4633a7c4 LW |
1955 | : set up shell script to do ~ expansion |
1956 | cat >filexp <<EOSS | |
1957 | $startsh | |
1958 | : expand filename | |
1959 | case "\$1" in | |
1960 | ~/*|~) | |
1961 | echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|" | |
2304df62 | 1962 | ;; |
4633a7c4 LW |
1963 | ~*) |
1964 | if $test -f /bin/csh; then | |
1965 | /bin/csh -f -c "glob \$1" | |
1966 | failed=\$? | |
1967 | echo "" | |
1968 | exit \$failed | |
1969 | else | |
1970 | name=\`$expr x\$1 : '..\([^/]*\)'\` | |
1971 | dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\` | |
1972 | if $test ! -d "\$dir"; then | |
1973 | me=\`basename \$0\` | |
1974 | echo "\$me: can't locate home directory for: \$name" >&2 | |
1975 | exit 1 | |
1976 | fi | |
1977 | case "\$1" in | |
1978 | */*) | |
1979 | echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\` | |
1980 | ;; | |
1981 | *) | |
1982 | echo \$dir | |
1983 | ;; | |
2304df62 | 1984 | esac |
4633a7c4 | 1985 | fi |
2304df62 AD |
1986 | ;; |
1987 | *) | |
4633a7c4 | 1988 | echo \$1 |
2304df62 AD |
1989 | ;; |
1990 | esac | |
4633a7c4 LW |
1991 | EOSS |
1992 | chmod +x filexp | |
1993 | $eunicefix filexp | |
2304df62 AD |
1994 | |
1995 | : now set up to get a file name | |
1996 | cat <<'EOSC' >getfile | |
1997 | tilde='' | |
1998 | fullpath='' | |
1999 | already='' | |
2000 | skip='' | |
2001 | none_ok='' | |
2002 | exp_file='' | |
a0d0e21e | 2003 | nopath_ok='' |
2304df62 AD |
2004 | orig_rp="$rp" |
2005 | orig_dflt="$dflt" | |
2006 | ||
2007 | case "$fn" in | |
ecfc5424 AD |
2008 | *\(*) |
2009 | expr $fn : '.*(\(.*\)).*' | tr ',' '\012' >getfile.ok | |
2010 | fn=`echo $fn | sed 's/(.*)//'` | |
2011 | ;; | |
2012 | esac | |
2013 | ||
2014 | case "$fn" in | |
a0d0e21e LW |
2015 | *:*) |
2016 | loc_file=`expr $fn : '.*:\(.*\)'` | |
2017 | fn=`expr $fn : '\(.*\):.*'` | |
2018 | ;; | |
2019 | esac | |
2020 | ||
2021 | case "$fn" in | |
2304df62 AD |
2022 | *~*) tilde=true;; |
2023 | esac | |
2024 | case "$fn" in | |
2025 | */*) fullpath=true;; | |
2026 | esac | |
2027 | case "$fn" in | |
2028 | *+*) skip=true;; | |
2029 | esac | |
2030 | case "$fn" in | |
2031 | *n*) none_ok=true;; | |
2032 | esac | |
2033 | case "$fn" in | |
2034 | *e*) exp_file=true;; | |
2035 | esac | |
a0d0e21e LW |
2036 | case "$fn" in |
2037 | *p*) nopath_ok=true;; | |
2038 | esac | |
2304df62 AD |
2039 | |
2040 | case "$fn" in | |
2041 | *f*) type='File';; | |
2042 | *d*) type='Directory';; | |
a0d0e21e | 2043 | *l*) type='Locate';; |
2304df62 AD |
2044 | esac |
2045 | ||
2046 | what="$type" | |
2047 | case "$what" in | |
2048 | Locate) what='File';; | |
2049 | esac | |
2050 | ||
2051 | case "$exp_file" in | |
2052 | '') | |
2053 | case "$d_portable" in | |
2054 | "$define") ;; | |
2055 | *) exp_file=true;; | |
2056 | esac | |
2057 | ;; | |
2058 | esac | |
2059 | ||
2060 | cd .. | |
2061 | while test "$type"; do | |
2062 | redo='' | |
2063 | rp="$orig_rp" | |
2064 | dflt="$orig_dflt" | |
2065 | case "$tilde" in | |
2066 | true) rp="$rp (~name ok)";; | |
2067 | esac | |
2068 | . UU/myread | |
ecfc5424 AD |
2069 | if test -f UU/getfile.ok && \ |
2070 | $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1 | |
2071 | then | |
2072 | value="$ans" | |
2073 | ansexp="$ans" | |
2074 | break | |
2075 | fi | |
2304df62 AD |
2076 | case "$ans" in |
2077 | none) | |
2078 | value='' | |
2079 | ansexp='' | |
2080 | case "$none_ok" in | |
2081 | true) type='';; | |
2082 | esac | |
2083 | ;; | |
2084 | *) | |
2085 | case "$tilde" in | |
2086 | '') value="$ans" | |
2087 | ansexp="$ans";; | |
2088 | *) | |
2089 | value=`UU/filexp $ans` | |
2090 | case $? in | |
2091 | 0) | |
2092 | if test "$ans" != "$value"; then | |
ecfc5424 | 2093 | echo "(That expands to $value on this system.)" |
2304df62 AD |
2094 | fi |
2095 | ;; | |
2096 | *) value="$ans";; | |
2097 | esac | |
2098 | ansexp="$value" | |
2099 | case "$exp_file" in | |
2100 | '') value="$ans";; | |
2101 | esac | |
2102 | ;; | |
2103 | esac | |
2104 | case "$fullpath" in | |
2105 | true) | |
2106 | case "$ansexp" in | |
2107 | /*) value="$ansexp" ;; | |
2108 | *) | |
2109 | redo=true | |
2110 | case "$already" in | |
2111 | true) | |
2112 | echo "I shall only accept a full path name, as in /bin/ls." >&4 | |
2113 | echo "Use a ! shell escape if you wish to check pathnames." >&4 | |
2114 | ;; | |
2115 | *) | |
2116 | echo "Please give a full path name, starting with slash." >&4 | |
2117 | case "$tilde" in | |
2118 | true) | |
2119 | echo "Note that using ~name is ok provided it expands well." >&4 | |
2120 | already=true | |
2121 | ;; | |
2122 | esac | |
2123 | esac | |
2124 | ;; | |
2125 | esac | |
2126 | ;; | |
2127 | esac | |
2128 | case "$redo" in | |
2129 | '') | |
2130 | case "$type" in | |
2131 | File) | |
2132 | if test -f "$ansexp"; then | |
2133 | type='' | |
2134 | elif test -r "$ansexp" || (test -h "$ansexp") >/dev/null 2>&1 | |
2135 | then | |
2136 | echo "($value is not a plain file, but that's ok.)" | |
2137 | type='' | |
2138 | fi | |
2139 | ;; | |
2140 | Directory) | |
2141 | if test -d "$ansexp"; then | |
2142 | type='' | |
2143 | fi | |
2144 | ;; | |
2145 | Locate) | |
40000a8c | 2146 | if test -d "$ansexp"; then |
a0d0e21e LW |
2147 | echo "(Looking for $loc_file in directory $value.)" |
2148 | value="$value/$loc_file" | |
40000a8c | 2149 | ansexp="$ansexp/$loc_file" |
2304df62 | 2150 | fi |
40000a8c | 2151 | if test -f "$ansexp"; then |
2304df62 AD |
2152 | type='' |
2153 | fi | |
a0d0e21e LW |
2154 | case "$nopath_ok" in |
2155 | true) case "$value" in | |
2156 | */*) ;; | |
2157 | *) echo "Assuming $value will be in people's path." | |
2158 | type='' | |
2159 | ;; | |
2160 | esac | |
2161 | ;; | |
2162 | esac | |
2304df62 AD |
2163 | ;; |
2164 | esac | |
2165 | ||
2166 | case "$skip" in | |
2167 | true) type=''; | |
2168 | esac | |
2169 | ||
2170 | case "$type" in | |
2171 | '') ;; | |
2172 | *) | |
2173 | if test "$fastread" = yes; then | |
2174 | dflt=y | |
2175 | else | |
2176 | dflt=n | |
2177 | fi | |
2178 | rp="$what $value doesn't exist. Use that name anyway?" | |
2179 | . UU/myread | |
2180 | dflt='' | |
2181 | case "$ans" in | |
2182 | y*) type='';; | |
2183 | *) echo " ";; | |
2184 | esac | |
2185 | ;; | |
2186 | esac | |
2187 | ;; | |
2188 | esac | |
2189 | ;; | |
2190 | esac | |
2191 | done | |
2192 | cd UU | |
2193 | ans="$value" | |
2194 | rp="$orig_rp" | |
2195 | dflt="$orig_dflt" | |
ecfc5424 | 2196 | rm -f getfile.ok |
2304df62 AD |
2197 | EOSC |
2198 | ||
4633a7c4 LW |
2199 | : determine root of directory hierarchy where package will be installed. |
2200 | case "$prefix" in | |
2201 | '') | |
2202 | dflt=`./loc . /usr/local /usr/local /local /opt /usr` | |
8e07c86e | 2203 | ;; |
4633a7c4 LW |
2204 | *) |
2205 | dflt="$prefix" | |
8e07c86e AD |
2206 | ;; |
2207 | esac | |
4633a7c4 | 2208 | $cat <<EOM |
2304df62 | 2209 | |
4633a7c4 LW |
2210 | By default, $package will be installed in $dflt/bin, manual |
2211 | pages under $dflt/man, etc..., i.e. with $dflt as prefix for | |
2212 | all installation directories. Typically set to /usr/local, but you | |
2213 | may choose /usr if you wish to install $package among your system | |
2214 | binaries. If you wish to have binaries under /bin but manual pages | |
2215 | under /usr/local/man, that's ok: you will be prompted separately | |
2216 | for each of the installation directories, the prefix being only used | |
2217 | to set the defaults. | |
8e07c86e AD |
2218 | |
2219 | EOM | |
2220 | fn=d~ | |
2221 | rp='Installation prefix to use?' | |
2222 | . ./getfile | |
2223 | oldprefix='' | |
2224 | case "$prefix" in | |
a0d0e21e | 2225 | '') ;; |
8e07c86e AD |
2226 | *) |
2227 | case "$ans" in | |
2228 | "$prefix") ;; | |
2229 | *) oldprefix="$prefix";; | |
2230 | esac | |
2231 | ;; | |
a0d0e21e | 2232 | esac |
8e07c86e AD |
2233 | prefix="$ans" |
2234 | prefixexp="$ansexp" | |
a0d0e21e | 2235 | |
8e07c86e AD |
2236 | : set the prefixit variable, to compute a suitable default value |
2237 | prefixit='case "$3" in | |
2238 | ""|none) | |
2239 | case "$oldprefix" in | |
2240 | "") eval "$1=\"\$$2\"";; | |
2241 | *) | |
2242 | case "$3" in | |
2243 | "") eval "$1=";; | |
2244 | none) | |
2245 | eval "tp=\"\$$2\""; | |
2246 | case "$tp" in | |
2247 | ""|" ") eval "$1=\"\$$2\"";; | |
2248 | *) eval "$1=";; | |
2249 | esac;; | |
2250 | esac;; | |
2251 | esac;; | |
2252 | *) | |
2253 | eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\""; | |
2254 | case "$tp" in | |
2255 | --|/*--|\~*--) eval "$1=\"$prefix/$3\"";; | |
2256 | /*-$oldprefix/*|\~*-$oldprefix/*) | |
2257 | eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";; | |
2258 | *) eval "$1=\"\$$2\"";; | |
2259 | esac;; | |
2260 | esac' | |
a0d0e21e | 2261 | |
4633a7c4 LW |
2262 | : determine where private library files go |
2263 | : Usual default is /usr/local/lib/perl5. Also allow things like | |
2264 | : /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant. | |
2265 | case "$prefix" in | |
2266 | *perl*) set dflt privlib lib ;; | |
2267 | *) set dflt privlib lib/$package ;; | |
2268 | esac | |
8e07c86e | 2269 | eval $prefixit |
4633a7c4 LW |
2270 | $cat <<EOM |
2271 | ||
2272 | There are some auxiliary files for $package that need to be put into a | |
2273 | private library directory that is accessible by everyone. | |
2274 | ||
2275 | EOM | |
2276 | fn=d~+ | |
2277 | rp='Pathname where the private library files will reside?' | |
8e07c86e | 2278 | . ./getfile |
4633a7c4 LW |
2279 | if $test "X$privlibexp" != "X$ansexp"; then |
2280 | installprivlib='' | |
8e07c86e | 2281 | fi |
4633a7c4 LW |
2282 | privlib="$ans" |
2283 | privlibexp="$ansexp" | |
8e07c86e AD |
2284 | if $afs; then |
2285 | $cat <<EOM | |
2304df62 | 2286 | |
8e07c86e | 2287 | Since you are running AFS, I need to distinguish the directory in which |
4633a7c4 | 2288 | private files reside from the directory in which they are installed (and from |
8e07c86e | 2289 | which they are presumably copied to the former directory by occult means). |
a0d0e21e | 2290 | |
8e07c86e | 2291 | EOM |
4633a7c4 LW |
2292 | case "$installprivlib" in |
2293 | '') dflt=`echo $privlibexp | sed 's#^/afs/#/afs/.#'`;; | |
2294 | *) dflt="$installprivlib";; | |
8e07c86e AD |
2295 | esac |
2296 | fn=de~ | |
4633a7c4 | 2297 | rp='Where will private files be installed?' |
8e07c86e | 2298 | . ./getfile |
4633a7c4 | 2299 | installprivlib="$ans" |
8e07c86e | 2300 | else |
4633a7c4 LW |
2301 | installprivlib="$privlibexp" |
2302 | fi | |
2303 | ||
2304 | : set the base revision | |
2305 | baserev=5.0 | |
2306 | ||
2307 | : get the patchlevel | |
2308 | echo " " | |
2309 | echo "Getting the current patchlevel..." >&4 | |
2310 | if $test -r ../patchlevel.h;then | |
2311 | patchlevel=`awk '/PATCHLEVEL/ {print $3}' < ../patchlevel.h` | |
f55a7265 | 2312 | subversion=`awk '/SUBVERSION/ {print $3}' < ../patchlevel.h` |
4633a7c4 LW |
2313 | else |
2314 | patchlevel=0 | |
f55a7265 | 2315 | subversion=0 |
8e07c86e | 2316 | fi |
f55a7265 | 2317 | echo "(You have $package $baserev PL$patchlevel sub$subversion.)" |
2304df62 | 2318 | |
8e07c86e AD |
2319 | : set the prefixup variable, to restore leading tilda escape |
2320 | prefixup='case "$prefixexp" in | |
2321 | "$prefix") ;; | |
2322 | *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";; | |
2323 | esac' | |
2324 | ||
4633a7c4 LW |
2325 | : determine where public architecture dependent libraries go |
2326 | set archlib archlib | |
8e07c86e | 2327 | eval $prefixit |
4633a7c4 | 2328 | case "$archlib" in |
8e07c86e | 2329 | '') |
4633a7c4 LW |
2330 | case "$privlib" in |
2331 | '') | |
2332 | dflt=`./loc . "." $prefixexp/lib /usr/local/lib /usr/lib /lib` | |
2333 | set dflt | |
2334 | eval $prefixup | |
2335 | ;; | |
a78b0d02 | 2336 | *) version=`LC_ALL=C;export LC_ALL;\ |
2337 | echo $baserev $patchlevel $subversion | \ | |
f55a7265 | 2338 | $awk '{print $1 + $2/1000.0 + $3/100000.0}'` |
4633a7c4 LW |
2339 | dflt="$privlib/$archname/$version" |
2340 | ;; | |
2341 | esac | |
8e07c86e | 2342 | ;; |
4633a7c4 | 2343 | *) dflt="$archlib";; |
8e07c86e | 2344 | esac |
4633a7c4 LW |
2345 | cat <<EOM |
2346 | ||
2347 | $spackage contains architecture-dependent library files. If you are | |
2348 | sharing libraries in a heterogeneous environment, you might store | |
2349 | these files in a separate location. Otherwise, you can just include | |
2350 | them with the rest of the public library files. | |
2351 | ||
8e07c86e | 2352 | EOM |
4633a7c4 LW |
2353 | fn=d+~ |
2354 | rp='Where do you want to put the public architecture-dependent libraries?' | |
8e07c86e | 2355 | . ./getfile |
4633a7c4 LW |
2356 | archlib="$ans" |
2357 | archlibexp="$ansexp" | |
2358 | ||
8e07c86e AD |
2359 | if $afs; then |
2360 | $cat <<EOM | |
2361 | ||
2362 | Since you are running AFS, I need to distinguish the directory in which | |
4633a7c4 | 2363 | private files reside from the directory in which they are installed (and from |
8e07c86e AD |
2364 | which they are presumably copied to the former directory by occult means). |
2365 | ||
2366 | EOM | |
4633a7c4 LW |
2367 | case "$installarchlib" in |
2368 | '') dflt=`echo $archlibexp | sed 's#^/afs/#/afs/.#'`;; | |
2369 | *) dflt="$installarchlib";; | |
8e07c86e AD |
2370 | esac |
2371 | fn=de~ | |
4633a7c4 | 2372 | rp='Where will architecture-dependent library files be installed?' |
8e07c86e | 2373 | . ./getfile |
4633a7c4 | 2374 | installarchlib="$ans" |
8e07c86e | 2375 | else |
4633a7c4 LW |
2376 | installarchlib="$archlibexp" |
2377 | fi | |
2378 | if $test X"$archlib" = X"$privlib"; then | |
2379 | d_archlib="$undef" | |
2380 | else | |
2381 | d_archlib="$define" | |
8e07c86e AD |
2382 | fi |
2383 | ||
40a7a20a | 2384 | : set up the script used to warn in case of inconsistency |
2385 | cat <<'EOSC' >whoa | |
2386 | dflt=y | |
2387 | echo " " | |
2388 | echo "*** WHOA THERE!!! ***" >&4 | |
2389 | echo " The $hint value for \$$var on this machine was \"$was\"!" >&4 | |
2390 | rp=" Keep the $hint value?" | |
2391 | . ./myread | |
2392 | case "$ans" in | |
2393 | y) td=$was; tu=$was;; | |
2394 | esac | |
2395 | EOSC | |
2396 | ||
2397 | : function used to set $1 to $val | |
2398 | setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef; | |
2399 | case "$val$was" in | |
2400 | $define$undef) . ./whoa; eval "$var=\$td";; | |
2401 | $undef$define) . ./whoa; eval "$var=\$tu";; | |
2402 | *) eval "$var=$val";; | |
2403 | esac' | |
2404 | ||
2405 | : make some quick guesses about what we are up against | |
2406 | echo " " | |
2407 | $echo $n "Hmm... $c" | |
2408 | echo exit 1 >bsd | |
2409 | echo exit 1 >usg | |
2410 | echo exit 1 >v7 | |
2411 | echo exit 1 >osf1 | |
2412 | echo exit 1 >eunice | |
2413 | echo exit 1 >xenix | |
2414 | echo exit 1 >venix | |
2415 | d_bsd="$undef" | |
2416 | $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null | |
2417 | if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1 | |
2418 | then | |
2419 | echo "Looks kind of like an OSF/1 system, but we'll see..." | |
2420 | echo exit 0 >osf1 | |
2421 | elif test `echo abc | tr a-z A-Z` = Abc ; then | |
2422 | xxx=`./loc addbib blurfl $pth` | |
2423 | if $test -f $xxx; then | |
2424 | echo "Looks kind of like a USG system with BSD features, but we'll see..." | |
2425 | echo exit 0 >bsd | |
2426 | echo exit 0 >usg | |
2427 | else | |
2428 | if $contains SIGTSTP foo >/dev/null 2>&1 ; then | |
2429 | echo "Looks kind of like an extended USG system, but we'll see..." | |
2430 | else | |
2431 | echo "Looks kind of like a USG system, but we'll see..." | |
2432 | fi | |
2433 | echo exit 0 >usg | |
2434 | fi | |
2435 | elif $contains SIGTSTP foo >/dev/null 2>&1 ; then | |
2436 | echo "Looks kind of like a BSD system, but we'll see..." | |
2437 | d_bsd="$define" | |
2438 | echo exit 0 >bsd | |
2439 | else | |
2440 | echo "Looks kind of like a Version 7 system, but we'll see..." | |
2441 | echo exit 0 >v7 | |
2442 | fi | |
2443 | case "$eunicefix" in | |
2444 | *unixtovms*) | |
2445 | $cat <<'EOI' | |
2446 | There is, however, a strange, musty smell in the air that reminds me of | |
2447 | something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit. | |
2448 | EOI | |
2449 | echo exit 0 >eunice | |
2450 | d_eunice="$define" | |
2451 | : it so happens the Eunice I know will not run shell scripts in Unix format | |
2452 | ;; | |
2453 | *) | |
2454 | echo " " | |
2455 | echo "Congratulations. You aren't running Eunice." | |
2456 | d_eunice="$undef" | |
2457 | ;; | |
2458 | esac | |
2459 | if test -f /xenix; then | |
2460 | echo "Actually, this looks more like a XENIX system..." | |
2461 | echo exit 0 >xenix | |
2462 | d_xenix="$define" | |
2463 | else | |
2464 | echo " " | |
2465 | echo "It's not Xenix..." | |
2466 | d_xenix="$undef" | |
2467 | fi | |
2468 | chmod +x xenix | |
2469 | $eunicefix xenix | |
2470 | if test -f /venix; then | |
2471 | echo "Actually, this looks more like a VENIX system..." | |
2472 | echo exit 0 >venix | |
2473 | else | |
2474 | echo " " | |
2475 | if ./xenix; then | |
2476 | : null | |
2477 | else | |
2478 | echo "Nor is it Venix..." | |
2479 | fi | |
2480 | fi | |
2481 | chmod +x bsd usg v7 osf1 eunice xenix venix | |
2482 | $eunicefix bsd usg v7 osf1 eunice xenix venix | |
2483 | $rm -f foo | |
2484 | ||
2485 | : see if setuid scripts can be secure | |
2486 | $cat <<EOM | |
2487 | ||
2488 | Some kernels have a bug that prevents setuid #! scripts from being | |
2489 | secure. Some sites have disabled setuid #! scripts because of this. | |
2490 | ||
2491 | First let's decide if your kernel supports secure setuid #! scripts. | |
2492 | (If setuid #! scripts would be secure but have been disabled anyway, | |
2493 | don't say that they are secure if asked.) | |
2494 | ||
2495 | EOM | |
2496 | ||
2497 | val="$undef" | |
2498 | if $test -d /dev/fd; then | |
2499 | echo "#!$ls" >reflect | |
2500 | chmod +x,u+s reflect | |
2501 | ./reflect >flect 2>&1 | |
2502 | if $contains "/dev/fd" flect >/dev/null; then | |
2503 | echo "Congratulations, your kernel has secure setuid scripts!" >&4 | |
2504 | val="$define" | |
2505 | else | |
2506 | $cat <<EOM | |
2507 | If you are not sure if they are secure, I can check but I'll need a | |
2508 | username and password different from the one you are using right now. | |
2509 | If you don't have such a username or don't want me to test, simply | |
2510 | enter 'none'. | |
2511 | ||
2512 | EOM | |
2513 | rp='Other username to test security of setuid scripts with?' | |
2514 | dflt='none' | |
2515 | . ./myread | |
2516 | case "$ans" in | |
2517 | n|none) | |
2518 | case "$d_suidsafe" in | |
2519 | '') echo "I'll assume setuid scripts are *not* secure." >&4 | |
2520 | dflt=n;; | |
2521 | "$undef") | |
2522 | echo "Well, the $hint value is *not* secure." >&4 | |
2523 | dflt=n;; | |
2524 | *) echo "Well, the $hint value *is* secure." >&4 | |
2525 | dflt=y;; | |
2526 | esac | |
2527 | ;; | |
2528 | *) | |
2529 | $rm -f reflect flect | |
2530 | echo "#!$ls" >reflect | |
2531 | chmod +x,u+s reflect | |
2532 | echo >flect | |
2533 | chmod a+w flect | |
2534 | echo '"su" will (probably) prompt you for '"$ans's password." | |
2535 | su $ans -c './reflect >flect' | |
2536 | if $contains "/dev/fd" flect >/dev/null; then | |
2537 | echo "Okay, it looks like setuid scripts are secure." >&4 | |
2538 | dflt=y | |
2539 | else | |
2540 | echo "I don't think setuid scripts are secure." >&4 | |
2541 | dflt=n | |
2542 | fi | |
2543 | ;; | |
2544 | esac | |
2545 | rp='Does your kernel have *secure* setuid scripts?' | |
2546 | . ./myread | |
2547 | case "$ans" in | |
2548 | [yY]*) val="$define";; | |
2549 | *) val="$undef";; | |
2550 | esac | |
2551 | fi | |
2552 | else | |
2553 | echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4 | |
2554 | val="$undef" | |
2555 | fi | |
2556 | set d_suidsafe | |
2557 | eval $setvar | |
2558 | ||
2559 | $rm -f reflect flect | |
2560 | ||
2561 | : now see if they want to do setuid emulation | |
2562 | echo " " | |
2563 | val="$undef" | |
2564 | case "$d_suidsafe" in | |
2565 | "$define") | |
2566 | val="$undef" | |
2567 | echo "No need to emulate SUID scripts since they are secure here." >& 4 | |
2568 | ;; | |
2569 | *) | |
2570 | $cat <<EOM | |
2571 | Some systems have disabled setuid scripts, especially systems where | |
2572 | setuid scripts cannot be secure. On systems where setuid scripts have | |
2573 | been disabled, the setuid/setgid bits on scripts are currently | |
2574 | useless. It is possible for $package to detect those bits and emulate | |
2575 | setuid/setgid in a secure fashion. This emulation will only work if | |
2576 | setuid scripts have been disabled in your kernel. | |
2577 | ||
2578 | EOM | |
2579 | case "$d_dosuid" in | |
2580 | "$define") dflt=y ;; | |
2581 | *) dflt=n ;; | |
2582 | esac | |
2583 | rp="Do you want to do setuid/setgid emulation?" | |
2584 | . ./myread | |
2585 | case "$ans" in | |
2586 | [yY]*) val="$define";; | |
2587 | *) val="$undef";; | |
2588 | esac | |
2589 | ;; | |
2590 | esac | |
2591 | set d_dosuid | |
2592 | eval $setvar | |
2593 | ||
37120919 AD |
2594 | : determine where site specific libraries go. |
2595 | set sitelib sitelib | |
2596 | eval $prefixit | |
2597 | case "$sitelib" in | |
2598 | '') dflt="$privlib/site_perl" ;; | |
2599 | *) dflt="$sitelib" ;; | |
2600 | esac | |
2601 | $cat <<EOM | |
2602 | ||
2603 | The installation process will also create a directory for | |
2604 | site-specific extensions and modules. Some users find it convenient | |
2605 | to place all local files in this directory rather than in the main | |
2606 | distribution directory. | |
2607 | ||
2608 | EOM | |
2609 | fn=d~+ | |
2610 | rp='Pathname for the site-specific library files?' | |
2611 | . ./getfile | |
2612 | if $test "X$sitelibexp" != "X$ansexp"; then | |
2613 | installsitelib='' | |
2614 | fi | |
2615 | sitelib="$ans" | |
2616 | sitelibexp="$ansexp" | |
2617 | if $afs; then | |
2618 | $cat <<EOM | |
2619 | ||
2620 | Since you are running AFS, I need to distinguish the directory in which | |
2621 | private files reside from the directory in which they are installed (and from | |
2622 | which they are presumably copied to the former directory by occult means). | |
2623 | ||
2624 | EOM | |
2625 | case "$installsitelib" in | |
2626 | '') dflt=`echo $sitelibexp | sed 's#^/afs/#/afs/.#'`;; | |
2627 | *) dflt="$installsitelib";; | |
2628 | esac | |
2629 | fn=de~ | |
2630 | rp='Where will private files be installed?' | |
2631 | . ./getfile | |
2632 | installsitelib="$ans" | |
2633 | else | |
2634 | installsitelib="$sitelibexp" | |
2635 | fi | |
4633a7c4 | 2636 | |
37120919 AD |
2637 | : determine where site specific architecture-dependent libraries go. |
2638 | xxx=`echo $sitelib/$archname | sed 's!^$prefix!!'` | |
2639 | : xxx is usuually lib/site_perl/archname. | |
2640 | set sitearch sitearch none | |
8e07c86e | 2641 | eval $prefixit |
37120919 AD |
2642 | case "$sitearch" in |
2643 | '') dflt="$sitelib/$archname" ;; | |
2644 | *) dflt="$sitearch" ;; | |
2645 | esac | |
8e07c86e AD |
2646 | $cat <<EOM |
2647 | ||
4633a7c4 LW |
2648 | The installation process will also create a directory for |
2649 | architecture-dependent site-specific extensions and modules. | |
8e07c86e AD |
2650 | |
2651 | EOM | |
4633a7c4 LW |
2652 | fn=nd~+ |
2653 | rp='Pathname for the site-specific architecture-dependent library files?' | |
8e07c86e | 2654 | . ./getfile |
4633a7c4 LW |
2655 | if $test "X$sitearchexp" != "X$ansexp"; then |
2656 | installsitearch='' | |
8e07c86e | 2657 | fi |
4633a7c4 LW |
2658 | sitearch="$ans" |
2659 | sitearchexp="$ansexp" | |
8e07c86e AD |
2660 | if $afs; then |
2661 | $cat <<EOM | |
2662 | ||
2663 | Since you are running AFS, I need to distinguish the directory in which | |
2664 | private files reside from the directory in which they are installed (and from | |
2665 | which they are presumably copied to the former directory by occult means). | |
2666 | ||
2667 | EOM | |
4633a7c4 LW |
2668 | case "$installsitearch" in |
2669 | '') dflt=`echo $sitearchexp | sed 's#^/afs/#/afs/.#'`;; | |
2670 | *) dflt="$installsitearch";; | |
8e07c86e AD |
2671 | esac |
2672 | fn=de~ | |
2673 | rp='Where will private files be installed?' | |
2674 | . ./getfile | |
4633a7c4 | 2675 | installsitearch="$ans" |
8e07c86e | 2676 | else |
4633a7c4 | 2677 | installsitearch="$sitearchexp" |
8e07c86e AD |
2678 | fi |
2679 | ||
4633a7c4 LW |
2680 | : determine where old public architecture dependent libraries might be |
2681 | case "$oldarchlib" in | |
2682 | '') case "$privlib" in | |
2683 | '') ;; | |
2684 | *) dflt="$privlib/$archname" | |
8e07c86e | 2685 | ;; |
8e07c86e AD |
2686 | esac |
2687 | ;; | |
4633a7c4 LW |
2688 | *) dflt="$oldarchlib" |
2689 | ;; | |
8e07c86e | 2690 | esac |
4633a7c4 LW |
2691 | if $test ! -d "$dflt/auto"; then |
2692 | dflt=none | |
2693 | fi | |
8e07c86e AD |
2694 | cat <<EOM |
2695 | ||
40a7a20a | 2696 | In 5.001, Perl stored architecture-dependent library files in a library |
4633a7c4 LW |
2697 | with a name such as $privlib/$archname, |
2698 | and this directory contained files from the standard extensions and | |
2699 | files from any additional extensions you might have added. Starting | |
2700 | with version 5.002, all the architecture-dependent standard extensions | |
2701 | will go into $archlib, | |
2702 | while locally-added extensions will go into | |
2703 | $sitearch. | |
2704 | ||
2705 | If you wish Perl to continue to search the old architecture-dependent | |
2706 | library for your local extensions, give the path to that directory. | |
2707 | If you do not wish to use your old architecture-dependent library | |
2708 | files, answer 'none'. | |
8e07c86e AD |
2709 | |
2710 | EOM | |
4633a7c4 LW |
2711 | fn=dn~ |
2712 | rp='Directory for your old 5.001 architecture-dependent libraries?' | |
8e07c86e | 2713 | . ./getfile |
4633a7c4 LW |
2714 | oldarchlib="$ans" |
2715 | oldarchlibexp="$ansexp" | |
2716 | case "$oldarchlib" in | |
2717 | ''|' ') val="$undef" ;; | |
2718 | *) val="$define" ;; | |
2719 | esac | |
2720 | set d_oldarchlib | |
2721 | eval $setvar | |
8e07c86e | 2722 | |
4633a7c4 LW |
2723 | : determine where public executables go |
2724 | echo " " | |
2725 | set dflt bin bin | |
2726 | eval $prefixit | |
2727 | fn=d~ | |
2728 | rp='Pathname where the public executables will reside?' | |
2729 | . ./getfile | |
2730 | if $test "X$ansexp" != "X$binexp"; then | |
2731 | installbin='' | |
2732 | fi | |
2733 | bin="$ans" | |
2734 | binexp="$ansexp" | |
8e07c86e AD |
2735 | if $afs; then |
2736 | $cat <<EOM | |
2737 | ||
2738 | Since you are running AFS, I need to distinguish the directory in which | |
4633a7c4 | 2739 | executables reside from the directory in which they are installed (and from |
8e07c86e AD |
2740 | which they are presumably copied to the former directory by occult means). |
2741 | ||
2742 | EOM | |
4633a7c4 LW |
2743 | case "$installbin" in |
2744 | '') dflt=`echo $binexp | sed 's#^/afs/#/afs/.#'`;; | |
2745 | *) dflt="$installbin";; | |
8e07c86e AD |
2746 | esac |
2747 | fn=de~ | |
4633a7c4 | 2748 | rp='Where will public executables be installed?' |
8e07c86e | 2749 | . ./getfile |
4633a7c4 | 2750 | installbin="$ans" |
8e07c86e | 2751 | else |
4633a7c4 | 2752 | installbin="$binexp" |
8e07c86e AD |
2753 | fi |
2754 | ||
2c7991dc | 2755 | : determine where manual pages are on this system |
2756 | echo " " | |
2757 | case "$sysman" in | |
2758 | '') | |
2759 | syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1' | |
2760 | syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1" | |
2761 | syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1" | |
2762 | syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1" | |
2763 | syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1" | |
2764 | sysman=`./loc . /usr/man/man1 $syspath` | |
2765 | ;; | |
2766 | esac | |
2767 | if $test -d "$sysman"; then | |
2768 | echo "System manual is in $sysman." >&4 | |
2769 | else | |
2770 | echo "Could not find manual pages in source form." >&4 | |
2771 | fi | |
2772 | ||
8e07c86e AD |
2773 | : determine where manual pages go |
2774 | set man1dir man1dir none | |
2775 | eval $prefixit | |
2776 | $cat <<EOM | |
2777 | ||
2778 | $spackage has manual pages available in source form. | |
2779 | EOM | |
2780 | case "$nroff" in | |
2781 | nroff) | |
2782 | echo "However, you don't have nroff, so they're probably useless to you." | |
2783 | case "$man1dir" in | |
2784 | '') man1dir="none";; | |
2785 | esac;; | |
2786 | esac | |
2787 | echo "If you don't want the manual sources installed, answer 'none'." | |
2788 | case "$man1dir" in | |
2c7991dc | 2789 | ' ') dflt=none |
2790 | ;; | |
8e07c86e | 2791 | '') |
25f94b33 AD |
2792 | lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1" |
2793 | lookpath="$lookpath $prefixexp/man/p_man/man1" | |
2794 | lookpath="$lookpath $prefixexp/man/u_man/man1" | |
2c7991dc | 2795 | lookpath="$lookpath $prefixexp/man/man.1" |
25f94b33 AD |
2796 | : If prefix contains 'perl' then we want to keep the man pages |
2797 | : under the prefix directory. Otherwise, look in a variety of | |
2798 | : other possible places. This is debatable, but probably a | |
2c7991dc | 2799 | : good compromise. Well, apparently not. |
2800 | : Experience has shown people expect man1dir to be under prefix, | |
2801 | : so we now always put it there. Users who want other behavior | |
2802 | : can answer interactively or use a command line option. | |
2803 | : Does user have System V-style man paths. | |
2804 | case "$sysman" in | |
2805 | */?_man*) dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;; | |
2806 | *) dflt=`./loc . $prefixexp/man/man1 $lookpath` ;; | |
25f94b33 | 2807 | esac |
8e07c86e AD |
2808 | set dflt |
2809 | eval $prefixup | |
2810 | ;; | |
8e07c86e AD |
2811 | *) dflt="$man1dir" |
2812 | ;; | |
2813 | esac | |
2814 | echo " " | |
4633a7c4 | 2815 | fn=dn+~ |
8e07c86e AD |
2816 | rp="Where do the main $spackage manual pages (source) go?" |
2817 | . ./getfile | |
25f94b33 | 2818 | if $test "X$man1direxp" != "X$ansexp"; then |
8e07c86e AD |
2819 | installman1dir='' |
2820 | fi | |
2821 | man1dir="$ans" | |
2822 | man1direxp="$ansexp" | |
2823 | case "$man1dir" in | |
2824 | '') man1dir=' ' | |
2825 | installman1dir='';; | |
2826 | esac | |
2827 | if $afs; then | |
2828 | $cat <<EOM | |
2829 | ||
2830 | Since you are running AFS, I need to distinguish the directory in which | |
2831 | manual pages reside from the directory in which they are installed (and from | |
2832 | which they are presumably copied to the former directory by occult means). | |
2833 | ||
2834 | EOM | |
2835 | case "$installman1dir" in | |
2836 | '') dflt=`echo $man1direxp | sed 's#^/afs/#/afs/.#'`;; | |
2837 | *) dflt="$installman1dir";; | |
2838 | esac | |
2839 | fn=de~ | |
2840 | rp='Where will man pages be installed?' | |
2841 | . ./getfile | |
2842 | installman1dir="$ans" | |
2843 | else | |
2844 | installman1dir="$man1direxp" | |
2845 | fi | |
2846 | ||
2847 | : What suffix to use on installed man pages | |
2848 | ||
2849 | case "$man1dir" in | |
2850 | ' ') | |
2851 | man1ext='0' | |
2852 | ;; | |
2853 | *) | |
2854 | rp="What suffix should be used for the main $spackage man pages?" | |
2c7991dc | 2855 | case "$man1ext" in |
2856 | '') case "$man1dir" in | |
2857 | *1) dflt=1 ;; | |
2858 | *1p) dflt=1p ;; | |
2859 | *1pm) dflt=1pm ;; | |
2860 | *l) dflt=l;; | |
2861 | *n) dflt=n;; | |
2862 | *o) dflt=o;; | |
2863 | *p) dflt=p;; | |
2864 | *C) dflt=C;; | |
2865 | *L) dflt=L;; | |
2866 | *L1) dflt=L1;; | |
2867 | *) dflt=1;; | |
2868 | esac | |
2869 | ;; | |
2870 | *) dflt="$man1ext";; | |
8e07c86e AD |
2871 | esac |
2872 | . ./myread | |
2873 | man1ext="$ans" | |
2874 | ;; | |
2875 | esac | |
2876 | ||
8e07c86e AD |
2877 | : see if we can have long filenames |
2878 | echo " " | |
2879 | rmlist="$rmlist /tmp/cf$$" | |
2880 | $test -d /tmp/cf$$ || mkdir /tmp/cf$$ | |
2881 | first=123456789abcdef | |
2882 | second=/tmp/cf$$/$first | |
2883 | $rm -f $first $second | |
2884 | if (echo hi >$first) 2>/dev/null; then | |
2885 | if $test -f 123456789abcde; then | |
2886 | echo 'You cannot have filenames longer than 14 characters. Sigh.' >&4 | |
2887 | val="$undef" | |
2888 | else | |
2889 | if (echo hi >$second) 2>/dev/null; then | |
2890 | if $test -f /tmp/cf$$/123456789abcde; then | |
2891 | $cat <<'EOM' | |
2892 | That's peculiar... You can have filenames longer than 14 characters, but only | |
2893 | on some of the filesystems. Maybe you are using NFS. Anyway, to avoid problems | |
2894 | I shall consider your system cannot support long filenames at all. | |
2895 | EOM | |
2896 | val="$undef" | |
2897 | else | |
2898 | echo 'You can have filenames longer than 14 characters.' >&4 | |
2899 | val="$define" | |
2900 | fi | |
2901 | else | |
2902 | $cat <<'EOM' | |
2903 | How confusing! Some of your filesystems are sane enough to allow filenames | |
2904 | longer than 14 characters but some others like /tmp can't even think about them. | |
2905 | So, for now on, I shall assume your kernel does not allow them at all. | |
2906 | EOM | |
2907 | val="$undef" | |
2908 | fi | |
2909 | fi | |
2910 | else | |
2911 | $cat <<'EOM' | |
2912 | You can't have filenames longer than 14 chars. You can't even think about them! | |
2913 | EOM | |
2914 | val="$undef" | |
2915 | fi | |
2916 | set d_flexfnam | |
2917 | eval $setvar | |
2918 | $rm -rf /tmp/cf$$ 123456789abcde* | |
2919 | ||
2920 | : determine where library module manual pages go | |
2921 | set man3dir man3dir none | |
2922 | eval $prefixit | |
2923 | $cat <<EOM | |
2924 | ||
2925 | $spackage has manual pages for many of the library modules. | |
2926 | EOM | |
2927 | ||
2928 | case "$nroff" in | |
2929 | nroff) | |
2930 | $cat <<'EOM' | |
2931 | However, you don't have nroff, so they're probably useless to you. | |
2932 | You can use the supplied perldoc script instead. | |
2933 | EOM | |
2934 | case "$man3dir" in | |
2935 | '') man3dir="none";; | |
2936 | esac;; | |
2937 | esac | |
2938 | ||
2939 | case "$d_flexfnam" in | |
2940 | undef) | |
2941 | $cat <<'EOM' | |
2942 | However, your system can't handle the long file names like File::Basename.3. | |
2943 | You can use the supplied perldoc script instead. | |
2944 | EOM | |
2945 | case "$man3dir" in | |
2946 | '') man3dir="none";; | |
2947 | esac;; | |
2948 | esac | |
2949 | ||
2950 | echo "If you don't want the manual sources installed, answer 'none'." | |
4633a7c4 LW |
2951 | : We dont use /usr/local/man/man3 because some man programs will |
2952 | : only show the /usr/local/man/man3 contents, and not the system ones, | |
2953 | : thus man less will show the perl module less.pm, but not the system | |
2954 | : less command. We might also conflict with TCL man pages. | |
2955 | : However, something like /opt/perl/man/man3 is fine. | |
8e07c86e | 2956 | case "$man3dir" in |
4633a7c4 | 2957 | '') case "$prefix" in |
2c7991dc | 2958 | *perl*) dflt=`echo $man1dir | |
2959 | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'` ;; | |
4633a7c4 LW |
2960 | *) dflt="$privlib/man/man3" ;; |
2961 | esac | |
2962 | ;; | |
8e07c86e AD |
2963 | ' ') dflt=none;; |
2964 | *) dflt="$man3dir" ;; | |
2965 | esac | |
2966 | echo " " | |
2967 | ||
4633a7c4 | 2968 | fn=dn+~ |
8e07c86e AD |
2969 | rp="Where do the $spackage library man pages (source) go?" |
2970 | . ./getfile | |
2971 | if test "X$man3direxp" != "X$ansexp"; then | |
2972 | installman3dir='' | |
2973 | fi | |
2974 | ||
2975 | man3dir="$ans" | |
2976 | man3direxp="$ansexp" | |
2977 | case "$man3dir" in | |
2978 | '') man3dir=' ' | |
2979 | installman3dir='';; | |
2980 | esac | |
2981 | if $afs; then | |
2982 | $cat <<EOM | |
2983 | ||
2984 | Since you are running AFS, I need to distinguish the directory in which | |
2985 | manual pages reside from the directory in which they are installed (and from | |
2986 | which they are presumably copied to the former directory by occult means). | |
2987 | ||
2988 | EOM | |
2989 | case "$installman3dir" in | |
2990 | '') dflt=`echo $man3direxp | sed 's#^/afs/#/afs/.#'`;; | |
2991 | *) dflt="$installman3dir";; | |
2992 | esac | |
2993 | fn=de~ | |
2994 | rp='Where will man pages be installed?' | |
2995 | . ./getfile | |
2996 | installman3dir="$ans" | |
2997 | else | |
2998 | installman3dir="$man3direxp" | |
2999 | fi | |
3000 | ||
3001 | : What suffix to use on installed man pages | |
3002 | ||
3003 | case "$man3dir" in | |
3004 | ' ') | |
3005 | man3ext='0' | |
3006 | ;; | |
3007 | *) | |
3008 | rp="What suffix should be used for the $spackage library man pages?" | |
2c7991dc | 3009 | case "$man3ext" in |
3010 | '') case "$man3dir" in | |
3011 | *3) dflt=3 ;; | |
3012 | *3p) dflt=3p ;; | |
3013 | *3pm) dflt=3pm ;; | |
3014 | *l) dflt=l;; | |
3015 | *n) dflt=n;; | |
3016 | *o) dflt=o;; | |
3017 | *p) dflt=p;; | |
3018 | *C) dflt=C;; | |
3019 | *L) dflt=L;; | |
3020 | *L3) dflt=L3;; | |
3021 | *) dflt=3;; | |
3022 | esac | |
3023 | ;; | |
3024 | *) dflt="$man3ext";; | |
8e07c86e AD |
3025 | esac |
3026 | . ./myread | |
3027 | man3ext="$ans" | |
3028 | ;; | |
3029 | esac | |
3030 | ||
4633a7c4 LW |
3031 | : see what memory models we can support |
3032 | case "$models" in | |
3033 | '') | |
3034 | $cat >pdp11.c <<'EOP' | |
3035 | main() { | |
3036 | #ifdef pdp11 | |
3037 | exit(0); | |
3038 | #else | |
3039 | exit(1); | |
3040 | #endif | |
3041 | } | |
3042 | EOP | |
3043 | cc -o pdp11 pdp11.c >/dev/null 2>&1 | |
3044 | if ./pdp11 2>/dev/null; then | |
3045 | dflt='unsplit split' | |
3046 | else | |
3047 | tans=`./loc . X /lib/small /lib/large /usr/lib/small /usr/lib/large /lib/medium /usr/lib/medium /lib/huge` | |
3048 | case "$tans" in | |
3049 | X) dflt='none';; | |
3050 | *) if $test -d /lib/small || $test -d /usr/lib/small; then | |
3051 | dflt='small' | |
3052 | else | |
3053 | dflt='' | |
3054 | fi | |
3055 | if $test -d /lib/medium || $test -d /usr/lib/medium; then | |
3056 | dflt="$dflt medium" | |
3057 | fi | |
3058 | if $test -d /lib/large || $test -d /usr/lib/large; then | |
3059 | dflt="$dflt large" | |
3060 | fi | |
3061 | if $test -d /lib/huge || $test -d /usr/lib/huge; then | |
3062 | dflt="$dflt huge" | |
3063 | fi | |
3064 | esac | |
3065 | fi;; | |
3066 | *) dflt="$models";; | |
8e07c86e | 3067 | esac |
4633a7c4 LW |
3068 | $cat <<EOM |
3069 | ||
3070 | Some systems have different model sizes. On most systems they are called | |
3071 | small, medium, large, and huge. On the PDP11 they are called unsplit and | |
3072 | split. If your system doesn't support different memory models, say "none". | |
3073 | If you wish to force everything to one memory model, say "none" here and | |
3074 | put the appropriate flags later when it asks you for other cc and ld flags. | |
3075 | Venix systems may wish to put "none" and let the compiler figure things out. | |
3076 | (In the following question multiple model names should be space separated.) | |
8e07c86e | 3077 | |
4633a7c4 LW |
3078 | EOM |
3079 | rp="Which memory models are supported?" | |
8e07c86e | 3080 | . ./myread |
4633a7c4 | 3081 | models="$ans" |
8e07c86e | 3082 | |
4633a7c4 LW |
3083 | case "$models" in |
3084 | none) | |
3085 | small='' | |
3086 | medium='' | |
3087 | large='' | |
3088 | huge='' | |
3089 | unsplit='' | |
3090 | split='' | |
3091 | ;; | |
3092 | *split) | |
3093 | case "$split" in | |
3094 | '') if $contains '\-i' $sysman/ld.1 >/dev/null 2>&1 || \ | |
3095 | $contains '\-i' $sysman/cc.1 >/dev/null 2>&1; then | |
3096 | dflt='-i' | |
3097 | else | |
3098 | dflt='none' | |
3099 | fi;; | |
3100 | *) dflt="$split";; | |
8e07c86e | 3101 | esac |
4633a7c4 LW |
3102 | rp="What flag indicates separate I and D space?" |
3103 | . ./myread | |
3104 | tans="$ans" | |
3105 | case "$tans" in | |
3106 | none) tans='';; | |
8e07c86e | 3107 | esac |
4633a7c4 LW |
3108 | split="$tans" |
3109 | unsplit='';; | |
3110 | *large*|*small*|*medium*|*huge*) | |
3111 | case "$models" in | |
3112 | *large*) | |
3113 | case "$large" in | |
3114 | '') dflt='-Ml';; | |
3115 | *) dflt="$large";; | |
3116 | esac | |
3117 | rp="What flag indicates large model?" | |
3118 | . ./myread | |
3119 | tans="$ans" | |
3120 | case "$tans" in | |
3121 | none) tans=''; | |
3122 | esac | |
3123 | large="$tans";; | |
3124 | *) large='';; | |
8e07c86e | 3125 | esac |
4633a7c4 LW |
3126 | case "$models" in |
3127 | *huge*) case "$huge" in | |
3128 | '') dflt='-Mh';; | |
3129 | *) dflt="$huge";; | |
3130 | esac | |
3131 | rp="What flag indicates huge model?" | |
3132 | . ./myread | |
3133 | tans="$ans" | |
3134 | case "$tans" in | |
3135 | none) tans=''; | |
3136 | esac | |
3137 | huge="$tans";; | |
3138 | *) huge="$large";; | |
3139 | esac | |
3140 | case "$models" in | |
3141 | *medium*) case "$medium" in | |
3142 | '') dflt='-Mm';; | |
3143 | *) dflt="$medium";; | |
3144 | esac | |
3145 | rp="What flag indicates medium model?" | |
3146 | . ./myread | |
3147 | tans="$ans" | |
3148 | case "$tans" in | |
3149 | none) tans=''; | |
3150 | esac | |
3151 | medium="$tans";; | |
3152 | *) medium="$large";; | |
3153 | esac | |
3154 | case "$models" in | |
3155 | *small*) case "$small" in | |
3156 | '') dflt='none';; | |
3157 | *) dflt="$small";; | |
3158 | esac | |
3159 | rp="What flag indicates small model?" | |
3160 | . ./myread | |
3161 | tans="$ans" | |
3162 | case "$tans" in | |
3163 | none) tans=''; | |
3164 | esac | |
3165 | small="$tans";; | |
3166 | *) small='';; | |
3167 | esac | |
3168 | ;; | |
3169 | *) | |
3170 | echo "Unrecognized memory models--you may have to edit Makefile.SH" >&4 | |
8e07c86e AD |
3171 | ;; |
3172 | esac | |
3173 | ||
2c7991dc | 3174 | : see if we need a special compiler |
16d20bd9 | 3175 | echo " " |
4633a7c4 LW |
3176 | if ./usg; then |
3177 | case "$cc" in | |
3178 | '') case "$Mcc" in | |
3179 | /*) dflt='Mcc';; | |
3180 | *) case "$large" in | |
3181 | -M*) dflt='cc';; | |
3182 | *) if $contains '\-M' $sysman/cc.1 >/dev/null 2>&1 ; then | |
3183 | if $contains '\-M' $sysman/cpp.1 >/dev/null 2>&1; then | |
3184 | dflt='cc' | |
3185 | else | |
3186 | dflt='cc -M' | |
3187 | fi | |
3188 | else | |
3189 | dflt='cc' | |
3190 | fi;; | |
3191 | esac;; | |
3192 | esac;; | |
3193 | *) dflt="$cc";; | |
3194 | esac | |
3195 | $cat <<'EOM' | |
3196 | On some systems the default C compiler will not resolve multiple global | |
3197 | references that happen to have the same name. On some such systems the "Mcc" | |
3198 | command may be used to force these to be resolved. On other systems a "cc -M" | |
3199 | command is required. (Note that the -M flag on other systems indicates a | |
3200 | memory model to use!) If you have the Gnu C compiler, you might wish to use | |
3201 | that instead. | |
16d20bd9 AD |
3202 | |
3203 | EOM | |
4633a7c4 LW |
3204 | rp="What command will force resolution on this system?" |
3205 | . ./myread | |
3206 | cc="$ans" | |
16d20bd9 | 3207 | else |
4633a7c4 LW |
3208 | case "$cc" in |
3209 | '') dflt=cc;; | |
3210 | *) dflt="$cc";; | |
3211 | esac | |
3212 | rp="Use which C compiler?" | |
3213 | . ./myread | |
3214 | cc="$ans" | |
16d20bd9 | 3215 | fi |
4633a7c4 LW |
3216 | echo " " |
3217 | echo "Checking for GNU cc in disguise and/or its version number..." >&4 | |
3218 | $cat >gccvers.c <<EOM | |
3219 | #include <stdio.h> | |
3220 | int main() { | |
3221 | #ifdef __GNUC__ | |
3222 | #ifdef __VERSION__ | |
3223 | printf("%s\n", __VERSION__); | |
3224 | #else | |
3225 | printf("%s\n", "1"); | |
3226 | #endif | |
3227 | #endif | |
3228 | exit(0); | |
3229 | } | |
3230 | EOM | |
3231 | if $cc -o gccvers gccvers.c >/dev/null 2>&1; then | |
3232 | gccversion=`./gccvers` | |
3233 | case "$gccversion" in | |
3234 | '') echo "You are not using GNU cc." ;; | |
3235 | *) echo "You are using GNU cc $gccversion." ;; | |
16d20bd9 | 3236 | esac |
4633a7c4 | 3237 | else |
16d20bd9 | 3238 | echo " " |
4633a7c4 LW |
3239 | echo "*** WHOA THERE!!! ***" >&4 |
3240 | echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4 | |
3241 | case "$knowitall" in | |
3242 | '') | |
3243 | echo " You'd better start hunting for one and let me know about it." >&4 | |
16d20bd9 AD |
3244 | exit 1 |
3245 | ;; | |
3246 | esac | |
4633a7c4 LW |
3247 | fi |
3248 | $rm -f gccvers* | |
3249 | case "$gccversion" in | |
3250 | 1*) cpp=`./loc gcc-cpp $cpp $pth` ;; | |
16d20bd9 | 3251 | esac |
16d20bd9 | 3252 | |
4633a7c4 | 3253 | : What should the include directory be ? |
2304df62 | 3254 | echo " " |
4633a7c4 LW |
3255 | $echo $n "Hmm... $c" |
3256 | dflt='/usr/include' | |
3257 | incpath='' | |
3258 | mips_type='' | |
3259 | if $test -f /bin/mips && /bin/mips; then | |
3260 | echo "Looks like a MIPS system..." | |
3261 | $cat >usr.c <<'EOCP' | |
3262 | #ifdef SYSTYPE_BSD43 | |
3263 | /bsd43 | |
3264 | #endif | |
3265 | EOCP | |
3266 | if $cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then | |
3267 | dflt='/bsd43/usr/include' | |
3268 | incpath='/bsd43' | |
3269 | mips_type='BSD 4.3' | |
2304df62 | 3270 | else |
4633a7c4 | 3271 | mips_type='System V' |
2304df62 | 3272 | fi |
4633a7c4 LW |
3273 | $rm -f usr.c usr.out |
3274 | echo "and you're compiling with the $mips_type compiler and libraries." | |
3275 | xxx_prompt=y | |
3276 | echo "exit 0" >mips | |
3277 | else | |
2c7991dc | 3278 | echo "Doesn't look like a MIPS system." |
3279 | xxx_prompt=n | |
3280 | echo "exit 1" >mips | |
3281 | fi | |
3282 | chmod +x mips | |
3283 | $eunicefix mips | |
3284 | echo " " | |
3285 | case "$usrinc" in | |
3286 | '') ;; | |
3287 | *) dflt="$usrinc";; | |
3288 | esac | |
3289 | case "$xxx_prompt" in | |
3290 | y) fn=d/ | |
3291 | rp='Where are the include files you want to use?' | |
3292 | . ./getfile | |
3293 | usrinc="$ans" | |
3294 | ;; | |
3295 | *) usrinc="$dflt" | |
3296 | ;; | |
3297 | esac | |
3298 | ||
3299 | : see if we have to deal with yellow pages, now NIS. | |
3300 | if $test -d /usr/etc/yp || $test -d /etc/yp; then | |
3301 | if $test -f /usr/etc/nibindd; then | |
3302 | echo " " | |
3303 | echo "I'm fairly confident you're on a NeXT." | |
3304 | echo " " | |
3305 | rp='Do you get the hosts file via NetInfo?' | |
3306 | dflt=y | |
3307 | case "$hostcat" in | |
3308 | nidump*) ;; | |
3309 | '') ;; | |
3310 | *) dflt=n;; | |
3311 | esac | |
3312 | . ./myread | |
3313 | case "$ans" in | |
3314 | y*) hostcat='nidump hosts .';; | |
3315 | *) case "$hostcat" in | |
3316 | nidump*) hostcat='';; | |
3317 | esac | |
3318 | ;; | |
3319 | esac | |
3320 | fi | |
3321 | case "$hostcat" in | |
3322 | nidump*) ;; | |
3323 | *) | |
3324 | case "$hostcat" in | |
3325 | *ypcat*) dflt=y;; | |
3326 | '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then | |
3327 | dflt=y | |
3328 | else | |
3329 | dflt=n | |
3330 | fi;; | |
3331 | *) dflt=n;; | |
3332 | esac | |
3333 | echo " " | |
3334 | rp='Are you getting the hosts file via yellow pages?' | |
3335 | . ./myread | |
3336 | case "$ans" in | |
3337 | y*) hostcat='ypcat hosts';; | |
3338 | *) hostcat='cat /etc/hosts';; | |
3339 | esac | |
3340 | ;; | |
3341 | esac | |
3342 | fi | |
3343 | ||
3344 | : now get the host name | |
3345 | echo " " | |
3346 | echo "Figuring out host name..." >&4 | |
3347 | case "$myhostname" in | |
3348 | '') cont=true | |
3349 | echo 'Maybe "hostname" will work...' | |
3350 | if tans=`sh -c hostname 2>&1` ; then | |
3351 | myhostname=$tans | |
3352 | phostname=hostname | |
3353 | cont='' | |
3354 | fi | |
3355 | ;; | |
3356 | *) cont='';; | |
3357 | esac | |
3358 | if $test "$cont"; then | |
3359 | if ./xenix; then | |
3360 | echo 'Oh, dear. Maybe "/etc/systemid" is the key...' | |
3361 | if tans=`cat /etc/systemid 2>&1` ; then | |
3362 | myhostname=$tans | |
3363 | phostname='cat /etc/systemid' | |
3364 | echo "Whadyaknow. Xenix always was a bit strange..." | |
3365 | cont='' | |
3366 | fi | |
3367 | elif $test -r /etc/systemid; then | |
3368 | echo "(What is a non-Xenix system doing with /etc/systemid?)" | |
3369 | fi | |
3370 | fi | |
3371 | if $test "$cont"; then | |
3372 | echo 'No, maybe "uuname -l" will work...' | |
3373 | if tans=`sh -c 'uuname -l' 2>&1` ; then | |
3374 | myhostname=$tans | |
3375 | phostname='uuname -l' | |
3376 | else | |
3377 | echo 'Strange. Maybe "uname -n" will work...' | |
3378 | if tans=`sh -c 'uname -n' 2>&1` ; then | |
3379 | myhostname=$tans | |
3380 | phostname='uname -n' | |
3381 | else | |
3382 | echo 'Oh well, maybe I can mine it out of whoami.h...' | |
3383 | if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then | |
3384 | myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'` | |
3385 | phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h" | |
3386 | else | |
3387 | case "$myhostname" in | |
3388 | '') echo "Does this machine have an identity crisis or something?" | |
3389 | phostname='';; | |
3390 | *) | |
3391 | echo "Well, you said $myhostname before..." | |
3392 | phostname='echo $myhostname';; | |
3393 | esac | |
3394 | fi | |
3395 | fi | |
3396 | fi | |
3397 | fi | |
3398 | : you do not want to know about this | |
3399 | set $myhostname | |
3400 | myhostname=$1 | |
3401 | ||
3402 | : verify guess | |
3403 | if $test "$myhostname" ; then | |
3404 | dflt=y | |
3405 | rp='Your host name appears to be "'$myhostname'".'" Right?" | |
3406 | . ./myread | |
3407 | case "$ans" in | |
3408 | y*) ;; | |
3409 | *) myhostname='';; | |
3410 | esac | |
3411 | fi | |
3412 | ||
3413 | : bad guess or no guess | |
3414 | while $test "X$myhostname" = X ; do | |
3415 | dflt='' | |
3416 | rp="Please type the (one word) name of your host:" | |
3417 | . ./myread | |
3418 | myhostname="$ans" | |
3419 | done | |
3420 | ||
3421 | : translate upper to lower if necessary | |
3422 | case "$myhostname" in | |
3423 | *[A-Z]*) | |
3424 | echo "(Normalizing case in your host name)" | |
3425 | myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'` | |
3426 | ;; | |
3427 | esac | |
3428 | ||
3429 | case "$myhostname" in | |
3430 | *.*) | |
3431 | dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"` | |
3432 | myhostname=`expr "X$myhostname" : "X\([^.]*\)\."` | |
3433 | echo "(Trimming domain name from host name--host name is now $myhostname)" | |
3434 | ;; | |
3435 | *) case "$mydomain" in | |
3436 | '') | |
3437 | { | |
3438 | : If we use NIS, try ypmatch. | |
3439 | : Is there some reason why this was not done before? | |
3440 | test "X$hostcat" = "Xypcat hosts" && | |
3441 | ypmatch "$myhostname" hosts 2>/dev/null |\ | |
3442 | $sed -e 's/[ ]*#.*//; s/$/ /' > hosts && \ | |
3443 | $test -s hosts | |
3444 | } || { | |
3445 | : Extract only the relevant hosts, reducing file size, | |
3446 | : remove comments, insert trailing space for later use. | |
3447 | $hostcat | $sed -n -e "s/[ ]*#.*//; s/\$/ / | |
3448 | /[ ]$myhostname[ . ]/p" > hosts | |
3449 | } | |
3450 | tmp_re="[ . ]" | |
3451 | $test x`$awk "/[0-9].*[ ]$myhostname$tmp_re/ { sum++ } | |
3452 | END { print sum }" hosts` = x1 || tmp_re="[ ]" | |
3453 | dflt=.`$awk "/[0-9].*[ ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \ | |
3454 | hosts | $sort | $uniq | \ | |
3455 | $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"` | |
3456 | case `$echo X$dflt` in | |
3457 | X*\ *) echo "(Several hosts in /etc/hosts matched hostname)" | |
3458 | dflt=. | |
3459 | ;; | |
3460 | .) echo "(You do not have fully-qualified names in /etc/hosts)" | |
3461 | ;; | |
3462 | esac | |
3463 | case "$dflt" in | |
3464 | .) | |
3465 | tans=`./loc resolv.conf X /etc /usr/etc` | |
3466 | if $test -f "$tans"; then | |
3467 | echo "(Attempting domain name extraction from $tans)" | |
3468 | : Why was there an Egrep here, when Sed works? | |
3469 | dflt=.`$sed -n -e 's/^domain[ ]*\(.*\)/\1/p' $tans \ | |
3470 | | ./tr '[A-Z]' '[a-z]' 2>/dev/null` | |
3471 | fi | |
3472 | ;; | |
3473 | esac | |
3474 | case "$dflt" in | |
3475 | .) echo "(No help from resolv.conf either -- attempting clever guess)" | |
3476 | dflt=.`sh -c domainname 2>/dev/null` | |
3477 | case "$dflt" in | |
3478 | '') dflt='.';; | |
3479 | .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;; | |
3480 | esac | |
3481 | ;; | |
3482 | esac | |
3483 | case "$dflt" in | |
3484 | .) echo "(Lost all hope -- silly guess then)" | |
3485 | dflt='.uucp' | |
3486 | ;; | |
3487 | esac | |
3488 | $rm -f hosts | |
3489 | ;; | |
3490 | *) dflt="$mydomain";; | |
3491 | esac;; | |
3492 | esac | |
3493 | echo " " | |
3494 | rp="What is your domain name?" | |
3495 | . ./myread | |
3496 | tans="$ans" | |
3497 | case "$ans" in | |
3498 | '') ;; | |
3499 | .*) ;; | |
3500 | *) tans=".$tans";; | |
3501 | esac | |
3502 | mydomain="$tans" | |
3503 | ||
3504 | : translate upper to lower if necessary | |
3505 | case "$mydomain" in | |
3506 | *[A-Z]*) | |
3507 | echo "(Normalizing case in your domain name)" | |
3508 | mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'` | |
3509 | ;; | |
3510 | esac | |
3511 | ||
3512 | : a little sanity check here | |
3513 | case "$phostname" in | |
3514 | '') ;; | |
3515 | *) | |
3516 | case `$phostname | ./tr '[A-Z]' '[a-z]'` in | |
3517 | $myhostname$mydomain|$myhostname) ;; | |
3518 | *) | |
3519 | case "$phostname" in | |
3520 | sed*) | |
3521 | echo "(That doesn't agree with your whoami.h file, by the way.)" | |
3522 | ;; | |
3523 | *) | |
3524 | echo "(That doesn't agree with your $phostname command, by the way.)" | |
3525 | ;; | |
3526 | esac | |
3527 | ;; | |
3528 | esac | |
3529 | ;; | |
3530 | esac | |
3531 | ||
3532 | $cat <<EOM | |
3533 | ||
3534 | I need to get your e-mail address in Internet format if possible, i.e. | |
3535 | something like user@host.domain. Please answer accurately since I have | |
3536 | no easy means to double check it. The default value provided below | |
3537 | is most probably close to the reality but may not be valid from outside | |
3538 | your organization... | |
3539 | ||
3540 | EOM | |
3541 | cont=x | |
3542 | while test "$cont"; do | |
3543 | case "$cf_email" in | |
3544 | '') dflt="$cf_by@$myhostname$mydomain";; | |
3545 | *) dflt="$cf_email";; | |
3546 | esac | |
3547 | rp='What is your e-mail address?' | |
3548 | . ./myread | |
3549 | cf_email="$ans" | |
3550 | case "$cf_email" in | |
3551 | *@*.*) cont='' ;; | |
3552 | *) | |
3553 | rp='Address does not look like an Internet one. Use it anyway?' | |
3554 | case "$fastread" in | |
3555 | yes) dflt=y ;; | |
3556 | *) dflt=n ;; | |
3557 | esac | |
3558 | . ./myread | |
3559 | case "$ans" in | |
3560 | y*) cont='' ;; | |
3561 | *) echo " " ;; | |
3562 | esac | |
3563 | ;; | |
3564 | esac | |
3565 | done | |
3566 | ||
3567 | $cat <<EOM | |
3568 | ||
3569 | If you or somebody else will be maintaining perl at your site, please | |
3570 | fill in the correct e-mail address here so that they may be contacted | |
3571 | if necessary. Currently, the "perlbug" program included with perl | |
3572 | will send mail to this address in addition to perlbug@perl.com. You may | |
3573 | enter "none" for no administrator. | |
3574 | ||
3575 | EOM | |
3576 | case "$perladmin" in | |
3577 | '') dflt="$cf_email";; | |
3578 | *) dflt="$perladmin";; | |
3579 | esac | |
3580 | rp='Perl administrator e-mail address' | |
3581 | . ./myread | |
3582 | perladmin="$ans" | |
3583 | ||
3584 | : determine where public executable scripts go | |
3585 | set scriptdir scriptdir | |
3586 | eval $prefixit | |
3587 | case "$scriptdir" in | |
3588 | '') | |
3589 | dflt="$bin" | |
3590 | : guess some guesses | |
3591 | $test -d /usr/share/scripts && dflt=/usr/share/scripts | |
3592 | $test -d /usr/share/bin && dflt=/usr/share/bin | |
3593 | $test -d /usr/local/script && dflt=/usr/local/script | |
3594 | $test -d $prefixexp/script && dflt=$prefixexp/script | |
3595 | set dflt | |
3596 | eval $prefixup | |
3597 | ;; | |
3598 | *) dflt="$scriptdir" | |
3599 | ;; | |
3600 | esac | |
3601 | $cat <<EOM | |
3602 | ||
3603 | Some installations have a separate directory just for executable scripts so | |
3604 | that they can mount it across multiple architectures but keep the scripts in | |
3605 | one spot. You might, for example, have a subdirectory of /usr/share for this. | |
3606 | Or you might just lump your scripts in with all your other executables. | |
3607 | ||
3608 | EOM | |
3609 | fn=d~ | |
3610 | rp='Where do you keep publicly executable scripts?' | |
3611 | . ./getfile | |
3612 | if $test "X$ansexp" != "X$scriptdirexp"; then | |
3613 | installscript='' | |
3614 | fi | |
3615 | scriptdir="$ans" | |
3616 | scriptdirexp="$ansexp" | |
3617 | if $afs; then | |
3618 | $cat <<EOM | |
3619 | ||
3620 | Since you are running AFS, I need to distinguish the directory in which | |
3621 | scripts reside from the directory in which they are installed (and from | |
3622 | which they are presumably copied to the former directory by occult means). | |
3623 | ||
3624 | EOM | |
3625 | case "$installscript" in | |
3626 | '') dflt=`echo $scriptdirexp | sed 's#^/afs/#/afs/.#'`;; | |
3627 | *) dflt="$installscript";; | |
3628 | esac | |
3629 | fn=de~ | |
3630 | rp='Where will public scripts be installed?' | |
3631 | . ./getfile | |
3632 | installscript="$ans" | |
3633 | else | |
3634 | installscript="$scriptdirexp" | |
4633a7c4 | 3635 | fi |
2c7991dc | 3636 | |
3637 | : determine perl absolute location | |
3638 | case "$perlpath" in | |
3639 | '') perlpath=$binexp/perl ;; | |
2304df62 | 3640 | esac |
2c7991dc | 3641 | |
3642 | : figure out how to guarantee perl startup | |
3643 | case "$startperl" in | |
3644 | '') | |
3645 | case "$sharpbang" in | |
3646 | *!) | |
3647 | $cat <<EOH | |
3648 | ||
3649 | I can use the #! construct to start perl on your system. This will | |
3650 | make startup of perl scripts faster, but may cause problems if you | |
3651 | want to share those scripts and perl is not in a standard place | |
3652 | ($perlpath) on all your platforms. The alternative is to force | |
3653 | a shell by starting the script with a single ':' character. | |
3654 | ||
3655 | EOH | |
3656 | dflt=$perlpath | |
3657 | rp='What shall I put after the #! to start up perl ("none" to not use #!)?' | |
3658 | . ./myread | |
3659 | case "$ans" in | |
3660 | none) startperl=": # use perl";; | |
3661 | *) startperl="#!$ans";; | |
3662 | esac | |
3663 | ;; | |
3664 | *) startperl=": # use perl" | |
3665 | ;; | |
3666 | esac | |
2304df62 AD |
3667 | ;; |
3668 | esac | |
2c7991dc | 3669 | echo "I'll use $startperl to start perl scripts." |
2304df62 | 3670 | |
4633a7c4 | 3671 | : see how we invoke the C preprocessor |
2304df62 | 3672 | echo " " |
4633a7c4 LW |
3673 | echo "Now, how can we feed standard input to your C preprocessor..." >&4 |
3674 | cat <<'EOT' >testcpp.c | |
3675 | #define ABC abc | |
3676 | #define XYZ xyz | |
3677 | ABC.XYZ | |
3678 | EOT | |
3679 | cd .. | |
3680 | echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin | |
3681 | chmod 755 cppstdin | |
3682 | wrapper=`pwd`/cppstdin | |
3683 | ok='false' | |
3684 | cd UU | |
3685 | ||
3686 | if $test "X$cppstdin" != "X" && \ | |
3687 | $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \ | |
3688 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 | |
3689 | then | |
3690 | echo "You used to use $cppstdin $cppminus so we'll use that again." | |
3691 | case "$cpprun" in | |
3692 | '') echo "But let's see if we can live without a wrapper..." ;; | |
3693 | *) | |
3694 | if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \ | |
3695 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 | |
3696 | then | |
3697 | echo "(And we'll use $cpprun $cpplast to preprocess directly.)" | |
3698 | ok='true' | |
a0d0e21e | 3699 | else |
4633a7c4 | 3700 | echo "(However, $cpprun $cpplast does not work, let's see...)" |
2304df62 | 3701 | fi |
2304df62 | 3702 | ;; |
2304df62 | 3703 | esac |
4633a7c4 LW |
3704 | else |
3705 | case "$cppstdin" in | |
3706 | '') ;; | |
3707 | *) | |
3708 | echo "Good old $cppstdin $cppminus does not seem to be of any help..." | |
3709 | ;; | |
3710 | esac | |
3711 | fi | |
3712 | ||
3713 | if $ok; then | |
3714 | : nothing | |
3715 | elif echo 'Maybe "'"$cc"' -E" will work...'; \ | |
3716 | $cc -E <testcpp.c >testcpp.out 2>&1; \ | |
3717 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3718 | echo "Yup, it does." | |
3719 | x_cpp="$cc -E" | |
3720 | x_minus=''; | |
3721 | elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \ | |
3722 | $cc -E - <testcpp.c >testcpp.out 2>&1; \ | |
3723 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3724 | echo "Yup, it does." | |
3725 | x_cpp="$cc -E" | |
3726 | x_minus='-'; | |
3727 | elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \ | |
3728 | $cc -P <testcpp.c >testcpp.out 2>&1; \ | |
3729 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3730 | echo "Yipee, that works!" | |
3731 | x_cpp="$cc -P" | |
3732 | x_minus=''; | |
3733 | elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \ | |
3734 | $cc -P - <testcpp.c >testcpp.out 2>&1; \ | |
3735 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3736 | echo "At long last!" | |
3737 | x_cpp="$cc -P" | |
3738 | x_minus='-'; | |
3739 | elif echo 'No such luck, maybe "'$cpp'" will work...'; \ | |
3740 | $cpp <testcpp.c >testcpp.out 2>&1; \ | |
3741 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3742 | echo "It works!" | |
3743 | x_cpp="$cpp" | |
3744 | x_minus=''; | |
3745 | elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \ | |
3746 | $cpp - <testcpp.c >testcpp.out 2>&1; \ | |
3747 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3748 | echo "Hooray, it works! I was beginning to wonder." | |
3749 | x_cpp="$cpp" | |
3750 | x_minus='-'; | |
3751 | elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \ | |
3752 | $wrapper <testcpp.c >testcpp.out 2>&1; \ | |
3753 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3754 | x_cpp="$wrapper" | |
3755 | x_minus='' | |
3756 | echo "Eureka!" | |
3757 | else | |
3758 | dflt='' | |
3759 | rp="No dice. I can't find a C preprocessor. Name one:" | |
3760 | . ./myread | |
3761 | x_cpp="$ans" | |
3762 | x_minus='' | |
3763 | $x_cpp <testcpp.c >testcpp.out 2>&1 | |
3764 | if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then | |
3765 | echo "OK, that will do." >&4 | |
3766 | else | |
3767 | echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4 | |
3768 | exit 1 | |
3769 | fi | |
3770 | fi | |
3771 | ||
3772 | case "$ok" in | |
3773 | false) | |
3774 | cppstdin="$x_cpp" | |
3775 | cppminus="$x_minus" | |
3776 | cpprun="$x_cpp" | |
3777 | cpplast="$x_minus" | |
3778 | set X $x_cpp | |
3779 | shift | |
3780 | case "$1" in | |
3781 | "$cpp") | |
3782 | echo "Perhaps can we force $cc -E using a wrapper..." | |
3783 | if $wrapper <testcpp.c >testcpp.out 2>&1; \ | |
3784 | $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 | |
3785 | then | |
3786 | echo "Yup, we can." | |
3787 | cppstdin="$wrapper" | |
3788 | cppminus=''; | |
3789 | else | |
3790 | echo "Nope, we'll have to live without it..." | |
3791 | fi | |
3792 | ;; | |
3793 | esac | |
3794 | case "$cpprun" in | |
3795 | "$wrapper") | |
3796 | cpprun='' | |
3797 | cpplast='' | |
3798 | ;; | |
3799 | esac | |
3800 | ;; | |
3801 | esac | |
3802 | ||
3803 | case "$cppstdin" in | |
3804 | "$wrapper") ;; | |
3805 | *) $rm -f $wrapper;; | |
3806 | esac | |
3807 | $rm -f testcpp.c testcpp.out | |
3808 | ||
3809 | : Set private lib path | |
3810 | case "$plibpth" in | |
3811 | '') if ./mips; then | |
3812 | plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib" | |
3813 | fi;; | |
3814 | esac | |
3815 | case "$libpth" in | |
3816 | ' ') dlist='';; | |
3817 | '') dlist="$loclibpth $plibpth $glibpth";; | |
3818 | *) dlist="$libpth";; | |
3819 | esac | |
3820 | ||
3821 | : Now check and see which directories actually exist, avoiding duplicates | |
3822 | libpth='' | |
3823 | for xxx in $dlist | |
3824 | do | |
3825 | if $test -d $xxx; then | |
3826 | case " $libpth " in | |
3827 | *" $xxx "*) ;; | |
3828 | *) libpth="$libpth $xxx";; | |
3829 | esac | |
3830 | fi | |
3831 | done | |
3832 | $cat <<'EOM' | |
3833 | ||
3834 | Some systems have incompatible or broken versions of libraries. Among | |
3835 | the directories listed in the question below, please remove any you | |
3836 | know not to be holding relevant libraries, and add any that are needed. | |
3837 | Say "none" for none. | |
3838 | ||
3839 | EOM | |
3840 | case "$libpth" in | |
3841 | '') dflt='none';; | |
3842 | *) | |
3843 | set X $libpth | |
3844 | shift | |
3845 | dflt=${1+"$@"} | |
3846 | ;; | |
3847 | esac | |
3848 | rp="Directories to use for library searches?" | |
3849 | . ./myread | |
3850 | case "$ans" in | |
3851 | none) libpth=' ';; | |
3852 | *) libpth="$ans";; | |
3853 | esac | |
3854 | ||
3855 | : determine optimize, if desired, or use for debug flag also | |
3856 | case "$optimize" in | |
3857 | ' ') dflt='none';; | |
3858 | '') dflt='-O';; | |
3859 | *) dflt="$optimize";; | |
3860 | esac | |
3861 | $cat <<EOH | |
3862 | ||
3863 | Some C compilers have problems with their optimizers, by default, $package | |
3864 | compiles with the -O flag to use the optimizer. Alternately, you might want | |
3865 | to use the symbolic debugger, which uses the -g flag (on traditional Unix | |
3866 | systems). Either flag can be specified here. To use neither flag, specify | |
3867 | the word "none". | |
3868 | ||
3869 | EOH | |
3870 | rp="What optimizer/debugger flag should be used?" | |
3871 | . ./myread | |
3872 | optimize="$ans" | |
3873 | case "$optimize" in | |
3874 | 'none') optimize=" ";; | |
3875 | esac | |
3876 | ||
3877 | dflt='' | |
25f94b33 AD |
3878 | : We will not override a previous value, but we might want to |
3879 | : augment a hint file | |
3880 | case "$hint" in | |
3881 | none|recommended) | |
4633a7c4 LW |
3882 | case "$gccversion" in |
3883 | 1*) dflt='-fpcc-struct-return' ;; | |
3884 | esac | |
3885 | case "$optimize" in | |
3886 | *-g*) dflt="$dflt -DDEBUGGING";; | |
3887 | esac | |
3888 | case "$gccversion" in | |
3889 | 2*) if test -d /etc/conf/kconfig.d && | |
3890 | $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1 | |
3891 | then | |
3892 | dflt="$dflt -posix" | |
3893 | fi | |
3894 | ;; | |
3895 | esac | |
3896 | ;; | |
3897 | esac | |
3898 | ||
3899 | case "$mips_type" in | |
3900 | *BSD*|'') inclwanted="$locincpth $usrinc";; | |
3901 | *) inclwanted="$locincpth $inclwanted $usrinc/bsd";; | |
3902 | esac | |
3903 | for thisincl in $inclwanted; do | |
3904 | if $test -d $thisincl; then | |
3905 | if $test x$thisincl != x$usrinc; then | |
3906 | case "$dflt" in | |
3907 | *$thisincl*);; | |
3908 | *) dflt="$dflt -I$thisincl";; | |
3909 | esac | |
3910 | fi | |
3911 | fi | |
3912 | done | |
3913 | ||
3914 | inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then | |
3915 | xxx=true; | |
3916 | elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then | |
3917 | xxx=true; | |
3918 | else | |
3919 | xxx=false; | |
3920 | fi; | |
3921 | if $xxx; then | |
3922 | case "$dflt" in | |
3923 | *$2*);; | |
3924 | *) dflt="$dflt -D$2";; | |
3925 | esac; | |
3926 | fi' | |
3927 | ||
3928 | if ./osf1; then | |
3929 | set signal.h __LANGUAGE_C__; eval $inctest | |
3930 | else | |
3931 | set signal.h LANGUAGE_C; eval $inctest | |
3932 | fi | |
3933 | set signal.h NO_PROTOTYPE; eval $inctest | |
3934 | set signal.h _NO_PROTO; eval $inctest | |
3935 | ||
25f94b33 AD |
3936 | case "$hint" in |
3937 | none|recommended) dflt="$ccflags $dflt" ;; | |
4633a7c4 LW |
3938 | *) dflt="$ccflags";; |
3939 | esac | |
25f94b33 AD |
3940 | |
3941 | case "$dflt" in | |
3942 | ''|' ') dflt=none;; | |
3943 | esac | |
4633a7c4 LW |
3944 | $cat <<EOH |
3945 | ||
3946 | Your C compiler may want other flags. For this question you should include | |
3947 | -I/whatever and -DWHATEVER flags and any other flags used by the C compiler, | |
3948 | but you should NOT include libraries or ld flags like -lwhatever. If you | |
3949 | want $package to honor its debug switch, you should include -DDEBUGGING here. | |
3950 | Your C compiler might also need additional flags, such as -D_POSIX_SOURCE, | |
3951 | -DHIDEMYMALLOC or -DCRIPPLED_CC. | |
3952 | ||
3953 | To use no flags, specify the word "none". | |
3954 | ||
3955 | EOH | |
3956 | set X $dflt | |
3957 | shift | |
3958 | dflt=${1+"$@"} | |
3959 | rp="Any additional cc flags?" | |
3960 | . ./myread | |
3961 | case "$ans" in | |
3962 | none) ccflags='';; | |
3963 | *) ccflags="$ans";; | |
3964 | esac | |
3965 | ||
3966 | : the following weeds options from ccflags that are of no interest to cpp | |
3967 | cppflags="$ccflags" | |
3968 | case "$gccversion" in | |
3969 | 1*) cppflags="$cppflags -D__GNUC__" | |
3970 | esac | |
3971 | case "$mips_type" in | |
3972 | '');; | |
3973 | *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";; | |
3974 | esac | |
3975 | case "$cppflags" in | |
3976 | '');; | |
3977 | *) | |
3978 | echo " " | |
3979 | echo "Let me guess what the preprocessor flags are..." >&4 | |
3980 | set X $cppflags | |
3981 | shift | |
3982 | cppflags='' | |
3983 | $cat >cpp.c <<'EOM' | |
3984 | #define BLURFL foo | |
3985 | ||
3986 | BLURFL xx LFRULB | |
3987 | EOM | |
3988 | previous='' | |
3989 | for flag in $* | |
3990 | do | |
3991 | case "$flag" in | |
3992 | -*) ftry="$flag";; | |
3993 | *) ftry="$previous $flag";; | |
3994 | esac | |
3995 | if $cppstdin -DLFRULB=bar $ftry $cppminus <cpp.c \ | |
3996 | >cpp1.out 2>/dev/null && \ | |
3997 | $cpprun -DLFRULB=bar $ftry $cpplast <cpp.c \ | |
3998 | >cpp2.out 2>/dev/null && \ | |
3999 | $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \ | |
4000 | $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1 | |
4001 | then | |
4002 | cppflags="$cppflags $ftry" | |
4003 | previous='' | |
4004 | else | |
4005 | previous="$flag" | |
4006 | fi | |
4007 | done | |
4008 | set X $cppflags | |
4009 | shift | |
4010 | cppflags=${1+"$@"} | |
4011 | case "$cppflags" in | |
4012 | *-*) echo "They appear to be: $cppflags";; | |
4013 | esac | |
4014 | $rm -f cpp.c cpp?.out | |
4015 | ;; | |
4016 | esac | |
4017 | ||
4018 | : flags used in final linking phase | |
4019 | ||
4020 | case "$ldflags" in | |
4021 | '') if ./venix; then | |
4022 | dflt='-i -z' | |
4023 | else | |
4024 | dflt='' | |
4025 | fi | |
4026 | case "$ccflags" in | |
4027 | *-posix*) dflt="$dflt -posix" ;; | |
4028 | esac | |
4029 | ;; | |
4030 | *) dflt="$ldflags";; | |
4031 | esac | |
4032 | ||
4033 | : Try to guess additional flags to pick up local libraries. | |
4034 | for thislibdir in $libpth; do | |
4035 | case " $loclibpth " in | |
4036 | *" $thislibdir "*) | |
4037 | case "$dflt " in | |
25f94b33 | 4038 | *"-L$thislibdir "*) ;; |
4633a7c4 LW |
4039 | *) dflt="$dflt -L$thislibdir" ;; |
4040 | esac | |
4041 | ;; | |
4042 | esac | |
4043 | done | |
4044 | ||
4045 | case "$dflt" in | |
4046 | '') dflt='none' ;; | |
4047 | esac | |
4048 | ||
4049 | $cat <<EOH | |
4050 | ||
4051 | Your C linker may need flags. For this question you should | |
4052 | include -L/whatever and any other flags used by the C linker, but you | |
4053 | should NOT include libraries like -lwhatever. | |
4054 | ||
4055 | Make sure you include the appropriate -L/path flags if your C linker | |
4056 | does not normally search all of the directories you specified above, | |
4057 | namely | |
4058 | $libpth | |
4059 | To use no flags, specify the word "none". | |
4060 | ||
4061 | EOH | |
4062 | ||
4063 | rp="Any additional ld flags (NOT including libraries)?" | |
4064 | . ./myread | |
4065 | case "$ans" in | |
4066 | none) ldflags='';; | |
4067 | *) ldflags="$ans";; | |
4068 | esac | |
4069 | rmlist="$rmlist pdp11" | |
4070 | ||
4071 | : coherency check | |
4072 | echo " " | |
4073 | echo "Checking your choice of C compiler and flags for coherency..." >&4 | |
4074 | set X $cc $optimize $ccflags $ldflags try.c -o try | |
4075 | shift | |
4076 | $cat >try.msg <<EOM | |
4077 | I've tried to compile and run a simple program with: | |
4078 | ||
4079 | $* | |
4080 | ./try | |
4081 | ||
4082 | and I got the following output: | |
4083 | ||
4084 | EOM | |
4085 | $cat > try.c <<'EOF' | |
4086 | #include <stdio.h> | |
4087 | main() { exit(0); } | |
4088 | EOF | |
4089 | dflt=y | |
4090 | if sh -c "$cc $optimize $ccflags try.c -o try $ldflags" >>try.msg 2>&1; then | |
4091 | if sh -c './try' >>try.msg 2>&1; then | |
4092 | dflt=n | |
4093 | else | |
4094 | echo "The program compiled OK, but exited with status $?." >>try.msg | |
4095 | rp="You have a problem. Shall I abort Configure" | |
4096 | dflt=y | |
4097 | fi | |
4098 | else | |
4099 | echo "I can't compile the test program." >>try.msg | |
4100 | rp="You have a BIG problem. Shall I abort Configure" | |
4101 | dflt=y | |
4102 | fi | |
4103 | case "$dflt" in | |
4104 | y) | |
4105 | $cat try.msg | |
4106 | case "$knowitall" in | |
4107 | '') | |
4108 | echo "(The supplied flags might be incorrect with this C compiler.)" | |
4109 | ;; | |
4110 | *) dflt=n;; | |
4111 | esac | |
4112 | echo " " | |
4113 | . ./myread | |
4114 | case "$ans" in | |
4115 | n*|N*) ;; | |
4116 | *) echo "Ok. Stopping Configure." >&4 | |
4117 | exit 1 | |
4118 | ;; | |
4119 | esac | |
4120 | ;; | |
4121 | n) echo "OK, that should do.";; | |
4122 | esac | |
4123 | $rm -f try try.* core | |
4124 | ||
4125 | : compute shared library extension | |
4126 | case "$so" in | |
4127 | '') | |
4128 | if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then | |
4129 | dflt='sl' | |
4130 | else | |
4131 | dflt='so' | |
4132 | fi | |
4133 | ;; | |
4134 | *) dflt="$so";; | |
4135 | esac | |
4136 | $cat <<EOM | |
4137 | ||
4138 | On some systems, shared libraries may be available. Answer 'none' if | |
4139 | you want to suppress searching of shared libraries for the remaining | |
4140 | of this configuration. | |
4141 | ||
4142 | EOM | |
4143 | rp='What is the file extension used for shared libraries?' | |
4144 | . ./myread | |
4145 | so="$ans" | |
4146 | ||
4147 | : Looking for optional libraries | |
4148 | echo " " | |
4149 | echo "Checking for optional libraries..." >&4 | |
4150 | case "$libs" in | |
4151 | ' '|'') dflt='';; | |
4152 | *) dflt="$libs";; | |
4153 | esac | |
4154 | case "$libswanted" in | |
4155 | '') libswanted='c_s';; | |
4156 | esac | |
4157 | for thislib in $libswanted; do | |
4158 | ||
4159 | if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`; $test -f "$xxx"; then | |
4160 | echo "Found -l$thislib (shared)." | |
4161 | case " $dflt " in | |
4162 | *"-l$thislib "*);; | |
4163 | *) dflt="$dflt -l$thislib";; | |
4164 | esac | |
4165 | elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then | |
4166 | echo "Found -l$thislib (shared)." | |
4167 | case " $dflt " in | |
4168 | *"-l$thislib "*);; | |
4169 | *) dflt="$dflt -l$thislib";; | |
4170 | esac | |
4171 | elif xxx=`./loc lib$thislib.a X $libpth`; $test -f "$xxx"; then | |
4172 | echo "Found -l$thislib." | |
4173 | case " $dflt " in | |
4174 | *"-l$thislib "*);; | |
4175 | *) dflt="$dflt -l$thislib";; | |
4176 | esac | |
4177 | elif xxx=`./loc $thislib.a X $libpth`; $test -f "$xxx"; then | |
4178 | echo "Found -l$thislib." | |
4179 | case " $dflt " in | |
4180 | *"-l$thislib "*);; | |
4181 | *) dflt="$dflt -l$thislib";; | |
4182 | esac | |
4183 | elif xxx=`./loc lib${thislib}_s.a X $libpth`; $test -f "$xxx"; then | |
4184 | echo "Found -l${thislib}_s." | |
4185 | case " $dflt " in | |
4186 | *"-l$thislib "*);; | |
4187 | *) dflt="$dflt -l${thislib}_s";; | |
4188 | esac | |
4189 | elif xxx=`./loc Slib$thislib.a X $xlibpth`; $test -f "$xxx"; then | |
4190 | echo "Found -l$thislib." | |
4191 | case " $dflt " in | |
4192 | *"-l$thislib "*);; | |
4193 | *) dflt="$dflt -l$thislib";; | |
4194 | esac | |
4195 | else | |
4196 | echo "No -l$thislib." | |
4197 | fi | |
4198 | done | |
4199 | set X $dflt | |
4200 | shift | |
4201 | dflt="$*" | |
4202 | case "$libs" in | |
4203 | '') dflt="$dflt";; | |
4204 | *) dflt="$libs";; | |
4205 | esac | |
4206 | case "$dflt" in | |
4207 | ' '|'') dflt='none';; | |
4208 | esac | |
4209 | ||
4210 | $cat <<EOM | |
4211 | ||
4212 | Some versions of Unix support shared libraries, which make executables smaller | |
4213 | but make load time slightly longer. | |
4214 | ||
4215 | On some systems, mostly newer Unix System V's, the shared library is included | |
4216 | by putting the option "-lc_s" as the last thing on the cc command line when | |
4217 | linking. Other systems use shared libraries by default. There may be other | |
4218 | libraries needed to compile $package on your machine as well. If your system | |
4219 | needs the "-lc_s" option, include it here. Include any other special libraries | |
4220 | here as well. Say "none" for none. | |
4221 | EOM | |
4222 | ||
4223 | echo " " | |
4224 | rp="Any additional libraries?" | |
4225 | . ./myread | |
4226 | case "$ans" in | |
4227 | none) libs=' ';; | |
4228 | *) libs="$ans";; | |
4229 | esac | |
4230 | ||
4231 | : see if nm is to be used to determine whether a symbol is defined or not | |
4232 | case "$usenm" in | |
4233 | '') | |
4234 | dflt=`egrep 'inlibc|csym' ../Configure | wc -l 2>/dev/null` | |
4235 | if $test $dflt -gt 20; then | |
4236 | dflt=y | |