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.
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.)
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.
14 # (Note: this Configure script was generated automatically. Rather than
15 # working with this copy of Configure, you may wish to get metaconfig.
16 # The dist-3.0 package (which contains metaconfig) was posted in
17 # comp.sources.misc so you may fetch it yourself from your nearest
18 # archive site. Check with Archie if you don't know where that can be.)
21 # $Id: Head.U,v 3.0.1.8 1995/07/25 13:40:02 ram Exp $
23 # Generated on Thu Oct 10 15:08:34 EDT 1996 [metaconfig 3.0 PL60]
28 SCO csh still thinks true is false. Write to SCO today and tell them that next
29 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
31 (Actually, Configure ought to just patch csh in place. Hmm. Hmmmmm. All
32 we'd have to do is go in and swap the && and || tokens, wherever they are.)
34 [End of diatribe. We now return you to your regularly scheduled programming...]
38 OOPS! You naughty creature! You didn't run Configure with sh!
39 I will attempt to remedy the situation by running sh for you...
42 true || cat /tmp/c1$$ /tmp/c2$$
43 true || exec sh $0 $argv:q
45 (exit $?0) || cat /tmp/c2$$
46 (exit $?0) || exec sh $0 $argv:q
47 rm -f /tmp/c1$$ /tmp/c2$$
49 : compute my invocation name
53 me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
58 : Proper PATH separator
60 : On OS/2 this directory should exist if this is not floppy only system :-]
61 if test -d c:/. -a -n "$OS2_SHELL"; then
63 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
64 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
68 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
69 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
70 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
71 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
72 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
73 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
74 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
75 paths="$paths /sbin /usr/sbin /usr/libexec"
81 *) test -d $p && PATH=$PATH$p_$p ;;
90 echo "Say 'sh $me', not 'sh <$me'"
94 : On HP-UX, large Configure scripts may exercise a bug in /bin/sh
95 if test -f /hp-ux -a -f /bin/ksh; then
96 if (PATH=.; alias -x) >/dev/null 2>&1; then
97 : already under /bin/ksh
100 (Feeding myself to ksh to avoid nasty sh bug in "here document" expansion.)
103 exec /bin/ksh $0 "$@"
106 : Warn them if they use ksh on other systems
107 (PATH=.; alias -x) >/dev/null 2>&1 && \
109 (I see you are using the Korn shell. Some ksh's blow up on $me,
110 especially on older exotic systems. If yours does, try the Bourne
115 : Configure runs within the UU subdirectory
116 test -d UU || mkdir UU
608 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
611 : We must find out about Eunice early
613 if test -f /etc/unixtovms; then
614 eunicefix=/etc/unixtovms
616 if test -f /etc/unixtovms.exe; then
617 eunicefix=/etc/unixtovms.exe
620 : list of known cpp symbols, sorted alphabetically
621 al="AMIX BIT_MSF BSD BSD4_3 BSD_NET2 CMU CRAY DGUX DOLPHIN DPX2"
622 al="$al GO32 GOULD_PN HP700 I386 I80960 I960 Lynx M68000 M68K MACH"
623 al="$al MIPSEB MIPSEL MSDOS MTXINU MULTIMAX MVS"
624 al="$al M_COFF M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM"
625 al="$al M_SYS3 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX"
626 al="$al NeXT OCS88 OSF1 PARISC PC532 PORTAR POSIX"
627 al="$al PWB R3000 RES RISC6000 RT Sun386i SVR3 SVR4"
628 al="$al SYSTYPE_BSD SYSTYPE_SVR4 SYSTYPE_SYSV Tek4132 Tek4300"
629 al="$al UMAXV USGr4 USGr4_2 UTEK UTS UTek UnicomPBB UnicomPBD Utek"
630 al="$al VMS Xenix286"
631 al="$al _AIX _AIX32 _AIX370 _AM29000 _COFF _CRAY _CX_UX _EPI"
632 al="$al _IBMESA _IBMR2 _M88K _M88KBCS_TARGET"
633 al="$al _MIPSEB _MIPSEL _M_COFF _M_I86 _M_I86SM _M_SYS3"
634 al="$al _M_SYS5 _M_SYSIII _M_SYSV _M_UNIX _M_XENIX _NLS _PGC_ _R3000"
635 al="$al _SYSTYPE_BSD _SYSTYPE_BSD43 _SYSTYPE_SVR4"
636 al="$al _SYSTYPE_SYSV _SYSV3 _U370 _UNICOS"
637 al="$al __386BSD__ __BIG_ENDIAN __BIG_ENDIAN__ __BSD_4_4__"
638 al="$al __DGUX__ __DPX2__ __H3050R __H3050RX"
639 al="$al __LITTLE_ENDIAN __LITTLE_ENDIAN__ __MACH__"
640 al="$al __MIPSEB __MIPSEB__ __MIPSEL __MIPSEL__"
641 al="$al __Next__ __OSF1__ __PARAGON__ __PGC__ __PWB __STDC__"
642 al="$al __SVR4_2__ __UMAXV__"
643 al="$al ____386BSD____ __alpha __alpha__ __amiga"
644 al="$al __bsd4_2 __bsd4_2__ __bsdi__ __convex__"
645 al="$al __host_mips__"
646 al="$al __hp9000s200 __hp9000s300 __hp9000s400 __hp9000s500"
647 al="$al __hp9000s500 __hp9000s700 __hp9000s800"
648 al="$al __hppa __hpux __hp_osf __i286 __i286__ __i386 __i386__"
649 al="$al __i486 __i486__ __i860 __i860__ __ibmesa __ksr1__ __linux__"
650 al="$al __m68k __m68k__ __m88100__ __m88k __m88k__"
651 al="$al __mc68000 __mc68000__ __mc68020 __mc68020__"
652 al="$al __mc68030 __mc68030__ __mc68040 __mc68040__"
653 al="$al __mc88100 __mc88100__ __mips __mips__"
654 al="$al __motorola__ __osf__ __pa_risc __sparc__ __stdc__"
655 al="$al __sun __sun__ __svr3__ __svr4__ __ultrix __ultrix__"
656 al="$al __unix __unix__ __uxpm__ __uxps__ __vax __vax__"
657 al="$al _host_mips _mips _unix"
658 al="$al a29k aegis aix aixpc alliant alpha am29000 amiga ansi ardent"
659 al="$al apollo ardent att386 att3b"
660 al="$al bsd bsd43 bsd4_2 bsd4_3 bsd4_4 bsdi bull"
661 al="$al cadmus clipper concurrent convex cray ctix"
662 al="$al dmert encore gcos gcx gimpel gould"
663 al="$al hbullx20 hcx host_mips hp200 hp300 hp700 hp800"
664 al="$al hp9000 hp9000s300 hp9000s400 hp9000s500"
665 al="$al hp9000s700 hp9000s800 hp9k8 hppa hpux"
666 al="$al i186 i286 i386 i486 i8086"
667 al="$al i80960 i860 iAPX286 ibm ibm032 ibmrt interdata is68k"
668 al="$al ksr1 linux luna luna88k m68k m88100 m88k"
669 al="$al mc300 mc500 mc68000 mc68010 mc68020 mc68030"
670 al="$al mc68040 mc68060 mc68k mc68k32 mc700"
671 al="$al mc88000 mc88100 merlin mert mips mvs n16"
672 al="$al ncl_el ncl_mr"
673 al="$al news1500 news1700 news1800 news1900 news3700"
674 al="$al news700 news800 news900 ns16000 ns32000"
675 al="$al ns32016 ns32332 ns32k nsc32000 os osf"
676 al="$al parisc pc532 pdp11 plexus posix pyr"
677 al="$al riscix riscos scs sequent sgi sinix sony sony_news"
678 al="$al sonyrisc sparc sparclite spectrum stardent stratos"
679 al="$al sun sun3 sun386 svr4 sysV68 sysV88"
680 al="$al titan tower tower32 tower32_200 tower32_600 tower32_700"
681 al="$al tower32_800 tower32_850 tss u370 u3b u3b2 u3b20 u3b200"
682 al="$al u3b20d u3b5 ultrix unix unixpc unos vax venix vms"
687 : default library list
689 : set useposix=false in your hint file to disable the POSIX extension.
691 : set useopcode=false in your hint file to disable the Opcode extension.
693 : Define several unixisms. These can be used in hint files.
695 : Extra object files, if any, needed on this platform.
697 : Possible local include directories to search.
698 : Set locincpth to "" in a hint file to defeat local include searches.
699 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
700 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
702 : no include file wanted by default
705 : change the next line if compiling for Xenix/286 on Xenix/386
706 xlibpth='/usr/lib/386 /lib/386'
708 : Possible local library directories to search.
709 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
710 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
712 : general looking path for locating libraries
713 glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large"
714 glibpth="$glibpth /lib /usr/lib $xlibpth"
715 glibpth="$glibpth /lib/large /usr/lib/small /lib/small"
716 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
718 : Private path used by Configure to find libraries. Its value
719 : is prepended to libpth. This variable takes care of special
720 : machines, like the mips. Usually, it should be empty.
723 : full support for void wanted by default
726 : List of libraries we want.
727 libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl'
728 libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
729 libswanted="$libswanted ucb bsd BSD PW x"
730 : We probably want to search /usr/shlib before most other libraries.
731 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
732 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
733 glibpth="/usr/shlib $glibpth"
734 : Do not use vfork unless overridden by a hint file.
737 : Find the basic shell for Bourne shell scripts
740 : SYSTYPE is for some older MIPS systems.
741 : I do not know if it is still needed.
743 *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
746 if test -f "$xxx"; then
749 : Build up a list and do a single loop so we can 'break' out.
750 pth=`echo $PATH | sed -e "s/$p_/ /g"`
751 for xxx in sh bash ksh pdksh ash; do
753 try="$try ${p}/${xxx}"
757 if test -f "$xxx"; then
759 echo "Your Bourne shell appears to be in $sh."
761 elif test -f "$xxx.exe"; then
763 echo "Hmm. Your Bourne shell appears to be in $sh."
773 $me: Fatal Error: I can't find a Bourne Shell anywhere.
774 Usually it's in /bin/sh. How did you even get this far?
775 Please contact me (Andy Dougherty) at doughera@lafcol.lafayette.edu and
776 we'll try to straigten this all out.
782 : see if sh knows # comments
783 if `$sh -c '#' >/dev/null 2>&1`; then
788 test -f $xcat || xcat=/usr/bin/cat
793 if test -s today; then
796 echo "#! $xcat" > try
800 if test -s today; then
803 echo "Okay, let's see if #! works on this system..."
804 echo "It's just a comment."
809 echo "Your $sh doesn't grok # comments--I will strip them later on."
812 echo "exec grep -v '^[ ]*#'" >spitshell
815 spitshell=`pwd`/spitshell
817 echo "I presume that if # doesn't work, #! won't work either!"
822 : figure out how to guarantee sh startup
824 '') startsh=${sharpbang}${sh} ;;
836 : echo "Yup, it does."
838 echo "Hmm. '$startsh' didn't work."
839 echo "You may have to fix up the shell scripts to make sure sh runs them."
843 : script used to extract .SH files with variable substitutions
847 cat >>extract <<'EOS'
849 echo "Doing variable substitutions on .SH files..."
850 if test -f MANIFEST; then
851 shlist=`awk '{print $1}' <MANIFEST | grep '\.SH'`
852 : Pick up possible extension manifests.
853 for dir in ext/* ; do
854 if test -f $dir/MANIFEST; then
855 xxx=`awk '{print $1}' < $dir/MANIFEST |
856 sed -n "/\.SH$/ s@^@$dir/@p"`
857 shlist="$shlist $xxx"
862 echo "(Looking for .SH files under the current directory.)"
863 set x `find . -name "*.SH" -print`
867 0) set x *.SH; shift;;
869 if test ! -f $1; then
875 dir=`expr X$file : 'X\(.*\)/'`
876 file=`expr X$file : 'X.*/\(.*\)'`
877 (cd $dir && . ./$file)
884 if test -f config_h.SH; then
885 if test ! -f config.h; then
886 : oops, they left it out of MANIFEST, probably, so do it anyway.
892 : produce awk script to parse command line options
893 cat >options.awk <<'EOF'
895 optstr = "dD:eEf:hKOrsSU:V"; # getopt-style specification
897 len = length(optstr);
898 for (i = 1; i <= len; i++) {
899 c = substr(optstr, i, 1);
900 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
911 if (substr(str, 1, 1) != "-") {
912 printf("'%s'\n", str);
916 for (i = 2; i <= len; i++) {
917 c = substr(str, i, 1);
919 printf("-%s\n", substr(str, i));
925 printf("'%s'\n", substr(str, i + 1));
938 : process the command line options
939 set X `for arg in "$@"; do echo "X$arg"; done |
940 sed -e s/X// | awk -f options.awk`
945 : set up default values
958 while test $# -gt 0; do
960 -d) shift; fastread=yes;;
961 -e) shift; alldone=cont;;
965 if test -r "$1"; then
968 echo "$me: cannot read config file $1." >&2
973 -h) shift; error=true;;
974 -r) shift; reuseval=true;;
975 -s) shift; silent=true;;
976 -E) shift; alldone=exit;;
977 -K) shift; knowitall=true;;
978 -O) shift; override=true;;
979 -S) shift; extractsh=true;;
984 echo "$me: use '-U symbol=', not '-D symbol='." >&2
985 echo "$me: ignoring -D $1" >&2
988 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
989 *) echo "$1='define'" >> optdef.sh;;
996 *=) echo "$1" >> optdef.sh;;
998 echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
999 echo "$me: ignoring -U $1" >&2
1001 *) echo "$1='undef'" >> optdef.sh;;
1005 -V) echo "$me generated by metaconfig 3.0 PL60." >&2
1008 -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1016 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1017 [-U symbol] [-U symbol=]
1018 -d : use defaults for all answers.
1019 -e : go on without questioning past the production of config.sh.
1020 -f : specify an alternate default configuration file.
1021 -h : print this help message and exit (with an error status).
1022 -r : reuse C symbols value if possible (skips costly nm extraction).
1023 -s : silent mode, only echoes questions and essential information.
1024 -D : define symbol to have some value:
1025 -D symbol symbol gets the value 'define'
1026 -D symbol=value symbol gets the value 'value'
1027 -E : stop at the end of questions, after having produced config.sh.
1028 -K : do not use unless you know what you are doing.
1029 -O : let -D and -U override definitions from loaded configuration file.
1030 -S : perform variable substitutions on all .SH files (can mix with -f)
1031 -U : undefine symbol:
1032 -U symbol symbol gets the value 'undef'
1033 -U symbol= symbol gets completely empty
1034 -V : print version number and exit (with a zero status).
1042 true) exec 1>/dev/null;;
1045 : run the defines and the undefines, if any, but leave the file out there...
1049 case "$extractsh" in
1051 case "$config_sh" in
1052 '') config_sh='config.sh'; config='./config.sh';;
1053 /*) config="$config_sh";;
1054 *) config="./$config_sh";;
1057 echo "Fetching answers from $config_sh..."
1060 test "$override" && . ./optdef.sh
1071 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1072 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1073 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1074 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1075 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1078 : Eunice requires " " instead of "", can you believe it
1081 echo "Beginning of configuration questions for $package."
1083 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1085 : Some greps do not return status, grrr.
1086 echo "grimblepritz" >grimble
1087 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1089 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1095 : the following should work in any shell
1099 echo "AGH! Grep doesn't return a status. Attempting remedial action."
1100 cat >contains <<'EOSS'
1101 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1106 : first determine how to suppress newline on echo command
1108 echo "Checking echo to see how to suppress newlines..."
1109 (echo "hi there\c" ; echo " ") >.echotmp
1110 if $contains c .echotmp >/dev/null 2>&1 ; then
1121 echo $n "The star should be here-->$c"
1125 : Now test for existence of everything in MANIFEST
1127 if test -f ../MANIFEST; then
1128 echo "First let's make sure your kit is complete. Checking..." >&4
1129 awk '$1 !~ /PACK[A-Z]+/ {print $1}' ../MANIFEST | split -50
1131 for filelist in x??; do
1132 (cd ..; ls `cat UU/$filelist` >/dev/null 2>>UU/missing)
1134 if test -s missing; then
1138 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1140 You have the option of continuing the configuration process, despite the
1141 distinct possibility that your kit is damaged, by typing 'y'es. If you
1142 do, don't blame me if something goes wrong. I advise you to type 'n'o
1143 and contact the author (doughera@lafcol.lafayette.edu).
1146 echo $n "Continue? [n] $c" >&4
1150 echo "Continuing..." >&4
1154 echo "ABORTING..." >&4
1159 echo "Looks good..." >&4
1162 echo "There is no MANIFEST file. I hope your kit is complete !"
1166 : compute the number of columns on the terminal for proper question formatting
1171 : set up the echo used in my read
1172 myecho="case \"\$xxxm\" in
1173 '') echo $n \"\$rp $c\" >&4;;
1175 '') echo $n \"[\$xxxm] $c\";;
1177 if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then
1179 echo $n \"[\$xxxm] $c\" >&4
1181 echo $n \"\$rp [\$xxxm] $c\" >&4
1187 : now set up to do reads with possible shell escape and default assignment
1192 case "\$fastread" in
1193 yes) case "\$dflt" in
1196 case "\$silent-\$rp" in
1201 *) case "\$silent" in
1202 true) case "\$rp" in
1207 while expr "X\$ans" : "X!" >/dev/null; do
1211 aok=''; eval "ans=\"\$answ\"" && aok=y
1216 set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1221 echo "(OK, I'll run with -d after this question.)" >&4
1224 echo "*** Sorry, \$1 not supported yet." >&4
1236 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1246 echo "*** Substitution done -- please confirm."
1248 ans=\`echo $n "\$ans$c" | tr '\012' ' '\`
1253 echo "*** Error -- try again."
1260 case "\$ans\$xxxm\$nostick" in
1272 : create .config dir to save info across Configure sessions
1273 test -d ../.config || mkdir ../.config
1274 cat >../.config/README <<EOF
1275 This directory created by Configure to save information that should
1276 persist across sessions.
1278 You may safely delete it if you wish.
1281 : general instructions
1284 user=`(logname) 2>/dev/null`
1286 user=`whoami 2>&1` ;;
1288 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1291 rp='Would you like to see the instructions?'
1302 This installation shell script will examine your system and ask you questions
1303 to determine how the perl5 package should be installed. If you get
1304 stuck on a question, you may use a ! shell escape to start a subshell or
1305 execute a command. Many of the questions will have default answers in square
1306 brackets; typing carriage return will give you the default.
1308 On some of the questions which ask for file or directory names you are allowed
1309 to use the ~name construct to specify the login directory belonging to "name",
1310 even if you don't have a shell which knows about that. Questions where this is
1311 allowed will be marked "(~name ok)".
1315 dflt='Type carriage return to continue'
1319 The prompter used in this script allows you to use shell variables and
1320 backticks in your answers. You may use $1, $2, etc... to refer to the words
1321 in the default answer, as if the default line was a set of arguments given to a
1322 script shell. This means you may also use $* to repeat the whole default line,
1323 so you do not have to re-type everything to add something to the default.
1325 Everytime there is a substitution, you will have to confirm. If there is an
1326 error (e.g. an unmatched backtick), the default answer will remain unchanged
1327 and you will be prompted again.
1329 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
1330 the questions and use the computed defaults (or the previous answers if there
1331 was already a config.sh file). Type 'Configure -h' for a list of options.
1332 You may also start interactively and then answer '& -d' at any prompt to turn
1333 on the non-interactive behaviour for the remaining of the execution.
1339 Much effort has been expended to ensure that this shell script will run on any
1340 Unix system. If despite that it blows up on yours, your best bet is to edit
1341 Configure and run it again. If you can't run Configure for some reason,
1342 you'll have to generate a config.sh file by hand. Whatever problems you
1343 have, let me (doughera@lafcol.lafayette.edu) know how I blew it.
1345 This installation script affects things in two ways:
1347 1) it may do direct variable substitutions on some of the files included
1349 2) it builds a config.h file for inclusion in C programs. You may edit
1350 any of these files as the need arises after running this script.
1352 If you make a mistake on a question, there is no easy way to back up to it
1353 currently. The easiest thing to do is to edit config.sh and rerun all the SH
1354 files. Configure will offer to let you do this before it runs the SH files.
1357 dflt='Type carriage return to continue'
1359 case "$firsttime" in
1360 true) echo $user >>../.config/instruct;;
1364 : find out where common programs are
1366 echo "Locating common programs..." >&4
1379 if test -d \$dir/\$thing; then
1385 for thisthing in \$dir/\$thing; do
1386 : just loop through to pick last item
1388 if test -f \$thisthing; then
1391 elif test -f \$dir/\$thing.exe; then
1392 : on Eunice apparently
1442 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1443 pth="$pth /lib /usr/lib"
1444 for file in $loclist; do
1445 xxx=`./loc $file $file $pth`
1450 echo $file is in $xxx.
1453 echo $file is in $xxx.
1456 echo "I don't know where '$file' is, and my life depends on it." >&4
1457 echo "Go find a public domain implementation or fix your PATH setting!" >&4
1463 echo "Don't worry if any of the following aren't found..."
1465 for file in $trylist; do
1466 xxx=`./loc $file $file $pth`
1471 echo $file is in $xxx.
1474 echo $file is in $xxx.
1477 echo "I don't see $file out there, $say."
1484 echo "Substituting grep for egrep."
1490 echo "Substituting cp for ln."
1496 echo "Hopefully test is built into your sh."
1499 if `sh -c "PATH= test true" >/dev/null 2>&1`; then
1500 echo "Using the test built into your sh."
1508 echo "Hopefully echo is built into your sh."
1513 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
1514 $echo $n "hi there$c" >foo1
1515 echo $n "hi there$c" >foo2
1516 if cmp foo1 foo2 >/dev/null 2>&1; then
1517 echo "They are compatible. In fact, they may be identical."
1524 They are not compatible! You are probably running ksh on a non-USG system.
1525 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
1526 have echo built in and we may have to run some Bourne shell scripts. That
1527 means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous.
1530 $echo $n "The star should be here-->$c"
1537 : determine whether symbolic links are supported
1540 if $ln -s blurfl sym > /dev/null 2>&1 ; then
1541 echo "Symbolic links are supported." >&4
1544 echo "Symbolic links are NOT supported." >&4
1549 : see whether [:lower:] and [:upper:] are supported character classes
1553 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1555 echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
1560 echo "Your tr only supports [a-z] and [A-Z] to convert case." >&4
1563 : set up the translation script tr, must be called with ./tr of course
1567 '[A-Z][a-z]') exec $tr '$up' '$low';;
1568 '[a-z][A-Z]') exec $tr '$low' '$up';;
1575 : Try to determine whether config.sh was made on this system
1576 case "$config_sh" in
1578 myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1`
1579 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
1580 ./tr '[A-Z]' '[a-z]' | tr '\012' ' '`
1581 newmyuname="$myuname"
1583 case "$knowitall" in
1585 if test -f ../config.sh; then
1586 if $contains myuname= ../config.sh >/dev/null 2>&1; then
1587 eval "`grep myuname= ../config.sh`"
1589 if test "X$myuname" = "X$newmyuname"; then
1597 : Get old answers from old config file if Configure was run on the
1598 : same system, otherwise use the hints.
1601 if test -f config.sh; then
1603 rp="I see a config.sh file. Shall I use it to set the defaults?"
1606 n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;;
1607 *) echo "Fetching default answers from your old config.sh file..." >&4
1615 : Older versions did not always set $sh. Catch re-use of such
1624 if test ! -f config.sh; then
1627 First time through, eh? I have some defaults handy for the following systems:
1630 cd hints; ls -C *.sh | $sed 's/\.sh/ /g' >&4
1632 : Half the following guesses are probably wrong... If you have better
1633 : tests or hints, please send them to doughera@lafcol.lafayette.edu
1634 : The metaconfig authors would also appreciate a copy...
1635 $test -f /irix && osname=irix
1636 $test -f /xenix && osname=sco_xenix
1637 $test -f /dynix && osname=dynix
1638 $test -f /dnix && osname=dnix
1639 $test -f /unicos && osname=unicos && osvers=`$uname -r`
1640 $test -f /bin/mips && /bin/mips && osname=mips
1641 $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
1642 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
1643 $test -d /usr/apollo/bin && osname=apollo
1644 $test -f /etc/saf/_sactab && osname=svr4
1645 $test -d /usr/include/minix && osname=minix
1646 if $test -d /MachTen; then
1648 if $test -x /sbin/version; then
1649 osvers=`/sbin/version | $awk '{print $2}' |
1650 $sed -e 's/[A-Za-z]$//'`
1651 elif $test -x /usr/etc/version; then
1652 osvers=`/usr/etc/version | $awk '{print $2}' |
1653 $sed -e 's/[A-Za-z]$//'`
1658 if $test -f $uname; then
1666 umips) osname=umips ;;
1669 [23]100) osname=mips ;;
1670 next*) osname=next ;;
1671 news*) osname=news ;;
1673 if $test -f /etc/kconfig; then
1675 if test "$lns" = "ln -s"; then
1677 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
1679 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
1688 tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
1690 'not found') osvers="$4"."$3" ;;
1691 '<3240'|'<>3240') osvers=3.2.0 ;;
1692 '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
1693 '=3250'|'>3250') osvers=3.2.5 ;;
1700 domainos) osname=apollo
1706 dynixptx*) osname=dynixptx
1709 freebsd) osname=freebsd
1711 genix) osname=genix ;;
1716 *.10.*) osvers=10 ;;
1733 netbsd*) osname=netbsd
1736 bsd386) osname=bsd386
1739 next*) osname=next ;;
1740 solaris) osname=solaris
1742 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
1749 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
1753 titanos) osname=titanos
1762 ultrix) osname=ultrix
1768 osvers=`echo "$3" | sed 's/^[vt]//'`
1770 hp*) osname=hp_osf1 ;;
1771 mips) osname=mips_osf1 ;;
1777 $2) case "$osname" in
1781 : svr4.x or possibly later
1791 if test -f /stand/boot ; then
1792 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
1793 if test -n "$INITPROG" -a -f "$INITPROG"; then
1794 isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
1795 if test -n "$isesix"; then
1803 *) if test -f /etc/systemid; then
1805 set `echo $3 | $sed 's/\./ /g'` $4
1806 if $test -f sco_$1_$2_$3.sh; then
1808 elif $test -f sco_$1_$2.sh; then
1810 elif $test -f sco_$1.sh; then
1815 '') : Still unknown. Probably a generic Sys V.
1824 *) case "$osname" in
1825 '') : Still unknown. Probably a generic BSD.
1833 if test -f /vmunix -a -f news_os.sh; then
1834 (what /vmunix | ../UU/tr '[A-Z]' '[a-z]') > ../UU/kernel.what 2>&1
1835 if $contains news-os ../UU/kernel.what >/dev/null 2>&1; then
1838 $rm -f ../UU/kernel.what
1839 elif test -d c:/.; then
1846 : Now look for a hint file osname_osvers, unless one has been
1847 : specified already.
1850 file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'`
1851 : Also try without trailing minor version numbers.
1852 xfile=`echo $file | $sed -e 's@_[^_]*$@@'`
1853 xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'`
1854 xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'`
1855 xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'`
1858 *) case "$osvers" in
1861 *) if $test -f $file.sh ; then
1863 elif $test -f $xfile.sh ; then
1865 elif $test -f $xxfile.sh ; then
1867 elif $test -f $xxxfile.sh ; then
1869 elif $test -f $xxxxfile.sh ; then
1871 elif $test -f "${osname}.sh" ; then
1882 dflt=`echo $hintfile | $sed 's/\.sh$//'`
1888 You may give one or more space-separated answers, or "none" if appropriate.
1889 If your OS version has no hints, DO NOT give a wrong version -- say "none".
1892 rp="Which of these apply, if any?"
1895 for file in $tans; do
1896 if $test -f $file.sh; then
1898 $cat $file.sh >> ../UU/config.sh
1899 elif $test X$tans = X -o X$tans = Xnone ; then
1902 : Give one chance to correct a possible typo.
1903 echo "$file.sh does not exist"
1905 rp="hint to use instead?"
1907 for file in $ans; do
1908 if $test -f "$file.sh"; then
1910 $cat $file.sh >> ../UU/config.sh
1911 elif $test X$ans = X -o X$ans = Xnone ; then
1914 echo "$file.sh does not exist -- ignored."
1921 : Remember our hint file for later.
1922 if $test -f "$file.sh" ; then
1934 echo "Fetching default answers from $config_sh..." >&4
1938 cp $config_sh config.sh 2>/dev/null
1948 test "$override" && . ./optdef.sh
1949 myuname="$newmyuname"
1951 : Restore computed paths
1952 for file in $loclist $trylist; do
1953 eval $file="\$_$file"
1958 Configure uses the operating system name and version to set some defaults.
1959 The default value is probably right if the name rings a bell. Otherwise,
1960 since spelling matters for me, either accept the default or answer "none"
1967 ''|' '|none) dflt=none ;;
1968 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
1971 *) dflt="$osname" ;;
1973 rp="Operating system name?"
1977 *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
1983 ''|' '|none) dflt=none ;;
1984 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
1985 dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
1987 ''|' ') dflt=none ;;
1992 *) dflt="$osvers" ;;
1994 rp="Operating system version?"
2003 : who configured the system
2004 cf_time=`$date 2>&1`
2005 cf_by=`(logname) 2>/dev/null`
2006 case "$cf_by" in "")
2007 cf_by=`(whoami) 2>/dev/null`
2008 case "$cf_by" in "")
2013 : determine the architecture name
2015 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
2016 tarch=`arch`"-$osname"
2017 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
2018 if uname -m > tmparch 2>&1 ; then
2019 tarch=`$sed -e 's/ /_/g' -e 's/$/'"-$osname/" tmparch`
2027 case "$myarchname" in
2030 echo "(Your architecture name used to be $myarchname.)"
2036 *) dflt="$archname";;
2038 rp='What is your architecture name'
2046 $define|true) afs=true ;;
2047 $undef|false) afs=false ;;
2048 *) if test -d /afs; then
2056 echo "AFS may be running... I'll be extra cautious then..." >&4
2058 echo "AFS does not seem to be running..." >&4
2061 : decide how portable to be. Allow command line overrides.
2062 case "$d_portable" in
2064 *) d_portable="$define" ;;
2067 : set up shell script to do ~ expansion
2073 echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
2076 if $test -f /bin/csh; then
2077 /bin/csh -f -c "glob \$1"
2082 name=\`$expr x\$1 : '..\([^/]*\)'\`
2083 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
2084 if $test ! -d "\$dir"; then
2086 echo "\$me: can't locate home directory for: \$name" >&2
2091 echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
2107 : now set up to get a file name
2108 cat <<'EOSC' >getfile
2121 expr $fn : '.*(\(.*\)).*' | tr ',' '\012' >getfile.ok
2122 fn=`echo $fn | sed 's/(.*)//'`
2128 loc_file=`expr $fn : '.*:\(.*\)'`
2129 fn=`expr $fn : '\(.*\):.*'`
2137 */*) fullpath=true;;
2146 *e*) exp_file=true;;
2149 *p*) nopath_ok=true;;
2154 *d*) type='Directory';;
2155 *l*) type='Locate';;
2160 Locate) what='File';;
2165 case "$d_portable" in
2173 while test "$type"; do
2178 true) rp="$rp (~name ok)";;
2181 if test -f UU/getfile.ok && \
2182 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
2201 value=`UU/filexp $ans`
2204 if test "$ans" != "$value"; then
2205 echo "(That expands to $value on this system.)"
2219 /*) value="$ansexp" ;;
2224 echo "I shall only accept a full path name, as in /bin/ls." >&4
2225 echo "Use a ! shell escape if you wish to check pathnames." >&4
2228 echo "Please give a full path name, starting with slash." >&4
2231 echo "Note that using ~name is ok provided it expands well." >&4
2244 if test -f "$ansexp"; then
2246 elif test -r "$ansexp" || (test -h "$ansexp") >/dev/null 2>&1
2248 echo "($value is not a plain file, but that's ok.)"
2253 if test -d "$ansexp"; then
2258 if test -d "$ansexp"; then
2259 echo "(Looking for $loc_file in directory $value.)"
2260 value="$value/$loc_file"
2261 ansexp="$ansexp/$loc_file"
2263 if test -f "$ansexp"; then
2266 case "$nopath_ok" in
2267 true) case "$value" in
2269 *) echo "Assuming $value will be in people's path."
2285 if test "$fastread" = yes; then
2290 rp="$what $value doesn't exist. Use that name anyway?"
2311 : determine root of directory hierarchy where package will be installed.
2314 dflt=`./loc . /usr/local /usr/local /local /opt /usr`
2322 By default, $package will be installed in $dflt/bin, manual
2323 pages under $dflt/man, etc..., i.e. with $dflt as prefix for
2324 all installation directories. Typically set to /usr/local, but you
2325 may choose /usr if you wish to install $package among your system
2326 binaries. If you wish to have binaries under /bin but manual pages
2327 under /usr/local/man, that's ok: you will be prompted separately
2328 for each of the installation directories, the prefix being only used
2329 to set the defaults.
2333 rp='Installation prefix to use?'
2341 *) oldprefix="$prefix";;
2348 : set the prefixit variable, to compute a suitable default value
2349 prefixit='case "$3" in
2351 case "$oldprefix" in
2352 "") eval "$1=\"\$$2\"";;
2359 ""|" ") eval "$1=\"\$$2\"";;
2365 eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
2367 --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
2368 /*-$oldprefix/*|\~*-$oldprefix/*)
2369 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
2370 *) eval "$1=\"\$$2\"";;
2374 : determine where private library files go
2375 : Usual default is /usr/local/lib/perl5. Also allow things like
2376 : /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
2378 *perl*) set dflt privlib lib ;;
2379 *) set dflt privlib lib/$package ;;
2384 There are some auxiliary files for $package that need to be put into a
2385 private library directory that is accessible by everyone.
2389 rp='Pathname where the private library files will reside?'
2391 if $test "X$privlibexp" != "X$ansexp"; then
2395 privlibexp="$ansexp"
2399 Since you are running AFS, I need to distinguish the directory in which
2400 private files reside from the directory in which they are installed (and from
2401 which they are presumably copied to the former directory by occult means).
2404 case "$installprivlib" in
2405 '') dflt=`echo $privlibexp | sed 's#^/afs/#/afs/.#'`;;
2406 *) dflt="$installprivlib";;
2409 rp='Where will private files be installed?'
2411 installprivlib="$ans"
2413 installprivlib="$privlibexp"
2416 : set the base revision
2419 : get the patchlevel
2421 echo "Getting the current patchlevel..." >&4
2422 if $test -r ../patchlevel.h;then
2423 patchlevel=`awk '/PATCHLEVEL/ {print $3}' ../patchlevel.h`
2424 subversion=`awk '/SUBVERSION/ {print $3}' ../patchlevel.h`
2429 echo "(You have $package $baserev patchlevel $patchlevel subversion $subversion.)"
2431 : set the prefixup variable, to restore leading tilda escape
2432 prefixup='case "$prefixexp" in
2434 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
2437 : determine where public architecture dependent libraries go
2443 '') dflt=`./loc . "." $prefixexp/lib /usr/local/lib /usr/lib /lib`
2447 *) version=`LC_ALL=C;export LC_ALL;\
2448 echo $baserev $patchlevel $subversion | \
2449 $awk '{print $1 + $2/1000.0 + $3/100000.0}'`
2450 dflt="$privlib/$archname/$version"
2454 *) dflt="$archlib";;
2458 $spackage contains architecture-dependent library files. If you are
2459 sharing libraries in a heterogeneous environment, you might store
2460 these files in a separate location. Otherwise, you can just include
2461 them with the rest of the public library files.
2465 rp='Where do you want to put the public architecture-dependent libraries?'
2468 archlibexp="$ansexp"
2473 Since you are running AFS, I need to distinguish the directory in which
2474 private files reside from the directory in which they are installed (and from
2475 which they are presumably copied to the former directory by occult means).
2478 case "$installarchlib" in
2479 '') dflt=`echo $archlibexp | sed 's#^/afs/#/afs/.#'`;;
2480 *) dflt="$installarchlib";;
2483 rp='Where will architecture-dependent library files be installed?'
2485 installarchlib="$ans"
2487 installarchlib="$archlibexp"
2489 if $test X"$archlib" = X"$privlib"; then
2495 : set up the script used to warn in case of inconsistency
2499 echo "*** WHOA THERE!!! ***" >&4
2500 echo " The $hint value for \$$var on this machine was \"$was\"!" >&4
2501 rp=" Keep the $hint value?"
2504 y) td=$was; tu=$was;;
2508 : function used to set $1 to $val
2509 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2511 $define$undef) . ./whoa; eval "$var=\$td";;
2512 $undef$define) . ./whoa; eval "$var=\$tu";;
2513 *) eval "$var=$val";;
2516 : make some quick guesses about what we are up against
2518 $echo $n "Hmm... $c"
2528 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
2529 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
2531 echo "Looks kind of like an OSF/1 system, but we'll see..."
2533 elif test `echo abc | tr a-z A-Z` = Abc ; then
2534 xxx=`./loc addbib blurfl $pth`
2535 if $test -f $xxx; then
2536 echo "Looks kind of like a USG system with BSD features, but we'll see..."
2540 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
2541 echo "Looks kind of like an extended USG system, but we'll see..."
2543 echo "Looks kind of like a USG system, but we'll see..."
2547 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
2548 echo "Looks kind of like a BSD system, but we'll see..."
2552 echo "Looks kind of like a Version 7 system, but we'll see..."
2555 case "$eunicefix" in
2558 There is, however, a strange, musty smell in the air that reminds me of
2559 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
2563 : it so happens the Eunice I know will not run shell scripts in Unix format
2567 echo "Congratulations. You aren't running Eunice."
2571 : Detect OS2. The p_ variable is set above in the Head.U unit.
2576 I have the feeling something is not exactly right, however...don't tell me...
2577 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
2582 if test -f /xenix; then
2583 echo "Actually, this looks more like a XENIX system..."
2588 echo "It's not Xenix..."
2593 if test -f /venix; then
2594 echo "Actually, this looks more like a VENIX system..."
2601 echo "Nor is it Venix..."
2604 chmod +x bsd usg v7 osf1 eunice xenix venix os2
2605 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
2608 : see if setuid scripts can be secure
2611 Some kernels have a bug that prevents setuid #! scripts from being
2612 secure. Some sites have disabled setuid #! scripts because of this.
2614 First let's decide if your kernel supports secure setuid #! scripts.
2615 (If setuid #! scripts would be secure but have been disabled anyway,
2616 don't say that they are secure if asked.)
2621 if $test -d /dev/fd; then
2622 echo "#!$ls" >reflect
2623 chmod +x,u+s reflect
2624 ./reflect >flect 2>&1
2625 if $contains "/dev/fd" flect >/dev/null; then
2626 echo "Congratulations, your kernel has secure setuid scripts!" >&4
2630 If you are not sure if they are secure, I can check but I'll need a
2631 username and password different from the one you are using right now.
2632 If you don't have such a username or don't want me to test, simply
2636 rp='Other username to test security of setuid scripts with?'
2641 case "$d_suidsafe" in
2642 '') echo "I'll assume setuid scripts are *not* secure." >&4
2645 echo "Well, the $hint value is *not* secure." >&4
2647 *) echo "Well, the $hint value *is* secure." >&4
2652 $rm -f reflect flect
2653 echo "#!$ls" >reflect
2654 chmod +x,u+s reflect
2657 echo '"su" will (probably) prompt you for '"$ans's password."
2658 su $ans -c './reflect >flect'
2659 if $contains "/dev/fd" flect >/dev/null; then
2660 echo "Okay, it looks like setuid scripts are secure." >&4
2663 echo "I don't think setuid scripts are secure." >&4
2668 rp='Does your kernel have *secure* setuid scripts?'
2671 [yY]*) val="$define";;
2676 echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
2677 echo "(That's for file descriptors, not floppy disks.)"
2683 $rm -f reflect flect
2685 : now see if they want to do setuid emulation
2688 case "$d_suidsafe" in
2691 echo "No need to emulate SUID scripts since they are secure here." >& 4
2695 Some systems have disabled setuid scripts, especially systems where
2696 setuid scripts cannot be secure. On systems where setuid scripts have
2697 been disabled, the setuid/setgid bits on scripts are currently
2698 useless. It is possible for $package to detect those bits and emulate
2699 setuid/setgid in a secure fashion. This emulation will only work if
2700 setuid scripts have been disabled in your kernel.
2704 "$define") dflt=y ;;
2707 rp="Do you want to do setuid/setgid emulation?"
2710 [yY]*) val="$define";;
2718 : determine where site specific libraries go.
2722 '') dflt="$privlib/site_perl" ;;
2723 *) dflt="$sitelib" ;;
2727 The installation process will also create a directory for
2728 site-specific extensions and modules. Some users find it convenient
2729 to place all local files in this directory rather than in the main
2730 distribution directory.
2734 rp='Pathname for the site-specific library files?'
2736 if $test "X$sitelibexp" != "X$ansexp"; then
2740 sitelibexp="$ansexp"
2744 Since you are running AFS, I need to distinguish the directory in which
2745 private files reside from the directory in which they are installed (and from
2746 which they are presumably copied to the former directory by occult means).
2749 case "$installsitelib" in
2750 '') dflt=`echo $sitelibexp | sed 's#^/afs/#/afs/.#'`;;
2751 *) dflt="$installsitelib";;
2754 rp='Where will private files be installed?'
2756 installsitelib="$ans"
2758 installsitelib="$sitelibexp"
2761 : determine where site specific architecture-dependent libraries go.
2762 xxx=`echo $sitelib/$archname | sed 's!^$prefix!!'`
2763 : xxx is usuually lib/site_perl/archname.
2764 set sitearch sitearch none
2767 '') dflt="$sitelib/$archname" ;;
2768 *) dflt="$sitearch" ;;
2772 The installation process will also create a directory for
2773 architecture-dependent site-specific extensions and modules.
2777 rp='Pathname for the site-specific architecture-dependent library files?'
2779 if $test "X$sitearchexp" != "X$ansexp"; then
2783 sitearchexp="$ansexp"
2787 Since you are running AFS, I need to distinguish the directory in which
2788 private files reside from the directory in which they are installed (and from
2789 which they are presumably copied to the former directory by occult means).
2792 case "$installsitearch" in
2793 '') dflt=`echo $sitearchexp | sed 's#^/afs/#/afs/.#'`;;
2794 *) dflt="$installsitearch";;
2797 rp='Where will private files be installed?'
2799 installsitearch="$ans"
2801 installsitearch="$sitearchexp"
2804 : determine where old public architecture dependent libraries might be
2805 case "$oldarchlib" in
2806 '') case "$privlib" in
2808 *) dflt="$privlib/$archname"
2812 *) dflt="$oldarchlib"
2815 if $test ! -d "$dflt/auto"; then
2820 In 5.001, Perl stored architecture-dependent library files in a directory
2821 with a name such as $privlib/$archname,
2822 and this directory contained files from the standard extensions and
2823 files from any additional extensions you might have added. Starting
2824 with version 5.002, all the architecture-dependent standard extensions
2825 will go into a version-specific directory such as
2827 while locally-added extensions will go into
2830 If you wish Perl to continue to search the old architecture-dependent
2831 library for your local extensions, give the path to that directory.
2832 If you do not wish to use your old architecture-dependent library
2833 files, answer 'none'.
2837 rp='Directory for your old 5.001 architecture-dependent libraries?'
2840 oldarchlibexp="$ansexp"
2841 case "$oldarchlib" in
2842 ''|' ') val="$undef" ;;
2848 : determine where public executables go
2853 rp='Pathname where the public executables will reside?'
2855 if $test "X$ansexp" != "X$binexp"; then
2863 Since you are running AFS, I need to distinguish the directory in which
2864 executables reside from the directory in which they are installed (and from
2865 which they are presumably copied to the former directory by occult means).
2868 case "$installbin" in
2869 '') dflt=`echo $binexp | sed 's#^/afs/#/afs/.#'`;;
2870 *) dflt="$installbin";;
2873 rp='Where will public executables be installed?'
2877 installbin="$binexp"
2880 : determine where manual pages are on this system
2884 syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
2885 syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
2886 syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
2887 syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
2888 syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
2889 sysman=`./loc . /usr/man/man1 $syspath`
2892 if $test -d "$sysman"; then
2893 echo "System manual is in $sysman." >&4
2895 echo "Could not find manual pages in source form." >&4
2898 : see what memory models we can support
2901 $cat >pdp11.c <<'EOP'
2910 cc -o pdp11 pdp11.c >/dev/null 2>&1
2911 if ./pdp11 2>/dev/null; then
2912 dflt='unsplit split'
2914 tans=`./loc . X /lib/small /lib/large /usr/lib/small /usr/lib/large /lib/medium /usr/lib/medium /lib/huge`
2917 *) if $test -d /lib/small || $test -d /usr/lib/small; then
2922 if $test -d /lib/medium || $test -d /usr/lib/medium; then
2925 if $test -d /lib/large || $test -d /usr/lib/large; then
2928 if $test -d /lib/huge || $test -d /usr/lib/huge; then
2937 Some systems have different model sizes. On most systems they are called
2938 small, medium, large, and huge. On the PDP11 they are called unsplit and
2939 split. If your system doesn't support different memory models, say "none".
2940 If you wish to force everything to one memory model, say "none" here and
2941 put the appropriate flags later when it asks you for other cc and ld flags.
2942 Venix systems may wish to put "none" and let the compiler figure things out.
2943 (In the following question multiple model names should be space separated.)
2946 rp="Which memory models are supported?"
2961 '') if $contains '\-i' $sysman/ld.1 >/dev/null 2>&1 || \
2962 $contains '\-i' $sysman/cc.1 >/dev/null 2>&1; then
2969 rp="What flag indicates separate I and D space?"
2977 *large*|*small*|*medium*|*huge*)
2984 rp="What flag indicates large model?"
2994 *huge*) case "$huge" in
2998 rp="What flag indicates huge model?"
3008 *medium*) case "$medium" in
3012 rp="What flag indicates medium model?"
3019 *) medium="$large";;
3022 *small*) case "$small" in
3026 rp="What flag indicates small model?"
3037 echo "Unrecognized memory models--you may have to edit Makefile.SH" >&4
3041 : see if we need a special compiler
3049 *) if $contains '\-M' $sysman/cc.1 >/dev/null 2>&1 ; then
3050 if $contains '\-M' $sysman/cpp.1 >/dev/null 2>&1; then
3063 On some systems the default C compiler will not resolve multiple global
3064 references that happen to have the same name. On some such systems the "Mcc"
3065 command may be used to force these to be resolved. On other systems a "cc -M"
3066 command is required. (Note that the -M flag on other systems indicates a
3067 memory model to use!) If you have the Gnu C compiler, you might wish to use
3071 rp="What command will force resolution on this system?"
3079 rp="Use which C compiler?"
3084 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3085 $cat >gccvers.c <<EOM
3090 printf("%s\n", __VERSION__);
3092 printf("%s\n", "1");
3098 if $cc -o gccvers gccvers.c >/dev/null 2>&1; then
3099 gccversion=`./gccvers`
3100 case "$gccversion" in
3101 '') echo "You are not using GNU cc." ;;
3102 *) echo "You are using GNU cc $gccversion." ;;
3106 echo "*** WHOA THERE!!! ***" >&4
3107 echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4
3108 case "$knowitall" in
3110 echo " You'd better start hunting for one and let me know about it." >&4
3116 case "$gccversion" in
3117 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3120 : What should the include directory be ?
3122 $echo $n "Hmm... $c"
3126 if $test -f /bin/mips && /bin/mips; then
3127 echo "Looks like a MIPS system..."
3128 $cat >usr.c <<'EOCP'
3129 #ifdef SYSTYPE_BSD43
3133 if $cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3134 dflt='/bsd43/usr/include'
3138 mips_type='System V'
3140 $rm -f usr.c usr.out
3141 echo "and you're compiling with the $mips_type compiler and libraries."
3145 echo "Doesn't look like a MIPS system."
3156 case "$xxx_prompt" in
3158 rp='Where are the include files you want to use?'
3166 : Set private lib path
3169 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
3174 '') dlist="$loclibpth $plibpth $glibpth";;
3175 *) dlist="$libpth";;
3178 : Now check and see which directories actually exist, avoiding duplicates
3182 if $test -d $xxx; then
3185 *) libpth="$libpth $xxx";;
3191 Some systems have incompatible or broken versions of libraries. Among
3192 the directories listed in the question below, please remove any you
3193 know not to be holding relevant libraries, and add any that are needed.
3194 Say "none" for none.
3205 rp="Directories to use for library searches?"
3212 : compute shared library extension
3215 if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
3225 On some systems, shared libraries may be available. Answer 'none' if
3226 you want to suppress searching of shared libraries for the remaining
3227 of this configuration.
3230 rp='What is the file extension used for shared libraries?'
3234 : Looking for optional libraries
3236 echo "Checking for optional libraries..." >&4
3241 case "$libswanted" in
3242 '') libswanted='c_s';;
3244 for thislib in $libswanted; do
3246 if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`; $test -f "$xxx"; then
3247 echo "Found -l$thislib (shared)."
3250 *) dflt="$dflt -l$thislib";;
3252 elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then
3253 echo "Found -l$thislib (shared)."
3256 *) dflt="$dflt -l$thislib";;
3258 elif xxx=`./loc lib$thislib.a X $libpth`; $test -f "$xxx"; then
3259 echo "Found -l$thislib."
3262 *) dflt="$dflt -l$thislib";;
3264 elif xxx=`./loc $thislib.a X $libpth`; $test -f "$xxx"; then
3265 echo "Found -l$thislib."
3268 *) dflt="$dflt -l$thislib";;
3270 elif xxx=`./loc lib${thislib}_s.a X $libpth`; $test -f "$xxx"; then
3271 echo "Found -l${thislib}_s."
3274 *) dflt="$dflt -l${thislib}_s";;
3276 elif xxx=`./loc Slib$thislib.a X $xlibpth`; $test -f "$xxx"; then
3277 echo "Found -l$thislib."
3280 *) dflt="$dflt -l$thislib";;
3283 echo "No -l$thislib."
3294 ' '|'') dflt='none';;
3299 Some versions of Unix support shared libraries, which make executables smaller
3300 but make load time slightly longer.
3302 On some systems, mostly System V Release 3's, the shared library is included
3303 by putting the option "-lc_s" as the last thing on the cc command line when
3304 linking. Other systems use shared libraries by default. There may be other
3305 libraries needed to compile $package on your machine as well. If your system
3306 needs the "-lc_s" option, include it here. Include any other special libraries
3307 here as well. Say "none" for none.
3311 rp="Any additional libraries?"
3318 : see how we invoke the C preprocessor
3320 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3321 cat <<'EOT' >testcpp.c
3327 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3329 wrapper=`pwd`/cppstdin
3333 if $test "X$cppstdin" != "X" && \
3334 $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3335 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3337 echo "You used to use $cppstdin $cppminus so we'll use that again."
3339 '') echo "But let's see if we can live without a wrapper..." ;;
3341 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3342 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3344 echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3347 echo "(However, $cpprun $cpplast does not work, let's see...)"
3355 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3362 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3363 $cc -E <testcpp.c >testcpp.out 2>&1; \
3364 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3365 echo "Yup, it does."
3368 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3369 $cc -E - <testcpp.c >testcpp.out 2>&1; \
3370 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3371 echo "Yup, it does."
3374 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3375 $cc -P <testcpp.c >testcpp.out 2>&1; \
3376 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3377 echo "Yipee, that works!"
3380 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
3381 $cc -P - <testcpp.c >testcpp.out 2>&1; \
3382 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3383 echo "At long last!"
3386 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
3387 $cpp <testcpp.c >testcpp.out 2>&1; \
3388 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3392 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
3393 $cpp - <testcpp.c >testcpp.out 2>&1; \
3394 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3395 echo "Hooray, it works! I was beginning to wonder."
3398 elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \
3399 $wrapper <testcpp.c >testcpp.out 2>&1; \
3400 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3406 rp="No dice. I can't find a C preprocessor. Name one:"
3410 $x_cpp <testcpp.c >testcpp.out 2>&1
3411 if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3412 echo "OK, that will do." >&4
3414 echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4
3429 echo "Perhaps can we force $cc -E using a wrapper..."
3430 if $wrapper <testcpp.c >testcpp.out 2>&1; \
3431 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3437 echo "Nope, we'll have to live without it..."
3452 *) $rm -f $wrapper;;
3454 $rm -f testcpp.c testcpp.out
3456 : determine optimize, if desired, or use for debug flag also
3460 *) dflt="$optimize";;
3464 Some C compilers have problems with their optimizers. By default, $package
3465 compiles with the -O flag to use the optimizer. Alternately, you might want
3466 to use the symbolic debugger, which uses the -g flag (on traditional Unix
3467 systems). Either flag can be specified here. To use neither flag, specify
3471 rp="What optimizer/debugger flag should be used?"
3475 'none') optimize=" ";;
3479 : We will not override a previous value, but we might want to
3480 : augment a hint file
3483 case "$gccversion" in
3484 1*) dflt='-fpcc-struct-return' ;;
3487 *-g*) dflt="$dflt -DDEBUGGING";;
3489 case "$gccversion" in
3490 2*) if test -d /etc/conf/kconfig.d &&
3491 $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
3500 case "$mips_type" in
3501 *BSD*|'') inclwanted="$locincpth $usrinc";;
3502 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
3504 for thisincl in $inclwanted; do
3505 if $test -d $thisincl; then
3506 if $test x$thisincl != x$usrinc; then
3509 *) dflt="$dflt -I$thisincl";;
3515 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
3517 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
3525 *) dflt="$dflt -D$2";;
3530 set signal.h __LANGUAGE_C__; eval $inctest
3532 set signal.h LANGUAGE_C; eval $inctest
3534 set signal.h NO_PROTOTYPE; eval $inctest
3535 set signal.h _NO_PROTO; eval $inctest
3538 none|recommended) dflt="$ccflags $dflt" ;;
3539 *) dflt="$ccflags";;
3547 Your C compiler may want other flags. For this question you should include
3548 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
3549 but you should NOT include libraries or ld flags like -lwhatever. If you
3550 want $package to honor its debug switch, you should include -DDEBUGGING here.
3551 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE,
3552 -DHIDEMYMALLOC or -DCRIPPLED_CC.
3554 To use no flags, specify the word "none".
3560 rp="Any additional cc flags?"
3567 : the following weeds options from ccflags that are of no interest to cpp
3569 case "$gccversion" in
3570 1*) cppflags="$cppflags -D__GNUC__"
3572 case "$mips_type" in
3574 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
3580 echo "Let me guess what the preprocessor flags are..." >&4
3594 *) ftry="$previous $flag";;
3596 if $cppstdin -DLFRULB=bar $ftry $cppminus <cpp.c \
3597 >cpp1.out 2>/dev/null && \
3598 $cpprun -DLFRULB=bar $ftry $cpplast <cpp.c \
3599 >cpp2.out 2>/dev/null && \
3600 $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
3601 $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
3603 cppflags="$cppflags $ftry"
3613 *-*) echo "They appear to be: $cppflags";;
3615 $rm -f cpp.c cpp?.out
3619 : flags used in final linking phase
3622 '') if ./venix; then
3628 *-posix*) dflt="$dflt -posix" ;;
3631 *) dflt="$ldflags";;
3634 : Try to guess additional flags to pick up local libraries.
3635 for thislibdir in $libpth; do
3636 case " $loclibpth " in
3639 *"-L$thislibdir "*) ;;
3640 *) dflt="$dflt -L$thislibdir" ;;
3652 Your C linker may need flags. For this question you should
3653 include -L/whatever and any other flags used by the C linker, but you
3654 should NOT include libraries like -lwhatever.
3656 Make sure you include the appropriate -L/path flags if your C linker
3657 does not normally search all of the directories you specified above,
3660 To use no flags, specify the word "none".
3664 rp="Any additional ld flags (NOT including libraries)?"
3670 rmlist="$rmlist pdp11"
3674 echo "Checking your choice of C compiler and flags for coherency..." >&4
3675 set X $cc $optimize $ccflags $ldflags try.c -o try
3678 I've tried to compile and run a simple program with:
3683 and I got the following output:
3686 $cat > try.c <<'EOF'
3691 if sh -c "$cc $optimize $ccflags try.c -o try $ldflags" >>try.msg 2>&1; then
3692 if sh -c './try' >>try.msg 2>&1; then
3695 echo "The program compiled OK, but exited with status $?." >>try.msg
3696 rp="You have a problem. Shall I abort Configure"
3700 echo "I can't compile the test program." >>try.msg
3701 rp="You have a BIG problem. Shall I abort Configure"
3707 case "$knowitall" in
3709 echo "(The supplied flags might be incorrect with this C compiler.)"
3717 *) echo "Ok. Stopping Configure." >&4
3722 n) echo "OK, that should do.";;
3724 $rm -f try try.* core
3727 echo "Checking for GNU C Library..." >&4
3728 cat >gnulibc.c <<EOM
3732 return __libc_main();
3735 if $cc $ccflags $ldflags -o gnulibc gnulibc.c $libs >/dev/null 2>&1 && \
3736 ./gnulibc | $contains '^GNU C Library' >/dev/null 2>&1; then
3738 echo "You are using the GNU C Library"
3741 echo "You are not using the GNU C Library"
3747 : see if nm is to be used to determine whether a symbol is defined or not
3750 case "$d_gnulibc" in
3755 dflt=`egrep 'inlibc|csym' ../Configure | wc -l 2>/dev/null`
3756 if $test $dflt -gt 20; then
3773 I can use 'nm' to extract the symbols from your C libraries. This is a time
3774 consuming task which may generate huge output on the disk (up to 3 megabytes)
3775 but that should make the symbols extraction faster. The alternative is to skip
3776 the 'nm' extraction part and to compile a small test program instead to
3777 determine whether each symbol is present. If you have a fast C compiler and/or
3778 if your 'nm' output cannot be parsed, this may be the best solution.
3779 You shouldn't let me use 'nm' if you have the GNU C Library.
3782 rp='Shall I use nm to extract C symbols from the libraries?'
3794 : nm options which may be necessary
3796 '') if $test -f /mach_boot; then
3798 elif $test -d /usr/ccs/lib; then
3800 elif $test -f /dgux; then
3807 : nm options which may be necessary for shared libraries but illegal
3808 : for archive libraries. Thank you, Linux.
3809 case "$nm_so_opt" in
3810 '') case "$myuname" in
3812 if nm --help | $grep 'dynamic' > /dev/null 2>&1; then
3813 nm_so_opt='--dynamic'
3822 : get list of predefined functions in a handy place
3827 *-lc_s*) libc=`./loc libc_s.a $libc $libpth`
3834 *) for thislib in $libs; do
3837 : Handle C library specially below.
3840 thislib=`echo $thislib | $sed -e 's/^-l//'`
3841 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
3843 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
3845 elif try=`./loc lib$thislib.a X $libpth`; $test -f "$try"; then
3847 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
3849 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
3851 elif try=`./loc Slib$thislib.a X $xlibpth`; $test -f "$try"; then
3856 libnames="$libnames $try"
3858 *) libnames="$libnames $thislib" ;;
3867 for xxx in $libpth; do
3868 $test -r $1 || set $xxx/libc.$so
3869 : The messy sed command sorts on library version numbers.
3871 set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
3872 tr ' ' '\012' | egrep -v '\.[A-Za-z]*$' | $sed -e '
3874 s/[0-9][0-9]*/0000&/g
3875 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
3878 sort | $sed -e 's/^.* //'`
3881 $test -r $1 || set /usr/ccs/lib/libc.$so
3882 $test -r $1 || set /lib/libsys_s.a
3888 if $test -r "$1"; then
3889 echo "Your (shared) C library seems to be in $1."
3891 elif $test -r /lib/libc && $test -r /lib/clib; then
3892 echo "Your C library seems to be in both /lib/clib and /lib/libc."
3894 libc='/lib/clib /lib/libc'
3895 if $test -r /lib/syslib; then
3896 echo "(Your math library is in /lib/syslib.)"
3897 libc="$libc /lib/syslib"
3899 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
3900 echo "Your C library seems to be in $libc, as you said before."
3901 elif $test -r $incpath/usr/lib/libc.a; then
3902 libc=$incpath/usr/lib/libc.a;
3903 echo "Your C library seems to be in $libc. That's fine."
3904 elif $test -r /lib/libc.a; then
3906 echo "Your C library seems to be in $libc. You're normal."
3908 if tans=`./loc libc.a blurfl/dyick $libpth`; $test -r "$tans"; then
3910 elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
3911 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
3912 elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
3914 elif tans=`./loc Slibc.a blurfl/dyick $xlibpth`; $test -r "$tans"; then
3916 elif tans=`./loc Mlibc.a blurfl/dyick $xlibpth`; $test -r "$tans"; then
3919 tans=`./loc Llibc.a blurfl/dyick $xlibpth`
3921 if $test -r "$tans"; then
3922 echo "Your C library seems to be in $tans, of all places."
3928 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
3932 If the guess above is wrong (which it might be if you're using a strange
3933 compiler, or your machine supports multiple models), you can override it here.
3938 echo $libpth | tr ' ' '\012' | sort | uniq > libpath
3940 I can't seem to find your C library. I've looked in the following places:
3943 $sed 's/^/ /' libpath
3946 None of these seems to contain your C library. I need to get its name...
3951 rp='Where is your C library?'
3956 echo $libc $libnames | tr ' ' '\012' | sort | uniq > libnames
3957 set X `cat libnames`
3960 case $# in 1) xxx=file; esac
3961 echo "Extracting names from the following $xxx for later perusal:" >&4
3963 $sed 's/^/ /' libnames >&4
3965 $echo $n "This may take a while...$c" >&4
3967 : Linux may need the special Dynamic option to nm for shared libraries.
3968 : In general, this is stored in the nm_so_opt variable.
3969 : Unfortunately, that option may be fatal on non-shared libraries.
3970 for nm_libs_ext in $*; do
3971 case $nm_libs_ext in
3972 *$so*) nm $nm_so_opt $nm_opt $nm_libs_ext 2>/dev/null ;;
3973 *) nm $nm_opt $nm_libs_ext 2>/dev/null ;;
3978 $grep fprintf libc.tmp > libc.ptf
3979 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
3980 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
3982 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *_[_.]*//p' -e 's/^.* $xxx *//p'";\
3984 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
3986 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
3988 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
3990 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
3992 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
3994 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
3996 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
3998 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
4000 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4002 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
4004 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4006 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
4007 -e '/ file/d' -e 's/^\([^ ]*\).*/\1/p'";\
4009 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4011 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
4013 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4015 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
4017 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4019 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
4021 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4023 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
4025 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4028 nm -p $* 2>/dev/null >libc.tmp
4029 $grep fprintf libc.tmp > libc.ptf
4030 if com="$sed -n -e 's/^.* [ADTSIW] *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
4031 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
4037 echo "nm didn't seem to work right. Trying ar instead..." >&4
4039 if ar t $libc > libc.tmp; then
4040 for thisname in $libnames; do
4041 ar t $thisname >>libc.tmp
4043 $sed -e 's/\.o$//' < libc.tmp > libc.list
4046 echo "ar didn't seem to work right." >&4
4047 echo "Maybe this is a Cray...trying bld instead..." >&4
4048 if bld t $libc | $sed -e 's/.*\///' -e 's/\.o:.*$//' > libc.list
4050 for thisname in $libnames; do
4052 $sed -e 's/.*\///' -e 's/\.o:.*$//' >>libc.list
4053 ar t $thisname >>libc.tmp
4057 echo "That didn't work either. Giving up." >&4
4064 if $test -f /lib/syscalls.exp; then
4066 echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
4067 $sed -n 's/^\([^ ]*\)[ ]*syscall$/\1/p' /lib/syscalls.exp >>libc.list
4071 $rm -f libnames libpath
4073 : Define several unixisms. Hints files or command line options
4074 : can be used to override them.
4087 : Which makefile gets called first. This is used by make depend.
4088 case "$firstmakefile" in
4089 '') firstmakefile='makefile';;
4092 : determine filename position in cpp output
4094 echo "Computing filename position in cpp output for #include directives..." >&4
4095 echo '#include <stdio.h>' > foo.c
4098 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
4099 $grep '^[ ]*#.*stdio\.h' | \
4100 while read cline; do
4103 while $test \$# -gt 0; do
4104 if $test -r \`echo \$1 | $tr -d '"'\`; then
4109 pos=\`expr \$pos + 1\`
4121 *) pos="${fieldn}th";;
4123 echo "Your cpp writes the filename in the $pos field of the line."
4125 : locate header file
4130 if test -f $usrinc/\$wanted; then
4131 echo "$usrinc/\$wanted"
4134 awkprg='{ print \$$fieldn }'
4135 echo "#include <\$wanted>" > foo\$\$.c
4136 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
4137 $grep "^[ ]*#.*\$wanted" | \
4138 while read cline; do
4139 name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
4141 */\$wanted) echo "\$name"; exit 0;;
4152 : define an alternate in-header-list? function
4153 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
4154 cont=true; xxf="echo \"<\$1> found.\" >&4";
4155 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
4156 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
4158 case $# in 4) instead=instead;; *) instead="at last";; esac;
4159 while $test "$cont"; do
4161 var=$2; eval "was=\$$2";
4162 if $test "$xxx" && $test -r "$xxx";
4164 eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
4167 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
4168 set $yyy; shift; shift; yyy=$@;
4169 case $# in 0) cont="";;
4170 2) xxf="echo \"but I found <\$1> $instead.\" >&4";
4171 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
4172 *) xxf="echo \"but I found <\$1\> instead.\" >&4";
4173 xxnf="echo \"there is no <\$1>, ...\" >&4";;
4177 do set $yyy; var=$2; eval "was=\$$2";
4178 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
4179 set $yyy; shift; shift; yyy=$@;
4182 : see if dld is available
4186 : is a C symbol defined?
4189 -v) tf=libc.tmp; tc=""; tdc="";;
4190 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
4191 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
4194 case "$reuseval-$4" in
4196 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
4202 if $contains $tlook $tf >/dev/null 2>&1;
4207 echo "main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
4208 if $cc $ccflags $ldflags -o t t.c $libs >/dev/null 2>&1;
4216 $define) tval=true;;
4222 : define an is-in-libc? function
4223 inlibc='echo " "; td=$define; tu=$undef;
4224 sym=$1; var=$2; eval "was=\$$2";
4226 case "$reuseval$was" in
4236 echo "$sym() found." >&4;
4237 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
4239 echo "$sym() NOT found." >&4;
4240 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
4244 $define) echo "$sym() found." >&4;;
4245 *) echo "$sym() NOT found." >&4;;
4249 : see if dlopen exists
4256 : determine which dynamic loading, if any, to compile in
4258 dldir="ext/DynaLoader"
4271 $define) dflt='y' ;;
4274 $define) dflt='y' ;;
4276 : Does a dl_xxx.xs file exist for this operating system
4277 $test -f ../$dldir/dl_${osname}.xs && dflt='y'
4280 rp="Do you wish to use dynamic loading?"
4287 if $test -f ../$dldir/dl_${osname}.xs ; then
4288 dflt="$dldir/dl_${osname}.xs"
4289 elif $test "$d_dlopen" = "$define" ; then
4290 dflt="$dldir/dl_dlopen.xs"
4291 elif $test "$i_dld" = "$define" ; then
4292 dflt="$dldir/dl_dld.xs"
4297 *) dflt="$dldir/$dlsrc"
4300 echo "The following dynamic loading files are available:"
4301 : Can not go over to $dldir because getfile has path hard-coded in.
4302 cd ..; ls -C $dldir/dl*.xs; cd UU
4303 rp="Source file to use for dynamic loading"
4308 dlsrc=`echo $ans | $sed -e 's@.*/\([^/]*\)$@\1@'`
4312 Some systems may require passing special flags to $cc -c to
4313 compile modules that will be used to create a shared library.
4314 To use no flags, say "none".
4317 case "$cccdlflags" in
4318 '') case "$gccversion" in
4319 '') case "$osname" in
4321 next) dflt='none' ;;
4322 solaris|svr4*|esix*) dflt='-Kpic' ;;
4323 irix*) dflt='-KPIC' ;;
4324 sunos) dflt='-pic' ;;
4329 *) dflt="$cccdlflags" ;;
4331 rp="Any special flags to pass to $cc -c to compile shared library modules?"
4334 none) cccdlflags=' ' ;;
4335 *) cccdlflags="$ans" ;;
4340 Some systems use ld to create libraries that can be dynamically loaded,
4341 while other systems (such as those using ELF) use $cc.
4345 '') $cat >try.c <<'EOM'
4346 /* Test for whether ELF binaries are produced */
4351 int i = open("a.out",O_RDONLY);
4354 if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
4355 exit(0); /* succeed (yes, it's ELF) */
4360 if $cc $ccflags try.c >/dev/null 2>&1 && ./a.out; then
4362 You appear to have ELF support. I'll use $cc to build dynamic libraries.
4366 echo "I'll use ld to build dynamic libraries."
4375 rp="What command should be used to create dynamic libraries?"
4381 Some systems may require passing special flags to $ld to create a
4382 library that can be dynamically loaded. If your ld flags include
4383 -L/other/path options to locate libraries outside your loader's normal
4384 search path, you may need to specify those -L options here as well. To
4385 use no flags, say "none".
4388 case "$lddlflags" in
4389 '') case "$osname" in
4391 linux|irix*) dflt='-shared' ;;
4392 next) dflt='none' ;;
4393 solaris) dflt='-G' ;;
4394 sunos) dflt='-assert nodefinitions' ;;
4395 svr4*|esix*) dflt="-G $ldflags" ;;
4399 *) dflt="$lddlflags" ;;
4402 : Try to guess additional flags to pick up local libraries.
4403 for thisflag in $ldflags; do
4408 *) dflt="$dflt $thisflag" ;;
4418 rp="Any special flags to pass to $ld to create a dynamically loaded library?"
4421 none) lddlflags=' ' ;;
4422 *) lddlflags="$ans" ;;
4427 Some systems may require passing special flags to $cc to indicate that
4428 the resulting executable will use dynamic linking. To use no flags,
4432 case "$ccdlflags" in
4433 '') case "$osname" in
4434 hpux) dflt='-Wl,-E' ;;
4435 linux) dflt='-rdynamic' ;;
4436 next) dflt='none' ;;
4437 sunos) dflt='none' ;;
4440 *) dflt="$ccdlflags" ;;
4442 rp="Any special flags to pass to $cc to use dynamic loading?"
4445 none) ccdlflags=' ' ;;
4446 *) ccdlflags="$ans" ;;
4460 # No dynamic loading being used, so don't bother even to prompt.
4463 *) case "$useshrplib" in
4464 '') case "$osname" in
4465 svr4|dgux|dynixptx|esix|powerux)
4467 also='Building a shared libperl is required for dynamic loading to work on your system.'
4472 also='Building a shared libperl is needed for MAB support.'
4480 also='Building a shared libperl will definitely not work on SunOS 4.'
4494 The perl executable is normally obtained by linking perlmain.c with
4495 libperl${lib_ext}, any static extensions (usually just DynaLoader), and
4496 any other libraries needed on this system (such as -lm, etc.). Since
4497 your system supports dynamic loading, it is probably possible to build
4498 a shared libperl.$so. If you will have more than one executable linked
4499 to libperl.$so, this will significantly reduce the size of each
4500 executable, but it may have a noticeable affect on performance. The
4501 default is probably sensible for your system.
4505 rp="Build a shared libperl.$so (y/n)"
4510 # Why does next4 have to be so different?
4511 case "${osname}${osvers}" in
4512 next4*) xxx='DYLD_LIBRARY_PATH' ;;
4513 *) xxx='LD_LIBRARY_PATH' ;;
4517 To build perl, you must add the current working directory to your
4518 $xxx environtment variable before running make. You can do
4520 $xxx=\`pwd\`; export $xxx
4521 for Bourne-style shells, or
4523 for Csh-style shells. You *MUST* do this before running make.
4527 *) useshrplib='false' ;;
4532 case "$useshrplib" in
4536 # Figure out a good name for libperl.so. Since it gets stored in
4537 # a version-specific architecture-dependent library, the version
4538 # number isn't really that important, except for making cc/ld happy.
4540 # A name such as libperl.so.3.1
4541 majmin="libperl.$so.$patchlevel.$subversion"
4542 # A name such as libperl.so.301
4543 majonly=`echo $patchlevel $subversion |
4544 $awk '{printf "%d%02d", $1, $2}'`
4545 majonly=libperl.$so.$majonly
4546 # I'd prefer to keep the os-specific stuff here to a minimum, and
4547 # rely on figuring it out from the naming of libc.
4548 case "${osname}${osvers}" in
4551 # XXX How handle the --version stuff for MAB?
4553 linux*) # ld won't link with a bare -lperl otherwise.
4556 *) # Try to guess based on whether libc has major.minor.
4558 *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
4559 *libc.$so.[0-9]*) dflt=$majonly ;;
4560 *) dflt=libperl.$so ;;
4570 I need to select a good name for the shared libperl. If your system uses
4571 library names with major and minor numbers, then you might want something
4572 like $majmin. Alternatively, if your system uses a single version
4573 number for shared libraries, then you might want to use $majonly.
4574 Or, your system might be quite happy with a simple libperl.$so.
4576 Since the shared libperl will get installed into a version-specific
4577 architecture-dependent directory, the version number of the shared perl
4578 library probably isn't important, so the default should be o.k.
4581 rp='What name do you want to give to the shared libperl?'
4584 echo "Ok, I'll use $libperl"
4587 libperl="libperl${lib_ext}"
4591 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
4595 WARNING: Use of the shrpdir variable for the installation location of
4596 the shared $libperl is not supported. It was never documented and
4597 will not work in this version. Let me (doughera@lafcol.lafayette.edu)
4598 know of any problems this may cause.
4604 But your current setting of $shrpdir is
4605 the default anyway, so it's harmless.
4610 Further, your current attempted setting of $shrpdir
4611 conflicts with the value of $archlibexp/CORE
4612 that installperl will use.
4619 # How will the perl executable find the installed shared $libperl?
4620 # Add $xxx to ccdlflags.
4621 # If we can't figure out a command-line option, use $shrpenv to
4622 # set env LD_RUN_PATH. The main perl makefile uses this.
4623 shrpdir=$archlibexp/CORE
4626 if "$useshrplib"; then
4632 xxx="-Wl,-rpath,$shrpdir"
4635 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
4640 *) ccdlflags="$ccdlflags $xxx"
4643 Adding $xxx to the flags
4644 passed to $ld so that the perl executable will find the
4645 installed shared $libperl.
4651 # Respect a hint or command-line value.
4653 '') shrpenv="$tmp_shrpenv" ;;
4656 : determine where manual pages go
4657 set man1dir man1dir none
4661 $spackage has manual pages available in source form.
4665 echo "However, you don't have nroff, so they're probably useless to you."
4667 '') man1dir="none";;
4670 echo "If you don't want the manual sources installed, answer 'none'."
4675 lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
4676 lookpath="$lookpath $prefixexp/man/p_man/man1"
4677 lookpath="$lookpath $prefixexp/man/u_man/man1"
4678 lookpath="$lookpath $prefixexp/man/man.1"
4679 : If prefix contains 'perl' then we want to keep the man pages
4680 : under the prefix directory. Otherwise, look in a variety of
4681 : other possible places. This is debatable, but probably a
4682 : good compromise. Well, apparently not.
4683 : Experience has shown people expect man1dir to be under prefix,
4684 : so we now always put it there. Users who want other behavior
4685 : can answer interactively or use a command line option.
4686 : Does user have System V-style man paths.
4688 */?_man*) dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
4689 *) dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
4699 rp="Where do the main $spackage manual pages (source) go?"
4701 if $test "X$man1direxp" != "X$ansexp"; then
4705 man1direxp="$ansexp"
4713 Since you are running AFS, I need to distinguish the directory in which
4714 manual pages reside from the directory in which they are installed (and from
4715 which they are presumably copied to the former directory by occult means).
4718 case "$installman1dir" in
4719 '') dflt=`echo $man1direxp | sed 's#^/afs/#/afs/.#'`;;
4720 *) dflt="$installman1dir";;
4723 rp='Where will man pages be installed?'
4725 installman1dir="$ans"
4727 installman1dir="$man1direxp"
4730 : What suffix to use on installed man pages
4737 rp="What suffix should be used for the main $spackage man pages?"
4739 '') case "$man1dir" in
4753 *) dflt="$man1ext";;
4760 : see if we can have long filenames
4762 rmlist="$rmlist /tmp/cf$$"
4763 $test -d /tmp/cf$$ || mkdir /tmp/cf$$
4764 first=123456789abcdef
4765 second=/tmp/cf$$/$first
4766 $rm -f $first $second
4767 if (echo hi >$first) 2>/dev/null; then
4768 if $test -f 123456789abcde; then
4769 echo 'You cannot have filenames longer than 14 characters. Sigh.' >&4
4772 if (echo hi >$second) 2>/dev/null; then
4773 if $test -f /tmp/cf$$/123456789abcde; then
4775 That's peculiar... You can have filenames longer than 14 characters, but only
4776 on some of the filesystems. Maybe you are using NFS. Anyway, to avoid problems
4777 I shall consider your system cannot support long filenames at all.
4781 echo 'You can have filenames longer than 14 characters.' >&4
4786 How confusing! Some of your filesystems are sane enough to allow filenames
4787 longer than 14 characters but some others like /tmp can't even think about them.
4788 So, for now on, I shall assume your kernel does not allow them at all.
4795 You can't have filenames longer than 14 chars. You can't even think about them!
4801 $rm -rf /tmp/cf$$ 123456789abcde*
4803 : determine where library module manual pages go
4804 set man3dir man3dir none
4808 $spackage has manual pages for many of the library modules.
4814 However, you don't have nroff, so they're probably useless to you.
4815 You can use the supplied perldoc script instead.
4818 '') man3dir="none";;
4822 case "$d_flexfnam" in
4825 However, your system can't handle the long file names like File::Basename.3.
4826 You can use the supplied perldoc script instead.
4829 '') man3dir="none";;
4833 echo "If you don't want the manual sources installed, answer 'none'."
4834 : We dont use /usr/local/man/man3 because some man programs will
4835 : only show the /usr/local/man/man3 contents, and not the system ones,
4836 : thus man less will show the perl module less.pm, but not the system
4837 : less command. We might also conflict with TCL man pages.
4838 : However, something like /opt/perl/man/man3 is fine.
4840 '') case "$prefix" in
4841 *perl*) dflt=`echo $man1dir |
4842 $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'` ;;
4843 *) dflt="$privlib/man/man3" ;;
4847 *) dflt="$man3dir" ;;
4852 rp="Where do the $spackage library man pages (source) go?"
4854 if test "X$man3direxp" != "X$ansexp"; then
4859 man3direxp="$ansexp"
4867 Since you are running AFS, I need to distinguish the directory in which
4868 manual pages reside from the directory in which they are installed (and from
4869 which they are presumably copied to the former directory by occult means).
4872 case "$installman3dir" in
4873 '') dflt=`echo $man3direxp | sed 's#^/afs/#/afs/.#'`;;
4874 *) dflt="$installman3dir";;
4877 rp='Where will man pages be installed?'
4879 installman3dir="$ans"
4881 installman3dir="$man3direxp"
4884 : What suffix to use on installed man pages
4891 rp="What suffix should be used for the $spackage library man pages?"
4893 '') case "$man3dir" in
4907 *) dflt="$man3ext";;
4914 : see if we have to deal with yellow pages, now NIS.
4915 if $test -d /usr/etc/yp || $test -d /etc/yp; then
4916 if $test -f /usr/etc/nibindd; then
4918 echo "I'm fairly confident you're on a NeXT."
4920 rp='Do you get the hosts file via NetInfo?'
4929 y*) hostcat='nidump hosts .';;
4930 *) case "$hostcat" in
4931 nidump*) hostcat='';;
4941 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
4949 rp='Are you getting the hosts file via yellow pages?'
4952 y*) hostcat='ypcat hosts';;
4953 *) hostcat='cat /etc/hosts';;
4959 : now get the host name
4961 echo "Figuring out host name..." >&4
4962 case "$myhostname" in
4964 echo 'Maybe "hostname" will work...'
4965 if tans=`sh -c hostname 2>&1` ; then
4973 if $test "$cont"; then
4975 echo 'Oh, dear. Maybe "/etc/systemid" is the key...'
4976 if tans=`cat /etc/systemid 2>&1` ; then
4978 phostname='cat /etc/systemid'
4979 echo "Whadyaknow. Xenix always was a bit strange..."
4982 elif $test -r /etc/systemid; then
4983 echo "(What is a non-Xenix system doing with /etc/systemid?)"
4986 if $test "$cont"; then
4987 echo 'No, maybe "uuname -l" will work...'
4988 if tans=`sh -c 'uuname -l' 2>&1` ; then
4990 phostname='uuname -l'
4992 echo 'Strange. Maybe "uname -n" will work...'
4993 if tans=`sh -c 'uname -n' 2>&1` ; then
4995 phostname='uname -n'
4997 echo 'Oh well, maybe I can mine it out of whoami.h...'
4998 if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
4999 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
5000 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
5002 case "$myhostname" in
5003 '') echo "Does this machine have an identity crisis or something?"
5006 echo "Well, you said $myhostname before..."
5007 phostname='echo $myhostname';;
5013 : you do not want to know about this
5018 if $test "$myhostname" ; then
5020 rp='Your host name appears to be "'$myhostname'".'" Right?"
5028 : bad guess or no guess
5029 while $test "X$myhostname" = X ; do
5031 rp="Please type the (one word) name of your host:"
5036 : translate upper to lower if necessary
5037 case "$myhostname" in
5039 echo "(Normalizing case in your host name)"
5040 myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
5044 case "$myhostname" in
5046 dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
5047 myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
5048 echo "(Trimming domain name from host name--host name is now $myhostname)"
5050 *) case "$mydomain" in
5053 : If we use NIS, try ypmatch.
5054 : Is there some reason why this was not done before?
5055 test "X$hostcat" = "Xypcat hosts" &&
5056 ypmatch "$myhostname" hosts 2>/dev/null |\
5057 $sed -e 's/[ ]*#.*//; s/$/ /' > hosts && \
5060 : Extract only the relevant hosts, reducing file size,
5061 : remove comments, insert trailing space for later use.
5062 $hostcat | $sed -n -e "s/[ ]*#.*//; s/\$/ /
5063 /[ ]$myhostname[ . ]/p" > hosts
5066 $test x`$awk "/[0-9].*[ ]$myhostname$tmp_re/ { sum++ }
5067 END { print sum }" hosts` = x1 || tmp_re="[ ]"
5068 dflt=.`$awk "/[0-9].*[ ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
5069 hosts | $sort | $uniq | \
5070 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
5071 case `$echo X$dflt` in
5072 X*\ *) echo "(Several hosts in /etc/hosts matched hostname)"
5075 X.) echo "(You do not have fully-qualified names in /etc/hosts)"
5080 tans=`./loc resolv.conf X /etc /usr/etc`
5081 if $test -f "$tans"; then
5082 echo "(Attempting domain name extraction from $tans)"
5083 : Why was there an Egrep here, when Sed works?
5084 : Look for either a search or a domain directive.
5085 dflt=.`$sed -n -e 's/^search[ ]*\(.*\)/\1/p' $tans \
5086 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
5088 .) dflt=.`$sed -n -e 's/^domain[ ]*\(.*\)/\1/p' $tans \
5089 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
5096 .) echo "(No help from resolv.conf either -- attempting clever guess)"
5097 dflt=.`sh -c domainname 2>/dev/null`
5100 .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
5105 .) echo "(Lost all hope -- silly guess then)"
5111 *) dflt="$mydomain";;
5115 rp="What is your domain name?"
5125 : translate upper to lower if necessary
5128 echo "(Normalizing case in your domain name)"
5129 mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
5133 : a little sanity check here
5134 case "$phostname" in
5137 case `$phostname | ./tr '[A-Z]' '[a-z]'` in
5138 $myhostname$mydomain|$myhostname) ;;
5140 case "$phostname" in
5142 echo "(That doesn't agree with your whoami.h file, by the way.)"
5145 echo "(That doesn't agree with your $phostname command, by the way.)"
5155 I need to get your e-mail address in Internet format if possible, i.e.
5156 something like user@host.domain. Please answer accurately since I have
5157 no easy means to double check it. The default value provided below
5158 is most probably close to the reality but may not be valid from outside
5159 your organization...
5163 while test "$cont"; do
5165 '') dflt="$cf_by@$myhostname$mydomain";;
5166 *) dflt="$cf_email";;
5168 rp='What is your e-mail address?'
5174 rp='Address does not look like an Internet one. Use it anyway?'
5190 If you or somebody else will be maintaining perl at your site, please
5191 fill in the correct e-mail address here so that they may be contacted
5192 if necessary. Currently, the "perlbug" program included with perl
5193 will send mail to this address in addition to perlbug@perl.com. You may
5194 enter "none" for no administrator.
5197 case "$perladmin" in
5198 '') dflt="$cf_email";;
5199 *) dflt="$perladmin";;
5201 rp='Perl administrator e-mail address'
5205 : determine where public executable scripts go
5206 set scriptdir scriptdir
5208 case "$scriptdir" in
5211 : guess some guesses
5212 $test -d /usr/share/scripts && dflt=/usr/share/scripts
5213 $test -d /usr/share/bin && dflt=/usr/share/bin
5214 $test -d /usr/local/script && dflt=/usr/local/script
5215 $test -d $prefixexp/script && dflt=$prefixexp/script
5219 *) dflt="$scriptdir"
5224 Some installations have a separate directory just for executable scripts so
5225 that they can mount it across multiple architectures but keep the scripts in
5226 one spot. You might, for example, have a subdirectory of /usr/share for this.
5227 Or you might just lump your scripts in with all your other executables.
5231 rp='Where do you keep publicly executable scripts?'
5233 if $test "X$ansexp" != "X$scriptdirexp"; then
5237 scriptdirexp="$ansexp"
5241 Since you are running AFS, I need to distinguish the directory in which
5242 scripts reside from the directory in which they are installed (and from
5243 which they are presumably copied to the former directory by occult means).
5246 case "$installscript" in
5247 '') dflt=`echo $scriptdirexp | sed 's#^/afs/#/afs/.#'`;;
5248 *) dflt="$installscript";;
5251 rp='Where will public scripts be installed?'
5253 installscript="$ans"
5255 installscript="$scriptdirexp"
5258 : determine perl absolute location
5260 '') perlpath=$binexp/perl ;;
5263 : figure out how to guarantee perl startup
5264 case "$startperl" in
5266 case "$sharpbang" in
5270 I can use the #! construct to start perl on your system. This will
5271 make startup of perl scripts faster, but may cause problems if you
5272 want to share those scripts and perl is not in a standard place
5273 ($perlpath) on all your platforms. The alternative is to force
5274 a shell by starting the script with a single ':' character.
5278 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
5281 none) startperl=": # use perl";;
5282 *) startperl="#!$ans";;
5285 *) startperl=": # use perl"
5290 echo "I'll use $startperl to start perl scripts."
5294 Previous version of $package used the standard IO mechanisms as defined in
5295 <stdio.h>. Versions 5.003_02 and later of perl allow alternate IO
5296 mechanisms via a "PerlIO" abstraction, but the stdio mechanism is still
5297 the default and is the only supported mechanism. This abstraction
5298 layer can use AT&T's sfio (if you already have sfio installed) or
5299 fall back on standard IO. This PerlIO abstraction layer is
5300 experimental and may cause problems with some extension modules.
5302 If this doesn't make any sense to you, just accept the default 'n'.
5304 case "$useperlio" in
5305 $define|true|[yY]*) dflt='y';;
5308 rp='Use the experimental PerlIO abstraction layer?'
5315 echo "Ok, doing things the stdio way"
5322 : Check how to convert floats to strings.
5324 echo "Checking for an efficient way to convert floats to strings."
5327 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
5328 char *myname = "gconvert";
5331 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
5332 char *myname = "gcvt";
5335 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
5336 char *myname = "sprintf";
5342 checkit(expect, got)
5346 if (strcmp(expect, got)) {
5347 printf("%s oddity: Expected %s, got %s\n",
5348 myname, expect, got);
5359 /* This must be 1st test on (which?) platform */
5360 /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
5361 Gconvert(0.1, 8, 0, buf);
5362 checkit("0.1", buf);
5364 Gconvert(1.0, 8, 0, buf);
5367 Gconvert(0.0, 8, 0, buf);
5370 Gconvert(-1.0, 8, 0, buf);
5373 /* Some Linux gcvt's give 1.e+5 here. */
5374 Gconvert(100000.0, 8, 0, buf);
5375 checkit("100000", buf);
5377 /* Some Linux gcvt's give -1.e+5 here. */
5378 Gconvert(-100000.0, 8, 0, buf);
5379 checkit("-100000", buf);
5384 case "$d_Gconvert" in
5385 gconvert*) xxx_list='gconvert gcvt sprintf' ;;
5386 gcvt*) xxx_list='gcvt gconvert sprintf' ;;
5387 sprintf*) xxx_list='sprintf gconvert gcvt' ;;
5388 *) xxx_list='gconvert gcvt sprintf' ;;
5391 for xxx_convert in $xxx_list; do
5392 echo "Trying $xxx_convert"
5394 if $cc $ccflags -DTRY_$xxx_convert $ldflags -o try \
5395 try.c $libs > /dev/null 2>&1 ; then
5396 echo "$xxx_convert" found. >&4
5398 echo "I'll use $xxx_convert to convert floats into a string." >&4
5401 echo "...But $xxx_convert didn't work as I expected."
5404 echo "$xxx_convert NOT found." >&4
5408 case "$xxx_convert" in
5409 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
5410 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
5411 *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
5414 : Initialize h_fcntl
5417 : Initialize h_sysfile
5420 : access call always available on UNIX
5424 : locate the flags for 'access()'
5428 $cat >access.c <<'EOCP'
5429 #include <sys/types.h>
5434 #include <sys/file.h>
5443 : check sys/file.h first, no particular reason here
5444 if $test `./findhdr sys/file.h` && \
5445 $cc $cppflags -DI_SYS_FILE access.c -o access >/dev/null 2>&1 ; then
5447 echo "<sys/file.h> defines the *_OK access constants." >&4
5448 elif $test `./findhdr fcntl.h` && \
5449 $cc $cppflags -DI_FCNTL access.c -o access >/dev/null 2>&1 ; then
5451 echo "<fcntl.h> defines the *_OK access constants." >&4
5452 elif $test `./findhdr unistd.h` && \
5453 $cc $cppflags -DI_UNISTD access.c -o access >/dev/null 2>&1 ; then
5454 echo "<unistd.h> defines the *_OK access constants." >&4
5456 echo "I can't find the four *_OK access constants--I'll use mine." >&4
5462 : see if alarm exists
5466 : Look for GNU-cc style attribute checking
5468 echo "Checking whether your compiler can handle __attribute__ ..." >&4
5469 $cat >attrib.c <<'EOCP'
5471 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
5473 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
5474 if $contains 'warning' attrib.out >/dev/null 2>&1; then
5475 echo "Your C compiler doesn't fully support __attribute__."
5478 echo "Your C compiler supports __attribute__."
5482 echo "Your C compiler doesn't seem to understand __attribute__ at all."
5489 : see if bcmp exists
5493 : see if bcopy exists
5497 : see if this is a unistd.h system
5498 set unistd.h i_unistd
5501 : see if getpgrp exists
5502 set getpgrp d_getpgrp
5505 echo "Checking to see which flavor of getpgrp is in use . . . "
5506 case "$d_getpgrp" in
5511 #include <sys/types.h>
5513 # include <unistd.h>
5517 if (getuid() == 0) {
5518 printf("(I see you are running Configure as super-user...)\n");
5522 if (getpgrp(1) == 0)
5531 if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
5532 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
5534 elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
5535 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
5538 echo "I can't seem to compile and run the test program."
5540 xxx="a USG one, i.e. you use getpgrp()."
5542 # SVR4 systems can appear rather BSD-ish.
5545 xxx="a BSD one, i.e. you use getpgrp(pid)."
5549 xxx="probably a USG one, i.e. you use getpgrp()."
5554 echo "Assuming your getpgrp is $xxx" >&4
5563 : see if setpgrp exists
5564 set setpgrp d_setpgrp
5567 echo "Checking to see which flavor of setpgrp is in use . . . "
5568 case "$d_setpgrp" in
5573 #include <sys/types.h>
5575 # include <unistd.h>
5579 if (getuid() == 0) {
5580 printf("(I see you are running Configure as super-user...)\n");
5584 if (-1 == setpgrp(1, 1))
5587 if (setpgrp() != -1)
5593 if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
5594 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
5596 elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
5597 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
5600 echo "I can't seem to compile and run the test program."
5602 xxx="a USG one, i.e. you use setpgrp()."
5604 # SVR4 systems can appear rather BSD-ish.
5607 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
5611 xxx="probably a USG one, i.e. you use setpgrp()."
5616 echo "Assuming your setpgrp is $xxx" >&4
5623 d_bsdpgrp=$d_bsdsetpgrp
5625 : see if bzero exists
5629 : check for length of integer
5633 echo "Checking to see how big your integers are..." >&4
5634 $cat >try.c <<'EOCP'
5638 printf("%d\n", sizeof(int));
5642 if $cc $ccflags try.c -o try >/dev/null 2>&1 && ./try > /dev/null; then
5644 echo "Your integers are $intsize bytes long."
5647 echo "(I can't seem to compile the test program. Guessing...)"
5648 rp="What is the size of an integer (in bytes)?"
5656 : see if signal is declared as pointer to function returning int or void
5658 xxx=`./findhdr signal.h`
5659 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
5660 if $contains 'int.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
5661 echo "You have int (*signal())() instead of void." >&4
5663 elif $contains 'void.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
5664 echo "You have void (*signal())() instead of int." >&4
5666 elif $contains 'extern[ ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
5667 echo "You have int (*signal())() instead of void." >&4
5670 case "$d_voidsig" in
5672 echo "I can't determine whether signal handler returns void or int..." >&4
5674 rp="What type does your signal handler return?"
5681 echo "As you already told me, signal handler returns void." >&4;;
5683 echo "As you already told me, signal handler returns int." >&4;;
5688 case "$d_voidsig" in
5689 "$define") signal_t="void";;
5694 : check for ability to cast large floats to 32-bit ints.
5696 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
5697 if $test "$intsize" -eq 4; then
5703 #include <sys/types.h>
5705 $signal_t blech() { exit(3); }
5711 signal(SIGFPE, blech);
5713 f = (double) 0x7fffffff;
5717 if (i32 != ($xxx) f)
5722 if $cc -o try $ccflags try.c >/dev/null 2>&1; then
5726 echo "(I can't seem to compile the test program--assuming it can't)"
5734 echo "Nope, it can't."
5741 : check for ability to cast negative floats to unsigned
5743 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
5745 #include <sys/types.h>
5747 $signal_t blech() { exit(7); }
5748 $signal_t blech_in_list() { exit(4); }
5749 unsigned long dummy_long(p) unsigned long p; { return p; }
5750 unsigned int dummy_int(p) unsigned int p; { return p; }
5751 unsigned short dummy_short(p) unsigned short p; { return p; }
5755 unsigned long along;
5757 unsigned short ashort;
5760 signal(SIGFPE, blech);
5761 along = (unsigned long)f;
5762 aint = (unsigned int)f;
5763 ashort = (unsigned short)f;
5764 if (along != (unsigned long)-123)
5766 if (aint != (unsigned int)-123)
5768 if (ashort != (unsigned short)-123)
5770 f = (double)0x40000000;
5773 along = (unsigned long)f;
5774 if (along != 0x80000000)
5778 along = (unsigned long)f;
5779 if (along != 0x7fffffff)
5783 along = (unsigned long)f;
5784 if (along != 0x80000001)
5788 signal(SIGFPE, blech_in_list);
5790 along = dummy_long((unsigned long)f);
5791 aint = dummy_int((unsigned int)f);
5792 ashort = dummy_short((unsigned short)f);
5793 if (along != (unsigned long)123)
5795 if (aint != (unsigned int)123)
5797 if (ashort != (unsigned short)123)
5803 if $cc -o try $ccflags try.c >/dev/null 2>&1; then
5807 echo "(I can't seem to compile the test program--assuming it can't)"
5810 case "$castflags" in
5815 echo "Nope, it can't."
5822 : see if vprintf exists
5824 if set vprintf val -f d_vprintf; eval $csym; $val; then
5825 echo 'vprintf() found.' >&4
5827 $cat >vprintf.c <<'EOF'
5828 #include <varargs.h>
5830 main() { xxx("foo"); }
5839 exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
5842 if $cc $ccflags vprintf.c -o vprintf >/dev/null 2>&1 && ./vprintf; then
5843 echo "Your vsprintf() returns (int)." >&4
5846 echo "Your vsprintf() returns (char*)." >&4
5850 echo 'vprintf() NOT found.' >&4
5860 : see if chown exists
5864 : see if chroot exists
5868 : see if chsize exists
5872 : check for const keyword
5874 echo 'Checking to see if your C compiler knows about "const"...' >&4
5875 $cat >const.c <<'EOCP'
5876 typedef struct spug { int drokk; } spug;
5883 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
5885 echo "Yup, it does."
5888 echo "Nope, it doesn't."
5893 : see if crypt exists
5895 if set crypt val -f d_crypt; eval $csym; $val; then
5896 echo 'crypt() found.' >&4
5900 cryptlib=`./loc Slibcrypt.a "" $xlibpth`
5901 if $test -z "$cryptlib"; then
5902 cryptlib=`./loc Mlibcrypt.a "" $xlibpth`
5906 if $test -z "$cryptlib"; then
5907 cryptlib=`./loc Llibcrypt.a "" $xlibpth`
5911 if $test -z "$cryptlib"; then
5912 cryptlib=`./loc libcrypt.a "" $libpth`
5916 if $test -z "$cryptlib"; then
5917 echo 'crypt() NOT found.' >&4
5926 : get csh whereabouts
5928 'csh') val="$undef" ;;
5935 : see if cuserid exists
5936 set cuserid d_cuserid
5939 : see if this is a limits.h system
5940 set limits.h i_limits
5943 : see if this is a float.h system
5947 : See if number of significant digits in a double precision number is known
5949 $cat >dbl_dig.c <<EOM
5959 printf("Contains DBL_DIG");
5962 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
5963 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
5964 echo "DBL_DIG found." >&4
5967 echo "DBL_DIG NOT found." >&4
5974 : see if difftime exists
5975 set difftime d_difftime
5978 : see if this is a dirent system
5980 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
5982 echo "<dirent.h> found." >&4
5985 if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
5986 echo "<sys/dir.h> found." >&4
5989 xinc=`./findhdr sys/ndir.h`
5991 echo "<dirent.h> NOT found." >&4
5996 : Look for type of directory structure.
5998 $cppstdin $cppflags $cppminus < "$xinc" > try.c
6000 case "$direntrytype" in
6003 $define) guess1='struct dirent' ;;
6004 *) guess1='struct direct' ;;
6007 *) guess1="$direntrytype"
6012 'struct dirent') guess2='struct direct' ;;
6013 *) guess2='struct dirent' ;;
6016 if $contains "$guess1" try.c >/dev/null 2>&1; then
6017 direntrytype="$guess1"
6018 echo "Your directory entries are $direntrytype." >&4
6019 elif $contains "$guess2" try.c >/dev/null 2>&1; then
6020 direntrytype="$guess2"
6021 echo "Your directory entries seem to be $direntrytype." >&4
6023 echo "I don't recognize your system's directory entries." >&4
6024 rp="What type is used for directory entries on this system?"
6032 : see if the directory entry stores field length
6034 $cppstdin $cppflags $cppminus < "$xinc" > try.c
6035 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
6036 echo "Good, your directory entry keeps length information in d_namlen." >&4
6039 echo "Your directory entry does not know about the d_namlen field." >&4
6046 : see if dlerror exists
6049 set dlerror d_dlerror
6053 : see if dlfcn is available
6061 On a few systems, the dynamically loaded modules that perl generates and uses
6062 will need a different extension then shared libs. The default will probably
6070 rp='What is the extension of dynamically loaded modules'
6079 : Check if dlsym need a leading underscore
6085 echo "Checking whether your dlsym() needs a leading underscore ..." >&4
6086 $cat >dyna.c <<'EOM'
6095 #include <dlfcn.h> /* the dynamic linker include file for Sunos/Solaris */
6097 #include <sys/types.h>
6111 int mode = RTLD_LAZY ;
6113 handle = dlopen("./dyna.$dlext", mode) ;
6114 if (handle == NULL) {
6118 symbol = dlsym(handle, "fred") ;
6119 if (symbol == NULL) {
6120 /* try putting a leading underscore */
6121 symbol = dlsym(handle, "_fred") ;
6122 if (symbol == NULL) {
6133 : Call the object file tmp-dyna.o in case dlext=o.
6134 if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 &&
6135 mv dyna${obj_ext} tmp-dyna${obj_ext} > /dev/null 2>&1 &&
6136 $ld $lddlflags -o dyna.$dlext tmp-dyna${obj_ext} > /dev/null 2>&1 &&
6137 $cc $ccflags $ldflags $cccdlflags $ccdlflags fred.c -o fred $libs > /dev/null 2>&1; then
6140 1) echo "Test program failed using dlopen." >&4
6141 echo "Perhaps you should not use dynamic loading." >&4;;
6142 2) echo "Test program failed using dlsym." >&4
6143 echo "Perhaps you should not use dynamic loading." >&4;;
6144 3) echo "dlsym needs a leading underscore" >&4
6146 4) echo "dlsym doesn't need a leading underscore." >&4;;
6149 echo "I can't compile and run the test program." >&4
6154 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
6159 : see if dup2 exists
6163 : Locate the flags for 'open()'
6165 $cat >open3.c <<'EOCP'
6166 #include <sys/types.h>
6171 #include <sys/file.h>
6182 : check sys/file.h first to get FREAD on Sun
6183 if $test `./findhdr sys/file.h` && \
6184 $cc $cppflags "-DI_SYS_FILE" open3.c -o open3 >/dev/null 2>&1 ; then
6186 echo "<sys/file.h> defines the O_* constants..." >&4
6188 echo "and you have the 3 argument form of open()." >&4
6191 echo "but not the 3 argument form of open(). Oh, well." >&4
6194 elif $test `./findhdr fcntl.h` && \
6195 $cc "-DI_FCNTL" open3.c -o open3 >/dev/null 2>&1 ; then
6197 echo "<fcntl.h> defines the O_* constants..." >&4
6199 echo "and you have the 3 argument form of open()." >&4
6202 echo "but not the 3 argument form of open(). Oh, well." >&4
6207 echo "I can't find the O_* constant definitions! You got problems." >&4
6213 : check for non-blocking I/O stuff
6214 case "$h_sysfile" in
6215 true) echo "#include <sys/file.h>" > head.c;;
6218 true) echo "#include <fcntl.h>" > head.c;;
6219 *) echo "#include <sys/fcntl.h>" > head.c;;
6224 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
6225 case "$o_nonblock" in
6228 $cat >>try.c <<'EOCP'
6231 printf("O_NONBLOCK\n");
6235 printf("O_NDELAY\n");
6239 printf("FNDELAY\n");
6245 if $cc $ccflags $ldflags try.c -o try >/dev/null 2>&1; then
6247 case "$o_nonblock" in
6248 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
6249 *) echo "Seems like we can use $o_nonblock.";;
6252 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
6255 *) echo "Using $hint value $o_nonblock.";;
6257 $rm -f try try.* .out core
6260 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
6266 #include <sys/types.h>
6268 #define MY_O_NONBLOCK $o_nonblock
6270 $signal_t blech(x) int x; { exit(3); }
6272 $cat >> try.c <<'EOCP'
6280 pipe(pd); /* Down: child -> parent */
6281 pipe(pu); /* Up: parent -> child */
6284 close(pd[1]); /* Parent reads from pd[0] */
6285 close(pu[0]); /* Parent writes (blocking) to pu[1] */
6286 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
6288 signal(SIGALRM, blech);
6290 if ((ret = read(pd[0], buf, 1)) > 0) /* Nothing to read! */
6292 sprintf(string, "%d\n", ret);
6293 write(2, string, strlen(string));
6296 if (errno == EAGAIN) {
6302 if (errno == EWOULDBLOCK)
6303 printf("EWOULDBLOCK\n");
6306 write(pu[1], buf, 1); /* Unblocks child, tell it to close our pipe */
6307 sleep(2); /* Give it time to close our pipe */
6309 ret = read(pd[0], buf, 1); /* Should read EOF */
6311 sprintf(string, "%d\n", ret);
6312 write(3, string, strlen(string));
6316 close(pd[0]); /* We write to pd[1] */
6317 close(pu[1]); /* We read from pu[0] */
6318 read(pu[0], buf, 1); /* Wait for parent to signal us we may continue */
6319 close(pd[1]); /* Pipe pd is now fully closed! */
6320 exit(0); /* Bye bye, thank you for playing! */
6323 if $cc $ccflags $ldflags try.c -o try >/dev/null 2>&1; then
6324 echo "$startsh" >mtry
6325 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
6327 ./mtry >/dev/null 2>&1
6329 0) eagain=`$cat try.out`;;
6330 1) echo "Could not perform non-blocking setting!";;
6331 2) echo "I did a successful read() for something that was not there!";;
6332 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
6333 *) echo "Something terribly wrong happened during testing.";;
6335 rd_nodata=`$cat try.ret`
6336 echo "A read() system call with no data present returns $rd_nodata."
6337 case "$rd_nodata" in
6340 echo "(That's peculiar, fixing that to be -1.)"
6346 echo "Forcing errno EAGAIN on read() with no data available."
6350 echo "Your read() sets errno to $eagain when no data is available."
6353 status=`$cat try.err`
6355 0) echo "And it correctly returns 0 to signal EOF.";;
6356 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
6357 *) echo "However, your read() returns '$status' on EOF??";;
6360 if test "$status" -eq "$rd_nodata"; then
6361 echo "WARNING: you can't distinguish between EOF and no data!"
6365 echo "I can't compile the test program--assuming errno EAGAIN will do."
6372 echo "Using $hint value $eagain."
6373 echo "Your read() returns $rd_nodata when no data is present."
6374 case "$d_eofnblk" in
6375 "$define") echo "And you can see EOF because read() returns 0.";;
6376 "$undef") echo "But you can't see EOF status from read() returned value.";;
6378 echo "(Assuming you can't see EOF status from read anyway.)"
6384 $rm -f try try.* .out core head.c mtry
6386 : see if fchmod exists
6390 : see if fchown exists
6394 : see if this is an fcntl system
6398 : see if fgetpos exists
6399 set fgetpos d_fgetpos
6402 : see if flock exists
6406 : see if fork exists
6410 : see if pathconf exists
6411 set pathconf d_pathconf
6414 : see if fpathconf exists
6415 set fpathconf d_fpathconf
6418 : see if fsetpos exists
6419 set fsetpos d_fsetpos
6422 : see if gethostent exists
6423 set gethostent d_gethent
6426 : see if getlogin exists
6427 set getlogin d_getlogin
6430 : see if getpgid exists
6431 set getpgid d_getpgid
6434 : see if getpgrp2 exists
6435 set getpgrp2 d_getpgrp2
6438 : see if getppid exists
6439 set getppid d_getppid
6442 : see if getpriority exists
6443 set getpriority d_getprior
6446 : see if this is a netinet/in.h or sys/in.h system
6447 set netinet/in.h i_niin sys/in.h i_sysin
6450 : see if htonl --and friends-- exists
6455 : Maybe they are macros.
6460 #include <sys/types.h>
6461 #$i_niin I_NETINET_IN
6464 #include <netinet/in.h>
6470 printf("Defined as a macro.");
6473 $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
6474 if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
6476 echo "But it seems to be defined as a macro." >&4
6484 : see which of string.h or strings.h is needed
6486 strings=`./findhdr string.h`
6487 if $test "$strings" && $test -r "$strings"; then
6488 echo "Using <string.h> instead of <strings.h>." >&4
6492 strings=`./findhdr strings.h`
6493 if $test "$strings" && $test -r "$strings"; then
6494 echo "Using <strings.h> instead of <string.h>." >&4
6496 echo "No string header found -- You'll surely have problems." >&4
6502 "$undef") strings=`./findhdr strings.h`;;
6503 *) strings=`./findhdr string.h`;;
6508 if set index val -f; eval $csym; $val; then
6509 if set strchr val -f d_strchr; eval $csym; $val; then
6510 if $contains strchr "$strings" >/dev/null 2>&1 ; then
6513 echo "strchr() found." >&4
6517 echo "index() found." >&4
6522 echo "index() found." >&4
6525 if set strchr val -f d_strchr; eval $csym; $val; then
6528 echo "strchr() found." >&4
6530 echo "No index() or strchr() found!" >&4
6535 set d_strchr; eval $setvar
6537 set d_index; eval $setvar
6541 $cat >isascii.c <<'EOCP'
6552 if $cc $ccflags $ldflags -o isascii isascii.c $libs >/dev/null 2>&1 ; then
6553 echo "isascii() found." >&4
6556 echo "isascii() NOT found." >&4
6563 : see if killpg exists
6567 : see if link exists
6571 : see if localeconv exists
6572 set localeconv d_locconv
6575 : see if lockf exists
6579 : see if lstat exists
6583 : see if mblen exists
6587 : see if mbstowcs exists
6588 set mbstowcs d_mbstowcs
6591 : see if mbtowc exists
6595 : see if memcmp exists
6599 : see if memcpy exists
6603 : see if memmove exists
6604 set memmove d_memmove
6607 : see if memset exists
6611 : see if mkdir exists
6615 : see if mkfifo exists
6619 : see if mktime exists
6623 : see if msgctl exists
6627 : see if msgget exists
6631 : see if msgsnd exists
6635 : see if msgrcv exists
6639 : see how much of the 'msg*(2)' library is present.
6642 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
6643 *"$undef"*) h_msg=false;;
6645 : we could also check for sys/ipc.h ...
6646 if $h_msg && $test `./findhdr sys/msg.h`; then
6647 echo "You have the full msg*(2) library." >&4
6650 echo "You don't have the full msg*(2) library." >&4
6656 : see if this is a malloc.h system
6657 set malloc.h i_malloc
6660 : see if stdlib is available
6661 set stdlib.h i_stdlib
6664 : determine which malloc to compile in
6666 case "$usemymalloc" in
6667 ''|y*|true) dflt='y' ;;
6668 n*|false) dflt='n' ;;
6669 *) dflt="$usemymalloc" ;;
6671 rp="Do you wish to attempt to use the malloc that comes with $package?"
6677 mallocsrc='malloc.c'
6678 mallocobj='malloc.o'
6679 d_mymalloc="$define"
6682 : Remove malloc from list of libraries to use
6683 echo "Removing unneeded -lmalloc from library list" >&4
6684 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
6687 echo "libs = $libs" >&4
6699 : compute the return types of malloc and free
6701 $cat >malloc.c <<END
6705 #include <sys/types.h>
6719 case "$malloctype" in
6721 if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
6728 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
6732 if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
6739 echo "Your system uses $freetype free(), it would seem." >&4
6741 : see if nice exists
6745 : see if pause exists
6749 : see if pipe exists
6753 : see if poll exists
6757 : see if this is a pwd.h system
6763 xxx=`./findhdr pwd.h`
6764 $cppstdin $cppflags $cppminus < $xxx >$$.h
6766 if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
6774 if $contains 'pw_age' $$.h >/dev/null 2>&1; then
6782 if $contains 'pw_change' $$.h >/dev/null 2>&1; then
6790 if $contains 'pw_class' $$.h >/dev/null 2>&1; then
6798 if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
6806 if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
6818 set d_pwquota; eval $setvar
6819 set d_pwage; eval $setvar
6820 set d_pwchange; eval $setvar
6821 set d_pwclass; eval $setvar
6822 set d_pwexpire; eval $setvar
6823 set d_pwcomment; eval $setvar
6827 : see if readdir and friends exist
6828 set readdir d_readdir
6830 set seekdir d_seekdir
6832 set telldir d_telldir
6834 set rewinddir d_rewinddir
6837 : see if readlink exists
6838 set readlink d_readlink
6841 : see if rename exists
6845 : see if rmdir exists
6849 : see if memory.h is available.
6854 : See if it conflicts with string.h
6860 $cppstdin $cppflags $cppminus < $strings > mem.h
6861 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
6863 echo "We won't be including <memory.h>."
6873 : can bcopy handle overlapping blocks?
6878 echo "Checking to see if your bcopy() can do overlapping copies..." >&4
6885 $cat >>foo.c <<'EOCP'
6889 # include <memory.h>
6892 # include <stdlib.h>
6895 # include <string.h>
6897 # include <strings.h>
6900 # include <unistd.h> /* Needed for NetBSD */
6904 char buf[128], abc[128];
6910 /* Copy "abcde..." string to char abc[] so that gcc doesn't
6911 try to store the string in read-only memory. */
6912 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
6914 for (align = 7; align >= 0; align--) {
6915 for (len = 36; len; len--) {
6918 for (off = 1; off <= len; off++) {
6919 bcopy(b, b+off, len);
6920 bcopy(b+off, b, len);
6921 if (bcmp(b, abc, len))
6929 if $cc $ccflags $ldflags foo.c -o safebcpy $libs >/dev/null 2>&1; then
6930 if ./safebcpy 2>/dev/null; then
6934 echo "It can't, sorry."
6935 case "$d_memmove" in
6936 "$define") echo "But that's Ok since you have memmove()." ;;
6940 echo "(I can't compile the test program, so we'll assume not...)"
6941 case "$d_memmove" in
6942 "$define") echo "But that's Ok since you have memmove()." ;;
6947 $rm -f foo.* safebcpy core
6951 : can memcpy handle overlapping blocks?
6956 echo "Checking to see if your memcpy() can do overlapping copies..." >&4
6963 $cat >>foo.c <<'EOCP'
6967 # include <memory.h>
6970 # include <stdlib.h>
6973 # include <string.h>
6975 # include <strings.h>
6978 # include <unistd.h> /* Needed for NetBSD */
6982 char buf[128], abc[128];
6988 /* Copy "abcde..." string to char abc[] so that gcc doesn't
6989 try to store the string in read-only memory. */
6990 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
6992 for (align = 7; align >= 0; align--) {
6993 for (len = 36; len; len--) {
6995 memcpy(b, abc, len);
6996 for (off = 1; off <= len; off++) {
6997 memcpy(b+off, b, len);
6998 memcpy(b, b+off, len);
6999 if (memcmp(b, abc, len))
7007 if $cc $ccflags $ldflags foo.c -o safemcpy $libs >/dev/null 2>&1; then
7008 if ./safemcpy 2>/dev/null; then
7012 echo "It can't, sorry."
7013 case "$d_memmove" in
7014 "$define") echo "But that's Ok since you have memmove()." ;;
7018 echo "(I can't compile the test program, so we'll assume not...)"
7019 case "$d_memmove" in
7020 "$define") echo "But that's Ok since you have memmove()." ;;
7025 $rm -f foo.* safemcpy core
7029 : see if select exists
7033 : see if semctl exists
7037 : see if semget exists
7041 : see if semop exists
7045 : see how much of the 'sem*(2)' library is present.
7048 case "$d_semctl$d_semget$d_semop" in
7049 *"$undef"*) h_sem=false;;
7051 : we could also check for sys/ipc.h ...
7052 if $h_sem && $test `./findhdr sys/sem.h`; then
7053 echo "You have the full sem*(2) library." >&4
7056 echo "You don't have the full sem*(2) library." >&4
7062 : see if setegid exists
7063 set setegid d_setegid
7066 : see if seteuid exists
7067 set seteuid d_seteuid
7070 : see if setlinebuf exists
7071 set setlinebuf d_setlinebuf
7074 : see if setlocale exists
7075 set setlocale d_setlocale
7078 : see if setpgid exists
7079 set setpgid d_setpgid
7082 : see if setpgrp2 exists
7083 set setpgrp2 d_setpgrp2
7086 : see if setpriority exists
7087 set setpriority d_setprior
7090 : see if setregid exists
7091 set setregid d_setregid
7093 set setresgid d_setresgid
7096 : see if setreuid exists
7097 set setreuid d_setreuid
7099 set setresuid d_setresuid
7102 : see if setrgid exists
7103 set setrgid d_setrgid
7106 : see if setruid exists
7107 set setruid d_setruid
7110 : see if setsid exists
7114 : see if sfio.h is available
7119 : see if sfio library is available
7130 : Ok, but do we want to use it.
7134 true|$define|[yY]*) dflt='y';;
7137 echo "$package can use the sfio library, but it is experimental."
7138 rp="You seem to have sfio available, do you want to try using it?"
7142 *) echo "Ok, avoiding sfio this time. I'll use stdio instead."
7147 *) case "$usesfio" in
7149 echo "Sorry, cannot find sfio on this machine" >&4
7150 echo "Ignoring your setting of usesfio=$usesfio" >&4
7158 $define) usesfio='true';;
7159 *) usesfio='false';;
7162 : see if shmctl exists
7166 : see if shmget exists
7170 : see if shmat exists
7173 : see what shmat returns
7176 $cat >shmat.c <<'END'
7177 #include <sys/shm.h>
7180 if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
7185 echo "and it returns ($shmattype)." >&4
7186 : see if a prototype for shmat is available
7187 xxx=`./findhdr sys/shm.h`
7188 $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
7189 if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
7200 set d_shmatprototype
7203 : see if shmdt exists
7207 : see how much of the 'shm*(2)' library is present.
7210 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
7211 *"$undef"*) h_shm=false;;
7213 : we could also check for sys/ipc.h ...
7214 if $h_shm && $test `./findhdr sys/shm.h`; then
7215 echo "You have the full shm*(2) library." >&4
7218 echo "You don't have the full shm*(2) library." >&4
7225 : see if we have sigaction
7226 if set sigaction val -f d_sigaction; eval $csym; $val; then
7227 echo 'sigaction() found.' >&4
7230 echo 'sigaction NOT found.' >&4
7234 $cat > set.c <<'EOP'
7235 /* Solaris 2.5_x86 with SunWorks Pro C 3.0.1 doesn't have a complete
7236 sigaction structure if compiled with cc -Xc. This compile test
7237 will fail then. <doughera@lafcol.lafayette.edu>
7240 #include <sys/types.h>
7244 struct sigaction act, oact;
7248 if $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1; then
7251 echo "But you don't seem to have a useable struct sigaction." >&4
7254 set d_sigaction; eval $setvar
7255 $rm -f set set.o set.c
7257 : see if sigsetjmp exists
7259 case "$d_sigsetjmp" in
7267 if (sigsetjmp(env,1))
7274 if $cc $ccflags $ldflags -o set set.c $libs > /dev/null 2>&1 ; then
7275 if ./set >/dev/null 2>&1; then
7276 echo "POSIX sigsetjmp found." >&4
7280 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
7286 echo "sigsetjmp not found." >&4
7290 *) val="$d_sigsetjmp"
7291 case "$d_sigsetjmp" in
7292 $define) echo "POSIX sigsetjmp found." >&4;;
7293 $undef) echo "sigsetjmp not found." >&4;;
7303 : see whether socket exists
7305 $echo $n "Hmm... $c" >&4
7306 if set socket val -f d_socket; eval $csym; $val; then
7307 echo "Looks like you have Berkeley networking support." >&4
7309 if set setsockopt val -f; eval $csym; $val; then
7312 echo "...but it uses the old 4.1c interface, rather than 4.2" >&4
7316 if $contains socklib libc.list >/dev/null 2>&1; then
7317 echo "Looks like you have Berkeley networking support." >&4
7319 : we will have to assume that it supports the 4.2 BSD interface
7322 echo "You don't have Berkeley networking in libc.a..." >&4
7323 if test -f /usr/lib/libnet.a; then
7324 ( (nm $nm_opt /usr/lib/libnet.a | eval $nm_extract) || \
7325 ar t /usr/lib/libnet.a) 2>/dev/null >> libc.list
7326 if $contains socket libc.list >/dev/null 2>&1; then
7327 echo "...but the Wollongong group seems to have hacked it in." >&4
7329 sockethdr="-I/usr/netinclude"
7331 if $contains setsockopt libc.list >/dev/null 2>&1; then
7334 echo "...using the old 4.1c interface, rather than 4.2" >&4
7338 echo "or even in libnet.a, which is peculiar." >&4
7343 echo "or anywhere else I see." >&4
7350 : see if socketpair exists
7351 set socketpair d_sockpair
7354 : see if stat knows about block sizes
7356 xxx=`./findhdr sys/stat.h`
7357 if $contains 'st_blocks;' "$xxx" >/dev/null 2>&1 ; then
7358 if $contains 'st_blksize;' "$xxx" >/dev/null 2>&1 ; then
7359 echo "Your stat() knows about block sizes." >&4
7362 echo "Your stat() doesn't know about block sizes." >&4
7366 echo "Your stat() doesn't know about block sizes." >&4
7372 : see if _ptr and _cnt from stdio act std
7374 if $contains '_IO_fpos_t' `./findhdr stdio.h` >/dev/null 2>&1 ; then
7375 echo "(Looks like you have stdio.h from Linux.)"
7376 case "$stdio_ptr" in
7377 '') stdio_ptr='((fp)->_IO_read_ptr)'
7380 *) ptr_lval=$d_stdio_ptr_lval;;
7382 case "$stdio_cnt" in
7383 '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
7386 *) cnt_lval=$d_stdio_cnt_lval;;
7388 case "$stdio_base" in
7389 '') stdio_base='((fp)->_IO_read_base)';;
7391 case "$stdio_bufsiz" in
7392 '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
7395 case "$stdio_ptr" in
7396 '') stdio_ptr='((fp)->_ptr)'
7399 *) ptr_lval=$d_stdio_ptr_lval;;
7401 case "$stdio_cnt" in
7402 '') stdio_cnt='((fp)->_cnt)'
7405 *) cnt_lval=$d_stdio_cnt_lval;;
7407 case "$stdio_base" in
7408 '') stdio_base='((fp)->_base)';;
7410 case "$stdio_bufsiz" in
7411 '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
7414 : test whether _ptr and _cnt really work
7415 echo "Checking how std your stdio is..." >&4
7418 #define FILE_ptr(fp) $stdio_ptr
7419 #define FILE_cnt(fp) $stdio_cnt
7421 FILE *fp = fopen("try.c", "r");
7424 18 <= FILE_cnt(fp) &&
7425 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
7432 if $cc $ccflags $ldflags -o try try.c $libs >/dev/null 2>&1; then
7434 echo "Your stdio acts pretty std."
7437 echo "Your stdio isn't very std."
7440 echo "Your stdio doesn't appear very std."
7446 : Can _ptr be used as an lvalue?
7447 case "$d_stdstdio$ptr_lval" in
7448 $define$define) val=$define ;;
7451 set d_stdio_ptr_lval
7454 : Can _cnt be used as an lvalue?
7455 case "$d_stdstdio$cnt_lval" in
7456 $define$define) val=$define ;;
7459 set d_stdio_cnt_lval
7462 : How to access the stdio _filbuf or __filbuf function.
7463 : If this fails, check how the getc macro in stdio.h works.
7464 case "${d_stdio_ptr_lval}${d_stdio_cnt_lval}" in
7466 : Try $hint value, if any, then _filbuf, __filbuf, _fill, then punt.
7467 : _fill is for os/2.
7469 for filbuf in $stdio_filbuf '_filbuf(fp)' '__filbuf(fp) ' '_fill(fp)' ; do
7472 #define FILE_ptr(fp) $stdio_ptr
7473 #define FILE_cnt(fp) $stdio_cnt
7474 #define FILE_filbuf(fp) $filbuf
7476 FILE *fp = fopen("try.c", "r");
7479 c = FILE_filbuf(fp); /* Just looking for linker errors.*/
7483 if $cc $ccflags $ldflags -o try try.c $libs >/dev/null 2>&1 && ./try; then
7484 echo "Your stdio appears to use $filbuf"
7485 stdio_filbuf="$filbuf"
7489 echo "Hmm. $filbuf doesn't seem to work."
7494 notok) echo "I can't figure out how to access _filbuf"
7495 echo "I'll just have to work around it."
7496 d_stdio_ptr_lval="$undef"
7497 d_stdio_cnt_lval="$undef"
7504 : see if _base is also standard
7506 case "$d_stdstdio" in
7510 #define FILE_base(fp) $stdio_base
7511 #define FILE_bufsiz(fp) $stdio_bufsiz
7513 FILE *fp = fopen("try.c", "r");
7516 19 <= FILE_bufsiz(fp) &&
7517 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
7523 if $cc $ccflags $ldflags -o try try.c $libs > /dev/null 2>&1; then
7525 echo "And its _base field acts std."
7528 echo "But its _base field isn't std."
7531 echo "However, it seems to be lacking the _base field."
7539 : see if strcoll exists
7540 set strcoll d_strcoll
7543 : check for structure copying
7545 echo "Checking to see if your C compiler can copy structs..." >&4
7546 $cat >try.c <<'EOCP'
7556 if $cc -c try.c >/dev/null 2>&1 ; then
7561 echo "Nope, it can't."
7567 : see if strerror and/or sys_errlist[] exist
7569 if set strerror val -f d_strerror; eval $csym; $val; then
7570 echo 'strerror() found.' >&4
7571 d_strerror="$define"
7572 d_strerrm='strerror(e)'
7573 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
7574 echo "(You also have sys_errlist[], so we could roll our own strerror.)"
7575 d_syserrlst="$define"
7577 echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
7578 d_syserrlst="$undef"
7580 elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
7581 $contains '#[ ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
7582 echo 'strerror() found in string header.' >&4
7583 d_strerror="$define"
7584 d_strerrm='strerror(e)'
7585 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
7586 echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
7587 d_syserrlst="$define"
7589 echo "(You don't appear to have any sys_errlist[], how can this be?)"
7590 d_syserrlst="$undef"
7592 elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
7593 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
7595 d_syserrlst="$define"
7596 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
7598 echo 'strerror() and sys_errlist[] NOT found.' >&4
7600 d_syserrlst="$undef"
7601 d_strerrm='"unknown"'
7604 : see if strtod exists
7608 : see if strtol exists
7612 : see if strtoul exists
7613 set strtoul d_strtoul
7616 : see if strxfrm exists
7617 set strxfrm d_strxfrm
7620 : see if symlink exists
7621 set symlink d_symlink
7624 : see if syscall exists
7625 set syscall d_syscall
7628 : see if sysconf exists
7629 set sysconf d_sysconf
7632 : see if system exists
7636 : see if tcgetpgrp exists
7637 set tcgetpgrp d_tcgetpgrp
7640 : see if tcsetpgrp exists
7641 set tcsetpgrp d_tcsetpgrp
7644 : define an is-a-typedef? function
7645 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
7647 "") inclist="sys/types.h";;
7649 eval "varval=\$$var";
7653 for inc in $inclist; do
7654 echo "#include <$inc>" >>temp.c;
7656 $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
7657 if $contains $type temp.E >/dev/null 2>&1; then
7663 *) eval "$var=\$varval";;
7666 : see if this is a sys/times.h system
7667 set sys/times.h i_systimes
7670 : see if times exists
7672 if set times val -f d_times; eval $csym; $val; then
7673 echo 'times() found.' >&4
7676 case "$i_systimes" in
7677 "$define") inc='sys/times.h';;
7679 set clock_t clocktype long stdio.h sys/types.h $inc
7683 rp="What type is returned by times() on this system?"
7687 echo 'times() NOT found, hope that will do.' >&4
7692 : see if truncate exists
7693 set truncate d_truncate
7696 : see if tzname[] exists
7698 if set tzname val -a d_tzname; eval $csym; $val; then
7700 echo 'tzname[] found.' >&4
7703 echo 'tzname[] NOT found.' >&4
7708 : see if umask exists
7712 : see how we will look up host name
7715 : dummy stub to allow use of elif
7716 elif set uname val -f d_uname; eval $csym; $val; then
7719 uname() was found, but you're running xenix, and older versions of xenix
7720 have a broken uname(). If you don't really know whether your xenix is old
7721 enough to have a broken system call, use the default answer.
7728 rp='Is your uname() broken?'
7731 n*) d_uname="$define"; call=uname;;
7734 echo 'uname() found.' >&4
7739 case "$d_gethname" in
7740 '') d_gethname="$undef";;
7743 '') d_uname="$undef";;
7745 case "$d_phostname" in
7746 '') d_phostname="$undef";;
7749 : backward compatibility for d_hvfork
7750 if test X$d_hvfork != X; then
7754 : see if there is a vfork
7759 : Ok, but do we want to use it. vfork is reportedly unreliable in
7760 : perl on Solaris 2.x, and probably elsewhere.
7768 rp="Some systems have problems with vfork(). Do you want to use it?"
7773 echo "Ok, we won't use vfork()."
7782 $define) usevfork='true';;
7783 *) usevfork='false';;
7786 : see if this is an sysdir system
7787 set sys/dir.h i_sysdir
7790 : see if this is an sysndir system
7791 set sys/ndir.h i_sysndir
7794 : see if closedir exists
7795 set closedir d_closedir
7798 case "$d_closedir" in
7801 echo "Checking whether closedir() returns a status..." >&4
7802 cat > closedir.c <<EOM
7803 #$i_dirent I_DIRENT /**/
7804 #$i_sysdir I_SYS_DIR /**/
7805 #$i_sysndir I_SYS_NDIR /**/
7807 #if defined(I_DIRENT)
7809 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
7810 #include <sys/dir.h>
7814 #include <sys/ndir.h>
7818 #include <ndir.h> /* may be wrong in the future */
7820 #include <sys/dir.h>
7825 int main() { return closedir(opendir(".")); }
7827 if $cc $ccflags $ldflags -o closedir closedir.c $libs > /dev/null 2>&1; then
7828 if ./closedir > /dev/null 2>&1 ; then
7829 echo "Yes, it does."
7832 echo "No, it doesn't."
7836 echo "(I can't seem to compile the test program--assuming it doesn't)"
7847 : check for volatile keyword
7849 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
7850 $cat >try.c <<'EOCP'
7853 typedef struct _goo_struct goo_struct;
7854 goo_struct * volatile goo = ((goo_struct *)0);
7855 struct _goo_struct {
7860 typedef unsigned short foo_t;
7863 volatile foo_t blech;
7867 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
7869 echo "Yup, it does."
7872 echo "Nope, it doesn't."
7878 : see if there is a wait4
7882 : see if waitpid exists
7883 set waitpid d_waitpid
7886 : see if wcstombs exists
7887 set wcstombs d_wcstombs
7890 : see if wctomb exists
7894 : preserve RCS keywords in files with variable substitution, grrr
7899 Revision='$Revision'
7901 : check for alignment requirements
7903 case "$alignbytes" in
7904 '') echo "Checking alignment constraints..." >&4
7905 $cat >try.c <<'EOCP'
7912 printf("%d\n", (char *)&try.bar - (char *)&try.foo);
7915 if $cc $ccflags try.c -o try >/dev/null 2>&1; then
7919 echo"(I can't seem to compile the test program...)"
7922 *) dflt="$alignbytes"
7925 rp="Doubles must be aligned on a how-many-byte boundary?"
7930 : check for ordering of bytes in a long
7931 case "$byteorder" in
7935 In the following, larger digits indicate more significance. A big-endian
7936 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
7937 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
7938 machines may have weird orders like 3412. A Cray will report 87654321. If
7939 the test program works the default is probably right.
7940 I'm now running the test program...
7942 $cat >try.c <<'EOCP'
7949 char c[sizeof(long)];
7952 if (sizeof(long) > 4)
7953 u.l = (0x08070605L << 32) | 0x04030201L;
7956 for (i = 0; i < sizeof(long); i++)
7957 printf("%c", u.c[i]+'0');
7963 if $cc $ccflags try.c -o try >/dev/null 2>&1 && ./try > /dev/null; then
7966 [1-4][1-4][1-4][1-4]|12345678|87654321)
7967 echo "(The test program ran ok.)"
7968 echo "byteorder=$dflt"
7971 ????|????????) echo "(The test program ran ok.)" ;;
7972 *) echo "(The test program didn't run right for some reason.)" ;;
7977 (I can't seem to compile the test program. Guessing big-endian...)
7980 case "$xxx_prompt" in
7982 rp="What is the order of bytes in a long?"
7993 : how do we catenate cpp tokens here?
7995 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
7996 $cat >cpp_stuff.c <<'EOCP'
7997 #define RCAT(a,b)a/**/b
7998 #define ACAT(a,b)a ## b
8002 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
8003 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
8004 echo "Oh! Smells like ANSI's been here."
8005 echo "We can catify or stringify, separately or together!"
8007 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
8008 echo "Ah, yes! The good old days!"
8009 echo "However, in the good old days we don't know how to stringify and"
8010 echo "catify at the same time."
8014 Hmm, I don't seem to be able to catenate tokens with your cpp. You're going
8015 to have to edit the values of CAT[2-5] in config.h...
8017 cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
8021 : see if this is a db.h system
8027 : Check the return type needed for hash
8029 echo "Checking return type needed for hash for Berkeley DB ..." >&4
8035 #include <sys/types.h>
8037 u_int32_t hash_cb (ptr, size)
8045 info.hash = hash_cb;
8048 if $cc $ccflags -c try.c >try.out 2>&1 ; then
8049 if $contains warning try.out >>/dev/null 2>&1 ; then
8052 db_hashtype='u_int32_t'
8055 echo "I can't seem to compile the test program." >&4
8059 echo "Your version of Berkeley DB uses $db_hashtype for hash."
8067 : Check the return type needed for prefix
8069 echo "Checking return type needed for prefix for Berkeley DB ..." >&4
8075 #include <sys/types.h>
8077 size_t prefix_cb (key1, key2)
8085 info.prefix = prefix_cb;
8088 if $cc $ccflags -c try.c >try.out 2>&1 ; then
8089 if $contains warning try.out >>/dev/null 2>&1 ; then
8092 db_prefixtype='size_t'
8095 echo "I can't seem to compile the test program." >&4
8099 echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
8101 *) db_prefixtype='int'
8105 : check for void type
8107 echo "Checking to see how well your C compiler groks the void type..." >&4
8110 Support flag bits are:
8111 1: basic void declarations.
8112 2: arrays of pointers to functions returning void.
8113 4: operations between pointers to and addresses of void functions.
8114 8: generic void pointers.
8117 case "$voidflags" in
8119 $cat >try.c <<'EOCP'
8125 extern void moo(); /* function returning void */
8126 void (*goo)(); /* ptr to func returning void */
8128 void *hue; /* generic ptr */
8143 if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
8144 voidflags=$defvoidused
8145 echo "It appears to support void to the level $package wants ($defvoidused)."
8146 if $contains warning .out >/dev/null 2>&1; then
8147 echo "However, you might get some warnings that look like this:"
8151 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
8152 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
8153 echo "It supports 1..."
8154 if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
8155 echo "It also supports 2..."
8156 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
8158 echo "And it supports 4 but not 8 definitely."
8160 echo "It doesn't support 4..."
8161 if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
8163 echo "But it supports 8."
8166 echo "Neither does it support 8."
8170 echo "It does not support 2..."
8171 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
8173 echo "But it supports 4 and 8."
8175 if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
8177 echo "And it supports 4 but has not heard about 8."
8179 echo "However it supports 8 but not 4."
8184 echo "There is no support at all for void."
8189 : Only prompt user if support does not match the level we want
8190 case "$voidflags" in
8194 rp="Your void support flags add up to what?"
8201 : see what type file positions are declared as in the library
8202 set fpos_t fpostype long stdio.h sys/types.h
8206 rp="What is the type for file position used by fsetpos()?"
8210 : Store the full pathname to the sed program for use in the C program
8213 : see what type gids are declared as in the kernel
8214 set gid_t gidtype xxx stdio.h sys/types.h
8218 xxx=`./findhdr sys/user.h`
8219 set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
8221 unsigned) dflt="$1 $2" ;;
8225 *) dflt="$gidtype";;
8228 rp="What is the type for group ids returned by getgid()?"
8232 : see if getgroups exists
8233 set getgroups d_getgrps
8236 : Find type of 2nd arg to getgroups
8238 case "$d_getgrps" in
8240 case "$groupstype" in
8241 '') dflt="$gidtype" ;;
8242 *) dflt="$groupstype" ;;
8245 What is the type of the second argument to getgroups()? Usually this
8246 is the same as group ids, $gidtype, but not always.
8249 rp='What type is the second argument to getgroups()?'
8253 *) groupstype="$gidtype";;
8256 : see what type lseek is declared as in the kernel
8257 set off_t lseektype long stdio.h sys/types.h
8261 rp="What type is lseek's offset on this system declared as?"
8268 make=`./loc make make $pth`
8270 /*) echo make is in $make. ;;
8271 ?:[\\/]*) echo make is in $make. ;;
8272 *) echo "I don't know where 'make' is, and my life depends on it." >&4
8273 echo "Go find a make program or fix your PATH setting!" >&4
8278 *) echo make is in $make. ;;
8281 $echo $n "Checking if your $make program sets \$(MAKE)... $c" >&4
8282 case "$make_set_make" in
8284 $sed 's/^X //' > testmake.mak << 'EOF'
8286 X @echo 'ac_maketemp="$(MAKE)"'
8288 : GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8289 case "`$make -f testmake.mak 2>/dev/null`" in
8290 *ac_maketemp=*) make_set_make='#' ;;
8291 *) make_set_make="MAKE=$make" ;;
8296 case "$make_set_make" in
8297 '#') echo "Yup, it does." >&4 ;;
8298 *) echo "Nope, it doesn't." >&4 ;;
8301 : see what type is used for mode_t
8302 set mode_t modetype int stdio.h sys/types.h
8306 rp="What type is used for file modes?"
8310 : locate the preferred pager for this system
8324 '') dflt=/usr/ucb/more;;
8331 rp='What pager is used on your system?'
8335 : Cruising for prototypes
8337 echo "Checking out function prototypes..." >&4
8338 $cat >prototype.c <<'EOCP'
8339 main(int argc, char *argv[]) {
8342 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
8343 echo "Your C compiler appears to support function prototypes."
8346 echo "Your C compiler doesn't seem to understand function prototypes."
8353 : check for size of random number generator
8357 echo "Checking to see how many bits your rand function produces..." >&4
8363 # include <unistd.h>
8366 # include <stdlib.h>
8369 $cat >>try.c <<'EOCP'
8373 register unsigned long tmp;
8374 register unsigned long max = 0L;
8376 for (i = 1000; i; i--) {
8377 tmp = (unsigned long)rand();
8378 if (tmp > max) max = tmp;
8380 for (i = 0; max; i++)
8385 if $cc try.c -o try >/dev/null 2>&1 ; then
8389 echo "(I can't seem to compile the test program...)"
8396 rp='How many bits does your rand() function produce?'
8401 : see if ar generates random libraries by itself
8403 echo "Checking how to generate random libraries on your machine..." >&4
8404 echo 'int bar1() { return bar2(); }' > bar1.c
8405 echo 'int bar2() { return 2; }' > bar2.c
8406 $cat > foo.c <<'EOP'
8407 main() { printf("%d\n", bar1()); exit(0); }
8409 $cc $ccflags -c bar1.c >/dev/null 2>&1
8410 $cc $ccflags -c bar2.c >/dev/null 2>&1
8411 $cc $ccflags -c foo.c >/dev/null 2>&1
8412 ar rc bar.a bar2.o bar1.o >/dev/null 2>&1
8413 if $cc $ccflags $ldflags -o foobar foo.o bar.a $libs > /dev/null 2>&1 &&
8414 ./foobar >/dev/null 2>&1; then
8415 echo "ar appears to generate random libraries itself."
8418 elif ar ts bar.a >/dev/null 2>&1 &&
8419 $cc $ccflags $ldflags -o foobar foo.o bar.a $libs > /dev/null 2>&1 &&
8420 ./foobar >/dev/null 2>&1; then
8421 echo "a table of contents needs to be added with 'ar ts'."
8428 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
8429 $test -f $ranlib || ranlib=''
8432 if $test -n "$ranlib"; then
8433 echo "your system has '$ranlib'; we'll use that."
8436 echo "your system doesn't seem to support random libraries"
8437 echo "so we'll use lorder and tsort to order the libraries."
8444 : see if sys/select.h has to be included
8445 set sys/select.h i_sysselct
8448 : see if we should include time.h, sys/time.h, or both
8450 echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
8451 $echo $n "I'm now running the test program...$c"
8452 $cat >try.c <<'EOCP'
8453 #include <sys/types.h>
8458 #ifdef SYSTIMEKERNEL
8461 #include <sys/time.h>
8464 #include <sys/select.h>
8473 struct timezone tzp;
8475 if (foo.tm_sec == foo.tm_sec)
8478 if (bar.tv_sec == bar.tv_sec)
8485 for s_timezone in '-DS_TIMEZONE' ''; do
8487 for s_timeval in '-DS_TIMEVAL' ''; do
8488 for i_systimek in '' '-DSYSTIMEKERNEL'; do
8489 for i_time in '' '-DI_TIME'; do
8490 for i_systime in '-DI_SYSTIME' ''; do
8494 $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone \
8495 try.c -o try >/dev/null 2>&1 ; then
8496 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
8500 $echo $n "Succeeded with $flags$c"
8512 *SYSTIMEKERNEL*) i_systimek="$define"
8513 timeincl=`./findhdr sys/time.h`
8514 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
8515 *) i_systimek="$undef";;
8518 *I_TIME*) i_time="$define"
8519 timeincl=`./findhdr time.h`" $timeincl"
8520 echo "We'll include <time.h>." >&4;;
8521 *) i_time="$undef";;
8524 *I_SYSTIME*) i_systime="$define"
8525 timeincl=`./findhdr sys/time.h`" $timeincl"
8526 echo "We'll include <sys/time.h>." >&4;;
8527 *) i_systime="$undef";;
8531 : check for fd_set items
8534 Checking to see how well your C compiler handles fd_set and friends ...
8536 $cat >fd_set.c <<EOCP
8537 #$i_systime I_SYS_TIME
8538 #$i_sysselct I_SYS_SELECT
8539 #$d_socket HAS_SOCKET
8540 #include <sys/types.h>
8542 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
8545 #include <sys/time.h>
8548 #include <sys/select.h>
8557 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
8564 if $cc $ccflags -DTRYBITS fd_set.c -o fd_set >fd_set.out 2>&1 ; then
8565 d_fds_bits="$define"
8567 echo "Well, your system knows about the normal fd_set typedef..." >&4
8569 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
8570 d_fd_macros="$define"
8573 but not the normal fd_set macros! Gaaack! I'll have to cover for you.
8575 d_fd_macros="$undef"
8579 Hmm, your compiler has some difficulty with fd_set. Checking further...
8581 if $cc $ccflags fd_set.c -o fd_set >fd_set.out 2>&1 ; then
8584 echo "Well, your system has some sort of fd_set available..." >&4
8586 echo "and you have the normal fd_set macros." >&4
8587 d_fd_macros="$define"
8590 but not the normal fd_set macros! Gross! More work for me...
8592 d_fd_macros="$undef"
8595 echo "Well, you got zip. That's OK, I can roll my own fd_set stuff." >&4
8598 d_fd_macros="$undef"
8604 : check for type of arguments to select. This will only really
8605 : work if the system supports prototypes and provides one for
8609 : Make initial guess
8610 case "$selecttype" in
8613 $define) xxx='fd_set *' ;;
8617 *) xxx="$selecttype"
8622 'fd_set *') yyy='int *' ;;
8623 'int *') yyy='fd_set *' ;;
8628 Checking to see what type of arguments are expected by select().
8631 #$i_systime I_SYS_TIME
8632 #$i_sysselct I_SYS_SELECT
8633 #$d_socket HAS_SOCKET
8634 #include <sys/types.h>
8636 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
8639 #include <sys/time.h>
8642 #include <sys/select.h>
8647 Select_fd_set_t readfds;
8648 Select_fd_set_t writefds;
8649 Select_fd_set_t exceptfds;
8650 struct timeval timeout;
8651 select(width, readfds, writefds, exceptfds, &timeout);
8655 if $cc $ccflags -c -DSelect_fd_set_t="$xxx" try.c >/dev/null 2>&1 ; then
8657 echo "Your system uses $xxx for the arguments to select." >&4
8658 elif $cc $ccflags -c -DSelect_fd_set_t="$yyy" try.c >/dev/null 2>&1 ; then
8660 echo "Your system uses $yyy for the arguments to select." >&4
8662 rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
8669 *) selecttype='int *'
8673 : Trace out the files included by signal.h, then look for SIGxxx names.
8674 : Remove SIGARRAYSIZE used by HPUX.
8675 : Remove SIGTYP void lines used by OS2.
8676 xxx=`echo '#include <signal.h>' |
8677 $cppstdin $cppminus $cppflags 2>/dev/null |
8678 $grep '^[ ]*#.*include' |
8679 $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
8680 : Check this list of files to be sure we have parsed the cpp output ok.
8681 : This will also avoid potentially non-existent files, such
8684 for xx in $xxx /dev/null ; do
8685 $test -f "$xx" && xxxfiles="$xxxfiles $xx"
8687 : If we have found no files, at least try signal.h
8689 '') xxxfiles=`./findhdr signal.h` ;;
8692 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $3 !~ /void/ {
8693 print substr($2, 4, 20)
8695 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
8696 print substr($3, 4, 20)
8698 : Append some common names just in case the awk scan failed.
8699 xxx="$xxx ABRT ALRM BUS CHLD CLD CONT DIL EMT FPE HUP ILL INT IO IOT KILL"
8700 xxx="$xxx LOST PHONE PIPE POLL PROF PWR QUIT SEGV STKFLT STOP SYS TERM TRAP"
8701 xxx="$xxx TSTP TTIN TTOU URG USR1 USR2 USR3 USR4 VTALRM"
8702 xxx="$xxx WINCH WIND WINDOW XCPU XFSZ"
8703 : generate a few handy files for later
8704 $cat > signal.c <<'EOP'
8705 #include <sys/types.h>
8709 /* Strange style to avoid deeply-nested #if/#else/#endif */
8712 # define NSIG (_NSIG)
8718 # define NSIG (SIGMAX+1)
8724 # define NSIG (SIG_MAX+1)
8730 # define NSIG (MAXSIG+1)
8736 # define NSIG (MAX_SIG+1)
8741 # ifdef SIGARRAYSIZE
8742 # define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
8748 # define NSIG (_sys_nsig) /* Solaris 2.5 */
8752 /* Default to some arbitrary number that's big enough to get most
8753 of the common signals.
8759 printf("NSIG %d\n", NSIG);
8762 echo $xxx | $tr ' ' '\012' | $sort | $uniq | $awk '
8764 printf "#ifdef SIG"; printf $1; printf "\n"
8765 printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
8766 printf $1; printf ");\n"
8773 $cat >signal.awk <<'EOP'
8775 $1 ~ /^NSIG$/ { nsig = $2 }
8776 ($1 !~ /^NSIG$/) && (NF == 2) {
8777 if ($2 > maxsig) { maxsig = $2 }
8779 dup_name[ndups] = $1
8790 if (nsig == 0) { nsig = maxsig + 1 }
8791 for (n = 1; n < nsig; n++) {
8793 printf("%s %d\n", sig_name[n], sig_num[n])
8796 printf("NUM%d %d\n", n, n)
8799 for (n = 0; n < ndups; n++) {
8800 printf("%s %d\n", dup_name[n], dup_num[n])
8804 $cat >signal_cmd <<EOS
8806 $test -s signal.lst && exit 0
8807 if $cc $ccflags signal.c -o signal $ldflags >/dev/null 2>&1; then
8808 ./signal | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
8810 echo "(I can't seem be able to compile the test program -- Guessing)"
8811 echo 'kill -l' >signal
8812 set X \`csh -f <signal\`
8816 0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
8818 echo \$@ | $tr ' ' '\012' | \
8819 $awk '{ printf $1; printf " %d\n", ++s; }' >signal.lst
8821 $rm -f signal.c signal signal.o
8823 chmod a+x signal_cmd
8824 $eunicefix signal_cmd
8826 : generate list of signal names
8836 echo "Generating a list of signal names and numbers..." >&4
8838 sig_name=`$awk '{printf "%s ", $1}' signal.lst`
8839 sig_name="ZERO $sig_name"
8840 sig_num=`$awk '{printf "%d ", $2}' signal.lst`
8841 sig_num="0 $sig_num"
8844 echo "The following signals are available:"
8846 echo $sig_name | $awk \
8847 'BEGIN { linelen = 0 }
8849 for (i = 1; i <= NF; i++) {
8851 linelen = linelen + length(name)
8854 linelen = length(name)
8860 $rm -f signal signal.c signal.awk signal.lst signal_cmd
8862 : see what type is used for size_t
8863 set size_t sizetype 'unsigned int' stdio.h sys/types.h
8867 rp="What type is used for the length parameter for string functions?"
8871 : see what type is used for signed size_t
8872 set ssize_t ssizetype int stdio.h sys/types.h
8875 $cat > ssize.c <<EOM
8877 #include <sys/types.h>
8878 #define Size_t $sizetype
8879 #define SSize_t $dflt
8882 if (sizeof(Size_t) == sizeof(SSize_t))
8884 else if (sizeof(Size_t) == sizeof(int))
8892 if $cc $ccflags $ldflags -o ssize ssize.c $libs > /dev/null 2>&1 &&
8893 ./ssize > /dev/null 2>&1 ; then
8895 echo "I'll be using $ssizetype for functions returning a byte count." >&4
8897 echo "(I can't compile and run the test program--please enlighten me!)"
8900 I need a type that is the same size as $sizetype, but is guaranteed to
8901 be signed. Common values are int and long.
8904 rp="What signed type is the same size as $sizetype?"
8908 $rm -f ssize ssize.[co]
8910 : see what type of char stdio uses.
8912 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
8913 echo "Your stdio uses unsigned chars." >&4
8914 stdchar="unsigned char"
8916 echo "Your stdio uses signed chars." >&4
8920 : see if time exists
8922 if set time val -f d_time; eval $csym; $val; then
8923 echo 'time() found.' >&4
8925 set time_t timetype long stdio.h sys/types.h
8929 rp="What type is returned by time() on this system?"
8933 echo 'time() not found, hope that will do.' >&4
8940 : see what type uids are declared as in the kernel
8941 set uid_t uidtype xxx stdio.h sys/types.h
8945 xxx=`./findhdr sys/user.h`
8946 set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
8948 unsigned) dflt="$1 $2" ;;
8952 *) dflt="$uidtype";;
8955 rp="What is the type for user ids returned by getuid()?"
8959 : see if dbm.h is available
8960 : see if dbmclose exists
8961 set dbmclose d_dbmclose
8964 case "$d_dbmclose" in
8974 *) set rpcsvc/dbm.h i_rpcsvcdbm
8979 *) echo "We won't be including <dbm.h>"
8989 : see if this is a sys/file.h system
8994 : do we need to include sys/file.h ?
9000 echo "We'll be including <sys/file.h>." >&4
9003 echo "We won't be including <sys/file.h>." >&4
9013 : see if fcntl.h is there
9018 : see if we can include fcntl.h
9024 echo "We'll be including <fcntl.h>." >&4
9028 echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
9030 echo "We won't be including <fcntl.h>." >&4
9042 : see if this is an grp system
9046 : see if locale.h is available
9047 set locale.h i_locale
9050 : see if this is a math.h system
9054 : see if ndbm.h is available
9059 : see if dbm_open exists
9060 set dbm_open d_dbm_open
9062 case "$d_dbm_open" in
9065 echo "We won't be including <ndbm.h>"
9074 : see if net/errno.h is available
9079 : Unfortunately, it causes problems on some systems. Arrgh.
9085 #include <net/errno.h>
9091 if $cc $ccflags -c try.c >/dev/null 2>&1; then
9092 echo "We'll be including <net/errno.h>." >&4
9094 echo "We won't be including <net/errno.h>." >&4
9103 : get C preprocessor symbols handy
9105 $echo $n "Hmm... $c"
9106 echo $al | $tr ' ' '\012' >Cppsym.know
9118 if $contains "^\$1$" Cppsym.true >/dev/null 2>&1; then
9120 elif $contains "^\$1$" Cppsym.know >/dev/null 2>&1; then
9123 unknown="\$unknown \$sym"
9133 echo \$* | $tr ' ' '\012' | $sed -e 's/\(.*\)/\\
9135 exit 0; _ _ _ _\1\\ \1\\
9138 echo "exit 1; _ _ _" >>Cppsym\$\$
9139 $cppstdin $cppminus <Cppsym\$\$ | $grep '^exit [01]; _ _' >Cppsym2\$\$
9141 true) $awk 'NF > 5 {print substr(\$6,2,100)}' <Cppsym2\$\$ ;;
9147 $rm -f Cppsym\$\$ Cppsym2\$\$
9152 ./Cppsym -l $al | $sort | $grep -v '^$' >Cppsym.true
9154 : now check the C compiler for additional symbols
9160 for i in \`$cc -v -c tmp.c 2>&1\`
9163 -D*) echo "\$i" | $sed 's/^-D//';;
9164 -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
9171 ./ccsym | $sort | $uniq >ccsym.raw
9172 $awk '/\=/ { print $0; next }
9173 { print $0"=1" }' ccsym.raw >ccsym.list
9174 $awk '{ print $0"=1" }' Cppsym.true >ccsym.true
9175 $comm -13 ccsym.true ccsym.list >ccsym.own
9176 $comm -12 ccsym.true ccsym.list >ccsym.com
9177 $comm -23 ccsym.true ccsym.list >ccsym.cpp
9180 if $test -z ccsym.raw; then
9181 echo "Your C compiler doesn't seem to define any symbol!" >&4
9183 echo "However, your C preprocessor defines the following ones:"
9186 if $test -s ccsym.com; then
9187 echo "Your C compiler and pre-processor define these symbols:"
9188 $sed -e 's/\(.*\)=.*/\1/' ccsym.com
9191 $test "$silent" || sleep 1
9193 if $test -s ccsym.cpp; then
9194 $test "$also" && echo " "
9195 echo "Your C pre-processor ${also}defines the following $symbols:"
9196 $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp
9198 $test "$silent" || sleep 1
9200 if $test -s ccsym.own; then
9201 $test "$also" && echo " "
9202 echo "Your C compiler ${also}defines the following cpp variables:"
9203 $sed -e 's/\(.*\)=1/\1/' ccsym.own
9204 $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
9205 $test "$silent" || sleep 1
9210 : see if this is a termio system
9214 if $test `./findhdr termios.h`; then
9215 set tcsetattr i_termios
9221 "$define") echo "You have POSIX termios.h... good!" >&4;;
9222 *) if ./Cppsym pyr; then
9223 case "`/bin/universe`" in
9224 ucb) if $test `./findhdr sgtty.h`; then
9226 echo "<sgtty.h> found." >&4
9228 echo "System is pyramid with BSD universe."
9229 echo "<sgtty.h> not found--you could have problems." >&4
9231 *) if $test `./findhdr termio.h`; then
9233 echo "<termio.h> found." >&4
9235 echo "System is pyramid with USG universe."
9236 echo "<termio.h> not found--you could have problems." >&4
9240 if $test `./findhdr termio.h`; then
9241 echo "<termio.h> found." >&4
9243 elif $test `./findhdr sgtty.h`; then
9244 echo "<sgtty.h> found." >&4
9247 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
9250 if $test `./findhdr sgtty.h`; then
9251 echo "<sgtty.h> found." >&4
9253 elif $test `./findhdr termio.h`; then
9254 echo "<termio.h> found." >&4
9257 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
9261 set i_termio; eval $setvar
9262 val=$val2; set i_sgtty; eval $setvar
9263 val=$val3; set i_termios; eval $setvar
9265 : see if stdarg is available
9267 if $test `./findhdr stdarg.h`; then
9268 echo "<stdarg.h> found." >&4
9271 echo "<stdarg.h> NOT found." >&4
9275 : see if varags is available
9277 if $test `./findhdr varargs.h`; then
9278 echo "<varargs.h> found." >&4
9280 echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
9283 : set up the varargs testing programs
9284 $cat > varargs.c <<EOP
9289 #include <varargs.h>
9307 p = va_arg(ap, char *);
9312 $cat > varargs <<EOP
9314 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
9323 : now check which varargs header should be included
9328 if `./varargs I_STDARG`; then
9330 elif `./varargs I_VARARGS`; then
9335 if `./varargs I_VARARGS`; then
9342 echo "I could not find the definition for va_dcl... You have problems..." >&4
9343 val="$undef"; set i_stdarg; eval $setvar
9344 val="$undef"; set i_varargs; eval $setvar
9351 val="$define"; set i_stdarg; eval $setvar
9352 val="$undef"; set i_varargs; eval $setvar
9355 val="$undef"; set i_stdarg; eval $setvar
9356 val="$define"; set i_varargs; eval $setvar
9359 echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
9363 : see if stddef is available
9364 set stddef.h i_stddef
9367 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
9368 set sys/filio.h i_sysfilio
9371 if $test `./findhdr sys/ioctl.h`; then
9373 echo '<sys/ioctl.h> found.' >&4
9376 if $test $i_sysfilio = "$define"; then
9377 echo '<sys/ioctl.h> NOT found.' >&4
9379 $test $i_sgtty = "$define" && xxx="sgtty.h"
9380 $test $i_termio = "$define" && xxx="termio.h"
9381 $test $i_termios = "$define" && xxx="termios.h"
9382 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
9388 : see if this is a sys/param system
9389 set sys/param.h i_sysparam
9392 : see if sys/resource.h has to be included
9393 set sys/resource.h i_sysresrc
9396 : see if sys/stat.h is available
9397 set sys/stat.h i_sysstat
9400 : see if sys/types.h has to be included
9401 set sys/types.h i_systypes
9404 : see if this is a sys/un.h system
9405 set sys/un.h i_sysun
9408 : see if this is a syswait system
9409 set sys/wait.h i_syswait
9412 : see if this is an utime system
9416 : see if this is a values.h system
9417 set values.h i_values
9420 : see if this is a vfork system
9431 : see if gdbm.h is available
9436 : see if gdbm_open exists
9437 set gdbm_open d_gdbm_open
9439 case "$d_gdbm_open" in
9442 echo "We won't be including <gdbm.h>"
9452 echo "Looking for extensions..." >&4
9454 : If we are using the old config.sh, known_extensions may contain
9455 : old or inaccurate or duplicate values.
9457 : We do not use find because it might not be available.
9458 : We do not just use MANIFEST because the user may have dropped
9459 : some additional extensions into the source tree and expect them
9465 if $test -f $xxx/$xxx.xs; then
9466 known_extensions="$known_extensions $xxx"
9468 if $test -d $xxx; then
9471 if $test -f $yyy/$yyy.xs; then
9472 known_extensions="$known_extensions $xxx/$yyy"
9480 set X $known_extensions
9482 known_extensions="$*"
9485 : Now see which are supported on this system.
9487 for xxx in $known_extensions ; do
9489 DB_File) case "$i_db" in
9490 $define) avail_ext="$avail_ext $xxx" ;;
9493 GDBM_File) case "$i_gdbm" in
9494 $define) avail_ext="$avail_ext $xxx" ;;
9497 NDBM_File) case "$i_ndbm" in
9498 $define) avail_ext="$avail_ext $xxx" ;;
9501 ODBM_File) case "${i_dbm}${i_rpcsvcdbm}" in
9502 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
9505 POSIX) case "$useposix" in
9506 true|define|y) avail_ext="$avail_ext $xxx" ;;
9509 Opcode) case "$useopcode" in
9510 true|define|y) avail_ext="$avail_ext $xxx" ;;
9513 Socket) case "$d_socket" in
9514 $define) avail_ext="$avail_ext $xxx" ;;
9517 *) avail_ext="$avail_ext $xxx"
9529 A number of extensions are supplied with $package. You may choose to
9530 compile these extensions for dynamic loading (the default), compile
9531 them into the $package executable (static loading), or not include
9532 them at all. Answer "none" to include no extensions.
9535 case "$dynamic_ext" in
9536 '') dflt="$avail_ext" ;;
9537 *) dflt="$dynamic_ext" ;;
9542 rp="What extensions do you wish to load dynamically?"
9545 none) dynamic_ext=' ' ;;
9546 *) dynamic_ext="$ans" ;;
9549 case "$static_ext" in
9551 : Exclude those already listed in dynamic linking
9553 for xxx in $avail_ext; do
9554 case " $dynamic_ext " in
9556 *) dflt="$dflt $xxx" ;;
9563 *) dflt="$static_ext"
9570 rp="What extensions do you wish to load statically?"
9573 none) static_ext=' ' ;;
9574 *) static_ext="$ans" ;;
9579 A number of extensions are supplied with $package. Answer "none"
9580 to include no extensions.
9583 case "$static_ext" in
9584 '') dflt="$avail_ext" ;;
9585 *) dflt="$static_ext" ;;
9591 rp="What extensions do you wish to include?"
9594 none) static_ext=' ' ;;
9595 *) static_ext="$ans" ;;
9600 set X $dynamic_ext $static_ext
9604 : Remove build directory name from cppstdin so it can be used from
9605 : either the present location or the final installed location.
9607 : Get out of the UU directory to get correct path name.
9611 echo "Stripping down cppstdin path name"
9617 : end of configuration questions
9619 echo "End of configuration questions."
9622 : back to where it started
9623 if test -d ../UU; then
9627 : configuration may be patched via a 'config.over' file
9628 if $test -f config.over; then
9631 rp='I see a config.over file. Do you wish to load it?'
9634 n*) echo "OK, I'll ignore it.";;
9636 echo "Configuration override changes have been loaded."
9641 : in case they want portability, strip down executable paths
9642 case "$d_portable" in
9645 echo "Stripping down executable paths..." >&4
9646 for file in $loclist $trylist; do
9652 : create config.sh file
9654 echo "Creating config.sh..." >&4
9655 $spitshell <<EOT >config.sh
9658 # This file was produced by running the Configure script. It holds all the
9659 # definitions figured out by Configure. Should you modify one of these values,
9660 # do not forget to propagate your changes by running "Configure -der". You may
9661 # instead choose to run each of the .SH files by yourself, or "Configure -S".
9664 # Configuration time: $cf_time
9665 # Configured by: $cf_by
9666 # Target system: $myuname
9676 Revision='$Revision'
9680 alignbytes='$alignbytes'
9681 aphostname='$aphostname'
9684 archlibexp='$archlibexp'
9685 archname='$archname'
9686 archobjs='$archobjs'
9694 byteorder='$byteorder'
9696 castflags='$castflags'
9699 cccdlflags='$cccdlflags'
9700 ccdlflags='$ccdlflags'
9703 cf_email='$cf_email'
9708 clocktype='$clocktype'
9710 compress='$compress'
9711 contains='$contains'
9715 cpp_stuff='$cpp_stuff'
9716 cppflags='$cppflags'
9718 cppminus='$cppminus'
9720 cppstdin='$cppstdin'
9721 cryptlib='$cryptlib'
9723 d_Gconvert='$d_Gconvert'
9724 d_access='$d_access'
9726 d_archlib='$d_archlib'
9727 d_attribut='$d_attribut'
9731 d_bsdgetpgrp='$d_bsdgetpgrp'
9732 d_bsdpgrp='$d_bsdpgrp'
9733 d_bsdsetpgrp='$d_bsdsetpgrp'
9735 d_casti32='$d_casti32'
9736 d_castneg='$d_castneg'
9737 d_charvspr='$d_charvspr'
9739 d_chroot='$d_chroot'
9740 d_chsize='$d_chsize'
9741 d_closedir='$d_closedir'
9745 d_cuserid='$d_cuserid'
9746 d_dbl_dig='$d_dbl_dig'
9747 d_difftime='$d_difftime'
9748 d_dirnamlen='$d_dirnamlen'
9749 d_dlerror='$d_dlerror'
9750 d_dlopen='$d_dlopen'
9751 d_dlsymun='$d_dlsymun'
9752 d_dosuid='$d_dosuid'
9754 d_eofnblk='$d_eofnblk'
9755 d_eunice='$d_eunice'
9756 d_fchmod='$d_fchmod'
9757 d_fchown='$d_fchown'
9759 d_fd_macros='$d_fd_macros'
9760 d_fd_set='$d_fd_set'
9761 d_fds_bits='$d_fds_bits'
9762 d_fgetpos='$d_fgetpos'
9763 d_flexfnam='$d_flexfnam'
9766 d_fpathconf='$d_fpathconf'
9767 d_fsetpos='$d_fsetpos'
9768 d_getgrps='$d_getgrps'
9769 d_gethent='$d_gethent'
9770 d_gethname='$d_gethname'
9771 d_getlogin='$d_getlogin'
9772 d_getpgid='$d_getpgid'
9773 d_getpgrp2='$d_getpgrp2'
9774 d_getpgrp='$d_getpgrp'
9775 d_getppid='$d_getppid'
9776 d_getprior='$d_getprior'
9777 d_gnulibc='$d_gnulibc'
9780 d_isascii='$d_isascii'
9781 d_killpg='$d_killpg'
9783 d_locconv='$d_locconv'
9787 d_mbstowcs='$d_mbstowcs'
9788 d_mbtowc='$d_mbtowc'
9789 d_memcmp='$d_memcmp'
9790 d_memcpy='$d_memcpy'
9791 d_memmove='$d_memmove'
9792 d_memset='$d_memset'
9794 d_mkfifo='$d_mkfifo'
9795 d_mktime='$d_mktime'
9797 d_msgctl='$d_msgctl'
9798 d_msgget='$d_msgget'
9799 d_msgrcv='$d_msgrcv'
9800 d_msgsnd='$d_msgsnd'
9801 d_mymalloc='$d_mymalloc'
9803 d_oldarchlib='$d_oldarchlib'
9804 d_oldsock='$d_oldsock'
9806 d_pathconf='$d_pathconf'
9808 d_phostname='$d_phostname'
9811 d_portable='$d_portable'
9813 d_pwchange='$d_pwchange'
9814 d_pwclass='$d_pwclass'
9815 d_pwcomment='$d_pwcomment'
9816 d_pwexpire='$d_pwexpire'
9817 d_pwquota='$d_pwquota'
9818 d_readdir='$d_readdir'
9819 d_readlink='$d_readlink'
9820 d_rename='$d_rename'
9821 d_rewinddir='$d_rewinddir'
9823 d_safebcpy='$d_safebcpy'
9824 d_safemcpy='$d_safemcpy'
9825 d_seekdir='$d_seekdir'
9826 d_select='$d_select'
9828 d_semctl='$d_semctl'
9829 d_semget='$d_semget'
9831 d_setegid='$d_setegid'
9832 d_seteuid='$d_seteuid'
9833 d_setlinebuf='$d_setlinebuf'
9834 d_setlocale='$d_setlocale'
9835 d_setpgid='$d_setpgid'
9836 d_setpgrp2='$d_setpgrp2'
9837 d_setpgrp='$d_setpgrp'
9838 d_setprior='$d_setprior'
9839 d_setregid='$d_setregid'
9840 d_setresgid='$d_setresgid'
9841 d_setresuid='$d_setresuid'
9842 d_setreuid='$d_setreuid'
9843 d_setrgid='$d_setrgid'
9844 d_setruid='$d_setruid'
9845 d_setsid='$d_setsid'
9849 d_shmatprototype='$d_shmatprototype'
9850 d_shmctl='$d_shmctl'
9852 d_shmget='$d_shmget'
9853 d_sigaction='$d_sigaction'
9854 d_sigsetjmp='$d_sigsetjmp'
9855 d_socket='$d_socket'
9856 d_sockpair='$d_sockpair'
9857 d_statblks='$d_statblks'
9858 d_stdio_cnt_lval='$d_stdio_cnt_lval'
9859 d_stdio_ptr_lval='$d_stdio_ptr_lval'
9860 d_stdiobase='$d_stdiobase'
9861 d_stdstdio='$d_stdstdio'
9862 d_strchr='$d_strchr'
9863 d_strcoll='$d_strcoll'
9864 d_strctcpy='$d_strctcpy'
9865 d_strerrm='$d_strerrm'
9866 d_strerror='$d_strerror'
9867 d_strtod='$d_strtod'
9868 d_strtol='$d_strtol'
9869 d_strtoul='$d_strtoul'
9870 d_strxfrm='$d_strxfrm'
9871 d_suidsafe='$d_suidsafe'
9872 d_symlink='$d_symlink'
9873 d_syscall='$d_syscall'
9874 d_sysconf='$d_sysconf'
9875 d_sysernlst='$d_sysernlst'
9876 d_syserrlst='$d_syserrlst'
9877 d_system='$d_system'
9878 d_tcgetpgrp='$d_tcgetpgrp'
9879 d_tcsetpgrp='$d_tcsetpgrp'
9880 d_telldir='$d_telldir'
9883 d_truncate='$d_truncate'
9884 d_tzname='$d_tzname'
9888 d_void_closedir='$d_void_closedir'
9889 d_voidsig='$d_voidsig'
9890 d_voidtty='$d_voidtty'
9891 d_volatile='$d_volatile'
9892 d_vprintf='$d_vprintf'
9894 d_waitpid='$d_waitpid'
9895 d_wcstombs='$d_wcstombs'
9896 d_wctomb='$d_wctomb'
9899 db_hashtype='$db_hashtype'
9900 db_prefixtype='$db_prefixtype'
9901 defvoidused='$defvoidused'
9902 direntrytype='$direntrytype'
9905 dynamic_ext='$dynamic_ext'
9910 eunicefix='$eunicefix'
9913 extensions='$extensions'
9915 firstmakefile='$firstmakefile'
9917 fpostype='$fpostype'
9918 freetype='$freetype'
9919 full_csh='$full_csh'
9920 full_sed='$full_sed'
9922 gccversion='$gccversion'
9926 groupcat='$groupcat'
9927 groupstype='$groupstype'
9930 h_sysfile='$h_sysfile'
9934 i_bsdioctl='$i_bsdioctl'
9937 i_dirent='$i_dirent'
9944 i_limits='$i_limits'
9945 i_locale='$i_locale'
9946 i_malloc='$i_malloc'
9948 i_memory='$i_memory'
9950 i_neterrno='$i_neterrno'
9953 i_rpcsvcdbm='$i_rpcsvcdbm'
9956 i_stdarg='$i_stdarg'
9957 i_stddef='$i_stddef'
9958 i_stdlib='$i_stdlib'
9959 i_string='$i_string'
9960 i_sysdir='$i_sysdir'
9961 i_sysfile='$i_sysfile'
9962 i_sysfilio='$i_sysfilio'
9964 i_sysioctl='$i_sysioctl'
9965 i_sysndir='$i_sysndir'
9966 i_sysparam='$i_sysparam'
9967 i_sysresrc='$i_sysresrc'
9968 i_sysselct='$i_sysselct'
9969 i_syssockio='$i_syssockio'
9970 i_sysstat='$i_sysstat'
9971 i_systime='$i_systime'
9972 i_systimek='$i_systimek'
9973 i_systimes='$i_systimes'
9974 i_systypes='$i_systypes'
9976 i_syswait='$i_syswait'
9977 i_termio='$i_termio'
9978 i_termios='$i_termios'
9980 i_unistd='$i_unistd'
9982 i_values='$i_values'
9983 i_varargs='$i_varargs'
9984 i_varhdr='$i_varhdr'
9988 installarchlib='$installarchlib'
9989 installbin='$installbin'
9990 installman1dir='$installman1dir'
9991 installman3dir='$installman3dir'
9992 installprivlib='$installprivlib'
9993 installscript='$installscript'
9994 installsitearch='$installsitearch'
9995 installsitelib='$installsitelib'
9997 known_extensions='$known_extensions'
10001 lddlflags='$lddlflags'
10009 libswanted='$libswanted'
10015 locincpth='$locincpth'
10016 loclibpth='$loclibpth'
10020 lseektype='$lseektype'
10024 make_set_make='$make_set_make'
10025 mallocobj='$mallocobj'
10026 mallocsrc='$mallocsrc'
10027 malloctype='$malloctype'
10029 man1direxp='$man1direxp'
10032 man3direxp='$man3direxp'
10036 mips_type='$mips_type'
10039 modetype='$modetype'
10042 myarchname='$myarchname'
10043 mydomain='$mydomain'
10044 myhostname='$myhostname'
10048 nm_so_opt='$nm_so_opt'
10050 o_nonblock='$o_nonblock'
10052 oldarchlib='$oldarchlib'
10053 oldarchlibexp='$oldarchlibexp'
10054 optimize='$optimize'
10055 orderlib='$orderlib'
10061 patchlevel='$patchlevel'
10062 path_sep='$path_sep'
10064 perladmin='$perladmin'
10065 perlpath='$perlpath'
10067 phostname='$phostname'
10072 prefixexp='$prefixexp'
10074 privlibexp='$privlibexp'
10075 prototype='$prototype'
10076 randbits='$randbits'
10078 rd_nodata='$rd_nodata'
10082 scriptdir='$scriptdir'
10083 scriptdirexp='$scriptdirexp'
10085 selecttype='$selecttype'
10086 sendmail='$sendmail'
10089 sharpbang='$sharpbang'
10090 shmattype='$shmattype'
10093 sig_name='$sig_name'
10095 signal_t='$signal_t'
10096 sitearch='$sitearch'
10097 sitearchexp='$sitearchexp'
10099 sitelibexp='$sitelibexp'
10100 sizetype='$sizetype'
10105 sockethdr='$sockethdr'
10106 socketlib='$socketlib'
10108 spackage='$spackage'
10109 spitshell='$spitshell'
10111 ssizetype='$ssizetype'
10112 startperl='$startperl'
10114 static_ext='$static_ext'
10116 stdio_base='$stdio_base'
10117 stdio_bufsiz='$stdio_bufsiz'
10118 stdio_cnt='$stdio_cnt'
10119 stdio_filbuf='$stdio_filbuf'
10120 stdio_ptr='$stdio_ptr'
10123 subversion='$subversion'
10129 timeincl='$timeincl'
10130 timetype='$timetype'
10138 usemymalloc='$usemymalloc'
10140 useopcode='$useopcode'
10141 useperlio='$useperlio'
10142 useposix='$useposix'
10144 useshrplib='$useshrplib'
10145 usevfork='$usevfork'
10149 voidflags='$voidflags'
10155 : add special variables
10156 $test -f patchlevel.h && \
10157 awk '/^#define/ {printf "%s=%s\n",$2,$3}' patchlevel.h >>config.sh
10158 echo "CONFIG=true" >>config.sh
10160 : propagate old symbols
10161 if $test -f UU/config.sh; then
10162 <UU/config.sh sort | uniq >UU/oldconfig.sh
10163 sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
10164 sort | uniq -u >UU/oldsyms
10165 set X `cat UU/oldsyms`
10171 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
10173 echo "# Variables propagated from previous config.sh file." >>config.sh
10174 for sym in `cat UU/oldsyms`; do
10175 echo " Propagating $hint variable "'$'"$sym..."
10176 eval 'tmp="$'"${sym}"'"'
10178 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
10184 : Finish up by extracting the .SH files
10198 If you'd like to make any changes to the config.sh file before I begin
10199 to configure things, do it as a shell escape now (e.g. !vi config.sh).
10202 rp="Press return or use a shell escape to edit config.sh:"
10207 *) : in case they cannot read
10208 sh 1>&4 -c "$ans";;
10213 : if this fails, just run all the .SH files by hand
10220 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
10227 Now you need to generate make dependencies by running "make depend".
10228 You might prefer to run it in background: "make depend > makedepend.out &"
10229 It can take a while, so you might not want to run it right now.
10234 rp="Run make depend now?"
10238 make depend && echo "Now you must run a make."
10241 echo "You must run 'make depend' then 'make'."
10244 elif test -f [Mm]akefile; then
10246 echo "Now you must run a make."
10251 $rm -f kit*isdone ark*isdone