This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typing is for secretaries
[perl5.git] / Configure
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 and is available on CPAN under authors/id/RAM so
18 # you may fetch it yourself from your nearest archive site.)
19 #
20 #
21 # Though this script was generated by metaconfig, it is OK to send
22 # patches against it. It's up to the Configure pumpkin to backport
23 # the patch to the metaunits if it is accepted.
24 # See Porting/pumpkin.pod for more information on metaconfig.
25 #
26
27 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
28 #
29 # Generated on Wed May  9 18:53:25 CEST 2007 [metaconfig 3.0 PL70]
30 # (with additional metaconfig patches by perlbug@perl.org)
31
32 cat >c1$$ <<EOF
33 ARGGGHHHH!!!!!
34
35 SCO csh still thinks true is false.  Write to SCO today and tell them that next
36 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
37
38 (Actually, Configure ought to just patch csh in place.  Hmm.  Hmmmmm.  All
39 we'd have to do is go in and swap the && and || tokens, wherever they are.)
40
41 [End of diatribe. We now return you to your regularly scheduled programming...]
42 EOF
43 cat >c2$$ <<EOF
44
45 OOPS!  You naughty creature!  You didn't run Configure with sh!
46 I will attempt to remedy the situation by running sh for you...
47 EOF
48
49 true || cat c1$$ c2$$
50 true || exec sh $0 $argv:q
51
52 (exit $?0) || cat c2$$
53 (exit $?0) || exec sh $0 $argv:q
54 rm -f c1$$ c2$$
55
56 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
57         cat >&4 <<EOF
58 ***
59 *** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do
60 *** Configure that well.  (Plan 9 is close to UNIX but not close enough.)
61 *** Please read the README.plan9 for further instructions.
62 *** Cannot continue, aborting.
63 ***
64 EOF
65         exit 1
66 fi
67
68 if test ! -c /dev/null ; then
69         cat >&4 <<EOF
70 ***
71 *** I'm sorry, but /dev/null appears to be a file rather than a device.
72 *** Please consult your operating sytem's notes for making a device
73 *** in /dev.
74 *** Cannot continue, aborting.
75 ***
76 EOF
77         exit 1
78 fi
79
80 : compute my invocation name
81 me=$0
82 case "$0" in
83 */*)
84         me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
85         test "$me" || me=$0
86         ;;
87 esac
88
89 : Proper separator for the PATH environment variable
90 p_=:
91 : On OS/2 this directory should exist if this is not floppy only system :-]
92 if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
93     if test -n "$OS2_SHELL"; then
94                 p_=\;
95                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
96                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
97                 is_os2=yes
98         elif test -n "$DJGPP"; then
99                 case "X${MACHTYPE:-nonesuchmach}" in
100                 *cygwin) ;;
101                 *) p_=\; ;;
102                 esac
103         fi
104 fi
105
106 : Proper PATH setting
107 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
108 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
109 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
110 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
111 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
112 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /opt/ansic/bin /usr/ccs/bin"
113 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
114 paths="$paths /sbin /usr/sbin /usr/libexec"
115 paths="$paths /system/gnu_library/bin"
116
117 for p in $paths
118 do
119         case "$p_$PATH$p_" in
120         *$p_$p$p_*) ;;
121         *) test -d $p && PATH=$PATH$p_$p ;;
122         esac
123 done
124
125 PATH=.$p_$PATH
126 export PATH
127
128 : shall we be using ksh?
129 inksh=''
130 needksh=''
131 avoidksh=''
132 newsh=/bin/ksh
133 changesh=''
134 if (PATH=.; alias -x) >/dev/null 2>&1; then
135                 inksh=true
136 fi
137 if test -f /hp-ux -a -f /bin/ksh; then
138         needksh='to avoid sh bug in "here document" expansion'
139 fi
140 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
141         if test X`/usr/bin/uname -v` = X4; then
142                 avoidksh="to avoid AIX 4's /bin/sh"
143                 newsh=/usr/bin/bsh
144         fi
145 fi
146 if test -f /osf_boot -a -f /usr/sbin/setld; then
147         if test X`/usr/bin/uname -s` = XOSF1; then
148                 avoidksh="to avoid Digital UNIX' ksh"
149                 newsh=/bin/sh
150                 unset BIN_SH # if this is 'xpg4' sh will start up ksh
151         fi
152 fi
153 case "$inksh/$needksh" in
154 /[a-z]*)
155                 ENV=''
156                 changesh=true
157                 reason="$needksh"
158         ;;
159 esac
160 case "$inksh/$avoidksh" in
161 true/[a-z]*)
162         changesh=true
163         reason="$avoidksh"
164         ;;
165 esac
166 case "$inksh/$needksh-$avoidksh-" in
167 true/--)
168                 cat <<EOM
169 (I see you are using the Korn shell.  Some ksh's blow up on $me,
170 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
171 EOM
172         ;;
173 esac
174 case "$changesh" in
175 true)
176         export newsh
177         echo "(Feeding myself to $newsh $reason.)"
178         case "$0" in
179         Configure|*/Configure) exec $newsh $0 "$@";;
180         *) exec $newsh Configure "$@";;
181         esac
182         ;;
183 esac
184
185 : if needed set CDPATH to a harmless value that is not chatty
186 : avoid bash 2.02 problems with empty CDPATH.
187 case "$CDPATH" in
188 '')     ;;
189 *)      case "$SHELL" in
190         *bash*) CDPATH='.' ;;
191         *)              CDPATH='' ;;
192         esac
193         ;;
194 esac
195 : Configure runs within the UU subdirectory
196 test -d UU || mkdir UU
197 cd UU && rm -f ./*
198
199 ccname=''
200 ccversion=''
201 ccsymbols=''
202 cppccsymbols=''
203 cppsymbols=''
204 from=''
205 run=''
206 targetarch=''
207 to=''
208 usecrosscompile=''
209 mistrustnm=''
210 perllibs=''
211 dynamic_ext=''
212 extensions=''
213 known_extensions=''
214 nonxs_ext=''
215 static_ext=''
216 useopcode=''
217 useposix=''
218 extras=''
219 d_bsd=''
220 d_eunice=''
221 d_xenix=''
222 eunicefix=''
223 Mcc=''
224 ar=''
225 awk=''
226 bash=''
227 bison=''
228 byacc=''
229 cat=''
230 chgrp=''
231 chmod=''
232 chown=''
233 comm=''
234 compress=''
235 cp=''
236 cpio=''
237 cpp=''
238 csh=''
239 date=''
240 echo=''
241 egrep=''
242 emacs=''
243 expr=''
244 find=''
245 flex=''
246 gmake=''
247 grep=''
248 gzip=''
249 inews=''
250 ksh=''
251 less=''
252 line=''
253 lint=''
254 ln=''
255 lp=''
256 lpr=''
257 ls=''
258 mail=''
259 mailx=''
260 make=''
261 mkdir=''
262 more=''
263 mv=''
264 nm=''
265 nroff=''
266 perl=''
267 pg=''
268 pmake=''
269 pr=''
270 rm=''
271 rmail=''
272 sed=''
273 sendmail=''
274 shar=''
275 sleep=''
276 smail=''
277 sort=''
278 submit=''
279 tail=''
280 tar=''
281 tbl=''
282 tee=''
283 test=''
284 touch=''
285 tr=''
286 troff=''
287 uname=''
288 uniq=''
289 uuname=''
290 vi=''
291 zcat=''
292 zip=''
293 full_ar=''
294 full_sed=''
295 libswanted=''
296 hint=''
297 myuname=''
298 osname=''
299 osvers=''
300 Author=''
301 Date=''
302 Header=''
303 Id=''
304 Locker=''
305 Log=''
306 RCSfile=''
307 Revision=''
308 Source=''
309 State=''
310 _a=''
311 _exe=''
312 _o=''
313 archobjs=''
314 exe_ext=''
315 firstmakefile=''
316 lib_ext=''
317 obj_ext=''
318 path_sep=''
319 rm_try=''
320 afs=''
321 afsroot=''
322 alignbytes=''
323 ansi2knr=''
324 archlib=''
325 archlibexp=''
326 d_archlib=''
327 installarchlib=''
328 archname=''
329 myarchname=''
330 d_atolf=''
331 d_atoll=''
332 baserev=''
333 bin=''
334 binexp=''
335 initialinstalllocation=''
336 installbin=''
337 userelocatableinc=''
338 byteorder=''
339 cc=''
340 ccflags=''
341 cppflags=''
342 ldflags=''
343 lkflags=''
344 locincpth=''
345 optimize=''
346 cf_email=''
347 cf_by=''
348 cf_time=''
349 charsize=''
350 contains=''
351 cpp_stuff=''
352 cpplast=''
353 cppminus=''
354 cpprun=''
355 cppstdin=''
356 d__fwalk=''
357 d_access=''
358 d_accessx=''
359 d_aintl=''
360 d_alarm=''
361 asctime_r_proto=''
362 d_asctime_r=''
363 d_attribute_format=''
364 d_attribute_malloc=''
365 d_attribute_nonnull=''
366 d_attribute_noreturn=''
367 d_attribute_pure=''
368 d_attribute_unused=''
369 d_attribute_warn_unused_result=''
370 d_printf_format_null=''
371 d_bcmp=''
372 d_bcopy=''
373 d_builtin_choose_expr=''
374 d_builtin_expect=''
375 d_bzero=''
376 d_c99_variadic_macros=''
377 d_casti32=''
378 castflags=''
379 d_castneg=''
380 d_chown=''
381 d_chroot=''
382 d_chsize=''
383 d_class=''
384 d_clearenv=''
385 d_closedir=''
386 d_void_closedir=''
387 d_cmsghdr_s=''
388 d_const=''
389 d_copysignl=''
390 d_cplusplus=''
391 cryptlib=''
392 d_crypt=''
393 crypt_r_proto=''
394 d_crypt_r=''
395 d_csh=''
396 full_csh=''
397 d_ctermid=''
398 ctermid_r_proto=''
399 d_ctermid_r=''
400 ctime_r_proto=''
401 d_ctime_r=''
402 d_cuserid=''
403 d_dbl_dig=''
404 d_dbminitproto=''
405 d_difftime=''
406 d_dir_dd_fd=''
407 d_dirfd=''
408 d_dlerror=''
409 d_dlopen=''
410 d_dlsymun=''
411 d_dosuid=''
412 d_suidsafe=''
413 d_drand48_r=''
414 drand48_r_proto=''
415 d_drand48proto=''
416 d_dup2=''
417 d_eaccess=''
418 d_endgrent=''
419 d_endgrent_r=''
420 endgrent_r_proto=''
421 d_endhent=''
422 d_endhostent_r=''
423 endhostent_r_proto=''
424 d_endnent=''
425 d_endnetent_r=''
426 endnetent_r_proto=''
427 d_endpent=''
428 d_endprotoent_r=''
429 endprotoent_r_proto=''
430 d_endpwent=''
431 d_endpwent_r=''
432 endpwent_r_proto=''
433 d_endsent=''
434 d_endservent_r=''
435 endservent_r_proto=''
436 d_faststdio=''
437 d_fchdir=''
438 d_fchmod=''
439 d_fchown=''
440 d_fcntl=''
441 d_fcntl_can_lock=''
442 d_fd_macros=''
443 d_fd_set=''
444 d_fds_bits=''
445 d_fgetpos=''
446 d_finite=''
447 d_finitel=''
448 d_flexfnam=''
449 d_flock=''
450 d_flockproto=''
451 d_fork=''
452 d_fp_class=''
453 d_fpclass=''
454 d_fpclassify=''
455 d_fpclassl=''
456 d_fpos64_t=''
457 d_frexpl=''
458 d_fs_data_s=''
459 d_fseeko=''
460 d_fsetpos=''
461 d_fstatfs=''
462 d_fsync=''
463 d_ftello=''
464 d_ftime=''
465 d_gettimeod=''
466 d_futimes=''
467 d_Gconvert=''
468 d_getcwd=''
469 d_getespwnam=''
470 d_getfsstat=''
471 d_getgrent=''
472 d_getgrent_r=''
473 getgrent_r_proto=''
474 d_getgrgid_r=''
475 getgrgid_r_proto=''
476 d_getgrnam_r=''
477 getgrnam_r_proto=''
478 d_getgrps=''
479 d_gethbyaddr=''
480 d_gethbyname=''
481 d_gethent=''
482 aphostname=''
483 d_gethname=''
484 d_phostname=''
485 d_uname=''
486 d_gethostbyaddr_r=''
487 gethostbyaddr_r_proto=''
488 d_gethostbyname_r=''
489 gethostbyname_r_proto=''
490 d_gethostent_r=''
491 gethostent_r_proto=''
492 d_gethostprotos=''
493 d_getitimer=''
494 d_getlogin=''
495 d_getlogin_r=''
496 getlogin_r_proto=''
497 d_getmnt=''
498 d_getmntent=''
499 d_getnbyaddr=''
500 d_getnbyname=''
501 d_getnent=''
502 d_getnetbyaddr_r=''
503 getnetbyaddr_r_proto=''
504 d_getnetbyname_r=''
505 getnetbyname_r_proto=''
506 d_getnetent_r=''
507 getnetent_r_proto=''
508 d_getnetprotos=''
509 d_getpagsz=''
510 d_getpent=''
511 d_getpgid=''
512 d_getpgrp2=''
513 d_bsdgetpgrp=''
514 d_getpgrp=''
515 d_getppid=''
516 d_getprior=''
517 d_getpbyname=''
518 d_getpbynumber=''
519 d_getprotobyname_r=''
520 getprotobyname_r_proto=''
521 d_getprotobynumber_r=''
522 getprotobynumber_r_proto=''
523 d_getprotoent_r=''
524 getprotoent_r_proto=''
525 d_getprotoprotos=''
526 d_getprpwnam=''
527 d_getpwent=''
528 d_getpwent_r=''
529 getpwent_r_proto=''
530 d_getpwnam_r=''
531 getpwnam_r_proto=''
532 d_getpwuid_r=''
533 getpwuid_r_proto=''
534 d_getsent=''
535 d_getservbyname_r=''
536 getservbyname_r_proto=''
537 d_getservbyport_r=''
538 getservbyport_r_proto=''
539 d_getservent_r=''
540 getservent_r_proto=''
541 d_getservprotos=''
542 d_getspnam=''
543 d_getspnam_r=''
544 getspnam_r_proto=''
545 d_getsbyname=''
546 d_getsbyport=''
547 d_gmtime_r=''
548 gmtime_r_proto=''
549 d_gnulibc=''
550 gnulibc_version=''
551 d_hasmntopt=''
552 d_htonl=''
553 d_ilogbl=''
554 d_inetaton=''
555 d_int64_t=''
556 d_isascii=''
557 d_isfinite=''
558 d_isinf=''
559 d_isnan=''
560 d_isnanl=''
561 d_killpg=''
562 d_lchown=''
563 d_ldbl_dig=''
564 d_libm_lib_version=''
565 d_link=''
566 d_localtime_r=''
567 d_localtime_r_needs_tzset=''
568 localtime_r_proto=''
569 d_locconv=''
570 d_lockf=''
571 d_longdbl=''
572 longdblsize=''
573 d_longlong=''
574 longlongsize=''
575 d_lseekproto=''
576 d_lstat=''
577 d_madvise=''
578 d_malloc_good_size=''
579 d_malloc_size=''
580 d_mblen=''
581 d_mbstowcs=''
582 d_mbtowc=''
583 d_memchr=''
584 d_memcmp=''
585 d_memcpy=''
586 d_memmove=''
587 d_memset=''
588 d_mkdir=''
589 d_mkdtemp=''
590 d_mkfifo=''
591 d_mkstemp=''
592 d_mkstemps=''
593 d_mktime=''
594 d_mmap=''
595 mmaptype=''
596 d_modfl=''
597 d_modfl_pow32_bug=''
598 d_modflproto=''
599 d_mprotect=''
600 d_msg=''
601 d_msgctl=''
602 d_msgget=''
603 d_msghdr_s=''
604 d_msgrcv=''
605 d_msgsnd=''
606 d_msync=''
607 d_munmap=''
608 d_nice=''
609 d_nl_langinfo=''
610 d_off64_t=''
611 d_open3=''
612 d_fpathconf=''
613 d_pathconf=''
614 d_pause=''
615 d_pipe=''
616 d_poll=''
617 d_portable=''
618 d_procselfexe=''
619 procselfexe=''
620 d_old_pthread_create_joinable=''
621 old_pthread_create_joinable=''
622 d_pthread_atfork=''
623 d_pthread_attr_setscope=''
624 d_pthread_yield=''
625 d_sched_yield=''
626 sched_yield=''
627 d_qgcvt=''
628 d_random_r=''
629 random_r_proto=''
630 d_readdir64_r=''
631 readdir64_r_proto=''
632 d_readdir=''
633 d_rewinddir=''
634 d_seekdir=''
635 d_telldir=''
636 d_readdir_r=''
637 readdir_r_proto=''
638 d_readlink=''
639 d_readv=''
640 d_recvmsg=''
641 d_rename=''
642 d_rmdir=''
643 d_safebcpy=''
644 d_safemcpy=''
645 d_sanemcmp=''
646 d_sbrkproto=''
647 d_scalbnl=''
648 d_select=''
649 d_sem=''
650 d_semctl=''
651 d_semget=''
652 d_semop=''
653 d_sendmsg=''
654 d_setegid=''
655 d_seteuid=''
656 d_setgrent=''
657 d_setgrent_r=''
658 setgrent_r_proto=''
659 d_setgrps=''
660 d_sethent=''
661 d_sethostent_r=''
662 sethostent_r_proto=''
663 d_setitimer=''
664 d_setlinebuf=''
665 d_setlocale=''
666 d_setlocale_r=''
667 setlocale_r_proto=''
668 d_setnent=''
669 d_setnetent_r=''
670 setnetent_r_proto=''
671 d_setpent=''
672 d_setpgid=''
673 d_setpgrp2=''
674 d_bsdsetpgrp=''
675 d_setpgrp=''
676 d_setprior=''
677 d_setproctitle=''
678 d_setprotoent_r=''
679 setprotoent_r_proto=''
680 d_setpwent=''
681 d_setpwent_r=''
682 setpwent_r_proto=''
683 d_setregid=''
684 d_setresgid=''
685 d_setresuid=''
686 d_setreuid=''
687 d_setrgid=''
688 d_setruid=''
689 d_setsent=''
690 d_setservent_r=''
691 setservent_r_proto=''
692 d_setsid=''
693 d_setvbuf=''
694 d_sfio=''
695 usesfio=''
696 d_shm=''
697 d_shmat=''
698 d_shmatprototype=''
699 shmattype=''
700 d_shmctl=''
701 d_shmdt=''
702 d_shmget=''
703 d_sigaction=''
704 d_signbit=''
705 d_sigprocmask=''
706 d_sigsetjmp=''
707 usesitecustomize=''
708 d_snprintf=''
709 d_vsnprintf=''
710 d_sockatmark=''
711 d_sockatmarkproto=''
712 d_msg_ctrunc=''
713 d_msg_dontroute=''
714 d_msg_oob=''
715 d_msg_peek=''
716 d_msg_proxy=''
717 d_oldsock=''
718 d_scm_rights=''
719 d_socket=''
720 d_sockpair=''
721 sockethdr=''
722 socketlib=''
723 d_socklen_t=''
724 d_socks5_init=''
725 d_sprintf_returns_strlen=''
726 d_sqrtl=''
727 d_srand48_r=''
728 srand48_r_proto=''
729 d_srandom_r=''
730 srandom_r_proto=''
731 d_sresgproto=''
732 d_sresuproto=''
733 d_statblks=''
734 d_statfs_f_flags=''
735 d_statfs_s=''
736 d_fstatvfs=''
737 d_statvfs=''
738 d_stdio_cnt_lval=''
739 d_stdio_ptr_lval=''
740 d_stdio_ptr_lval_nochange_cnt=''
741 d_stdio_ptr_lval_sets_cnt=''
742 d_stdiobase=''
743 d_stdstdio=''
744 stdio_base=''
745 stdio_bufsiz=''
746 stdio_cnt=''
747 stdio_filbuf=''
748 stdio_ptr=''
749 d_index=''
750 d_strchr=''
751 d_strcoll=''
752 d_strctcpy=''
753 d_strerrm=''
754 d_strerror=''
755 d_sysernlst=''
756 d_syserrlst=''
757 d_strerror_r=''
758 strerror_r_proto=''
759 d_strftime=''
760 d_strlcat=''
761 d_strlcpy=''
762 d_strtod=''
763 d_strtol=''
764 d_strtold=''
765 d_strtoll=''
766 d_strtoq=''
767 d_strtoul=''
768 d_strtoull=''
769 d_strtouq=''
770 d_strxfrm=''
771 d_symlink=''
772 d_syscall=''
773 d_syscallproto=''
774 d_sysconf=''
775 d_system=''
776 d_tcgetpgrp=''
777 d_tcsetpgrp=''
778 d_telldirproto=''
779 d_time=''
780 timetype=''
781 clocktype=''
782 d_times=''
783 d_tmpnam_r=''
784 tmpnam_r_proto=''
785 d_truncate=''
786 d_ttyname_r=''
787 ttyname_r_proto=''
788 d_tzname=''
789 d_u32align=''
790 d_ualarm=''
791 d_umask=''
792 d_semctl_semid_ds=''
793 d_semctl_semun=''
794 d_union_semun=''
795 d_unordered=''
796 d_unsetenv=''
797 d_usleep=''
798 d_usleepproto=''
799 d_ustat=''
800 d_pseudofork=''
801 d_vfork=''
802 usevfork=''
803 d_voidsig=''
804 signal_t=''
805 d_volatile=''
806 d_charvspr=''
807 d_vprintf=''
808 d_wait4=''
809 d_waitpid=''
810 d_wcstombs=''
811 d_wctomb=''
812 d_writev=''
813 dlext=''
814 cccdlflags=''
815 ccdlflags=''
816 dlsrc=''
817 ld=''
818 lddlflags=''
819 usedl=''
820 doublesize=''
821 ebcdic=''
822 fflushNULL=''
823 fflushall=''
824 fpossize=''
825 fpostype=''
826 gccansipedantic=''
827 gccosandvers=''
828 gccversion=''
829 gidformat=''
830 gidsign=''
831 gidsize=''
832 gidtype=''
833 groupstype=''
834 h_fcntl=''
835 h_sysfile=''
836 html1dir=''
837 html1direxp=''
838 installhtml1dir=''
839 html3dir=''
840 html3direxp=''
841 installhtml3dir=''
842 i_arpainet=''
843 i_crypt=''
844 db_hashtype=''
845 db_prefixtype=''
846 db_version_major=''
847 db_version_minor=''
848 db_version_patch=''
849 i_db=''
850 i_dbm=''
851 i_rpcsvcdbm=''
852 d_dirnamlen=''
853 direntrytype=''
854 i_dirent=''
855 i_dld=''
856 i_dlfcn=''
857 i_fcntl=''
858 i_float=''
859 i_fp=''
860 i_fp_class=''
861 i_gdbm=''
862 d_grpasswd=''
863 i_grp=''
864 i_ieeefp=''
865 i_inttypes=''
866 i_langinfo=''
867 i_libutil=''
868 i_limits=''
869 i_locale=''
870 i_machcthr=''
871 i_malloc=''
872 i_math=''
873 i_memory=''
874 i_mntent=''
875 i_ndbm=''
876 i_netdb=''
877 i_neterrno=''
878 i_netinettcp=''
879 i_niin=''
880 i_sysin=''
881 i_poll=''
882 i_prot=''
883 i_pthread=''
884 d_pwage=''
885 d_pwchange=''
886 d_pwclass=''
887 d_pwcomment=''
888 d_pwexpire=''
889 d_pwgecos=''
890 d_pwpasswd=''
891 d_pwquota=''
892 i_pwd=''
893 i_sfio=''
894 i_shadow=''
895 i_socks=''
896 i_stddef=''
897 i_stdlib=''
898 i_string=''
899 strings=''
900 i_sunmath=''
901 i_sysaccess=''
902 i_sysdir=''
903 i_sysfile=''
904 d_voidtty=''
905 i_bsdioctl=''
906 i_sysfilio=''
907 i_sysioctl=''
908 i_syssockio=''
909 i_syslog=''
910 i_sysmman=''
911 i_sysmode=''
912 i_sysmount=''
913 i_sysndir=''
914 i_sysparam=''
915 i_sysresrc=''
916 i_syssecrt=''
917 i_sysselct=''
918 i_sysstat=''
919 i_sysstatfs=''
920 i_sysstatvfs=''
921 i_systimes=''
922 i_systypes=''
923 i_sysuio=''
924 i_sysun=''
925 i_sysutsname=''
926 i_sysvfs=''
927 i_syswait=''
928 i_sgtty=''
929 i_termio=''
930 i_termios=''
931 d_tm_tm_gmtoff=''
932 d_tm_tm_zone=''
933 i_systime=''
934 i_systimek=''
935 i_time=''
936 timeincl=''
937 i_unistd=''
938 i_ustat=''
939 i_utime=''
940 i_values=''
941 i_stdarg=''
942 i_varargs=''
943 i_varhdr=''
944 i_vfork=''
945 d_inc_version_list=''
946 inc_version_list=''
947 inc_version_list_init=''
948 installprefix=''
949 installprefixexp=''
950 installstyle=''
951 installusrbinperl=''
952 intsize=''
953 longsize=''
954 shortsize=''
955 issymlink=''
956 libc=''
957 ldlibpthname=''
958 libperl=''
959 shrpenv=''
960 useshrplib=''
961 glibpth=''
962 libpth=''
963 loclibpth=''
964 plibpth=''
965 xlibpth=''
966 ignore_versioned_solibs=''
967 libs=''
968 libsdirs=''
969 libsfiles=''
970 libsfound=''
971 libspath=''
972 lns=''
973 d_PRIEUldbl=''
974 d_PRIFUldbl=''
975 d_PRIGUldbl=''
976 d_PRIeldbl=''
977 d_PRIfldbl=''
978 d_PRIgldbl=''
979 d_SCNfldbl=''
980 sPRIEUldbl=''
981 sPRIFUldbl=''
982 sPRIGUldbl=''
983 sPRIeldbl=''
984 sPRIfldbl=''
985 sPRIgldbl=''
986 sSCNfldbl=''
987 lseeksize=''
988 lseektype=''
989 mad=''
990 madlyh=''
991 madlyobj=''
992 madlysrc=''
993 make_set_make=''
994 d_mymalloc=''
995 freetype=''
996 mallocobj=''
997 mallocsrc=''
998 malloctype=''
999 usemallocwrap=''
1000 usemymalloc=''
1001 installman1dir=''
1002 man1dir=''
1003 man1direxp=''
1004 man1ext=''
1005 installman3dir=''
1006 man3dir=''
1007 man3direxp=''
1008 man3ext=''
1009 modetype=''
1010 multiarch=''
1011 mydomain=''
1012 myhostname=''
1013 phostname=''
1014 c=''
1015 n=''
1016 d_eofnblk=''
1017 eagain=''
1018 o_nonblock=''
1019 rd_nodata=''
1020 need_va_copy=''
1021 netdb_hlen_type=''
1022 netdb_host_type=''
1023 netdb_name_type=''
1024 netdb_net_type=''
1025 groupcat=''
1026 hostcat=''
1027 passcat=''
1028 orderlib=''
1029 ranlib=''
1030 d_perl_otherlibdirs=''
1031 otherlibdirs=''
1032 package=''
1033 spackage=''
1034 pager=''
1035 api_revision=''
1036 api_subversion=''
1037 api_version=''
1038 api_versionstring=''
1039 patchlevel=''
1040 perl_patchlevel=''
1041 revision=''
1042 subversion=''
1043 version=''
1044 version_patchlevel_string=''
1045 perl5=''
1046 perladmin=''
1047 perlpath=''
1048 d_nv_preserves_uv=''
1049 d_nv_zero_is_allbits_zero=''
1050 i16size=''
1051 i16type=''
1052 i32size=''
1053 i32type=''
1054 i64size=''
1055 i64type=''
1056 i8size=''
1057 i8type=''
1058 ivsize=''
1059 ivtype=''
1060 nv_preserves_uv_bits=''
1061 nvsize=''
1062 nvtype=''
1063 u16size=''
1064 u16type=''
1065 u32size=''
1066 u32type=''
1067 u64size=''
1068 u64type=''
1069 u8size=''
1070 u8type=''
1071 uvsize=''
1072 uvtype=''
1073 ivdformat=''
1074 nvEUformat=''
1075 nvFUformat=''
1076 nvGUformat=''
1077 nveformat=''
1078 nvfformat=''
1079 nvgformat=''
1080 uvXUformat=''
1081 uvoformat=''
1082 uvuformat=''
1083 uvxformat=''
1084 pidtype=''
1085 prefix=''
1086 prefixexp=''
1087 installprivlib=''
1088 privlib=''
1089 privlibexp=''
1090 prototype=''
1091 ptrsize=''
1092 d_PRIXU64=''
1093 d_PRId64=''
1094 d_PRIi64=''
1095 d_PRIo64=''
1096 d_PRIu64=''
1097 d_PRIx64=''
1098 sPRIXU64=''
1099 sPRId64=''
1100 sPRIi64=''
1101 sPRIo64=''
1102 sPRIu64=''
1103 sPRIx64=''
1104 d_quad=''
1105 quadkind=''
1106 quadtype=''
1107 uquadtype=''
1108 drand01=''
1109 randbits=''
1110 randfunc=''
1111 randseedtype=''
1112 seedfunc=''
1113 installscript=''
1114 scriptdir=''
1115 scriptdirexp=''
1116 selectminbits=''
1117 selecttype=''
1118 sh=''
1119 sig_count=''
1120 sig_name=''
1121 sig_name_init=''
1122 sig_num=''
1123 sig_num_init=''
1124 sig_size=''
1125 d_sitearch=''
1126 installsitearch=''
1127 sitearch=''
1128 sitearchexp=''
1129 installsitebin=''
1130 sitebin=''
1131 sitebinexp=''
1132 installsitehtml1dir=''
1133 sitehtml1dir=''
1134 sitehtml1direxp=''
1135 installsitehtml3dir=''
1136 sitehtml3dir=''
1137 sitehtml3direxp=''
1138 installsitelib=''
1139 sitelib=''
1140 sitelib_stem=''
1141 sitelibexp=''
1142 installsiteman1dir=''
1143 siteman1dir=''
1144 siteman1direxp=''
1145 installsiteman3dir=''
1146 siteman3dir=''
1147 siteman3direxp=''
1148 siteprefix=''
1149 siteprefixexp=''
1150 installsitescript=''
1151 sitescript=''
1152 sitescriptexp=''
1153 sizesize=''
1154 sizetype=''
1155 so=''
1156 socksizetype=''
1157 sharpbang=''
1158 shsharp=''
1159 spitshell=''
1160 src=''
1161 ssizetype=''
1162 startperl=''
1163 startsh=''
1164 stdchar=''
1165 d_stdio_stream_array=''
1166 stdio_stream_array=''
1167 sysman=''
1168 trnl=''
1169 uidformat=''
1170 uidsign=''
1171 uidsize=''
1172 uidtype=''
1173 archname64=''
1174 use64bitall=''
1175 use64bitint=''
1176 usefaststdio=''
1177 ccflags_uselargefiles=''
1178 ldflags_uselargefiles=''
1179 libswanted_uselargefiles=''
1180 uselargefiles=''
1181 uselongdouble=''
1182 usemorebits=''
1183 usemultiplicity=''
1184 nm_opt=''
1185 nm_so_opt=''
1186 runnm=''
1187 usenm=''
1188 useperlio=''
1189 usesocks=''
1190 d_oldpthreads=''
1191 use5005threads=''
1192 useithreads=''
1193 usereentrant=''
1194 usethreads=''
1195 incpath=''
1196 mips_type=''
1197 usrinc=''
1198 d_vendorarch=''
1199 installvendorarch=''
1200 vendorarch=''
1201 vendorarchexp=''
1202 d_vendorbin=''
1203 installvendorbin=''
1204 vendorbin=''
1205 vendorbinexp=''
1206 installvendorhtml1dir=''
1207 vendorhtml1dir=''
1208 vendorhtml1direxp=''
1209 installvendorhtml3dir=''
1210 vendorhtml3dir=''
1211 vendorhtml3direxp=''
1212 d_vendorlib=''
1213 installvendorlib=''
1214 vendorlib=''
1215 vendorlib_stem=''
1216 vendorlibexp=''
1217 installvendorman1dir=''
1218 vendorman1dir=''
1219 vendorman1direxp=''
1220 installvendorman3dir=''
1221 vendorman3dir=''
1222 vendorman3direxp=''
1223 usevendorprefix=''
1224 vendorprefix=''
1225 vendorprefixexp=''
1226 d_vendorscript=''
1227 installvendorscript=''
1228 vendorscript=''
1229 vendorscriptexp=''
1230 versiononly=''
1231 defvoidused=''
1232 voidflags=''
1233 yacc=''
1234 yaccflags=''
1235 CONFIG=''
1236
1237 define='define'
1238 undef='undef'
1239 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
1240 rmlist=''
1241
1242 : We must find out about Eunice early
1243 eunicefix=':'
1244 if test -f /etc/unixtovms; then
1245         eunicefix=/etc/unixtovms
1246 fi
1247 if test -f /etc/unixtovms.exe; then
1248         eunicefix=/etc/unixtovms.exe
1249 fi
1250
1251 : Set executable suffix now -- needed before hints available
1252 if test -f "/libs/version.library"; then
1253 : Amiga OS
1254     _exe=""
1255 elif test -f "/system/gnu_library/bin/ar.pm"; then
1256 : Stratus VOS
1257     _exe=".pm"
1258 elif test -n "$DJGPP"; then
1259 : DOS DJGPP
1260     _exe=".exe"
1261 elif test -d c:/. -o -n "$is_os2" ; then
1262 : OS/2 or cygwin
1263     _exe=".exe"
1264 fi
1265
1266 i_whoami=''
1267 : Trailing extension.  Override this in a hint file, if needed.
1268 : Extra object files, if any, needed on this platform.
1269 archobjs=''
1270 archname=''
1271 groupstype=''
1272 libnames=''
1273 : change the next line if compiling for Xenix/286 on Xenix/386
1274 xlibpth='/usr/lib/386 /lib/386'
1275 : Possible local library directories to search.
1276 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1277 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1278
1279 : general looking path for locating libraries
1280 glibpth="/lib /usr/lib $xlibpth"
1281 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1282 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1283 test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
1284 test -d /usr/lib64         && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64"
1285
1286 : Private path used by Configure to find libraries.  Its value
1287 : is prepended to libpth. This variable takes care of special
1288 : machines, like the mips.  Usually, it should be empty.
1289 plibpth=''
1290
1291 : default library list
1292 libswanted=''
1293 : some systems want to use only the non-versioned libso:s
1294 ignore_versioned_solibs=''
1295 siteman1dir=''
1296 siteman3dir=''
1297 sitescript=''
1298 : set usethreads on the Configure command line to enable threads.
1299 usereentrant='undef'
1300 : full support for void wanted by default
1301 defvoidused=15
1302
1303 : Possible local include directories to search.
1304 : Set locincpth to "" in a hint file to defeat local include searches.
1305 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1306 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1307 :
1308 : no include file wanted by default
1309 inclwanted=''
1310
1311 : Enable -DEBUGGING and -DDEBUGGING from the command line
1312 EBUGGING=''
1313 DEBUGGING=old
1314
1315 ccname=''
1316 ccversion=''
1317 perllibs=''
1318 : set useposix=false in your hint file to disable the POSIX extension.
1319 useposix=true
1320 : set useopcode=false in your hint file to disable the Opcode extension.
1321 useopcode=true
1322 archname64=''
1323 ccflags_uselargefiles=''
1324 ldflags_uselargefiles=''
1325 libswanted_uselargefiles=''
1326 : set usemultiplicity on the Configure command line to enable multiplicity.
1327 : set usesocks on the Configure command line to enable socks.
1328 : List of libraries we want.
1329 : If anyone needs extra -lxxx, put those in a hint file.
1330 libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
1331 libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
1332 : We probably want to search /usr/shlib before most other libraries.
1333 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1334 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1335 glibpth="/usr/shlib $glibpth"
1336 : Do not use vfork unless overridden by a hint file.
1337 usevfork=false
1338
1339 : Find the basic shell for Bourne shell scripts
1340 case "$sh" in
1341 '')
1342         case "$SYSTYPE" in
1343         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1344         *) xxx='/bin/sh';;
1345         esac
1346         if test -f "$xxx"; then
1347                 sh="$xxx"
1348         else
1349                 : Build up a list and do a single loop so we can 'break' out.
1350                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1351                 for xxx in sh bash ksh pdksh ash; do
1352                         for p in $pth; do
1353                                 try="$try ${p}/${xxx}"
1354                         done
1355                 done
1356                 for xxx in $try; do
1357                         if test -f "$xxx"; then
1358                                 sh="$xxx";
1359                                 break
1360                         elif test "X$_exe" != X -a -f "$xxx$_exe"; then
1361                                 sh="$xxx";
1362                                 break
1363                         elif test -f "$xxx.exe"; then
1364                                 sh="$xxx";
1365                                 break
1366                         fi
1367                 done
1368         fi
1369         ;;
1370 esac
1371
1372 case "$sh" in
1373 '')     cat >&2 <<EOM
1374 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
1375
1376 Usually it's in /bin/sh.  How did you even get this far?
1377 Please contact me (Perl Maintainers) at perlbug@perl.org and 
1378 we'll try to straighten this all out.
1379 EOM
1380         exit 1
1381         ;;
1382 esac
1383
1384 : see if sh knows # comments
1385 if `$sh -c '#' >/dev/null 2>&1`; then
1386         shsharp=true
1387         spitshell=cat
1388         xcat=/bin/cat
1389         test -f $xcat$_exe || xcat=/usr/bin/cat
1390         if test ! -f $xcat$_exe; then
1391                 for p in `echo $PATH | sed -e "s/$p_/ /g"` $paths; do
1392                         if test -f $p/cat$_exe; then
1393                                 xcat=$p/cat
1394                                 break
1395                         fi
1396                 done
1397                 if test ! -f $xcat$_exe; then
1398                         echo "Can't find cat anywhere!"
1399                         exit 1
1400                 fi
1401         fi
1402         echo "#!$xcat" >sharp
1403         $eunicefix sharp
1404         chmod +x sharp
1405         ./sharp > today
1406         if test -s today; then
1407                 sharpbang='#!'
1408         else
1409                 echo "#! $xcat" > sharp
1410                 $eunicefix sharp
1411                 chmod +x sharp
1412                 ./sharp > today
1413                 if test -s today; then
1414                         sharpbang='#! '
1415                 else
1416                         sharpbang=': use '
1417                 fi
1418         fi
1419 else
1420         echo " "
1421         echo "Your $sh doesn't grok # comments--I will strip them later on."
1422         shsharp=false
1423         cd ..
1424         echo "exec grep -v '^[  ]*#'" >spitshell
1425         chmod +x spitshell
1426         $eunicefix spitshell
1427         spitshell=`pwd`/spitshell
1428         cd UU
1429         echo "I presume that if # doesn't work, #! won't work either!"
1430         sharpbang=': use '
1431 fi
1432 rm -f sharp today
1433
1434 : figure out how to guarantee sh startup
1435 case "$startsh" in
1436 '') startsh=${sharpbang}${sh} ;;
1437 *)
1438 esac
1439 cat >sharp <<EOSS
1440 $startsh
1441 set abc
1442 test "$?abc" != 1
1443 EOSS
1444
1445 chmod +x sharp
1446 $eunicefix sharp
1447 if ./sharp; then
1448         : echo "Yup, it does."
1449 else
1450         echo "Hmm... '$startsh' does not guarantee sh startup..."
1451         echo "You may have to fix up the shell scripts to make sure $sh runs them."
1452 fi
1453 rm -f sharp
1454
1455
1456 : Save command line options in file UU/cmdline.opt for later use in
1457 : generating config.sh.
1458 cat > cmdline.opt <<EOSH
1459 # Configure command line arguments.
1460 config_arg0='$0'
1461 config_args='$*'
1462 config_argc=$#
1463 EOSH
1464 argn=1
1465 args_exp=''
1466 args_sep=''
1467 for arg in "$@"; do
1468         cat >>cmdline.opt <<EOSH
1469 config_arg$argn='$arg'
1470 EOSH
1471         # Extreme backslashitis: replace each ' by '"'"'
1472         cat <<EOC | sed -e "s/'/'"'"'"'"'"'"'/g" > cmdl.opt
1473 $arg
1474 EOC
1475         arg_exp=`cat cmdl.opt`
1476         args_exp="$args_exp$args_sep'$arg_exp'"
1477         argn=`expr $argn + 1`
1478         args_sep=' '
1479 done
1480 # args_exp is good for restarting self: eval "set X $args_exp"; shift; $0 "$@"
1481 # used by ./hints/os2.sh
1482 rm -f cmdl.opt
1483
1484 : produce awk script to parse command line options
1485 cat >options.awk <<'EOF'
1486 BEGIN {
1487         optstr = "A:dD:eEf:hKOrsSU:V";  # getopt-style specification
1488
1489         len = length(optstr);
1490         for (i = 1; i <= len; i++) {
1491                 c = substr(optstr, i, 1);
1492                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1493                 if (a == ":") {
1494                         arg[c] = 1;
1495                         i++;
1496                 }
1497                 opt[c] = 1;
1498         }
1499 }
1500 {
1501         expect = 0;
1502         str = $0;
1503         if (substr(str, 1, 1) != "-") {
1504                 printf("'%s'\n", str);
1505                 next;
1506         }
1507         len = length($0);
1508         for (i = 2; i <= len; i++) {
1509                 c = substr(str, i, 1);
1510                 if (!opt[c]) {
1511                         printf("-%s\n", substr(str, i));
1512                         next;
1513                 }
1514                 printf("-%s\n", c);
1515                 if (arg[c]) {
1516                         if (i < len)
1517                                 printf("'%s'\n", substr(str, i + 1));
1518                         else
1519                                 expect = 1;
1520                         next;
1521                 }
1522         }
1523 }
1524 END {
1525         if (expect)
1526                 print "?";
1527 }
1528 EOF
1529
1530 : process the command line options
1531 set X `for arg in "$@"; do echo "X$arg"; done |
1532         sed -e s/X// | awk -f options.awk`
1533 eval "set $*"
1534 shift
1535 rm -f options.awk
1536
1537 : set up default values
1538 fastread=''
1539 reuseval=false
1540 config_sh=''
1541 alldone=''
1542 error=''
1543 silent=''
1544 extractsh=''
1545 override=''
1546 knowitall=''
1547 rm -f optdef.sh posthint.sh
1548 cat >optdef.sh <<EOS
1549 $startsh
1550 EOS
1551
1552
1553 : option parsing
1554 while test $# -gt 0; do
1555         case "$1" in
1556         -d) shift; fastread=yes;;
1557         -e) shift; alldone=cont;;
1558         -f)
1559                 shift
1560                 cd ..
1561                 if test -r "$1"; then
1562                         config_sh="$1"
1563                 else
1564                         echo "$me: cannot read config file $1." >&2
1565                         error=true
1566                 fi
1567                 cd UU
1568                 shift;;
1569         --help|\
1570         -h) shift; error=true;;
1571         -r) shift; reuseval=true;;
1572         -s) shift; silent=true; realsilent=true;;
1573         -E) shift; alldone=exit;;
1574         -K) shift; knowitall=true;;
1575         -O) shift; override=true;;
1576         -S) shift; silent=true; extractsh=true;;
1577         -D)
1578                 shift
1579                 case "$1" in
1580                 *=)
1581                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1582                         echo "$me: ignoring -D $1" >&2
1583                         ;;
1584                 *=*) echo "$1" | \
1585                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1586                 *) echo "$1='define'" >> optdef.sh;;
1587                 esac
1588                 shift
1589                 ;;
1590         -U)
1591                 shift
1592                 case "$1" in
1593                 *=) echo "$1" >> optdef.sh;;
1594                 *=*)
1595                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1596                         echo "$me: ignoring -U $1" >&2
1597                         ;;
1598                 *) echo "$1='undef'" >> optdef.sh;;
1599                 esac
1600                 shift
1601                 ;;
1602         -A)
1603             shift
1604             xxx=''
1605             yyy="$1"
1606             zzz=''
1607             uuu=undef
1608             case "$yyy" in
1609             *=*) zzz=`echo "$yyy"|sed 's!=.*!!'`
1610                  case "$zzz" in
1611                  *:*) zzz='' ;;
1612                  *)   xxx=append
1613                       zzz=" "`echo "$yyy"|sed 's!^[^=]*=!!'` 
1614                       yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1615                  esac
1616                  ;;
1617             esac
1618             case "$xxx" in
1619             '')  case "$yyy" in
1620                  *:*) xxx=`echo "$yyy"|sed 's!:.*!!'`
1621                       yyy=`echo "$yyy"|sed 's!^[^:]*:!!'`
1622                       zzz=`echo "$yyy"|sed 's!^[^=]*=!!'`
1623                       yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1624                  *)   xxx=`echo "$yyy"|sed 's!:.*!!'`
1625                       yyy=`echo "$yyy"|sed 's!^[^:]*:!!'` ;;
1626                  esac
1627                  ;;       
1628             esac
1629             case "$xxx" in
1630             append)
1631                 echo "$yyy=\"\${$yyy}$zzz\""    >> posthint.sh ;;
1632             clear)
1633                 echo "$yyy=''"                  >> posthint.sh ;;
1634             define)
1635                 case "$zzz" in
1636                 '') zzz=define ;;
1637                 esac
1638                 echo "$yyy='$zzz'"              >> posthint.sh ;;
1639             eval)
1640                 echo "eval \"$yyy=$zzz\""       >> posthint.sh ;;
1641             prepend)
1642                 echo "$yyy=\"$zzz\${$yyy}\""    >> posthint.sh ;;
1643             undef)
1644                 case "$zzz" in
1645                 '') zzz="$uuu" ;;
1646                 esac
1647                 echo "$yyy=$zzz"                >> posthint.sh ;;
1648             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1649             esac
1650             shift
1651             ;;
1652         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1653             exit 0;;
1654         --) break;;
1655         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1656         *) break;;
1657         esac
1658 done
1659
1660 case "$error" in
1661 true)
1662         cat >&2 <<EOM
1663 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1664                  [-U symbol] [-U symbol=] [-A command:symbol...]
1665   -d : use defaults for all answers.
1666   -e : go on without questioning past the production of config.sh.
1667   -f : specify an alternate default configuration file.
1668   -h : print this help message and exit (with an error status).
1669   -r : reuse C symbols value if possible (skips costly nm extraction).
1670   -s : silent mode, only echoes questions and essential information.
1671   -D : define symbol to have some value:
1672          -D symbol         symbol gets the value 'define'
1673          -D symbol=value   symbol gets the value 'value'
1674        common used examples (see INSTALL for more info):
1675          -Duse64bitint            use 64bit integers
1676          -Duse64bitall            use 64bit integers and pointers
1677          -Dusethreads             use thread support
1678          -Dinc_version_list=none  do not include older perl trees in @INC
1679          -DEBUGGING=none          DEBUGGING options
1680          -Dcc=gcc                 choose your compiler
1681          -Dprefix=/opt/perl5      choose your destination
1682   -E : stop at the end of questions, after having produced config.sh.
1683   -K : do not use unless you know what you are doing.
1684   -O : let -D and -U override definitions from loaded configuration file.
1685   -S : perform variable substitutions on all .SH files (can mix with -f)
1686   -U : undefine symbol:
1687          -U symbol    symbol gets the value 'undef'
1688          -U symbol=   symbol gets completely empty
1689        e.g.:  -Uversiononly
1690   -A : manipulate symbol after the platform specific hints have been applied:
1691          -A symbol=value                append " "value to symbol
1692          -A append:symbol=value         append value to symbol
1693          -A define:symbol=value         define symbol to have value
1694          -A clear:symbol                define symbol to be ''
1695          -A define:symbol               define symbol to be 'define'
1696          -A eval:symbol=value           define symbol to be eval of value
1697          -A prepend:symbol=value        prepend value to symbol
1698          -A undef:symbol                define symbol to be 'undef'
1699          -A undef:symbol=               define symbol to be ''
1700        e.g.:  -A prepend:libswanted='cl pthread '
1701   -V : print version number and exit (with a zero status).
1702 EOM
1703         exit 1
1704         ;;
1705 esac
1706
1707 : Sanity checks
1708 case "$fastread$alldone" in
1709 yescont|yesexit) ;;
1710 *)
1711         case "$extractsh" in
1712         true) ;;
1713         *)
1714                 if test ! -t 0; then
1715                         echo "Say 'sh Configure', not 'sh <Configure'"
1716                         exit 1
1717                 fi
1718                 ;;
1719         esac
1720         ;;
1721 esac
1722
1723 exec 4>&1
1724 case "$silent" in
1725 true) exec 1>/dev/null;;
1726 esac
1727
1728 : run the defines and the undefines, if any, but leave the file out there...
1729 touch optdef.sh
1730 . ./optdef.sh
1731 : create the posthint manipulation script and leave the file out there...
1732 touch posthint.sh
1733
1734 : set package name
1735 package=perl5
1736 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1737 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1738 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1739 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1740 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1741 esac
1742
1743 : Some greps do not return status, grrr.
1744 echo "grimblepritz" >grimble
1745 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1746         contains=contains
1747 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1748         contains=grep
1749 else
1750         contains=contains
1751 fi
1752 rm -f grimble
1753 : the following should work in any shell
1754 case "$contains" in
1755 contains*)
1756         echo " "
1757         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1758         cat >contains <<'EOSS'
1759 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1760 EOSS
1761 chmod +x contains
1762 esac
1763
1764 : Find the path to the source tree
1765 case "$src" in
1766 '') case "$0" in
1767     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1768          case "$src" in
1769          /*)    ;;
1770          .)     ;;
1771          *)     src=`cd ../$src && pwd` ;;
1772          esac
1773          ;;
1774     *)   src='.';;
1775     esac;;
1776 esac
1777 case "$src" in
1778 '')     src=/
1779         rsrc=/
1780         ;;
1781 /*) rsrc="$src";;
1782 *) rsrc="../$src";;
1783 esac
1784 if test -f $rsrc/Configure && \
1785         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1786 then
1787    : found it, so we are ok.
1788 else
1789         rsrc=''
1790         for src in . .. ../.. ../../.. ../../../..; do
1791                 if test -f ../$src/Configure && \
1792                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1793                 then
1794                         rsrc=../$src
1795                         break
1796                 fi
1797         done
1798 fi
1799 case "$rsrc" in
1800 '')
1801         cat <<EOM >&4
1802
1803 Sorry, I can't seem to locate the source dir for $package.  Please start
1804 Configure with an explicit path -- i.e. /some/path/Configure.
1805
1806 EOM
1807         exit 1
1808         ;;
1809 ../.)   rsrc='..';;
1810 *)
1811         echo " "
1812         echo "Sources for $package found in \"$src\"." >&4
1813         ;;
1814 esac
1815
1816 : script used to extract .SH files with variable substitutions
1817 cat >extract <<'EOS'
1818 PERL_CONFIG_SH=true
1819 echo "Doing variable substitutions on .SH files..."
1820 if test -f MANIFEST; then
1821         set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
1822 else
1823         echo "(Looking for .SH files under the source directory.)"
1824         set x `(cd "$src"; find . -name "*.SH" -print)`
1825 fi
1826 shift
1827 case $# in
1828 0) set x `(cd "$src"; echo *.SH)`; shift;;
1829 esac
1830 if test ! -f "$src/$1"; then
1831         shift
1832 fi
1833 mkdir_p='
1834 name=$1;
1835 create="";
1836 while test $name; do
1837         if test ! -d "$name"; then
1838                 create="$name $create";
1839                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1840                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1841         else
1842                 name="";
1843         fi;
1844 done;
1845 for file in $create; do
1846         mkdir $file;
1847 done
1848 '
1849 for file in $*; do
1850         case "$src" in
1851         ".")
1852                 case "$file" in
1853                 */*)
1854                         dir=`expr X$file : 'X\(.*\)/'`
1855                         file=`expr X$file : 'X.*/\(.*\)'`
1856                         (cd "$dir" && . ./$file)
1857                         ;;
1858                 *)
1859                         . ./$file
1860                         ;;
1861                 esac
1862                 ;;
1863         *)
1864                 case "$file" in
1865                 */*)
1866                         dir=`expr X$file : 'X\(.*\)/'`
1867                         file=`expr X$file : 'X.*/\(.*\)'`
1868                         (set x $dir; shift; eval $mkdir_p)
1869                         sh <"$src/$dir/$file"
1870                         ;;
1871                 *)
1872                         sh <"$src/$file"
1873                         ;;
1874                 esac
1875                 ;;
1876         esac
1877 done
1878 if test -f "$src/config_h.SH"; then
1879         if test ! -f config.h; then
1880         : oops, they left it out of MANIFEST, probably, so do it anyway.
1881         . "$src/config_h.SH"
1882         fi
1883 fi
1884 EOS
1885
1886 : extract files and exit if asked to do so
1887 case "$extractsh" in
1888 true)
1889         case "$realsilent" in
1890         true) ;;
1891         *) exec 1>&4;;
1892         esac
1893         case "$config_sh" in
1894         '') config_sh='config.sh';;
1895         esac
1896         echo " "
1897         echo "Fetching answers from $config_sh..."
1898         cd ..
1899         . $config_sh
1900         test "$override" && . ./optdef.sh
1901         echo " "
1902         . UU/extract
1903         rm -rf UU
1904         echo "Extraction done."
1905         exit 0
1906         ;;
1907 esac
1908
1909 : Eunice requires " " instead of "", can you believe it
1910 echo " "
1911 : Here we go...
1912 echo "Beginning of configuration questions for $package."
1913
1914 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1915
1916 : first determine how to suppress newline on echo command
1917 echo " "
1918 echo "Checking echo to see how to suppress newlines..."
1919 (echo "hi there\c" ; echo " ") >.echotmp
1920 if $contains c .echotmp >/dev/null 2>&1 ; then
1921         echo "...using -n."
1922         n='-n'
1923         c=''
1924 else
1925         cat <<'EOM'
1926 ...using \c
1927 EOM
1928         n=''
1929         c='\c'
1930 fi
1931 echo $n "The star should be here-->$c"
1932 echo '*'
1933 rm -f .echotmp
1934
1935 : Now test for existence of everything in MANIFEST
1936 echo " "
1937 if test -f "$rsrc/MANIFEST"; then
1938         echo "First let's make sure your kit is complete.  Checking..." >&4
1939         awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | (split -l 50 2>/dev/null || split -50)
1940         rm -f missing
1941         tmppwd=`pwd`
1942         for filelist in x??; do
1943                 (cd "$rsrc"; ls `cat "$tmppwd/$filelist"` >/dev/null 2>>"$tmppwd/missing")
1944         done
1945         if test -s missing; then
1946                 cat missing >&4
1947                 cat >&4 <<'EOM'
1948
1949 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1950
1951 You have the option of continuing the configuration process, despite the
1952 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1953 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1954 and contact the author (perlbug@perl.org).
1955
1956 EOM
1957                 echo $n "Continue? [n] $c" >&4
1958                 read ans
1959                 case "$ans" in
1960                 y*)
1961                         echo "Continuing..." >&4
1962                         rm -f missing
1963                         ;;
1964                 *)
1965                         echo "ABORTING..." >&4
1966                         kill $$
1967                         ;;
1968                 esac
1969         else
1970                 echo "Looks good..."
1971         fi
1972 else
1973         echo "There is no MANIFEST file.  I hope your kit is complete !"
1974 fi
1975 rm -f missing x??
1976
1977 echo " "
1978 : Find the appropriate value for a newline for tr
1979 if test -n "$DJGPP"; then
1980        trnl='\012'
1981 fi
1982 if test X"$trnl" = X; then
1983         case "`echo foo|tr '\n' x 2>/dev/null`" in
1984         foox) trnl='\n' ;;
1985         esac
1986 fi
1987 if test X"$trnl" = X; then
1988         case "`echo foo|tr '\012' x 2>/dev/null`" in
1989         foox) trnl='\012' ;;
1990         esac
1991 fi
1992 if test X"$trnl" = X; then
1993        case "`echo foo|tr '\r\n' xy 2>/dev/null`" in
1994        fooxy) trnl='\n\r' ;;
1995        esac
1996 fi
1997 if test X"$trnl" = X; then
1998         cat <<EOM >&2
1999
2000 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
2001
2002 EOM
2003         exit 1
2004 fi
2005
2006 : compute the number of columns on the terminal for proper question formatting
2007 case "$COLUMNS" in
2008 '') COLUMNS='80';;
2009 esac
2010
2011 : set up the echo used in my read
2012 myecho="case \"\$xxxm\" in
2013 '') echo $n \"\$rp $c\" >&4;;
2014 *) case \"\$rp\" in
2015         '') echo $n \"[\$xxxm] $c\";;
2016         *)
2017                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
2018                         echo \"\$rp\" >&4
2019                         echo $n \"[\$xxxm] $c\" >&4
2020                 else
2021                         echo $n \"\$rp [\$xxxm] $c\" >&4
2022                 fi
2023                 ;;
2024         esac;;
2025 esac"
2026
2027 : now set up to do reads with possible shell escape and default assignment
2028 cat <<EOSC >myread
2029 $startsh
2030 xxxm=\$dflt
2031 $myecho
2032 ans='!'
2033 case "\$fastread" in
2034 yes) case "\$dflt" in
2035         '') ;;
2036         *) ans='';
2037                 case "\$silent-\$rp" in
2038                 true-) ;;
2039                 *) echo " " >&4;;
2040                 esac;;
2041         esac;;
2042 *) case "\$silent" in
2043         true) case "\$rp" in
2044                 '') ans='';;
2045                 esac;;
2046         esac;;
2047 esac
2048 while expr "X\$ans" : "X!" >/dev/null; do
2049         read answ
2050         set x \$xxxm
2051         shift
2052         aok=''; eval "ans=\\"\$answ\\"" && aok=y
2053         case  "\$answ" in
2054         "!")
2055                 sh 1>&4
2056                 echo " "
2057                 $myecho
2058                 ;;
2059         !*)
2060                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
2061                 shift
2062                 sh 1>&4 -c "\$*"
2063                 echo " "
2064                 $myecho
2065                 ;;
2066         "\$ans")
2067                 case "\$ans" in
2068                 \\&*)
2069                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
2070                         shift
2071                         case "\$1" in
2072                         -d)
2073                                 fastread=yes
2074                                 echo "(OK, I'll run with -d after this question.)" >&4
2075                                 ;;
2076                         -*)
2077                                 echo "*** Sorry, \$1 not supported yet." >&4
2078                                 ;;
2079                         esac
2080                         $myecho
2081                         ans=!
2082                         ;;
2083                 esac;;
2084         *)
2085                 case "\$aok" in
2086                 y)
2087                         echo "*** Substitution done -- please confirm."
2088                         xxxm="\$ans"
2089                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
2090                         xxxm="\$ans"
2091                         ans=!
2092                         ;;
2093                 *)
2094                         echo "*** Error -- try again."
2095                         ans=!
2096                         ;;
2097                 esac
2098                 $myecho
2099                 ;;
2100         esac
2101         case "\$ans\$xxxm\$nostick" in
2102         '')
2103                 ans=!
2104                 $myecho
2105                 ;;
2106         esac
2107 done
2108 case "\$ans" in
2109 '') ans="\$xxxm";;
2110 esac
2111 EOSC
2112
2113 : create .config dir to save info across Configure sessions
2114 test -d ../.config || mkdir ../.config
2115 cat >../.config/README <<EOF
2116 This directory created by Configure to save information that should
2117 persist across sessions for $package.
2118
2119 You may safely delete it if you wish.
2120 EOF
2121
2122 xversion=`awk '/define[         ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
2123 case "$usedevel" in
2124 $define|true|[yY]*) ;;
2125 *) case "$xversion" in
2126    *[13579])
2127         cat >&4 <<EOH
2128 *** WHOA THERE!!! ***
2129
2130     This is an UNSTABLE DEVELOPMENT release.
2131     The version of this $package distribution is $xversion, that is, odd,
2132     (as opposed to even) and that signifies a development release.
2133     If you want a maintenance release, you want an even-numbered version.
2134
2135     Do ***NOT*** install this into production use.
2136     Data corruption and crashes are possible.
2137
2138     It is most seriously suggested that you do not continue any further
2139     unless you want to help in developing and debugging Perl.
2140
2141     If you *still* want to build perl, you can answer 'y' now,
2142     or pass -Dusedevel to Configure.
2143
2144 EOH
2145         rp='Do you really want to continue?'
2146         dflt='n'
2147         . ./myread
2148         case "$ans" in
2149         [yY]) echo >&4 "Okay, continuing."
2150               usedevel="$define" ;;
2151         *) echo >&4 "Okay, bye."
2152            exit 1
2153            ;;
2154         esac
2155         ;;
2156     esac
2157     ;;
2158 esac
2159 case "$usedevel" in
2160 $define|true|[yY]*)
2161         case "$versiononly" in
2162         '') versiononly="$define" ;;
2163         esac
2164         case "$installusrbinperl" in
2165         '') installusrbinperl="$undef" ;;
2166         esac
2167         ;;
2168 esac
2169
2170 : general instructions
2171 needman=true
2172 firsttime=true
2173 user=`(logname) 2>/dev/null`
2174 case "$user" in
2175 '') user=`whoami 2>&1`;;
2176 esac
2177 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
2178         firsttime=false
2179         echo " "
2180         rp='Would you like to see the instructions?'
2181         dflt=n
2182         . ./myread
2183         case "$ans" in
2184         [yY]*) ;;
2185         *) needman=false;;
2186         esac
2187 fi
2188 if $needman; then
2189         cat <<EOH
2190
2191 This installation shell script will examine your system and ask you questions
2192 to determine how the perl5 package should be installed. If you get
2193 stuck on a question, you may use a ! shell escape to start a subshell or
2194 execute a command.  Many of the questions will have default answers in square
2195 brackets; typing carriage return will give you the default.
2196
2197 On some of the questions which ask for file or directory names you are allowed
2198 to use the ~name construct to specify the login directory belonging to "name",
2199 even if you don't have a shell which knows about that.  Questions where this is
2200 allowed will be marked "(~name ok)".
2201
2202 EOH
2203         rp=''
2204         dflt='Type carriage return to continue'
2205         . ./myread
2206         cat <<'EOH'
2207
2208 The prompter used in this script allows you to use shell variables and
2209 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
2210 in the default answer, as if the default line was a set of arguments given to a
2211 script shell.  This means you may also use $* to repeat the whole default line,
2212 so you do not have to re-type everything to add something to the default.
2213
2214 Everytime there is a substitution, you will have to confirm.  If there is an
2215 error (e.g. an unmatched backtick), the default answer will remain unchanged
2216 and you will be prompted again.
2217
2218 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
2219 the questions and use the computed defaults (or the previous answers if there
2220 was already a config.sh file). Type 'Configure -h' for a list of options.
2221 You may also start interactively and then answer '& -d' at any prompt to turn
2222 on the non-interactive behaviour for the remainder of the execution.
2223
2224 EOH
2225         . ./myread
2226         cat <<EOH
2227
2228 Much effort has been expended to ensure that this shell script will run on any
2229 Unix system.  If despite that it blows up on yours, your best bet is to edit
2230 Configure and run it again.  If you can't run Configure for some reason,
2231 you'll have to generate a config.sh file by hand.  Whatever problems you
2232 have, let me (perlbug@perl.org) know how I blew it.
2233
2234 This installation script affects things in two ways:
2235
2236 1) it may do direct variable substitutions on some of the files included
2237    in this kit.
2238 2) it builds a config.h file for inclusion in C programs.  You may edit
2239    any of these files as the need arises after running this script.
2240
2241 If you make a mistake on a question, there is no easy way to back up to it
2242 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
2243 files.  Configure will offer to let you do this before it runs the SH files.
2244
2245 EOH
2246         dflt='Type carriage return to continue'
2247         . ./myread
2248         case "$firsttime" in
2249         true) echo $user >>../.config/instruct;;
2250         esac
2251 fi
2252
2253 : find out where common programs are
2254 echo " "
2255 echo "Locating common programs..." >&4
2256 cat <<EOSC >loc
2257 $startsh
2258 case \$# in
2259 0) exit 1;;
2260 esac
2261 thing=\$1
2262 shift
2263 dflt=\$1
2264 shift
2265 for dir in \$*; do
2266         case "\$thing" in
2267         .)
2268         if test -d \$dir/\$thing; then
2269                 echo \$dir
2270                 exit 0
2271         fi
2272         ;;
2273         *)
2274         for thisthing in \$dir/\$thing; do
2275                 : just loop through to pick last item
2276         done
2277         if test -f \$thisthing; then
2278                 echo \$thisthing
2279                 exit 0
2280         elif test "X$_exe" != X -a -f \$thisthing$_exe; then
2281                 echo \$thisthing
2282                 exit 0
2283         elif test -f \$dir/\$thing.exe; then
2284                 if test -n "$DJGPP"; then
2285                         echo \$dir/\$thing.exe
2286                 elif test "$eunicefix" != ":"; then
2287                         : on Eunice apparently
2288                         echo \$dir/\$thing
2289                         exit 0
2290                 fi
2291                 exit 0
2292         fi
2293         ;;
2294         esac
2295 done
2296 echo \$dflt
2297 exit 1
2298 EOSC
2299 chmod +x loc
2300 $eunicefix loc
2301 loclist="
2302 awk
2303 cat
2304 chmod
2305 comm
2306 cp
2307 echo
2308 expr
2309 grep
2310 ls
2311 mkdir
2312 rm
2313 sed
2314 sort
2315 touch
2316 tr
2317 uniq
2318 "
2319 trylist="
2320 Mcc
2321 ar
2322 bison
2323 byacc
2324 cpp
2325 csh
2326 date
2327 egrep
2328 gmake
2329 gzip
2330 less
2331 ln
2332 make
2333 more
2334 nm
2335 nroff
2336 pg
2337 test
2338 uname
2339 zip
2340 "
2341 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2342 pth="$pth /lib /usr/lib"
2343 for file in $loclist; do
2344         eval xxx=\$$file
2345         case "$xxx" in
2346         /*|?:[\\/]*)
2347                 if test -f "$xxx"; then
2348                         : ok
2349                 else
2350                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2351                         xxx=`./loc $file $file $pth`
2352                 fi
2353                 ;;
2354         '') xxx=`./loc $file $file $pth`;;
2355         *) xxx=`./loc $xxx $xxx $pth`;;
2356         esac
2357         eval $file=$xxx$_exe
2358         eval _$file=$xxx
2359         case "$xxx" in
2360         /*)
2361                 echo $file is in $xxx.
2362                 ;;
2363         ?:[\\/]*)
2364                 echo $file is in $xxx.
2365                 ;;
2366         *)
2367                 echo "I don't know where '$file' is, and my life depends on it." >&4
2368                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2369                 exit 1
2370                 ;;
2371         esac
2372 done
2373 echo " "
2374 echo "Don't worry if any of the following aren't found..."
2375 say=offhand
2376 for file in $trylist; do
2377         eval xxx=\$$file
2378         case "$xxx" in
2379         /*|?:[\\/]*)
2380                 if test -f "$xxx"; then
2381                         : ok
2382                 else
2383                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2384                         xxx=`./loc $file $file $pth`
2385                 fi
2386                 ;;
2387         '') xxx=`./loc $file $file $pth`;;
2388         *) xxx=`./loc $xxx $xxx $pth`;;
2389         esac
2390         eval $file=$xxx$_exe
2391         eval _$file=$xxx
2392         case "$xxx" in
2393         /*)
2394                 echo $file is in $xxx.
2395                 ;;
2396         ?:[\\/]*)
2397                 echo $file is in $xxx.
2398                 ;;
2399         *)
2400                 echo "I don't see $file out there, $say."
2401                 say=either
2402                 ;;
2403         esac
2404 done
2405 case "$egrep" in
2406 egrep)
2407         echo "Substituting grep for egrep."
2408         egrep=$grep
2409         _egrep=$grep
2410         ;;
2411 esac
2412 case "$ln" in
2413 ln)
2414         echo "Substituting cp for ln."
2415         ln=$cp
2416         _ln=$cp
2417         ;;
2418 esac
2419 case "$make" in
2420 make)   
2421         case "$gmake" in
2422         gmake)
2423         echo "I can't find make or gmake, and my life depends on it." >&4
2424         echo "Go find a public domain implementation or fix your PATH setting!" >&4
2425         exit 1
2426         ;;
2427         esac
2428         ;;
2429 esac    
2430 case "$gmake" in
2431 gmake)  ;;
2432 *)      # We can't have osname yet.
2433         if test -f "/system/gnu_library/bin/ar.pm"; then # Stratus VOS
2434                 # Assume that gmake, if found, is definitely GNU make
2435                 # and prefer it over the system make.
2436                 echo "Substituting gmake for make."
2437                 make=$gmake
2438                 _make=$gmake
2439         fi
2440         ;;
2441 esac
2442 case "$test" in
2443 test)
2444         echo "Hopefully test is built into your sh."
2445         ;;
2446 *)
2447         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2448                 echo "Using the test built into your sh."
2449                 test=test
2450                 _test=test
2451         fi
2452         ;;
2453 esac
2454 case "$echo" in
2455 echo)
2456         echo "Hopefully echo is built into your sh."
2457         ;;
2458 '') ;;
2459 *)
2460         echo " "
2461 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2462         $echo $n "hi there$c" >foo1
2463         echo $n "hi there$c" >foo2
2464         if cmp foo1 foo2 >/dev/null 2>&1; then
2465                 echo "They are compatible.  In fact, they may be identical."
2466         else
2467                 case "$n" in
2468                 '-n') n='' c='\c';;
2469                 *) n='-n' c='';;
2470                 esac
2471                 cat <<FOO
2472 They are not compatible!  You are probably running ksh on a non-USG system.
2473 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2474 have echo built in and we may have to run some Bourne shell scripts.  That
2475 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
2476
2477 FOO
2478                 $echo $n "The star should be here-->$c"
2479                 $echo "*"
2480         fi
2481         $rm -f foo1 foo2
2482         ;;
2483 esac
2484
2485 cat <<EOS >trygcc
2486 $startsh
2487 EOS
2488 cat <<'EOSC' >>trygcc
2489 case "$cc" in
2490 '') ;;
2491 *)  $rm -f try try.*
2492     $cat >try.c <<EOM
2493 int main(int argc, char *argv[]) {
2494   return 0;
2495 }
2496 EOM
2497     if $cc -o try $ccflags $ldflags try.c; then
2498        :
2499     else
2500         echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2501         despair=yes
2502         trygcc=yes
2503         case "$cc" in
2504         *gcc*) trygcc=no ;;
2505         esac
2506         case "`$cc -v -c try.c 2>&1`" in
2507         *gcc*) trygcc=no ;;
2508         esac
2509         if $test X"$trygcc" = Xyes; then
2510             if gcc -o try -c try.c; then
2511                 echo " "
2512                 echo "You seem to have a working gcc, though." >&4
2513                 rp="Would you like to use it?"
2514                 dflt=y
2515                 if $test -f myread; then
2516                     . ./myread
2517                 else
2518                     if $test -f UU/myread; then
2519                         . ./UU/myread
2520                     else
2521                         echo "Cannot find myread, sorry.  Aborting." >&2
2522                         exit 1
2523                     fi
2524                 fi  
2525                 case "$ans" in
2526                 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no;
2527                        if $test -f usethreads.cbu; then
2528                            $cat >&4 <<EOM 
2529
2530 *** However, any setting of the C compiler flags (e.g. for thread support)
2531 *** has been lost.  It may be necessary to pass -Dcc=gcc to Configure
2532 *** (together with e.g. -Dusethreads).
2533
2534 EOM
2535                        fi;;
2536                 esac
2537             fi
2538         fi
2539     fi
2540     $rm -f try try.*
2541     ;;
2542 esac
2543 EOSC
2544
2545 cat <<EOS >checkcc
2546 $startsh
2547 EOS
2548 cat <<'EOSC' >>checkcc
2549 case "$cc" in        
2550 '') ;;
2551 *)  $rm -f try try.*              
2552     $cat >try.c <<EOM
2553 int main(int argc, char *argv[]) {
2554   return 0;
2555 }
2556 EOM
2557     if $cc -o try $ccflags $ldflags try.c; then
2558        :
2559     else
2560         if $test X"$despair" = Xyes; then
2561            echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2562         fi
2563         $cat >&4 <<EOM         
2564 You need to find a working C compiler.
2565 Either (purchase and) install the C compiler supplied by your OS vendor,
2566 or for a free C compiler try http://gcc.gnu.org/
2567 I cannot continue any further, aborting.
2568 EOM
2569         exit 1
2570     fi
2571     $rm -f try try.*
2572     ;;
2573 esac
2574 EOSC
2575
2576 : determine whether symbolic links are supported
2577 echo " "
2578 $touch blurfl
2579 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2580         echo "Symbolic links are supported." >&4
2581         lns="$ln -s"
2582 else
2583         echo "Symbolic links are NOT supported." >&4
2584         lns="$ln"
2585 fi
2586 $rm -f blurfl sym
2587
2588 : determine whether symbolic links are supported
2589 echo " "
2590 case "$lns" in
2591 *"ln"*" -s")
2592         echo "Checking how to test for symbolic links..." >&4
2593         $lns blurfl sym
2594         if $test "X$issymlink" = X; then
2595                 case "$newsh" in
2596                 '') sh     -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2597                 *)  $newsh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2598                 esac
2599                 if test $? = 0; then
2600                         issymlink="test -h"
2601                 else
2602                         echo "Your builtin 'test -h' may be broken." >&4
2603                         case "$test" in
2604                         /*)     ;;
2605                         *)      pth=`echo $PATH | sed -e "s/$p_/ /g"`
2606                                 for p in $pth
2607                                 do
2608                                         if test -f "$p/$test"; then
2609                                                 test="$p/$test"
2610                                                 break
2611                                         fi
2612                                 done
2613                                 ;;
2614                         esac
2615                         case "$test" in
2616                         /*)
2617                                 echo "Trying external '$test -h'." >&4
2618                                 issymlink="$test -h"
2619                                 if $test ! -h sym >/dev/null 2>&1; then
2620                                         echo "External '$test -h' is broken, too." >&4
2621                                         issymlink=''
2622                                 fi
2623                                 ;;
2624                         *)      issymlink='' ;;
2625                         esac
2626                 fi              
2627         fi
2628         if $test "X$issymlink" = X; then
2629                 if $test -L sym 2>/dev/null; then
2630                         issymlink="$test -L"
2631                         echo "The builtin '$test -L' worked." >&4
2632                 fi
2633         fi
2634         if $test "X$issymlink" != X; then
2635                 echo "You can test for symbolic links with '$issymlink'." >&4
2636         else
2637                 echo "I do not know how you can test for symbolic links." >&4
2638         fi
2639         $rm -f blurfl sym
2640         ;;
2641 *)      echo "No symbolic links, so not testing for their testing..." >&4
2642         ;;
2643 esac
2644 echo " "
2645
2646
2647 case "$mksymlinks" in
2648 $define|true|[yY]*)
2649         case "$src" in
2650         ''|'.') echo "Cannot create symlinks in the original directory." >&4
2651                 exit 1
2652                 ;;
2653         *)      case "$lns:$issymlink" in
2654                 *"ln"*" -s:"*"test -"?)
2655                         echo "Creating the symbolic links..." >&4
2656                         echo "(First creating the subdirectories...)" >&4
2657                         cd ..
2658                         awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2659                                 read directory
2660                                 test -z "$directory" && break
2661                                 mkdir -p $directory
2662                         done
2663                         # Sanity check 1.
2664                         if test ! -d t/base; then
2665                                 echo "Failed to create the subdirectories.  Aborting." >&4
2666                                 exit 1
2667                         fi
2668                         echo "(Then creating the symlinks...)" >&4
2669                         awk '{print $1}' $src/MANIFEST | while true; do
2670                                 read filename
2671                                 test -z "$filename" && break
2672                                 if test -f $filename; then
2673                                         if $issymlink $filename; then
2674                                                 rm -f $filename
2675                                         fi
2676                                 fi
2677                                 if test -f $filename; then
2678                                         echo "$filename already exists, not symlinking."
2679                                 else
2680                                         ln -s $src/$filename $filename
2681                                 fi
2682                         done
2683                         # Sanity check 2.
2684                         if test ! -f t/base/lex.t; then
2685                                 echo "Failed to create the symlinks (t/base/lex.t missing).  Aborting." >&4
2686                                 exit 1
2687                         fi
2688                         cd UU
2689                         ;;
2690                 *)      echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2691                         ;;
2692                 esac
2693                 ;;
2694         esac
2695         ;;
2696 esac
2697
2698
2699 case "$usecrosscompile" in
2700 $define|true|[yY]*)
2701         $echo "Cross-compiling..."
2702         croak=''
2703         case "$cc" in
2704         *-*-gcc) # A cross-compiling gcc, probably.
2705             targetarch=`$echo $cc|$sed 's/-gcc$//'`
2706             ar=$targetarch-ar
2707             # leave out ld, choosing it is more complex
2708             nm=$targetarch-nm
2709             ranlib=$targetarch-ranlib
2710             $echo 'extern int foo;' > try.c
2711             set X `$cc -v -E try.c 2>&1 | $awk '/^#include </,/^End of search /'|$grep '/include'`
2712             shift
2713             if $test $# -gt 0; then
2714                 incpth="$incpth $*"
2715                 incpth="`$echo $incpth|$sed 's/^ //'`"
2716                 echo "Guessing incpth '$incpth'." >&4
2717                 for i in $*; do
2718                     j="`$echo $i|$sed 's,/include$,/lib,'`"
2719                     if $test -d $j; then
2720                         libpth="$libpth $j"
2721                     fi
2722                 done   
2723                 libpth="`$echo $libpth|$sed 's/^ //'`"
2724                 echo "Guessing libpth '$libpth'." >&4
2725             fi
2726             $rm -f try.c
2727             ;;
2728         esac
2729         case "$targetarch" in
2730         '') echo "Targetarch not defined." >&4; croak=y ;;
2731         *)  echo "Using targetarch $targetarch." >&4 ;;
2732         esac
2733         case "$incpth" in
2734         '') echo "Incpth not defined." >&4; croak=y ;;
2735         *)  echo "Using incpth '$incpth'." >&4 ;;
2736         esac
2737         case "$libpth" in
2738         '') echo "Libpth not defined." >&4; croak=y ;;
2739         *)  echo "Using libpth '$libpth'." >&4 ;;
2740         esac
2741         case "$usrinc" in
2742         '') for i in $incpth; do
2743                 if $test -f $i/errno.h -a -f $i/stdio.h -a -f $i/time.h; then
2744                     usrinc=$i
2745                     echo "Guessing usrinc $usrinc." >&4
2746                     break
2747                 fi
2748             done
2749             case "$usrinc" in
2750             '') echo "Usrinc not defined." >&4; croak=y ;;
2751             esac
2752             ;;
2753         *)  echo "Using usrinc $usrinc." >&4 ;;
2754         esac
2755         case "$targethost" in
2756         '') echo "Targethost not defined." >&4; croak=y ;;
2757         *)  echo "Using targethost $targethost." >&4
2758         esac
2759         locincpth=' '
2760         loclibpth=' '
2761         case "$croak" in
2762         y) echo "Cannot continue, aborting." >&4; exit 1 ;;
2763         esac
2764         case "$src" in
2765         /*) run=$src/Cross/run
2766             targetmkdir=$src/Cross/mkdir
2767             to=$src/Cross/to
2768             from=$src/Cross/from
2769             ;;
2770         *)  pwd=`$test -f ../Configure & cd ..; pwd`
2771             run=$pwd/Cross/run
2772             targetmkdir=$pwd/Cross/mkdir
2773             to=$pwd/Cross/to
2774             from=$pwd/Cross/from
2775             ;;
2776         esac
2777         case "$targetrun" in
2778         '') targetrun=ssh ;;
2779         esac
2780         case "$targetto" in
2781         '') targetto=scp ;;
2782         esac
2783         case "$targetfrom" in
2784         '') targetfrom=scp ;;
2785         esac
2786         run=$run-$targetrun
2787         to=$to-$targetto
2788         from=$from-$targetfrom
2789         case "$targetdir" in
2790         '')  targetdir=/tmp
2791              echo "Guessing targetdir $targetdir." >&4
2792              ;;
2793         esac
2794         case "$targetuser" in
2795         '')  targetuser=root
2796              echo "Guessing targetuser $targetuser." >&4
2797              ;;
2798         esac
2799         case "$targetfrom" in
2800         scp)    q=-q ;;
2801         *)      q='' ;;
2802         esac
2803         case "$targetrun" in
2804         ssh|rsh)
2805             cat >$run <<EOF
2806 #!/bin/sh
2807 case "\$1" in
2808 -cwd)
2809   shift
2810   cwd=\$1
2811   shift
2812   ;;
2813 esac
2814 case "\$cwd" in
2815 '') cwd=$targetdir ;;
2816 esac
2817 exe=\$1
2818 shift
2819 if $test ! -f \$exe.xok; then
2820   $to \$exe
2821   $touch \$exe.xok
2822 fi
2823 $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
2824 EOF
2825             ;;
2826         *)  echo "Unknown targetrun '$targetrun'" >&4
2827             exit 1
2828             ;;
2829         esac
2830         case "$targetmkdir" in
2831         */Cross/mkdir)
2832             cat >$targetmkdir <<EOF
2833 #!/bin/sh
2834 $targetrun -l $targetuser $targethost "mkdir -p \$@"
2835 EOF
2836             $chmod a+rx $targetmkdir
2837             ;;
2838         *)  echo "Unknown targetmkdir '$targetmkdir'" >&4
2839             exit 1
2840             ;;
2841         esac
2842         case "$targetto" in
2843         scp|rcp)
2844             cat >$to <<EOF
2845 #!/bin/sh
2846 for f in \$@
2847 do
2848   case "\$f" in
2849   /*)
2850     $targetmkdir \`dirname \$f\`
2851     $targetto $q \$f $targetuser@$targethost:\$f            || exit 1
2852     ;;
2853   *)
2854     $targetmkdir $targetdir/\`dirname \$f\`
2855     $targetto $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1
2856     ;;
2857   esac
2858 done
2859 exit 0
2860 EOF
2861             ;;
2862         cp) cat >$to <<EOF
2863 #!/bin/sh
2864 for f in \$@
2865 do
2866   case "\$f" in
2867   /*)
2868     $mkdir -p $targetdir/\`dirname \$f\`
2869     $cp \$f $targetdir/\$f || exit 1
2870     ;;
2871   *)
2872     $targetmkdir $targetdir/\`dirname \$f\`
2873     $cp \$f $targetdir/\$f || exit 1
2874     ;;
2875   esac
2876 done
2877 exit 0
2878 EOF
2879             ;;
2880         *)  echo "Unknown targetto '$targetto'" >&4
2881             exit 1
2882             ;;
2883         esac
2884         case "$targetfrom" in
2885         scp|rcp)
2886           cat >$from <<EOF
2887 #!/bin/sh
2888 for f in \$@
2889 do
2890   $rm -f \$f
2891   $targetfrom $q $targetuser@$targethost:$targetdir/\$f . || exit 1
2892 done
2893 exit 0
2894 EOF
2895             ;;
2896         cp) cat >$from <<EOF
2897 #!/bin/sh
2898 for f in \$@
2899 do
2900   $rm -f \$f
2901   cp $targetdir/\$f . || exit 1
2902 done
2903 exit 0
2904 EOF
2905             ;;
2906         *)  echo "Unknown targetfrom '$targetfrom'" >&4
2907             exit 1
2908             ;;
2909         esac
2910         if $test ! -f $run; then
2911             echo "Target 'run' script '$run' not found." >&4
2912         else
2913             $chmod a+rx $run
2914         fi
2915         if $test ! -f $to; then
2916             echo "Target 'to' script '$to' not found." >&4
2917         else
2918             $chmod a+rx $to
2919         fi
2920         if $test ! -f $from; then
2921             echo "Target 'from' script '$from' not found." >&4
2922         else
2923             $chmod a+rx $from
2924         fi
2925         if $test ! -f $run -o ! -f $to -o ! -f $from; then
2926             exit 1
2927         fi
2928         cat >&4 <<EOF
2929 Using '$run' for remote execution,
2930 and '$from' and '$to'
2931 for remote file transfer.
2932 EOF
2933         ;;
2934 *)      run=''
2935         to=:
2936         from=:
2937         usecrosscompile='undef'
2938         targetarch=''
2939         ;;
2940 esac
2941
2942 : see whether [:lower:] and [:upper:] are supported character classes
2943 echo " "
2944 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2945 ABYZ)
2946         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2947         up='[:upper:]'
2948         low='[:lower:]'
2949         ;;
2950 *)      # There is a discontinuity in EBCDIC between 'R' and 'S'
2951         # (0xd9 and 0xe2), therefore that is a nice testing point.
2952         if test "X$up" = X -o "X$low" = X; then
2953             case "`echo RS | $tr '[R-S]' '[r-s]' 2>/dev/null`" in
2954             rs) up='[A-Z]'
2955                 low='[a-z]'
2956                 ;;
2957             esac
2958         fi
2959         if test "X$up" = X -o "X$low" = X; then
2960             case "`echo RS | $tr R-S r-s 2>/dev/null`" in
2961             rs) up='A-Z'
2962                 low='a-z'
2963                 ;;
2964             esac
2965         fi
2966         if test "X$up" = X -o "X$low" = X; then
2967             case "`echo RS | od -x 2>/dev/null`" in
2968             *D9E2*|*d9e2*)
2969                 echo "Hey, this might be EBCDIC." >&4
2970                 if test "X$up" = X -o "X$low" = X; then
2971                     case "`echo RS | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2972                     rs) up='[A-IJ-RS-Z]'
2973                         low='[a-ij-rs-z]'
2974                         ;;
2975                     esac
2976                 fi
2977                 if test "X$up" = X -o "X$low" = X; then
2978                     case "`echo RS | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2979                     rs) up='A-IJ-RS-Z'
2980                         low='a-ij-rs-z'
2981                         ;;
2982                     esac
2983                 fi
2984                 ;;
2985             esac
2986         fi
2987 esac
2988 case "`echo RS | $tr \"$up\" \"$low\" 2>/dev/null`" in
2989 rs)
2990     echo "Using $up and $low to convert case." >&4
2991     ;;
2992 *)
2993     echo "I don't know how to translate letters from upper to lower case." >&4
2994     echo "Your tr is not acting any way I know of." >&4
2995     exit 1
2996     ;;
2997 esac
2998 : set up the translation script tr, must be called with ./tr of course
2999 cat >tr <<EOSC
3000 $startsh
3001 case "\$1\$2" in
3002 '[A-Z][a-z]') exec $tr '$up' '$low';;
3003 '[a-z][A-Z]') exec $tr '$low' '$up';;
3004 esac
3005 exec $tr "\$@"
3006 EOSC
3007 chmod +x tr
3008 $eunicefix tr
3009
3010 : Try to determine whether config.sh was made on this system
3011 case "$config_sh" in
3012 '')
3013 myuname=`$uname -a 2>/dev/null`
3014 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
3015 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
3016 # because the A-Z/a-z are not consecutive.
3017 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's,['/],,g' | \
3018         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
3019 newmyuname="$myuname"
3020 dflt=n
3021 case "$knowitall" in
3022 '')
3023         if test -f ../config.sh; then
3024                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
3025                         eval "`grep myuname= ../config.sh`"
3026                 fi
3027                 if test "X$myuname" = "X$newmyuname"; then
3028                         dflt=y
3029                 fi
3030         fi
3031         ;;
3032 *) dflt=y;;
3033 esac
3034
3035 : Get old answers from old config file if Configure was run on the
3036 : same system, otherwise use the hints.
3037 hint=default
3038 cd ..
3039 if test -f config.sh; then
3040         echo " "
3041         rp="I see a config.sh file.  Shall I use it to set the defaults?"
3042         . UU/myread
3043         case "$ans" in
3044         n*|N*) echo "OK, I'll ignore it."
3045                 mv config.sh config.sh.old
3046                 myuname="$newmyuname"
3047                 ;;
3048         *)  echo "Fetching default answers from your old config.sh file..." >&4
3049                 tmp_n="$n"
3050                 tmp_c="$c"
3051                 tmp_sh="$sh"
3052                 . ./config.sh
3053                 cp config.sh UU
3054                 n="$tmp_n"
3055                 c="$tmp_c"
3056                 : Older versions did not always set $sh.  Catch re-use of such
3057                 : an old config.sh.
3058                 case "$sh" in
3059                 '') sh="$tmp_sh" ;;
3060                 esac
3061                 hint=previous
3062                 ;;
3063         esac
3064 fi
3065 . ./UU/checkcc
3066 if test ! -f config.sh; then
3067         $cat <<EOM
3068
3069 First time through, eh?  I have some defaults handy for some systems
3070 that need some extra help getting the Configure answers right:
3071
3072 EOM
3073         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
3074         dflt=''
3075         : Half the following guesses are probably wrong... If you have better
3076         : tests or hints, please send them to perlbug@perl.org
3077         : The metaconfig authors would also appreciate a copy...
3078         $test -f /irix && osname=irix
3079         $test -f /xenix && osname=sco_xenix
3080         $test -f /dynix && osname=dynix
3081         $test -f /dnix && osname=dnix
3082         $test -f /lynx.os && osname=lynxos
3083         $test -f /unicos && osname=unicos && osvers=`$uname -r`
3084         $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
3085         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
3086         $test -f /bin/mips && /bin/mips && osname=mips
3087         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
3088                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
3089         $test -d /usr/apollo/bin && osname=apollo
3090         $test -f /etc/saf/_sactab && osname=svr4
3091         $test -d /usr/include/minix && osname=minix
3092         $test -f /system/gnu_library/bin/ar.pm && osname=vos
3093         if $test -d /MachTen -o -d /MachTen_Folder; then
3094                 osname=machten
3095                 if $test -x /sbin/version; then
3096                         osvers=`/sbin/version | $awk '{print $2}' |
3097                         $sed -e 's/[A-Za-z]$//'`
3098                 elif $test -x /usr/etc/version; then
3099                         osvers=`/usr/etc/version | $awk '{print $2}' |
3100                         $sed -e 's/[A-Za-z]$//'`
3101                 else
3102                         osvers="$2.$3"
3103                 fi
3104         fi
3105
3106         $test -f /sys/posix.dll &&
3107                 $test -f /usr/bin/what &&
3108                 set X `/usr/bin/what /sys/posix.dll` &&
3109                 $test "$3" = UWIN &&
3110                 osname=uwin &&
3111                 osvers="$5"
3112
3113         if $test -f $uname; then
3114                 set X $myuname
3115                 shift
3116
3117                 case "$5" in
3118                 fps*) osname=fps ;;
3119                 mips*)
3120                         case "$4" in
3121                         umips) osname=umips ;;
3122                         *) osname=mips ;;
3123                         esac;;
3124                 [23]100) osname=mips ;;
3125                 next*) osname=next ;;
3126                 i386*)
3127                         tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
3128                         if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
3129                                 osname='sco'
3130                                 osvers=$tmp
3131                         elif $test -f /etc/kconfig; then
3132                                 osname=isc
3133                                 if test "$lns" = "$ln -s"; then
3134                                         osvers=4
3135                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
3136                                         osvers=3
3137                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
3138                                         osvers=2
3139                                 fi
3140                         fi
3141                         tmp=''
3142                         ;;
3143                 pc*)
3144                         if test -n "$DJGPP"; then
3145                                 osname=dos
3146                                 osvers=djgpp
3147                         fi
3148                         ;;
3149                 esac
3150
3151                 case "$1" in
3152                 aix) osname=aix
3153                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
3154                         case "$tmp" in
3155                         # oslevel can fail with:
3156                         # oslevel: Unable to acquire lock.
3157                         *not\ found) osvers="$4"."$3" ;;
3158                         '<3240'|'<>3240') osvers=3.2.0 ;;
3159                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
3160                         '=3250'|'>3250') osvers=3.2.5 ;;
3161                         *) osvers=$tmp;;
3162                         esac
3163                         ;;
3164                 bsd386) osname=bsd386
3165                         osvers=`$uname -r`
3166                         ;;
3167                 cygwin*) osname=cygwin
3168                         osvers="$3"
3169                         ;;
3170                 *dc.osx) osname=dcosx
3171                         osvers="$3"
3172                         ;;
3173                 dnix) osname=dnix
3174                         osvers="$3"
3175                         ;;
3176                 domainos) osname=apollo
3177                         osvers="$3"
3178                         ;;
3179                 dgux)   osname=dgux
3180                         osvers="$3"
3181                         ;;
3182                 dragonfly) osname=dragonfly
3183                         osvers="$3"
3184                         ;;
3185                 dynixptx*) osname=dynixptx
3186                         osvers=`echo "$4"|sed 's/^v//'`
3187                         ;;
3188                 freebsd) osname=freebsd
3189                         osvers="$3" ;;
3190                 genix)  osname=genix ;;
3191                 gnu)    osname=gnu
3192                         osvers="$3" ;;
3193                 hp*)    osname=hpux
3194                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
3195                         ;;
3196                 irix*)  osname=irix
3197                         case "$3" in
3198                         4*) osvers=4 ;;
3199                         5*) osvers=5 ;;
3200                         *)      osvers="$3" ;;
3201                         esac
3202                         ;;
3203                 linux)  osname=linux
3204                         case "$3" in
3205                         *)      osvers="$3" ;;
3206                         esac
3207                         ;;
3208                 MiNT)   osname=mint
3209                         ;;
3210                 netbsd*) osname=netbsd
3211                         osvers="$3"
3212                         ;;
3213                 news-os) osvers="$3"
3214                         case "$3" in
3215                         4*) osname=newsos4 ;;
3216                         *) osname=newsos ;;
3217                         esac
3218                         ;;
3219                 next*) osname=next ;;
3220                 nonstop-ux) osname=nonstopux ;;
3221                 openbsd) osname=openbsd
3222                         osvers="$3"
3223                         ;;
3224                 os2)    osname=os2
3225                         osvers="$4"
3226                         ;;
3227                 POSIX-BC | posix-bc ) osname=posix-bc
3228                         osvers="$3"
3229                         ;;
3230                 powerux | power_ux | powermax_os | powermaxos | \
3231                 powerunix | power_unix) osname=powerux
3232                         osvers="$3"
3233                         ;;
3234                 qnx) osname=qnx
3235                         osvers="$4"
3236                         ;;
3237                 solaris) osname=solaris
3238                         case "$3" in
3239                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3240                         *)      osvers="$3" ;;
3241                         esac
3242                         ;;
3243                 sunos) osname=sunos
3244                         case "$3" in
3245                         5*) osname=solaris
3246                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3247                         *)      osvers="$3" ;;
3248                         esac
3249                         ;;
3250                 titanos) osname=titanos
3251                         case "$3" in
3252                         1*) osvers=1 ;;
3253                         2*) osvers=2 ;;
3254                         3*) osvers=3 ;;
3255                         4*) osvers=4 ;;
3256                         *)      osvers="$3" ;;
3257                         esac
3258                         ;;
3259                 ultrix) osname=ultrix
3260                         osvers="$3"
3261                         ;;
3262                 osf1|mls+)      case "$5" in
3263                                 alpha)
3264                                         osname=dec_osf
3265                                         osvers=`sizer -v | awk -FUNIX '{print $2}' | awk '{print $1}' |  tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
3266                                         case "$osvers" in
3267                                         [1-9].[0-9]*) ;;
3268                                         *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
3269                                         esac
3270                                         ;;
3271                         hp*)    osname=hp_osf1  ;;
3272                         mips)   osname=mips_osf1 ;;
3273                         esac
3274                         ;;
3275                 # UnixWare 7.1.2 is known as Open UNIX 8
3276                 openunix|unixware) osname=svr5
3277                         osvers="$4"
3278                         ;;
3279                 uts)    osname=uts
3280                         osvers="$3"
3281                         ;;
3282                 vos) osvers="$3"
3283                         ;;
3284                 $2) case "$osname" in
3285                         *isc*) ;;
3286                         *freebsd*) ;;
3287                         svr*)
3288                                 : svr4.x or possibly later
3289                                 case "svr$3" in
3290                                 ${osname}*)
3291                                         osname=svr$3
3292                                         osvers=$4
3293                                         ;;
3294                                 esac
3295                                 case "$osname" in
3296                                 svr4.0)
3297                                         : Check for ESIX
3298                                         if test -f /stand/boot ; then
3299                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
3300                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
3301                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
3302                                                         if test -n "$isesix"; then
3303                                                                 osname=esix4
3304                                                         fi
3305                                                 fi
3306                                         fi
3307                                         ;;
3308                                 esac
3309                                 ;;
3310                         *)      if test -f /etc/systemid; then
3311                                         osname=sco
3312                                         set `echo $3 | $sed 's/\./ /g'` $4
3313                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
3314                                                 osvers=$1.$2.$3
3315                                         elif $test -f $src/hints/sco_$1_$2.sh; then
3316                                                 osvers=$1.$2
3317                                         elif $test -f $src/hints/sco_$1.sh; then
3318                                                 osvers=$1
3319                                         fi
3320                                 else
3321                                         case "$osname" in
3322                                         '') : Still unknown.  Probably a generic Sys V.
3323                                                 osname="sysv"
3324                                                 osvers="$3"
3325                                                 ;;
3326                                         esac
3327                                 fi
3328                                 ;;
3329                         esac
3330                         ;;
3331                 *)      case "$osname" in
3332                         '') : Still unknown.  Probably a generic BSD.
3333                                 osname="$1"
3334                                 osvers="$3"
3335                                 ;;
3336                         esac
3337                         ;;
3338                 esac
3339         else
3340                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
3341                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
3342                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
3343                                 osname=news_os
3344                         fi
3345                         $rm -f UU/kernel.what
3346                 elif test -d c:/. -o -n "$is_os2" ; then
3347                         set X $myuname
3348                         osname=os2
3349                         osvers="$5"
3350                 fi
3351         fi
3352
3353         case "$targetarch" in
3354         '') ;;
3355         *)  hostarch=$osname
3356             osname=`echo $targetarch|sed 's,^[^-]*-,,'`
3357             osvers=''
3358             ;;
3359         esac
3360
3361         : Now look for a hint file osname_osvers, unless one has been
3362         : specified already.
3363         case "$hintfile" in
3364         ''|' ')
3365                 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
3366                 : Also try without trailing minor version numbers.
3367                 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
3368                 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
3369                 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
3370                 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
3371                 case "$file" in
3372                 '') dflt=none ;;
3373                 *)  case "$osvers" in
3374                         '') dflt=$file
3375                                 ;;
3376                         *)  if $test -f $src/hints/$file.sh ; then
3377                                         dflt=$file
3378                                 elif $test -f $src/hints/$xfile.sh ; then
3379                                         dflt=$xfile
3380                                 elif $test -f $src/hints/$xxfile.sh ; then
3381                                         dflt=$xxfile
3382                                 elif $test -f $src/hints/$xxxfile.sh ; then
3383                                         dflt=$xxxfile
3384                                 elif $test -f $src/hints/$xxxxfile.sh ; then
3385                                         dflt=$xxxxfile
3386                                 elif $test -f "$src/hints/${osname}.sh" ; then
3387                                         dflt="${osname}"
3388                                 else
3389                                         dflt=none
3390                                 fi
3391                                 ;;
3392                         esac
3393                         ;;
3394                 esac
3395                 if $test -f Policy.sh ; then
3396                         case "$dflt" in
3397                         *Policy*) ;;
3398                         none) dflt="Policy" ;;
3399                         *) dflt="Policy $dflt" ;;
3400                         esac
3401                 fi
3402                 ;;
3403         *)
3404                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3405                 ;;
3406         esac
3407
3408         if $test -f Policy.sh ; then
3409                 $cat <<EOM
3410
3411 There's also a Policy hint file available, which should make the
3412 site-specific (policy) questions easier to answer.
3413 EOM
3414
3415         fi
3416
3417         $cat <<EOM
3418
3419 You may give one or more space-separated answers, or "none" if appropriate.
3420 If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
3421 previous run of Configure, you may specify it as well as or instead of
3422 OS-specific hints.  If hints are provided for your OS, you should use them:
3423 although Perl can probably be built without hints on many platforms, using
3424 hints often improve performance and may enable features that Configure can't
3425 set up on its own. If there are no hints that match your OS, specify "none";
3426 DO NOT give a wrong version or a wrong OS.
3427
3428 EOM
3429
3430         rp="Which of these apply, if any?"
3431         . UU/myread
3432         tans=$ans
3433         for file in $tans; do
3434                 if $test X$file = XPolicy -a -f Policy.sh; then
3435                         . Policy.sh
3436                         $cat Policy.sh >> UU/config.sh
3437                 elif $test -f $src/hints/$file.sh; then
3438                         . $src/hints/$file.sh
3439                         $cat $src/hints/$file.sh >> UU/config.sh
3440                 elif $test X"$tans" = X -o X"$tans" = Xnone ; then
3441                         : nothing
3442                 else
3443                         : Give one chance to correct a possible typo.
3444                         echo "$file.sh does not exist"
3445                         dflt=$file
3446                         rp="hint to use instead?"
3447                         . UU/myread
3448                         for file in $ans; do
3449                                 if $test -f "$src/hints/$file.sh"; then
3450                                         . $src/hints/$file.sh
3451                                         $cat $src/hints/$file.sh >> UU/config.sh
3452                                 elif $test X$ans = X -o X$ans = Xnone ; then
3453                                         : nothing
3454                                 else
3455                                         echo "$file.sh does not exist -- ignored."
3456                                 fi
3457                         done
3458                 fi
3459         done
3460
3461         hint=recommended
3462         : Remember our hint file for later.
3463         if $test -f "$src/hints/$file.sh" ; then
3464                 hintfile="$file"
3465         else
3466                 hintfile=''
3467         fi
3468 fi
3469 cd UU
3470 ;;
3471 *)
3472         echo " "
3473         echo "Fetching default answers from $config_sh..." >&4
3474         tmp_n="$n"
3475         tmp_c="$c"
3476         cd ..
3477         cp $config_sh config.sh 2>/dev/null
3478         chmod +w config.sh
3479         . ./config.sh
3480         cd UU
3481         cp ../config.sh .
3482         n="$tmp_n"
3483         c="$tmp_c"
3484         hint=previous
3485         ;;
3486 esac
3487 test "$override" && . ./optdef.sh
3488
3489 : Restore computed paths
3490 for file in $loclist $trylist; do
3491         eval $file="\$_$file"
3492 done
3493
3494 cat << EOM
3495
3496 Configure uses the operating system name and version to set some defaults.
3497 The default value is probably right if the name rings a bell. Otherwise,
3498 since spelling matters for me, either accept the default or answer "none"
3499 to leave it blank.
3500
3501 EOM
3502 case "$osname" in
3503         ''|' ')
3504                 case "$hintfile" in
3505                 ''|' '|none) dflt=none ;;
3506                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3507                 esac
3508                 ;;
3509         *) dflt="$osname" ;;
3510 esac
3511 rp="Operating system name?"
3512 . ./myread
3513 case "$ans" in
3514 none)  osname='' ;;
3515 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
3516 esac
3517 echo " "
3518 case "$osvers" in
3519         ''|' ')
3520                 case "$hintfile" in
3521                 ''|' '|none) dflt=none ;;
3522                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
3523                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
3524                         case "$dflt" in
3525                         ''|' ') dflt=none ;;
3526                         esac
3527                         ;;
3528                 esac
3529                 ;;
3530         *) dflt="$osvers" ;;
3531 esac
3532 rp="Operating system version?"
3533 . ./myread
3534 case "$ans" in
3535 none)  osvers='' ;;
3536 *) osvers="$ans" ;;
3537 esac
3538
3539
3540 . ./posthint.sh
3541
3542 : who configured the system
3543 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
3544 case "$cf_by" in
3545 "")
3546         cf_by=`(logname) 2>/dev/null`
3547         case "$cf_by" in
3548         "")
3549                 cf_by=`(whoami) 2>/dev/null`
3550                 case "$cf_by" in
3551                 "") cf_by=unknown ;;
3552                 esac ;;
3553         esac ;;
3554 esac
3555
3556 : decide how portable to be.  Allow command line overrides.
3557 case "$d_portable" in
3558 "$undef") ;;
3559 *)      d_portable="$define" ;;
3560 esac
3561
3562 : set up shell script to do ~ expansion
3563 cat >filexp <<EOSS
3564 $startsh
3565 : expand filename
3566 case "\$1" in
3567  ~/*|~)
3568         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3569         ;;
3570  ~*)
3571         if $test -f /bin/csh; then
3572                 /bin/csh -f -c "glob \$1"
3573                 failed=\$?
3574                 echo ""
3575                 exit \$failed
3576         else
3577                 name=\`$expr x\$1 : '..\([^/]*\)'\`
3578                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3579                 if $test ! -d "\$dir"; then
3580                         me=\`basename \$0\`
3581                         echo "\$me: can't locate home directory for: \$name" >&2
3582                         exit 1
3583                 fi
3584                 case "\$1" in
3585                 */*)
3586                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3587                         ;;
3588                 *)
3589                         echo \$dir
3590                         ;;
3591                 esac
3592         fi
3593         ;;
3594 *)
3595         echo \$1
3596         ;;
3597 esac
3598 EOSS
3599 chmod +x filexp
3600 $eunicefix filexp
3601
3602 : now set up to get a file name
3603 cat <<EOS >getfile
3604 $startsh
3605 EOS
3606 cat <<'EOSC' >>getfile
3607 tilde=''
3608 fullpath=''
3609 already=''
3610 skip=''
3611 none_ok=''
3612 exp_file=''
3613 nopath_ok=''
3614 orig_rp="$rp"
3615 orig_dflt="$dflt"
3616 case "$gfpth" in
3617 '') gfpth='.' ;;
3618 esac
3619
3620 case "$fn" in
3621 *\(*)
3622         : getfile will accept an answer from the comma-separated list
3623         : enclosed in parentheses even if it does not meet other criteria.
3624         expr "$fn" : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
3625         fn=`echo $fn | sed 's/(.*)//'`
3626         ;;
3627 esac
3628
3629 case "$fn" in
3630 *:*)
3631         loc_file=`expr $fn : '.*:\(.*\)'`
3632         fn=`expr $fn : '\(.*\):.*'`
3633         ;;
3634 esac
3635
3636 case "$fn" in
3637 *~*) tilde=true;;
3638 esac
3639 case "$fn" in
3640 */*) fullpath=true;;
3641 esac
3642 case "$fn" in
3643 *+*) skip=true;;
3644 esac
3645 case "$fn" in
3646 *n*) none_ok=true;;
3647 esac
3648 case "$fn" in
3649 *e*) exp_file=true;;
3650 esac
3651 case "$fn" in
3652 *p*) nopath_ok=true;;
3653 esac
3654
3655 case "$fn" in
3656 *f*) type='File';;
3657 *d*) type='Directory';;
3658 *l*) type='Locate';;
3659 esac
3660
3661 what="$type"
3662 case "$what" in
3663 Locate) what='File';;
3664 esac
3665
3666 case "$exp_file" in
3667 '')
3668         case "$d_portable" in
3669         "$define") ;;
3670         *) exp_file=true;;
3671         esac
3672         ;;
3673 esac
3674
3675 cd ..
3676 while test "$type"; do
3677         redo=''
3678         rp="$orig_rp"
3679         dflt="$orig_dflt"
3680         case "$tilde" in
3681         true) rp="$rp (~name ok)";;
3682         esac
3683         . UU/myread
3684         if test -f UU/getfile.ok && \
3685                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3686         then
3687                 value="$ans"
3688                 ansexp="$ans"
3689                 break
3690         fi
3691         case "$ans" in
3692         none)
3693                 value=''
3694                 ansexp=''
3695                 case "$none_ok" in
3696                 true) type='';;
3697                 esac
3698                 ;;
3699         *)
3700                 case "$tilde" in
3701                 '') value="$ans"
3702                         ansexp="$ans";;
3703                 *)
3704                         value=`UU/filexp $ans`
3705                         case $? in
3706                         0)
3707                                 if test "$ans" != "$value"; then
3708                                         echo "(That expands to $value on this system.)"
3709                                 fi
3710                                 ;;
3711                         *) value="$ans";;
3712                         esac
3713                         ansexp="$value"
3714                         case "$exp_file" in
3715                         '') value="$ans";;
3716                         esac
3717                         ;;
3718                 esac
3719                 case "$fullpath" in
3720                 true)
3721                         case "$ansexp" in
3722                         /*) value="$ansexp" ;;
3723                         [a-zA-Z]:/*) value="$ansexp" ;;
3724                         *)
3725                                 redo=true
3726                                 case "$already" in
3727                                 true)
3728                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
3729                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
3730                                         ;;
3731                                 *)
3732                                 echo "Please give a full path name, starting with slash." >&4
3733                                         case "$tilde" in
3734                                         true)
3735                                 echo "Note that using ~name is ok provided it expands well." >&4
3736                                                 already=true
3737                                                 ;;
3738                                         esac
3739                                 esac
3740                                 ;;
3741                         esac
3742                         ;;
3743                 esac
3744                 case "$redo" in
3745                 '')
3746                         case "$type" in
3747                         File)
3748                                 for fp in $gfpth; do
3749                                         if test "X$fp" = X.; then
3750                                             pf="$ansexp"
3751                                         else    
3752                                             pf="$fp/$ansexp"
3753                                         fi
3754                                         if test -f "$pf"; then
3755                                                 type=''
3756                                         elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3757                                         then
3758                                                 echo "($value is not a plain file, but that's ok.)"
3759                                                 type=''
3760                                         fi
3761                                         if test X"$type" = X; then
3762                                             value="$pf"
3763                                             break
3764                                         fi
3765                                 done
3766                                 ;;
3767                         Directory)
3768                                 for fp in $gfpth; do
3769                                         if test "X$fp" = X.; then
3770                                             dir="$ans"
3771                                             direxp="$ansexp"
3772                                         else    
3773                                             dir="$fp/$ansexp"
3774                                             direxp="$fp/$ansexp"
3775                                         fi
3776                                         if test -d "$direxp"; then
3777                                                 type=''
3778                                                 value="$dir"
3779                                                 break
3780                                         fi
3781                                 done
3782                                 ;;
3783                         Locate)
3784                                 if test -d "$ansexp"; then
3785                                         echo "(Looking for $loc_file in directory $value.)"
3786                                         value="$value/$loc_file"
3787                                         ansexp="$ansexp/$loc_file"
3788                                 fi
3789                                 if test -f "$ansexp"; then
3790                                         type=''
3791                                 fi
3792                                 case "$nopath_ok" in
3793                                 true)   case "$value" in
3794                                         */*) ;;
3795                                         *)      echo "Assuming $value will be in people's path."
3796                                                 type=''
3797                                                 ;;
3798                                         esac
3799                                         ;;
3800                                 esac
3801                                 ;;
3802                         esac
3803
3804                         case "$skip" in
3805                         true) type='';
3806                         esac
3807
3808                         case "$type" in
3809                         '') ;;
3810                         *)
3811                                 if test "$fastread" = yes; then
3812                                         dflt=y
3813                                 else
3814                                         dflt=n
3815                                 fi
3816                                 rp="$what $value doesn't exist.  Use that name anyway?"
3817                                 . UU/myread
3818                                 dflt=''
3819                                 case "$ans" in
3820                                 y*) type='';;
3821                                 *) echo " ";;
3822                                 esac
3823                                 ;;
3824                         esac
3825                         ;;
3826                 esac
3827                 ;;
3828         esac
3829 done
3830 cd UU
3831 ans="$value"
3832 rp="$orig_rp"
3833 dflt="$orig_dflt"
3834 rm -f getfile.ok
3835 test "X$gfpthkeep" != Xy && gfpth=""
3836 EOSC
3837
3838 : determine root of directory hierarchy where package will be installed.
3839 case "$prefix" in
3840 '')
3841         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
3842         ;;
3843 *?/)
3844         dflt=`echo "$prefix" | sed 's/.$//'`
3845         ;;
3846 *)
3847         dflt="$prefix"
3848         ;;
3849 esac
3850 $cat <<EOM
3851
3852 By default, $package will be installed in $dflt/bin, manual pages
3853 under $dflt/man, etc..., i.e. with $dflt as prefix for all
3854 installation directories. Typically this is something like /usr/local.
3855 If you wish to have binaries under /usr/bin but other parts of the
3856 installation under /usr/local, that's ok: you will be prompted
3857 separately for each of the installation directories, the prefix being
3858 only used to set the defaults.
3859
3860 EOM
3861 fn=d~
3862 rp='Installation prefix to use?'
3863 . ./getfile
3864 oldprefix=''
3865 case "$prefix" in
3866 '') ;;
3867 *)
3868         case "$ans" in
3869         "$prefix") ;;
3870         *) oldprefix="$prefix";;
3871         esac
3872         ;;
3873 esac
3874 prefix="$ans"
3875 prefixexp="$ansexp"
3876
3877 case "$afsroot" in
3878 '')     afsroot=/afs ;;
3879 *)      afsroot=$afsroot ;;
3880 esac
3881
3882 : is AFS running?
3883 echo " "
3884 case "$afs" in
3885 $define|true)   afs=true ;;
3886 $undef|false)   afs=false ;;
3887 *)      if test -d $afsroot; then
3888                 afs=true
3889         else
3890                 afs=false
3891         fi
3892         ;;
3893 esac
3894 if $afs; then
3895         echo "AFS may be running... I'll be extra cautious then..." >&4
3896 else
3897         echo "AFS does not seem to be running..." >&4
3898 fi
3899
3900 : determine installation prefix for where package is to be installed.
3901 if $afs; then 
3902 $cat <<EOM
3903
3904 Since you are running AFS, I need to distinguish the directory in which
3905 files will reside from the directory in which they are installed (and from
3906 which they are presumably copied to the former directory by occult means).
3907
3908 EOM
3909         case "$installprefix" in
3910         '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
3911         *) dflt="$installprefix";;
3912         esac
3913 else
3914 $cat <<EOM
3915
3916 In some special cases, particularly when building $package for distribution,
3917 it is convenient to distinguish the directory in which files should be
3918 installed from the directory ($prefix) in which they will
3919 eventually reside.  For most users, these two directories are the same.
3920
3921 EOM
3922         case "$installprefix" in
3923         '') dflt=$prefix ;;
3924         *) dflt=$installprefix;;
3925         esac
3926 fi
3927 fn=d~
3928 rp='What installation prefix should I use for installing files?'
3929 . ./getfile
3930 installprefix="$ans"
3931 installprefixexp="$ansexp"
3932
3933 : Perform the prefixexp/installprefixexp correction if necessary
3934 cat <<EOS >installprefix
3935 $startsh
3936 EOS
3937 cat <<'EOSC' >>installprefix
3938 : Change installation prefix, if necessary.
3939 if $test X"$prefix" != X"$installprefix"; then
3940     eval "install${prefixvar}=\`echo \$${prefixvar}exp | sed \"s#^\$prefixexp#\$installprefixexp#\"\`"
3941 else
3942     eval "install${prefixvar}=\"\$${prefixvar}exp\""
3943 fi
3944 EOSC
3945 chmod +x installprefix
3946 $eunicefix installprefix
3947
3948 : Set variables such as privlib and privlibexp from the output of ./getfile
3949 : performing the prefixexp/installprefixexp correction if necessary.
3950 cat <<EOS >setprefixvar
3951 $startsh
3952 EOS
3953 cat <<'EOSC' >>setprefixvar
3954 eval "${prefixvar}=\"\$ans\""
3955 eval "${prefixvar}exp=\"\$ansexp\""
3956 . ./installprefix
3957 EOSC
3958 chmod +x setprefixvar
3959 $eunicefix setprefixvar
3960
3961 : set up the script used to warn in case of inconsistency
3962 cat <<EOS >whoa
3963 $startsh
3964 EOS
3965 cat <<'EOSC' >>whoa
3966 dflt=y
3967 case "$hint" in
3968     recommended)
3969         case "$hintfile" in
3970         '')     echo "The $hint value for \$$var on this machine was \"$was\"!" >&4
3971                 ;;
3972         *)      echo "Hmm.  Based on the hints in hints/$hintfile.sh, " >&4
3973                 echo "the $hint value for \$$var on this machine was \"$was\"!" >&4
3974                 ;;
3975         esac
3976         ;;
3977     *)  echo " "
3978         echo "*** WHOA THERE!!! ***" >&4
3979         echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
3980         ;;
3981 esac
3982 rp="    Keep the $hint value?"
3983 . ./myread
3984 case "$ans" in
3985 y) td=$was; tu=$was;;
3986 esac
3987 EOSC
3988
3989 : function used to set $1 to $val
3990 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
3991 case "$val$was" in
3992 $define$undef) . ./whoa; eval "$var=\$td";;
3993 $undef$define) . ./whoa; eval "$var=\$tu";;
3994 *) eval "$var=$val";;
3995 esac'
3996
3997 case "$usesocks" in
3998 $define|true|[yY]*)     dflt='y';;
3999 *) dflt='n';;
4000 esac
4001 cat <<EOM
4002
4003 Perl can be built to use the SOCKS proxy protocol library.  To do so,
4004 Configure must be run with -Dusesocks.  If you use SOCKS you also need
4005 to use the PerlIO abstraction layer, this will be implicitly selected.
4006
4007 If this doesn't make any sense to you, just accept the default '$dflt'.
4008 EOM
4009 rp='Build Perl for SOCKS?'
4010 . ./myread
4011 case "$ans" in
4012 y|Y)    val="$define" ;;     
4013 *)      val="$undef" ;;
4014 esac
4015 set usesocks
4016 eval $setvar
4017
4018 case "$usesocks" in
4019 $define|true|[yY]*) useperlio="$define";;
4020 esac
4021
4022 case "$useperlio" in
4023 $define|true|[yY]*|'')  dflt='y';;
4024 *) dflt='n';;
4025 esac
4026 cat <<EOM
4027
4028 Previous version of $package used the standard IO mechanisms as
4029 defined in <stdio.h>.  Versions 5.003_02 and later of $package allow
4030 alternate IO mechanisms via the PerlIO abstraction layer, but the
4031 stdio mechanism is still available if needed.  The abstraction layer
4032 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
4033 Using PerlIO with sfio may cause problems with some extension modules.
4034
4035 If this doesn't make any sense to you, just accept the default '$dflt'.
4036 EOM
4037 rp='Use the PerlIO abstraction layer?'
4038 . ./myread
4039 case "$ans" in
4040 y|Y) 
4041         val="$define"
4042         ;;
4043 *)      
4044         echo "Ok, doing things the stdio way."
4045         val="$undef"
4046         ;;
4047 esac
4048 set useperlio
4049 eval $setvar 
4050
4051 case "$usesocks" in
4052 $define|true|[yY]*)
4053         case "$useperlio" in
4054         $define|true|[yY]*) ;;
4055         *)      cat >&4 <<EOM
4056
4057 You are using the SOCKS proxy protocol library which means that you
4058 should also use the PerlIO layer.  You may be headed for trouble.
4059
4060 EOM
4061                 ;;
4062         esac
4063         ;;
4064 esac
4065
4066         
4067 : get the patchlevel
4068 echo " "
4069 echo "Getting the current patchlevel..." >&4
4070 if $test -r $rsrc/patchlevel.h;then
4071         revision=`awk '/define[         ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
4072         patchlevel=`awk '/define[       ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
4073         subversion=`awk '/define[       ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
4074         api_revision=`awk '/define[     ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
4075         api_version=`awk '/define[      ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
4076         api_subversion=`awk '/define[   ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
4077         perl_patchlevel=`egrep 'define PERL_PATCHNUM [0-9][0-9]|,"MAINT[0-9][0-9]*"' $rsrc/patchlevel.h|sed 's/[^0-9]//g'`
4078 else
4079         revision=0
4080         patchlevel=0
4081         subversion=0
4082         api_revision=0
4083         api_version=0
4084         api_subversion=0
4085         perl_patchlevel=0
4086         $echo "(You do not have patchlevel.h.  Eek.)"
4087 fi
4088 if $test -r $rsrc/.patch ; then
4089         if $test "X$perl_patchlevel" = "X" || $test "`cat $rsrc/.patch`" -gt "$perl_patchlevel" ; then
4090                 perl_patchlevel=`cat $rsrc/.patch`
4091         fi
4092 fi
4093 : Define a handy string here to avoid duplication in myconfig.SH and configpm.
4094 version_patchlevel_string="version $patchlevel subversion $subversion"
4095 case "$perl_patchlevel" in
4096 0|'') ;;
4097 *) version_patchlevel_string="$version_patchlevel_string patch $perl_patchlevel" ;;
4098 esac
4099
4100 $echo "(You have $package $version_patchlevel_string.)"
4101
4102 case "$osname" in
4103 dos|vms)
4104         : XXX Should be a Configure test for double-dots in filenames.
4105         version=`echo $revision $patchlevel $subversion | \
4106                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
4107         api_versionstring=`echo $api_revision $api_version $api_subversion | \
4108                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
4109         ;;
4110 *)
4111         version=`echo $revision $patchlevel $subversion | \
4112                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
4113         api_versionstring=`echo $api_revision $api_version $api_subversion | \
4114                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
4115         ;;
4116 esac
4117 : Special case the 5.005_xx maintenance series, which used 5.005
4118 : without any subversion label as a subdirectory in $sitelib
4119 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
4120         api_versionstring='5.005'
4121 fi
4122
4123 case "$usethreads" in
4124 $define|true|[yY]*)     dflt='y';;
4125 *)     # Catch case where user specified ithreads or 5005threads but
4126        # forgot -Dusethreads (A.D. 4/2002)
4127        case "$useithreads$use5005threads" in
4128        *$define*)      
4129                 case "$useperlio" in
4130                 "$define")      dflt='y' ;;
4131                 *)              dflt='n' ;;
4132                 esac
4133                 ;;
4134        *)       dflt='n';;
4135        esac
4136        ;;
4137 esac
4138 cat <<EOM
4139
4140 Perl can be built to take advantage of threads on some systems.
4141 To do so, Configure can be run with -Dusethreads.
4142
4143 Note that Perl built with threading support runs slightly slower
4144 and uses more memory than plain Perl. The current implementation
4145 is believed to be stable, but it is fairly new, and so should be
4146 treated with caution.
4147
4148 If this doesn't make any sense to you, just accept the default '$dflt'.
4149 EOM
4150 rp='Build a threading Perl?'
4151 . ./myread
4152 case "$ans" in
4153 y|Y)    val="$define" ;;
4154 *)      val="$undef" ;;
4155 esac
4156 set usethreads
4157 eval $setvar
4158
4159 if $test $patchlevel -lt 9; then
4160     case "$usethreads" in
4161     $define)
4162         $cat <<EOM
4163
4164 Since release 5.6, Perl has had two different threading implementations,
4165 the newer interpreter-based version (ithreads) with one interpreter per
4166 thread, and the older 5.005 version (5005threads).
4167 The 5005threads version is effectively unmaintained and will probably be
4168 removed in Perl 5.10, so there should be no need to build a Perl using it
4169 unless needed for backwards compatibility with some existing 5.005threads
4170 code.
4171
4172 EOM
4173         : Default to ithreads unless overridden on command line or with
4174         : old config.sh
4175         dflt='y'
4176         case "$use5005threads" in
4177                 $define|true|[yY]*) dflt='n';;
4178         esac
4179         case "$useithreads" in
4180                 $undef|false|[nN]*) dflt='n';;
4181         esac
4182         rp='Use the newer interpreter-based ithreads?'
4183         . ./myread
4184         case "$ans" in
4185         y|Y)    val="$define" ;;
4186         *)      val="$undef" ;;
4187         esac
4188         set useithreads
4189         eval $setvar
4190         : Now set use5005threads to the opposite value.
4191         case "$useithreads" in
4192         $define) val="$undef" ;;
4193         *) val="$define" ;;
4194         esac
4195         set use5005threads
4196         eval $setvar
4197         ;;
4198     *)
4199         useithreads="$undef"
4200         use5005threads="$undef"
4201         ;;
4202     esac
4203
4204     case "$useithreads$use5005threads" in
4205     "$define$define")
4206         $cat >&4 <<EOM
4207
4208 You cannot have both the ithreads and the 5.005 threads enabled
4209 at the same time.  Disabling the 5.005 threads since they are
4210 much less stable than the ithreads.
4211
4212 EOM
4213         use5005threads="$undef"
4214         ;;
4215     esac
4216
4217 else
4218 : perl-5.9.x and later
4219
4220     if test X"$usethreads" = "X$define"; then
4221         case "$use5005threads" in
4222             $define|true|[yY]*)
4223                 $cat >&4 <<EOM
4224
4225 5.005 threads has been removed for 5.10.  Perl will be built using ithreads.
4226
4227 EOM
4228             ;;
4229         esac
4230     fi
4231
4232     use5005threads="$undef"
4233     useithreads="$usethreads"
4234 fi
4235
4236 if test X"$usethreads" = "X$define" -a "X$useperlio" = "Xundef"; then
4237         cat >&4 <<EOF
4238 ***
4239 *** To build with ithreads you must also use the PerlIO layer.
4240 *** Cannot continue, aborting.
4241 ***
4242 EOF
4243         exit 1
4244 fi
4245
4246 case "$d_oldpthreads" in
4247 '')     : Configure tests would be welcome here.  For now, assume undef.
4248         val="$undef" ;;
4249 *)      val="$d_oldpthreads" ;;
4250 esac
4251 set d_oldpthreads
4252 eval $setvar
4253
4254
4255 : Look for a hint-file generated 'call-back-unit'.  If the
4256 : user has specified that a threading perl is to be built,
4257 : we may need to set or change some other defaults.
4258 if $test -f usethreads.cbu; then
4259     echo "Your platform has some specific hints regarding threaded builds, using them..."
4260     . ./usethreads.cbu
4261 else
4262     case "$usethreads" in
4263         "$define"|true|[yY]*)
4264                 $cat <<EOM
4265 (Your platform does not have any specific hints for threaded builds.
4266  Assuming POSIX threads, then.)
4267 EOM
4268         ;;
4269     esac
4270 fi
4271
4272 cat <<EOM
4273
4274 Perl can be built so that multiple Perl interpreters can coexist
4275 within the same Perl executable.
4276 EOM
4277
4278 case "$useithreads" in
4279 $define)
4280         cat <<EOM
4281 This multiple interpreter support is required for interpreter-based threads.
4282 EOM
4283         val="$define"
4284         ;;
4285 *)      case "$usemultiplicity" in
4286         $define|true|[yY]*)     dflt='y';;
4287         *) dflt='n';;
4288         esac
4289         echo " "
4290         echo "If this doesn't make any sense to you, just accept the default '$dflt'."
4291         rp='Build Perl for multiplicity?'
4292         . ./myread
4293         case "$ans" in
4294         y|Y)    val="$define" ;;
4295         *)      val="$undef" ;;
4296         esac
4297         ;;
4298 esac
4299 set usemultiplicity
4300 eval $setvar
4301
4302
4303 case "$usemorebits" in
4304 "$define"|true|[yY]*)
4305         use64bitint="$define"
4306         uselongdouble="$define"
4307         usemorebits="$define"
4308         ;;
4309 *)      usemorebits="$undef"
4310         ;;
4311 esac
4312
4313 : make some quick guesses about what we are up against
4314 echo " "
4315 $echo $n "Hmm...  $c"
4316 echo exit 1 >bsd
4317 echo exit 1 >usg
4318 echo exit 1 >v7
4319 echo exit 1 >osf1
4320 echo exit 1 >eunice
4321 echo exit 1 >xenix
4322 echo exit 1 >venix
4323 echo exit 1 >os2
4324 d_bsd="$undef"
4325 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
4326 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
4327 then
4328         echo "Looks kind of like an OSF/1 system, but we'll see..."
4329         echo exit 0 >osf1
4330 elif test `echo abc | $tr a-z A-Z` = Abc ; then
4331         xxx=`./loc addbib blurfl $pth`
4332         if $test -f $xxx; then
4333         echo "Looks kind of like a USG system with BSD features, but we'll see..."
4334                 echo exit 0 >bsd
4335                 echo exit 0 >usg
4336         else
4337                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
4338                         echo "Looks kind of like an extended USG system, but we'll see..."
4339                 else
4340                         echo "Looks kind of like a USG system, but we'll see..."
4341                 fi
4342                 echo exit 0 >usg
4343         fi
4344 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
4345         echo "Looks kind of like a BSD system, but we'll see..."
4346         d_bsd="$define"
4347         echo exit 0 >bsd
4348 else
4349         echo "Looks kind of like a Version 7 system, but we'll see..."
4350         echo exit 0 >v7
4351 fi
4352 case "$eunicefix" in
4353 *unixtovms*)
4354         $cat <<'EOI'
4355 There is, however, a strange, musty smell in the air that reminds me of
4356 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
4357 EOI
4358         echo exit 0 >eunice
4359         d_eunice="$define"
4360 : it so happens the Eunice I know will not run shell scripts in Unix format
4361         ;;
4362 *)
4363         echo " "
4364         echo "Congratulations.  You aren't running Eunice."
4365         d_eunice="$undef"
4366         ;;
4367 esac
4368 : Detect OS2.  The p_ variable is set above in the Head.U unit.
4369 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
4370 : semicolon as a patch separator
4371 case "$p_" in
4372 :) ;;
4373 *)
4374         $cat <<'EOI'
4375 I have the feeling something is not exactly right, however...don't tell me...
4376 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
4377 (Or you may be running DOS with DJGPP.)
4378 EOI
4379         echo exit 0 >os2
4380         ;;
4381 esac
4382 if test -f /xenix; then
4383         echo "Actually, this looks more like a XENIX system..."
4384         echo exit 0 >xenix
4385         d_xenix="$define"
4386 else
4387         echo " "
4388         echo "It's not Xenix..."
4389         d_xenix="$undef"
4390 fi
4391 chmod +x xenix
4392 $eunicefix xenix
4393 if test -f /venix; then
4394         echo "Actually, this looks more like a VENIX system..."
4395         echo exit 0 >venix
4396 else
4397         echo " "
4398         if ./xenix; then
4399                 : null
4400         else
4401                 echo "Nor is it Venix..."
4402         fi
4403 fi
4404 chmod +x bsd usg v7 osf1 eunice xenix venix os2
4405 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
4406 $rm -f foo
4407
4408 case "$cc" in
4409 '') dflt=cc;;
4410 *) dflt="$cc";;
4411 esac
4412 rp="Use which C compiler?"
4413 . ./myread
4414 cc="$ans"
4415
4416 : See if they have not cc but they do have gcc
4417 . ./trygcc
4418 : Look for a hint-file generated 'call-back-unit'.  Now that the
4419 : user has specified the compiler, we may need to set or change some
4420 : other defaults.
4421 if $test -f cc.cbu; then
4422     . ./cc.cbu
4423 fi
4424 . ./checkcc
4425
4426 echo " "
4427 echo "Checking for GNU cc in disguise and/or its version number..." >&4
4428 $cat >try.c <<EOM
4429 #include <stdio.h>
4430 int main() {
4431 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
4432 #ifdef __VERSION__
4433         printf("%s\n", __VERSION__);
4434 #else
4435         printf("%s\n", "1");
4436 #endif
4437 #endif
4438         return(0);
4439 }
4440 EOM
4441 if $cc -o try $ccflags $ldflags try.c; then
4442         gccversion=`$run ./try`
4443         case "$gccversion" in
4444         '') echo "You are not using GNU cc." ;;
4445         *)  echo "You are using GNU cc $gccversion."
4446             ccname=gcc
4447             ;;
4448         esac
4449 else
4450         echo " "
4451         echo "*** WHOA THERE!!! ***" >&4
4452         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
4453         case "$knowitall" in
4454         '')
4455         echo "    You'd better start hunting for one and let me know about it." >&4
4456                 exit 1
4457                 ;;
4458         esac
4459 fi
4460 $rm -f try try.*
4461 case "$gccversion" in
4462 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
4463 esac
4464 case "$gccversion" in
4465 '') gccosandvers='' ;;
4466 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
4467    gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
4468    gccshortvers=''
4469    case "$gccosandvers" in
4470    $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
4471    $osname$osvers) ;; # looking good
4472    $osname*) cat <<EOM >&4
4473
4474 *** WHOA THERE!!! ***
4475
4476     Your gcc has not been compiled for the exact release of
4477     your operating system ($gccosandvers versus $osname$osvers).
4478
4479     In general it is a good idea to keep gcc synchronized with
4480     the operating system because otherwise serious problems
4481     may ensue when trying to compile software, like Perl.
4482
4483     I'm trying to be optimistic here, though, and will continue.
4484     If later during the configuration and build icky compilation
4485     problems appear (headerfile conflicts being the most common
4486     manifestation), I suggest reinstalling the gcc to match
4487     your operating system release.
4488
4489 EOM
4490       ;;
4491    *) gccosandvers='' ;; # failed to parse, better be silent
4492    esac
4493    ;;
4494 esac
4495 case "$ccname" in
4496 '') ccname="$cc" ;;
4497 esac
4498
4499 # gcc 3.* complain about adding -Idirectories that they already know about,
4500 # so we will take those off from locincpth.
4501 case "$gccversion" in
4502 3*)
4503     echo "main(){}">try.c
4504     for incdir in $locincpth; do
4505        warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \
4506              grep '^c[cp]p*[01]: warning: changing search order '`
4507        if test "X$warn" != X; then
4508            locincpth=`echo " $locincpth " | sed "s! $incdir ! !"`
4509        fi
4510     done
4511     $rm -f try try.*
4512 esac
4513
4514 : What should the include directory be ?
4515 echo " "
4516 $echo $n "Hmm...  $c"
4517 dflt='/usr/include'
4518 incpath=''
4519 mips_type=''
4520 if $test -f /bin/mips && /bin/mips; then
4521         echo "Looks like a MIPS system..."
4522         $cat >usr.c <<'EOCP'
4523 #ifdef SYSTYPE_BSD43
4524 /bsd43
4525 #endif
4526 EOCP
4527         if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
4528                 dflt='/bsd43/usr/include'
4529                 incpath='/bsd43'
4530                 mips_type='BSD 4.3'
4531         else
4532                 mips_type='System V'
4533         fi
4534         $rm -f usr.c usr.out
4535         echo "and you're compiling with the $mips_type compiler and libraries."
4536         xxx_prompt=y
4537         echo "exit 0" >mips
4538 else
4539         echo "Doesn't look like a MIPS system."
4540         xxx_prompt=n
4541         echo "exit 1" >mips
4542 fi
4543 chmod +x mips
4544 $eunicefix mips
4545 case "$usrinc" in
4546 '') ;;
4547 *) dflt="$usrinc";;
4548 esac
4549 case "$xxx_prompt" in
4550 y)      fn=d/
4551         echo " "
4552         rp='Where are the include files you want to use?'
4553         . ./getfile
4554         usrinc="$ans"
4555         ;;
4556 *)      usrinc="$dflt"
4557         ;;
4558 esac
4559
4560 : see how we invoke the C preprocessor
4561 echo " "
4562 echo "Now, how can we feed standard input to your C preprocessor..." >&4
4563 cat <<'EOT' >testcpp.c
4564 #define ABC abc
4565 #define XYZ xyz
4566 ABC.XYZ
4567 EOT
4568 cd ..
4569 if test ! -f cppstdin; then
4570         if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
4571                 # AIX cc -E doesn't show the absolute headerfile
4572                 # locations but we'll cheat by using the -M flag.
4573                 echo 'cat >.$$.c; rm -f .$$.u; '"$cc"' ${1+"$@"} -M -c .$$.c 2>/dev/null; test -s .$$.u && awk '"'"'$2 ~ /\.h$/ { print "# 0 \""$2"\"" }'"'"' .$$.u; rm -f .$$.o .$$.u; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' > cppstdin
4574         else
4575                 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
4576         fi
4577 else
4578         echo "Keeping your $hint cppstdin wrapper."
4579 fi
4580 chmod 755 cppstdin
4581 wrapper=`pwd`/cppstdin
4582 ok='false'
4583 cd UU
4584
4585 if $test "X$cppstdin" != "X" && \
4586         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
4587         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4588 then
4589         echo "You used to use $cppstdin $cppminus so we'll use that again."
4590         case "$cpprun" in
4591         '') echo "But let's see if we can live without a wrapper..." ;;
4592         *)
4593                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
4594                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4595                 then
4596                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
4597                         ok='true'
4598                 else
4599                         echo "(However, $cpprun $cpplast does not work, let's see...)"
4600                 fi
4601                 ;;
4602         esac
4603 else
4604         case "$cppstdin" in
4605         '') ;;
4606         *)
4607                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
4608                 ;;
4609         esac
4610 fi
4611
4612 if $ok; then
4613         : nothing
4614 elif echo 'Maybe "'"$cc"' -E" will work...'; \
4615         $cc -E <testcpp.c >testcpp.out 2>&1; \
4616         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4617         echo "Yup, it does."
4618         x_cpp="$cc -E"
4619         x_minus='';
4620 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
4621         $cc -E - <testcpp.c >testcpp.out 2>&1; \
4622         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4623         echo "Yup, it does."
4624         x_cpp="$cc -E"
4625         x_minus='-';
4626 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
4627         $cc -P <testcpp.c >testcpp.out 2>&1; \
4628         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4629         echo "Yipee, that works!"
4630         x_cpp="$cc -P"
4631         x_minus='';
4632 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4633         $cc -P - <testcpp.c >testcpp.out 2>&1; \
4634         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4635         echo "At long last!"
4636         x_cpp="$cc -P"
4637         x_minus='-';
4638 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4639         $cpp <testcpp.c >testcpp.out 2>&1; \
4640         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4641         echo "It works!"
4642         x_cpp="$cpp"
4643         x_minus='';
4644 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4645         $cpp - <testcpp.c >testcpp.out 2>&1; \
4646         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4647         echo "Hooray, it works!  I was beginning to wonder."
4648         x_cpp="$cpp"
4649         x_minus='-';
4650 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
4651         $wrapper <testcpp.c >testcpp.out 2>&1; \
4652         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4653         x_cpp="$wrapper"
4654         x_minus=''
4655         echo "Eureka!"
4656 else
4657         dflt=''
4658         rp="No dice.  I can't find a C preprocessor.  Name one:"
4659         . ./myread
4660         x_cpp="$ans"
4661         x_minus=''
4662         $x_cpp <testcpp.c >testcpp.out 2>&1
4663         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4664                 echo "OK, that will do." >&4
4665         else
4666 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
4667                 exit 1
4668         fi
4669 fi
4670
4671 case "$ok" in
4672 false)
4673         cppstdin="$x_cpp"
4674         cppminus="$x_minus"
4675         cpprun="$x_cpp"
4676         cpplast="$x_minus"
4677         set X $x_cpp
4678         shift
4679         case "$1" in
4680         "$cpp")
4681                 echo "Perhaps can we force $cc -E using a wrapper..."
4682                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4683                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4684                 then
4685                         echo "Yup, we can."
4686                         cppstdin="$wrapper"
4687                         cppminus='';
4688                 else
4689                         echo "Nope, we'll have to live without it..."
4690                 fi
4691                 ;;
4692         esac
4693         case "$cpprun" in
4694         "$wrapper")
4695                 cpprun=''
4696                 cpplast=''
4697                 ;;
4698         esac
4699         ;;
4700 esac
4701
4702 case "$cppstdin" in
4703 "$wrapper"|'cppstdin') ;;
4704 *) $rm -f $wrapper;;
4705 esac
4706 $rm -f testcpp.c testcpp.out
4707
4708 : Set private lib path
4709 case "$plibpth" in
4710 '') if ./mips; then
4711                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4712         fi;;
4713 esac
4714 case "$libpth" in
4715 ' ') dlist='';;
4716 '') dlist="$loclibpth $plibpth $glibpth";;
4717 *) dlist="$libpth";;
4718 esac
4719
4720 : Now check and see which directories actually exist, avoiding duplicates
4721 libpth=''
4722 for xxx in $dlist
4723 do
4724     if $test -d $xxx; then
4725                 case " $libpth " in
4726                 *" $xxx "*) ;;
4727                 *) libpth="$libpth $xxx";;
4728                 esac
4729     fi
4730 done
4731 $cat <<'EOM'
4732
4733 Some systems have incompatible or broken versions of libraries.  Among
4734 the directories listed in the question below, please remove any you
4735 know not to be holding relevant libraries, and add any that are needed.
4736 Say "none" for none.
4737
4738 EOM
4739 case "$libpth" in
4740 '') dflt='none';;
4741 *)
4742         set X $libpth
4743         shift
4744         dflt=${1+"$@"}
4745         ;;
4746 esac
4747 rp="Directories to use for library searches?"
4748 . ./myread
4749 case "$ans" in
4750 none) libpth=' ';;
4751 *) libpth="$ans";;
4752 esac
4753
4754 : compute shared library extension
4755 case "$so" in
4756 '')
4757         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4758                 dflt='sl'
4759         else
4760                 dflt='so'
4761         fi
4762         ;;
4763 *) dflt="$so";;
4764 esac
4765 $cat <<EOM
4766
4767 On some systems, shared libraries may be available.  Answer 'none' if
4768 you want to suppress searching of shared libraries for the remainder
4769 of this configuration.
4770
4771 EOM
4772 rp='What is the file extension used for shared libraries?'
4773 . ./myread
4774 so="$ans"
4775
4776 : Define several unixisms.
4777 : Hints files or command line option can be used to override them.
4778 : The convoluted testing is in case hints files set either the old
4779 : or the new name.
4780 case "$_exe" in
4781 '')     case "$exe_ext" in
4782         '')     ;;
4783         *)      _exe="$exe_ext" ;;
4784         esac
4785         ;;
4786 esac
4787 case "$_a" in
4788 '')     case "$lib_ext" in
4789     '') _a='.a';;
4790         *)      _a="$lib_ext" ;;
4791         esac
4792         ;;
4793 esac
4794 case "$_o" in
4795 '') case "$obj_ext" in
4796         '')     _o='.o';;
4797         *)      _o="$obj_ext";;
4798         esac
4799         ;;
4800 esac
4801 case "$p_" in
4802 '') case "$path_sep" in
4803         '')     p_=':';;
4804         *)      p_="$path_sep";;
4805         esac
4806         ;;
4807 esac
4808 exe_ext=$_exe
4809 lib_ext=$_a
4810 obj_ext=$_o
4811 path_sep=$p_
4812
4813 rm_try="$rm -f try try$_exe a.out .out try.[cho] try.$_o core core.try* try.core*"
4814
4815 : Which makefile gets called first.  This is used by make depend.
4816 case "$firstmakefile" in
4817 '') firstmakefile='makefile';;
4818 esac
4819
4820 case "$ccflags" in
4821 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
4822 esac
4823
4824 case "$uselongdouble" in
4825 $define|true|[yY]*)     dflt='y';;
4826 *) dflt='n';;
4827 esac
4828 cat <<EOM
4829
4830 Perl can be built to take advantage of long doubles which
4831 (if available) may give more accuracy and range for floating point numbers.
4832
4833 If this doesn't make any sense to you, just accept the default '$dflt'.
4834 EOM
4835 rp='Try to use long doubles if available?'
4836 . ./myread
4837 case "$ans" in
4838 y|Y)    val="$define"   ;;
4839 *)      val="$undef"    ;;