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 and is available on CPAN under authors/id/RAM so
18 # you may fetch it yourself from your nearest archive site.)
21 # Though this script was generated by metaconfig, it is OK to send
22 # patches against it. It's up to the Configure pumpkin to backport
23 # the patch to the metaunits if it is accepted.
24 # See Porting/pumpkin.pod for more information on metaconfig.
27 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
29 # Generated on Wed Jan 11 21:57:24 CET 2006 [metaconfig 3.0 PL70]
30 # (with additional metaconfig patches by perlbug@perl.org)
35 SCO csh still thinks true is false. Write to SCO today and tell them that next
36 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
38 (Actually, Configure ought to just patch csh in place. Hmm. Hmmmmm. All
39 we'd have to do is go in and swap the && and || tokens, wherever they are.)
41 [End of diatribe. We now return you to your regularly scheduled programming...]
45 OOPS! You naughty creature! You didn't run Configure with sh!
46 I will attempt to remedy the situation by running sh for you...
50 true || exec sh $0 $argv:q
52 (exit $?0) || cat c2$$
53 (exit $?0) || exec sh $0 $argv:q
56 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
59 *** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do
60 *** Configure that well. (Plan 9 is close to UNIX but not close enough.)
61 *** Please read the README.plan9 for further instructions.
62 *** Cannot continue, aborting.
68 : compute my invocation name
72 me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
77 : Proper separator for the PATH environment variable
79 : On OS/2 this directory should exist if this is not floppy only system :-]
80 if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
81 if test -n "$OS2_SHELL"; then
83 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
84 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
86 elif test -n "$DJGPP"; then
87 case "X${MACHTYPE:-nonesuchmach}" in
95 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
96 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
97 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
98 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
99 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
100 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /opt/ansic/bin /usr/ccs/bin"
101 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
102 paths="$paths /sbin /usr/sbin /usr/libexec"
103 paths="$paths /system/gnu_library/bin"
107 case "$p_$PATH$p_" in
109 *) test -d $p && PATH=$PATH$p_$p ;;
116 : shall we be using ksh?
122 if (PATH=.; alias -x) >/dev/null 2>&1; then
125 if test -f /hp-ux -a -f /bin/ksh; then
126 needksh='to avoid sh bug in "here document" expansion'
128 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
129 if test X`/usr/bin/uname -v` = X4; then
130 avoidksh="to avoid AIX 4's /bin/sh"
134 if test -f /osf_boot -a -f /usr/sbin/setld; then
135 if test X`/usr/bin/uname -s` = XOSF1; then
136 avoidksh="to avoid Digital UNIX' ksh"
138 unset BIN_SH # if this is 'xpg4' sh will start up ksh
141 case "$inksh/$needksh" in
148 case "$inksh/$avoidksh" in
154 case "$inksh/$needksh-$avoidksh-" in
157 (I see you are using the Korn shell. Some ksh's blow up on $me,
158 mainly on older exotic systems. If yours does, try the Bourne shell instead.)
165 echo "(Feeding myself to $newsh $reason.)"
167 Configure|*/Configure) exec $newsh $0 "$@";;
168 *) exec $newsh Configure "$@";;
173 : if needed set CDPATH to a harmless value that is not chatty
174 : avoid bash 2.02 problems with empty CDPATH.
178 *bash*) CDPATH='.' ;;
183 : Configure runs within the UU subdirectory
184 test -d UU || mkdir UU
348 d_attribute_format=''
349 d_attribute_malloc=''
350 d_attribute_nonnull=''
351 d_attribute_noreturn=''
353 d_attribute_unused=''
354 d_attribute_warn_unused_result=''
401 endhostent_r_proto=''
407 endprotoent_r_proto=''
413 endservent_r_proto=''
465 gethostbyaddr_r_proto=''
467 gethostbyname_r_proto=''
469 gethostent_r_proto=''
481 getnetbyaddr_r_proto=''
483 getnetbyname_r_proto=''
497 d_getprotobyname_r=''
498 getprotobyname_r_proto=''
499 d_getprotobynumber_r=''
500 getprotobynumber_r_proto=''
502 getprotoent_r_proto=''
514 getservbyname_r_proto=''
516 getservbyport_r_proto=''
518 getservent_r_proto=''
542 d_libm_lib_version=''
555 d_malloc_good_size=''
597 d_old_pthread_create_joinable=''
598 old_pthread_create_joinable=''
600 d_pthread_attr_setscope=''
639 sethostent_r_proto=''
656 setprotoent_r_proto=''
668 setservent_r_proto=''
701 d_sprintf_returns_strlen=''
716 d_stdio_ptr_lval_nochange_cnt=''
717 d_stdio_ptr_lval_sets_cnt=''
921 inc_version_list_init=''
940 ignore_versioned_solibs=''
1000 d_perl_otherlibdirs=''
1008 api_versionstring=''
1014 version_patchlevel_string=''
1018 d_nv_preserves_uv=''
1019 d_nv_zero_is_allbits_zero=''
1030 nv_preserves_uv_bits=''
1101 installsitehtml1dir=''
1104 installsitehtml3dir=''
1111 installsiteman1dir=''
1114 installsiteman3dir=''
1119 installsitescript=''
1134 d_stdio_stream_array=''
1135 stdio_stream_array=''
1146 ccflags_uselargefiles=''
1147 ldflags_uselargefiles=''
1148 libswanted_uselargefiles=''
1158 userelocatableinc=''
1169 installvendorarch=''
1176 installvendorhtml1dir=''
1178 vendorhtml1direxp=''
1179 installvendorhtml3dir=''
1181 vendorhtml3direxp=''
1187 installvendorman1dir=''
1190 installvendorman3dir=''
1197 installvendorscript=''
1209 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
1212 : We must find out about Eunice early
1214 if test -f /etc/unixtovms; then
1215 eunicefix=/etc/unixtovms
1217 if test -f /etc/unixtovms.exe; then
1218 eunicefix=/etc/unixtovms.exe
1221 : Set executable suffix now -- needed before hints available
1222 if test -f "/libs/version.library"; then
1225 elif test -f "/system/gnu_library/bin/ar.pm"; then
1228 elif test -n "$DJGPP"; then
1231 elif test -d c:/. -o -n "$is_os2" ; then
1240 : set useposix=false in your hint file to disable the POSIX extension.
1242 : set useopcode=false in your hint file to disable the Opcode extension.
1244 : Trailing extension. Override this in a hint file, if needed.
1245 : Extra object files, if any, needed on this platform.
1248 : Possible local include directories to search.
1249 : Set locincpth to "" in a hint file to defeat local include searches.
1250 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1251 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1253 : no include file wanted by default
1258 : change the next line if compiling for Xenix/286 on Xenix/386
1259 xlibpth='/usr/lib/386 /lib/386'
1260 : Possible local library directories to search.
1261 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1262 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1264 : general looking path for locating libraries
1265 glibpth="/lib /usr/lib $xlibpth"
1266 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1267 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1268 test -f /shlib/libc.so && glibpth="/shlib $glibpth"
1270 : Private path used by Configure to find libraries. Its value
1271 : is prepended to libpth. This variable takes care of special
1272 : machines, like the mips. Usually, it should be empty.
1275 : default library list
1277 : some systems want to use only the non-versioned libso:s
1278 ignore_versioned_solibs=''
1283 ccflags_uselargefiles=''
1284 ldflags_uselargefiles=''
1285 libswanted_uselargefiles=''
1286 : set usemultiplicity on the Configure command line to enable multiplicity.
1287 : set usesocks on the Configure command line to enable socks.
1288 : set usethreads on the Configure command line to enable threads.
1289 usereentrant='undef'
1290 : full support for void wanted by default
1293 : List of libraries we want.
1294 : If anyone needs extra -lxxx, put those in a hint file.
1295 libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
1296 libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
1297 : We probably want to search /usr/shlib before most other libraries.
1298 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1299 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1300 glibpth="/usr/shlib $glibpth"
1301 : Do not use vfork unless overridden by a hint file.
1304 : Find the basic shell for Bourne shell scripts
1308 *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1311 if test -f "$xxx"; then
1314 : Build up a list and do a single loop so we can 'break' out.
1315 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1316 for xxx in sh bash ksh pdksh ash; do
1318 try="$try ${p}/${xxx}"
1322 if test -f "$xxx"; then
1325 elif test "X$_exe" != X -a -f "$xxx$_exe"; then
1328 elif test -f "$xxx.exe"; then
1339 $me: Fatal Error: I can't find a Bourne Shell anywhere.
1341 Usually it's in /bin/sh. How did you even get this far?
1342 Please contact me (Perl Maintainers) at perlbug@perl.org and
1343 we'll try to straighten this all out.
1349 : see if sh knows # comments
1350 if `$sh -c '#' >/dev/null 2>&1`; then
1354 test -f $xcat$_exe || xcat=/usr/bin/cat
1355 if test ! -f $xcat$_exe; then
1356 for p in `echo $PATH | sed -e "s/$p_/ /g"` $paths; do
1357 if test -f $p/cat$_exe; then
1362 if test ! -f $xcat$_exe; then
1363 echo "Can't find cat anywhere!"
1367 echo "#!$xcat" >sharp
1371 if test -s today; then
1374 echo "#! $xcat" > sharp
1378 if test -s today; then
1386 echo "Your $sh doesn't grok # comments--I will strip them later on."
1389 echo "exec grep -v '^[ ]*#'" >spitshell
1391 $eunicefix spitshell
1392 spitshell=`pwd`/spitshell
1394 echo "I presume that if # doesn't work, #! won't work either!"
1399 : figure out how to guarantee sh startup
1401 '') startsh=${sharpbang}${sh} ;;
1413 : echo "Yup, it does."
1415 echo "Hmm... '$startsh' does not guarantee sh startup..."
1416 echo "You may have to fix up the shell scripts to make sure $sh runs them."
1421 : Save command line options in file UU/cmdline.opt for later use in
1422 : generating config.sh.
1423 cat > cmdline.opt <<EOSH
1424 # Configure command line arguments.
1433 cat >>cmdline.opt <<EOSH
1434 config_arg$argn='$arg'
1436 # Extreme backslashitis: replace each ' by '"'"'
1437 cat <<EOC | sed -e "s/'/'"'"'"'"'"'"'/g" > cmdl.opt
1440 arg_exp=`cat cmdl.opt`
1441 args_exp="$args_exp$args_sep'$arg_exp'"
1442 argn=`expr $argn + 1`
1445 # args_exp is good for restarting self: eval "set X $args_exp"; shift; $0 "$@"
1446 # used by ./hints/os2.sh
1449 : produce awk script to parse command line options
1450 cat >options.awk <<'EOF'
1452 optstr = "A:dD:eEf:hKOrsSU:V"; # getopt-style specification
1454 len = length(optstr);
1455 for (i = 1; i <= len; i++) {
1456 c = substr(optstr, i, 1);
1457 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1468 if (substr(str, 1, 1) != "-") {
1469 printf("'%s'\n", str);
1473 for (i = 2; i <= len; i++) {
1474 c = substr(str, i, 1);
1476 printf("-%s\n", substr(str, i));
1482 printf("'%s'\n", substr(str, i + 1));
1495 : process the command line options
1496 set X `for arg in "$@"; do echo "X$arg"; done |
1497 sed -e s/X// | awk -f options.awk`
1502 : set up default values
1512 rm -f optdef.sh posthint.sh
1513 cat >optdef.sh <<EOS
1519 while test $# -gt 0; do
1521 -d) shift; fastread=yes;;
1522 -e) shift; alldone=cont;;
1526 if test -r "$1"; then
1529 echo "$me: cannot read config file $1." >&2
1534 -h) shift; error=true;;
1535 -r) shift; reuseval=true;;
1536 -s) shift; silent=true; realsilent=true;;
1537 -E) shift; alldone=exit;;
1538 -K) shift; knowitall=true;;
1539 -O) shift; override=true;;
1540 -S) shift; silent=true; extractsh=true;;
1545 echo "$me: use '-U symbol=', not '-D symbol='." >&2
1546 echo "$me: ignoring -D $1" >&2
1549 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1550 *) echo "$1='define'" >> optdef.sh;;
1557 *=) echo "$1" >> optdef.sh;;
1559 echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1560 echo "$me: ignoring -U $1" >&2
1562 *) echo "$1='undef'" >> optdef.sh;;
1573 *=*) zzz=`echo "$yyy"|sed 's!=.*!!'`
1577 zzz=" "`echo "$yyy"|sed 's!^[^=]*=!!'`
1578 yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1584 *:*) xxx=`echo "$yyy"|sed 's!:.*!!'`
1585 yyy=`echo "$yyy"|sed 's!^[^:]*:!!'`
1586 zzz=`echo "$yyy"|sed 's!^[^=]*=!!'`
1587 yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1588 *) xxx=`echo "$yyy"|sed 's!:.*!!'`
1589 yyy=`echo "$yyy"|sed 's!^[^:]*:!!'` ;;
1595 echo "$yyy=\"\${$yyy}$zzz\"" >> posthint.sh ;;
1597 echo "$yyy=''" >> posthint.sh ;;
1602 echo "$yyy='$zzz'" >> posthint.sh ;;
1604 echo "eval \"$yyy=$zzz\"" >> posthint.sh ;;
1606 echo "$yyy=\"$zzz\${$yyy}\"" >> posthint.sh ;;
1611 echo "$yyy=$zzz" >> posthint.sh ;;
1612 *) echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1616 -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1619 -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1627 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1628 [-U symbol] [-U symbol=] [-A command:symbol...]
1629 -d : use defaults for all answers.
1630 -e : go on without questioning past the production of config.sh.
1631 -f : specify an alternate default configuration file.
1632 -h : print this help message and exit (with an error status).
1633 -r : reuse C symbols value if possible (skips costly nm extraction).
1634 -s : silent mode, only echoes questions and essential information.
1635 -D : define symbol to have some value:
1636 -D symbol symbol gets the value 'define'
1637 -D symbol=value symbol gets the value 'value'
1638 -E : stop at the end of questions, after having produced config.sh.
1639 -K : do not use unless you know what you are doing.
1640 -O : let -D and -U override definitions from loaded configuration file.
1641 -S : perform variable substitutions on all .SH files (can mix with -f)
1642 -U : undefine symbol:
1643 -U symbol symbol gets the value 'undef'
1644 -U symbol= symbol gets completely empty
1645 -A : manipulate symbol after the platform specific hints have been applied:
1646 -A symbol=value append " "value to symbol
1647 -A append:symbol=value append value to symbol
1648 -A define:symbol=value define symbol to have value
1649 -A clear:symbol define symbol to be ''
1650 -A define:symbol define symbol to be 'define'
1651 -A eval:symbol=value define symbol to be eval of value
1652 -A prepend:symbol=value prepend value to symbol
1653 -A undef:symbol define symbol to be 'undef'
1654 -A undef:symbol= define symbol to be ''
1655 -V : print version number and exit (with a zero status).
1662 case "$fastread$alldone" in
1665 case "$extractsh" in
1668 if test ! -t 0; then
1669 echo "Say 'sh Configure', not 'sh <Configure'"
1679 true) exec 1>/dev/null;;
1682 : run the defines and the undefines, if any, but leave the file out there...
1685 : create the posthint manipulation script and leave the file out there...
1690 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1691 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1692 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1693 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1694 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1697 : Some greps do not return status, grrr.
1698 echo "grimblepritz" >grimble
1699 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1701 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1707 : the following should work in any shell
1711 echo "AGH! Grep doesn't return a status. Attempting remedial action."
1712 cat >contains <<'EOSS'
1713 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1718 : Find the path to the source tree
1721 */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1725 *) src=`cd ../$src && pwd` ;;
1738 if test -f $rsrc/Configure && \
1739 $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1741 : found it, so we are ok.
1744 for src in . .. ../.. ../../.. ../../../..; do
1745 if test -f ../$src/Configure && \
1746 $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1757 Sorry, I can't seem to locate the source dir for $package. Please start
1758 Configure with an explicit path -- i.e. /some/path/Configure.
1766 echo "Sources for $package found in \"$src\"." >&4
1770 : script used to extract .SH files with variable substitutions
1771 cat >extract <<'EOS'
1773 echo "Doing variable substitutions on .SH files..."
1774 if test -f MANIFEST; then
1775 set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
1777 echo "(Looking for .SH files under the source directory.)"
1778 set x `(cd "$src"; find . -name "*.SH" -print)`
1782 0) set x `(cd "$src"; echo *.SH)`; shift;;
1784 if test ! -f "$src/$1"; then
1790 while test $name; do
1791 if test ! -d "$name"; then
1792 create="$name $create";
1793 name=`echo $name | sed -e "s|^[^/]*$||"`;
1794 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1799 for file in $create; do
1808 dir=`expr X$file : 'X\(.*\)/'`
1809 file=`expr X$file : 'X.*/\(.*\)'`
1810 (cd "$dir" && . ./$file)
1820 dir=`expr X$file : 'X\(.*\)/'`
1821 file=`expr X$file : 'X.*/\(.*\)'`
1822 (set x $dir; shift; eval $mkdir_p)
1823 sh <"$src/$dir/$file"
1832 if test -f "$src/config_h.SH"; then
1833 if test ! -f config.h; then
1834 : oops, they left it out of MANIFEST, probably, so do it anyway.
1835 . "$src/config_h.SH"
1840 : extract files and exit if asked to do so
1841 case "$extractsh" in
1843 case "$realsilent" in
1847 case "$config_sh" in
1848 '') config_sh='config.sh';;
1851 echo "Fetching answers from $config_sh..."
1854 test "$override" && . ./optdef.sh
1858 echo "Extraction done."
1863 : Eunice requires " " instead of "", can you believe it
1866 echo "Beginning of configuration questions for $package."
1868 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1870 : first determine how to suppress newline on echo command
1872 echo "Checking echo to see how to suppress newlines..."
1873 (echo "hi there\c" ; echo " ") >.echotmp
1874 if $contains c .echotmp >/dev/null 2>&1 ; then
1885 echo $n "The star should be here-->$c"
1889 : Now test for existence of everything in MANIFEST
1891 if test -f "$rsrc/MANIFEST"; then
1892 echo "First let's make sure your kit is complete. Checking..." >&4
1893 awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | (split -l 50 2>/dev/null || split -50)
1896 for filelist in x??; do
1897 (cd "$rsrc"; ls `cat "$tmppwd/$filelist"` >/dev/null 2>>"$tmppwd/missing")
1899 if test -s missing; then
1903 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1905 You have the option of continuing the configuration process, despite the
1906 distinct possibility that your kit is damaged, by typing 'y'es. If you
1907 do, don't blame me if something goes wrong. I advise you to type 'n'o
1908 and contact the author (perlbug@perl.org).
1911 echo $n "Continue? [n] $c" >&4
1915 echo "Continuing..." >&4
1919 echo "ABORTING..." >&4
1924 echo "Looks good..."
1927 echo "There is no MANIFEST file. I hope your kit is complete !"
1932 : Find the appropriate value for a newline for tr
1933 if test -n "$DJGPP"; then
1936 if test X"$trnl" = X; then
1937 case "`echo foo|tr '\n' x 2>/dev/null`" in
1941 if test X"$trnl" = X; then
1942 case "`echo foo|tr '\012' x 2>/dev/null`" in
1943 foox) trnl='\012' ;;
1946 if test X"$trnl" = X; then
1947 case "`echo foo|tr '\r\n' xy 2>/dev/null`" in
1948 fooxy) trnl='\n\r' ;;
1951 if test X"$trnl" = X; then
1954 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1960 : compute the number of columns on the terminal for proper question formatting
1965 : set up the echo used in my read
1966 myecho="case \"\$xxxm\" in
1967 '') echo $n \"\$rp $c\" >&4;;
1969 '') echo $n \"[\$xxxm] $c\";;
1971 if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then
1973 echo $n \"[\$xxxm] $c\" >&4
1975 echo $n \"\$rp [\$xxxm] $c\" >&4
1981 : now set up to do reads with possible shell escape and default assignment
1987 case "\$fastread" in
1988 yes) case "\$dflt" in
1991 case "\$silent-\$rp" in
1996 *) case "\$silent" in
1997 true) case "\$rp" in
2002 while expr "X\$ans" : "X!" >/dev/null; do
2006 aok=''; eval "ans=\\"\$answ\\"" && aok=y
2014 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
2023 set x \`expr "X\$ans" : "X&\(.*\)\$"\`
2028 echo "(OK, I'll run with -d after this question.)" >&4
2031 echo "*** Sorry, \$1 not supported yet." >&4
2041 echo "*** Substitution done -- please confirm."
2043 ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
2048 echo "*** Error -- try again."
2055 case "\$ans\$xxxm\$nostick" in
2067 : create .config dir to save info across Configure sessions
2068 test -d ../.config || mkdir ../.config
2069 cat >../.config/README <<EOF
2070 This directory created by Configure to save information that should
2071 persist across sessions for $package.
2073 You may safely delete it if you wish.
2076 xversion=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
2078 $define|true|[yY]*) ;;
2079 *) case "$xversion" in
2082 *** WHOA THERE!!! ***
2084 This is an UNSTABLE DEVELOPMENT release.
2085 The version of this $package distribution is $xversion, that is, odd,
2086 (as opposed to even) and that signifies a development release.
2087 If you want a maintenance release, you want an even-numbered version.
2089 Do ***NOT*** install this into production use.
2090 Data corruption and crashes are possible.
2092 It is most seriously suggested that you do not continue any further
2093 unless you want to help in developing and debugging Perl.
2095 If you *still* want to build perl, you can answer 'y' now,
2096 or pass -Dusedevel to Configure.
2099 rp='Do you really want to continue?'
2103 [yY]) echo >&4 "Okay, continuing."
2104 usedevel="$define" ;;
2105 *) echo >&4 "Okay, bye."
2115 case "$versiononly" in
2116 '') versiononly="$define" ;;
2118 case "$installusrbinperl" in
2119 '') installusrbinperl="$undef" ;;
2124 : general instructions
2127 user=`(logname) 2>/dev/null`
2129 '') user=`whoami 2>&1`;;
2131 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
2134 rp='Would you like to see the instructions?'
2145 This installation shell script will examine your system and ask you questions
2146 to determine how the perl5 package should be installed. If you get
2147 stuck on a question, you may use a ! shell escape to start a subshell or
2148 execute a command. Many of the questions will have default answers in square
2149 brackets; typing carriage return will give you the default.
2151 On some of the questions which ask for file or directory names you are allowed
2152 to use the ~name construct to specify the login directory belonging to "name",
2153 even if you don't have a shell which knows about that. Questions where this is
2154 allowed will be marked "(~name ok)".
2158 dflt='Type carriage return to continue'
2162 The prompter used in this script allows you to use shell variables and
2163 backticks in your answers. You may use $1, $2, etc... to refer to the words
2164 in the default answer, as if the default line was a set of arguments given to a
2165 script shell. This means you may also use $* to repeat the whole default line,
2166 so you do not have to re-type everything to add something to the default.
2168 Everytime there is a substitution, you will have to confirm. If there is an
2169 error (e.g. an unmatched backtick), the default answer will remain unchanged
2170 and you will be prompted again.
2172 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
2173 the questions and use the computed defaults (or the previous answers if there
2174 was already a config.sh file). Type 'Configure -h' for a list of options.
2175 You may also start interactively and then answer '& -d' at any prompt to turn
2176 on the non-interactive behaviour for the remainder of the execution.
2182 Much effort has been expended to ensure that this shell script will run on any
2183 Unix system. If despite that it blows up on yours, your best bet is to edit
2184 Configure and run it again. If you can't run Configure for some reason,
2185 you'll have to generate a config.sh file by hand. Whatever problems you
2186 have, let me (perlbug@perl.org) know how I blew it.
2188 This installation script affects things in two ways:
2190 1) it may do direct variable substitutions on some of the files included
2192 2) it builds a config.h file for inclusion in C programs. You may edit
2193 any of these files as the need arises after running this script.
2195 If you make a mistake on a question, there is no easy way to back up to it
2196 currently. The easiest thing to do is to edit config.sh and rerun all the SH
2197 files. Configure will offer to let you do this before it runs the SH files.
2200 dflt='Type carriage return to continue'
2202 case "$firsttime" in
2203 true) echo $user >>../.config/instruct;;
2207 : find out where common programs are
2209 echo "Locating common programs..." >&4
2222 if test -d \$dir/\$thing; then
2228 for thisthing in \$dir/\$thing; do
2229 : just loop through to pick last item
2231 if test -f \$thisthing; then
2234 elif test "X$_exe" != X -a -f \$thisthing$_exe; then
2237 elif test -f \$dir/\$thing.exe; then
2238 if test -n "$DJGPP"; then
2239 echo \$dir/\$thing.exe
2240 elif test "$eunicefix" != ":"; then
2241 : on Eunice apparently
2295 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2296 pth="$pth /lib /usr/lib"
2297 for file in $loclist; do
2301 if test -f "$xxx"; then
2304 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2305 xxx=`./loc $file $file $pth`
2308 '') xxx=`./loc $file $file $pth`;;
2309 *) xxx=`./loc $xxx $xxx $pth`;;
2311 eval $file=$xxx$_exe
2315 echo $file is in $xxx.
2318 echo $file is in $xxx.
2321 echo "I don't know where '$file' is, and my life depends on it." >&4
2322 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2328 echo "Don't worry if any of the following aren't found..."
2330 for file in $trylist; do
2334 if test -f "$xxx"; then
2337 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2338 xxx=`./loc $file $file $pth`
2341 '') xxx=`./loc $file $file $pth`;;
2342 *) xxx=`./loc $xxx $xxx $pth`;;
2344 eval $file=$xxx$_exe
2348 echo $file is in $xxx.
2351 echo $file is in $xxx.
2354 echo "I don't see $file out there, $say."
2361 echo "Substituting grep for egrep."
2368 echo "Substituting cp for ln."
2377 echo "I can't find make or gmake, and my life depends on it." >&4
2378 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2386 *) # We can't have osname yet.
2387 if test -f "/system/gnu_library/bin/ar.pm"; then # Stratus VOS
2388 # Assume that gmake, if found, is definitely GNU make
2389 # and prefer it over the system make.
2390 echo "Substituting gmake for make."
2398 echo "Hopefully test is built into your sh."
2401 if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2402 echo "Using the test built into your sh."
2410 echo "Hopefully echo is built into your sh."
2415 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2416 $echo $n "hi there$c" >foo1
2417 echo $n "hi there$c" >foo2
2418 if cmp foo1 foo2 >/dev/null 2>&1; then
2419 echo "They are compatible. In fact, they may be identical."
2426 They are not compatible! You are probably running ksh on a non-USG system.
2427 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2428 have echo built in and we may have to run some Bourne shell scripts. That
2429 means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous.
2432 $echo $n "The star should be here-->$c"
2442 cat <<'EOSC' >>trygcc
2447 int main(int argc, char *argv[]) {
2451 if $cc -o try $ccflags $ldflags try.c; then
2454 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2460 case "`$cc -v -c try.c 2>&1`" in
2463 if $test X"$trygcc" = Xyes; then
2464 if gcc -o try -c try.c; then
2466 echo "You seem to have a working gcc, though." >&4
2467 rp="Would you like to use it?"
2469 if $test -f myread; then
2472 if $test -f UU/myread; then
2475 echo "Cannot find myread, sorry. Aborting." >&2
2480 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no;
2481 if $test -f usethreads.cbu; then
2484 *** However, any setting of the C compiler flags (e.g. for thread support)
2485 *** has been lost. It may be necessary to pass -Dcc=gcc to Configure
2486 *** (together with e.g. -Dusethreads).
2502 cat <<'EOSC' >>checkcc
2507 int main(int argc, char *argv[]) {
2511 if $cc -o try $ccflags $ldflags try.c; then
2514 if $test X"$despair" = Xyes; then
2515 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2518 You need to find a working C compiler.
2519 Either (purchase and) install the C compiler supplied by your OS vendor,
2520 or for a free C compiler try http://gcc.gnu.org/
2521 I cannot continue any further, aborting.
2530 : determine whether symbolic links are supported
2533 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2534 echo "Symbolic links are supported." >&4
2537 echo "Symbolic links are NOT supported." >&4
2542 : determine whether symbolic links are supported
2546 echo "Checking how to test for symbolic links..." >&4
2548 if $test "X$issymlink" = X; then
2550 '') sh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2551 *) $newsh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2553 if test $? = 0; then
2556 echo "Your builtin 'test -h' may be broken." >&4
2559 *) pth=`echo $PATH | sed -e "s/$p_/ /g"`
2562 if test -f "$p/$test"; then
2571 echo "Trying external '$test -h'." >&4
2572 issymlink="$test -h"
2573 if $test ! -h sym >/dev/null 2>&1; then
2574 echo "External '$test -h' is broken, too." >&4
2582 if $test "X$issymlink" = X; then
2583 if $test -L sym 2>/dev/null; then
2584 issymlink="$test -L"
2585 echo "The builtin '$test -L' worked." >&4
2588 if $test "X$issymlink" != X; then
2589 echo "You can test for symbolic links with '$issymlink'." >&4
2591 echo "I do not know how you can test for symbolic links." >&4
2595 *) echo "No symbolic links, so not testing for their testing..." >&4
2601 case "$mksymlinks" in
2604 ''|'.') echo "Cannot create symlinks in the original directory." >&4
2607 *) case "$lns:$issymlink" in
2608 *"ln"*" -s:"*"test -"?)
2609 echo "Creating the symbolic links..." >&4
2610 echo "(First creating the subdirectories...)" >&4
2612 awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2614 test -z "$directory" && break
2618 if test ! -d t/base; then
2619 echo "Failed to create the subdirectories. Aborting." >&4
2622 echo "(Then creating the symlinks...)" >&4
2623 awk '{print $1}' $src/MANIFEST | while true; do
2625 test -z "$filename" && break
2626 if test -f $filename; then
2627 if $issymlink $filename; then
2631 if test -f $filename; then
2632 echo "$filename already exists, not symlinking."
2634 ln -s $src/$filename $filename
2638 if test ! -f t/base/lex.t; then
2639 echo "Failed to create the symlinks (t/base/lex.t missing). Aborting." >&4
2644 *) echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2653 case "$usecrosscompile" in
2655 $echo "Cross-compiling..."
2658 *-*-gcc) # A cross-compiling gcc, probably.
2659 targetarch=`$echo $cc|$sed 's/-gcc$//'`
2661 # leave out ld, choosing it is more complex
2663 ranlib=$targetarch-ranlib
2664 $echo 'extern int foo;' > try.c
2665 set X `$cc -v -E try.c 2>&1 | $awk '/^#include </,/^End of search /'|$grep '/include'`
2667 if $test $# -gt 0; then
2669 incpth="`$echo $incpth|$sed 's/^ //'`"
2670 echo "Guessing incpth '$incpth'." >&4
2672 j="`$echo $i|$sed 's,/include$,/lib,'`"
2673 if $test -d $j; then
2677 libpth="`$echo $libpth|$sed 's/^ //'`"
2678 echo "Guessing libpth '$libpth'." >&4
2683 case "$targetarch" in
2684 '') echo "Targetarch not defined." >&4; croak=y ;;
2685 *) echo "Using targetarch $targetarch." >&4 ;;
2688 '') echo "Incpth not defined." >&4; croak=y ;;
2689 *) echo "Using incpth '$incpth'." >&4 ;;
2692 '') echo "Libpth not defined." >&4; croak=y ;;
2693 *) echo "Using libpth '$libpth'." >&4 ;;
2696 '') for i in $incpth; do
2697 if $test -f $i/errno.h -a -f $i/stdio.h -a -f $i/time.h; then
2699 echo "Guessing usrinc $usrinc." >&4
2704 '') echo "Usrinc not defined." >&4; croak=y ;;
2707 *) echo "Using usrinc $usrinc." >&4 ;;
2709 case "$targethost" in
2710 '') echo "Targethost not defined." >&4; croak=y ;;
2711 *) echo "Using targethost $targethost." >&4
2716 y) echo "Cannot continue, aborting." >&4; exit 1 ;;
2719 /*) run=$src/Cross/run
2720 targetmkdir=$src/Cross/mkdir
2722 from=$src/Cross/from
2724 *) pwd=`$test -f ../Configure & cd ..; pwd`
2726 targetmkdir=$pwd/Cross/mkdir
2728 from=$pwd/Cross/from
2731 case "$targetrun" in
2732 '') targetrun=ssh ;;
2737 case "$targetfrom" in
2738 '') targetfrom=scp ;;
2742 from=$from-$targetfrom
2743 case "$targetdir" in
2745 echo "Guessing targetdir $targetdir." >&4
2748 case "$targetuser" in
2750 echo "Guessing targetuser $targetuser." >&4
2753 case "$targetfrom" in
2757 case "$targetrun" in
2769 '') cwd=$targetdir ;;
2773 if $test ! -f \$exe.xok; then
2777 $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
2780 *) echo "Unknown targetrun '$targetrun'" >&4
2784 case "$targetmkdir" in
2786 cat >$targetmkdir <<EOF
2788 $targetrun -l $targetuser $targethost "mkdir -p \$@"
2790 $chmod a+rx $targetmkdir
2792 *) echo "Unknown targetmkdir '$targetmkdir'" >&4
2804 $targetmkdir \`dirname \$f\`
2805 $targetto $q \$f $targetuser@$targethost:\$f || exit 1
2808 $targetmkdir $targetdir/\`dirname \$f\`
2809 $targetto $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1
2822 $mkdir -p $targetdir/\`dirname \$f\`
2823 $cp \$f $targetdir/\$f || exit 1
2826 $targetmkdir $targetdir/\`dirname \$f\`
2827 $cp \$f $targetdir/\$f || exit 1
2834 *) echo "Unknown targetto '$targetto'" >&4
2838 case "$targetfrom" in
2845 $targetfrom $q $targetuser@$targethost:$targetdir/\$f . || exit 1
2850 cp) cat >$from <<EOF
2855 cp $targetdir/\$f . || exit 1
2860 *) echo "Unknown targetfrom '$targetfrom'" >&4
2864 if $test ! -f $run; then
2865 echo "Target 'run' script '$run' not found." >&4
2869 if $test ! -f $to; then
2870 echo "Target 'to' script '$to' not found." >&4
2874 if $test ! -f $from; then
2875 echo "Target 'from' script '$from' not found." >&4
2879 if $test ! -f $run -o ! -f $to -o ! -f $from; then
2883 Using '$run' for remote execution,
2884 and '$from' and '$to'
2885 for remote file transfer.
2891 usecrosscompile='undef'
2896 : see whether [:lower:] and [:upper:] are supported character classes
2898 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2900 echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2904 *) # There is a discontinuity in EBCDIC between 'R' and 'S'
2905 # (0xd9 and 0xe2), therefore that is a nice testing point.
2906 if test "X$up" = X -o "X$low" = X; then
2907 case "`echo RS | $tr '[R-S]' '[r-s]' 2>/dev/null`" in
2913 if test "X$up" = X -o "X$low" = X; then
2914 case "`echo RS | $tr R-S r-s 2>/dev/null`" in
2920 if test "X$up" = X -o "X$low" = X; then
2921 case "`echo RS | od -x 2>/dev/null`" in
2923 echo "Hey, this might be EBCDIC." >&4
2924 if test "X$up" = X -o "X$low" = X; then
2925 case "`echo RS | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2926 rs) up='[A-IJ-RS-Z]'
2931 if test "X$up" = X -o "X$low" = X; then
2932 case "`echo RS | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2942 case "`echo RS | $tr \"$up\" \"$low\" 2>/dev/null`" in
2944 echo "Using $up and $low to convert case." >&4
2947 echo "I don't know how to translate letters from upper to lower case." >&4
2948 echo "Your tr is not acting any way I know of." >&4
2952 : set up the translation script tr, must be called with ./tr of course
2956 '[A-Z][a-z]') exec $tr '$up' '$low';;
2957 '[a-z][A-Z]') exec $tr '$low' '$up';;
2964 : Try to determine whether config.sh was made on this system
2965 case "$config_sh" in
2967 myuname=`$uname -a 2>/dev/null`
2968 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2969 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2970 # because the A-Z/a-z are not consecutive.
2971 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2972 ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2973 newmyuname="$myuname"
2975 case "$knowitall" in
2977 if test -f ../config.sh; then
2978 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2979 eval "`grep myuname= ../config.sh`"
2981 if test "X$myuname" = "X$newmyuname"; then
2989 : Get old answers from old config file if Configure was run on the
2990 : same system, otherwise use the hints.
2993 if test -f config.sh; then
2995 rp="I see a config.sh file. Shall I use it to set the defaults?"
2998 n*|N*) echo "OK, I'll ignore it."
2999 mv config.sh config.sh.old
3000 myuname="$newmyuname"
3002 *) echo "Fetching default answers from your old config.sh file..." >&4
3010 : Older versions did not always set $sh. Catch re-use of such
3020 if test ! -f config.sh; then
3023 First time through, eh? I have some defaults handy for some systems
3024 that need some extra help getting the Configure answers right:
3027 (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/ /g' >&4
3029 : Half the following guesses are probably wrong... If you have better
3030 : tests or hints, please send them to perlbug@perl.org
3031 : The metaconfig authors would also appreciate a copy...
3032 $test -f /irix && osname=irix
3033 $test -f /xenix && osname=sco_xenix
3034 $test -f /dynix && osname=dynix
3035 $test -f /dnix && osname=dnix
3036 $test -f /lynx.os && osname=lynxos
3037 $test -f /unicos && osname=unicos && osvers=`$uname -r`
3038 $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
3039 $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
3040 $test -f /bin/mips && /bin/mips && osname=mips
3041 $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
3042 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
3043 $test -d /usr/apollo/bin && osname=apollo
3044 $test -f /etc/saf/_sactab && osname=svr4
3045 $test -d /usr/include/minix && osname=minix
3046 $test -f /system/gnu_library/bin/ar.pm && osname=vos
3047 if $test -d /MachTen -o -d /MachTen_Folder; then
3049 if $test -x /sbin/version; then
3050 osvers=`/sbin/version | $awk '{print $2}' |
3051 $sed -e 's/[A-Za-z]$//'`
3052 elif $test -x /usr/etc/version; then
3053 osvers=`/usr/etc/version | $awk '{print $2}' |
3054 $sed -e 's/[A-Za-z]$//'`
3060 $test -f /sys/posix.dll &&
3061 $test -f /usr/bin/what &&
3062 set X `/usr/bin/what /sys/posix.dll` &&
3063 $test "$3" = UWIN &&
3067 if $test -f $uname; then
3075 umips) osname=umips ;;
3078 [23]100) osname=mips ;;
3079 next*) osname=next ;;
3081 tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
3082 if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
3085 elif $test -f /etc/kconfig; then
3087 if test "$lns" = "$ln -s"; then
3089 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
3091 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
3098 if test -n "$DJGPP"; then
3107 tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
3109 # oslevel can fail with:
3110 # oslevel: Unable to acquire lock.
3111 *not\ found) osvers="$4"."$3" ;;
3112 '<3240'|'<>3240') osvers=3.2.0 ;;
3113 '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
3114 '=3250'|'>3250') osvers=3.2.5 ;;
3118 bsd386) osname=bsd386
3121 cygwin*) osname=cygwin
3124 *dc.osx) osname=dcosx
3130 domainos) osname=apollo
3136 dynixptx*) osname=dynixptx
3137 osvers=`echo "$4"|sed 's/^v//'`
3139 freebsd) osname=freebsd
3141 genix) osname=genix ;;
3145 osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
3161 netbsd*) osname=netbsd
3164 news-os) osvers="$3"
3166 4*) osname=newsos4 ;;
3170 next*) osname=next ;;
3171 nonstop-ux) osname=nonstopux ;;
3172 openbsd) osname=openbsd
3178 POSIX-BC | posix-bc ) osname=posix-bc
3181 powerux | power_ux | powermax_os | powermaxos | \
3182 powerunix | power_unix) osname=powerux
3188 solaris) osname=solaris
3190 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3197 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3201 titanos) osname=titanos
3210 ultrix) osname=ultrix
3213 osf1|mls+) case "$5" in
3216 osvers=`sizer -v | awk -FUNIX '{print $2}' | awk '{print $1}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
3219 *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
3222 hp*) osname=hp_osf1 ;;
3223 mips) osname=mips_osf1 ;;
3226 # UnixWare 7.1.2 is known as Open UNIX 8
3227 openunix|unixware) osname=svr5
3235 $2) case "$osname" in
3239 : svr4.x or possibly later
3249 if test -f /stand/boot ; then
3250 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
3251 if test -n "$INITPROG" -a -f "$INITPROG"; then
3252 isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
3253 if test -n "$isesix"; then
3261 *) if test -f /etc/systemid; then
3263 set `echo $3 | $sed 's/\./ /g'` $4
3264 if $test -f $src/hints/sco_$1_$2_$3.sh; then
3266 elif $test -f $src/hints/sco_$1_$2.sh; then
3268 elif $test -f $src/hints/sco_$1.sh; then
3273 '') : Still unknown. Probably a generic Sys V.
3282 *) case "$osname" in
3283 '') : Still unknown. Probably a generic BSD.
3291 if test -f /vmunix -a -f $src/hints/news_os.sh; then
3292 (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
3293 if $contains news-os UU/kernel.what >/dev/null 2>&1; then
3296 $rm -f UU/kernel.what
3297 elif test -d c:/. -o -n "$is_os2" ; then
3304 case "$targetarch" in
3307 osname=`echo $targetarch|sed 's,^[^-]*-,,'`
3312 : Now look for a hint file osname_osvers, unless one has been
3313 : specified already.
3316 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
3317 : Also try without trailing minor version numbers.
3318 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
3319 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
3320 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
3321 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
3324 *) case "$osvers" in
3327 *) if $test -f $src/hints/$file.sh ; then
3329 elif $test -f $src/hints/$xfile.sh ; then
3331 elif $test -f $src/hints/$xxfile.sh ; then
3333 elif $test -f $src/hints/$xxxfile.sh ; then
3335 elif $test -f $src/hints/$xxxxfile.sh ; then
3337 elif $test -f "$src/hints/${osname}.sh" ; then
3346 if $test -f Policy.sh ; then
3349 none) dflt="Policy" ;;
3350 *) dflt="Policy $dflt" ;;
3355 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3359 if $test -f Policy.sh ; then
3362 There's also a Policy hint file available, which should make the
3363 site-specific (policy) questions easier to answer.
3370 You may give one or more space-separated answers, or "none" if appropriate.
3371 A well-behaved OS will have no hints, so answering "none" or just "Policy"
3372 is a good thing. DO NOT give a wrong version or a wrong OS.
3376 rp="Which of these apply, if any?"
3379 for file in $tans; do
3380 if $test X$file = XPolicy -a -f Policy.sh; then
3382 $cat Policy.sh >> UU/config.sh
3383 elif $test -f $src/hints/$file.sh; then
3384 . $src/hints/$file.sh
3385 $cat $src/hints/$file.sh >> UU/config.sh
3386 elif $test X"$tans" = X -o X"$tans" = Xnone ; then
3389 : Give one chance to correct a possible typo.
3390 echo "$file.sh does not exist"
3392 rp="hint to use instead?"
3394 for file in $ans; do
3395 if $test -f "$src/hints/$file.sh"; then
3396 . $src/hints/$file.sh
3397 $cat $src/hints/$file.sh >> UU/config.sh
3398 elif $test X$ans = X -o X$ans = Xnone ; then
3401 echo "$file.sh does not exist -- ignored."
3408 : Remember our hint file for later.
3409 if $test -f "$src/hints/$file.sh" ; then
3419 echo "Fetching default answers from $config_sh..." >&4
3423 cp $config_sh config.sh 2>/dev/null
3433 test "$override" && . ./optdef.sh
3435 : Restore computed paths
3436 for file in $loclist $trylist; do
3437 eval $file="\$_$file"
3442 Configure uses the operating system name and version to set some defaults.
3443 The default value is probably right if the name rings a bell. Otherwise,
3444 since spelling matters for me, either accept the default or answer "none"
3451 ''|' '|none) dflt=none ;;
3452 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3455 *) dflt="$osname" ;;
3457 rp="Operating system name?"
3461 *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
3467 ''|' '|none) dflt=none ;;
3468 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
3469 dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
3471 ''|' ') dflt=none ;;
3476 *) dflt="$osvers" ;;
3478 rp="Operating system version?"
3488 : who configured the system
3489 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
3492 cf_by=`(logname) 2>/dev/null`
3495 cf_by=`(whoami) 2>/dev/null`
3497 "") cf_by=unknown ;;
3502 : set up the script used to warn in case of inconsistency
3509 echo "*** WHOA THERE!!! ***" >&4
3510 echo " The $hint value for \$$var on this machine was \"$was\"!" >&4
3511 rp=" Keep the $hint value?"
3514 y) td=$was; tu=$was;;
3518 : function used to set $1 to $val
3519 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
3521 $define$undef) . ./whoa; eval "$var=\$td";;
3522 $undef$define) . ./whoa; eval "$var=\$tu";;
3523 *) eval "$var=$val";;
3527 $define|true|[yY]*) dflt='y';;
3532 Perl can be built to use the SOCKS proxy protocol library. To do so,
3533 Configure must be run with -Dusesocks. If you use SOCKS you also need
3534 to use the PerlIO abstraction layer, this will be implicitly selected.
3536 If this doesn't make any sense to you, just accept the default '$dflt'.
3538 rp='Build Perl for SOCKS?'
3541 y|Y) val="$define" ;;
3548 $define|true|[yY]*) useperlio="$define";;
3551 case "$useperlio" in
3552 $define|true|[yY]*|'') dflt='y';;
3557 Previous version of $package used the standard IO mechanisms as
3558 defined in <stdio.h>. Versions 5.003_02 and later of $package allow
3559 alternate IO mechanisms via the PerlIO abstraction layer, but the
3560 stdio mechanism is still available if needed. The abstraction layer
3561 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
3562 Using PerlIO with sfio may cause problems with some extension modules.
3564 If this doesn't make any sense to you, just accept the default '$dflt'.
3566 rp='Use the PerlIO abstraction layer?'
3573 echo "Ok, doing things the stdio way."
3582 case "$useperlio" in
3583 $define|true|[yY]*) ;;
3586 You are using the SOCKS proxy protocol library which means that you
3587 should also use the PerlIO layer. You may be headed for trouble.
3596 case "$usethreads" in
3597 $define|true|[yY]*) dflt='y';;
3598 *) # Catch case where user specified ithreads or 5005threads but
3599 # forgot -Dusethreads (A.D. 4/2002)
3600 case "$useithreads$use5005threads" in
3602 case "$useperlio" in
3603 "$define") dflt='y' ;;
3613 Perl can be built to take advantage of threads on some systems.
3614 To do so, Configure can be run with -Dusethreads.
3616 Note that Perl built with threading support runs slightly slower
3617 and uses more memory than plain Perl. The current implementation
3618 is believed to be stable, but it is fairly new, and so should be
3619 treated with caution.
3621 If this doesn't make any sense to you, just accept the default '$dflt'.
3623 rp='Build a threading Perl?'
3626 y|Y) val="$define" ;;
3632 case "$usethreads" in
3636 Since release 5.6, Perl has had two different threading implementations,
3637 the newer interpreter-based version (ithreads) with one interpreter per
3638 thread, and the older 5.005 version (5005threads).
3639 The 5005threads version is effectively unmaintained and will probably be
3640 removed in Perl 5.10, so there should be no need to build a Perl using it
3641 unless needed for backwards compatibility with some existing 5.005threads
3645 : Default to ithreads unless overridden on command line or with
3648 case "$use5005threads" in
3649 $define|true|[yY]*) dflt='n';;
3651 case "$useithreads" in
3652 $undef|false|[nN]*) dflt='n';;
3654 rp='Use the newer interpreter-based ithreads?'
3657 y|Y) val="$define" ;;
3662 : Now set use5005threads to the opposite value.
3663 case "$useithreads" in
3664 $define) val="$undef" ;;
3671 useithreads="$undef"
3672 use5005threads="$undef"
3676 case "$useithreads$use5005threads" in
3680 You cannot have both the ithreads and the 5.005 threads enabled
3681 at the same time. Disabling the 5.005 threads since they are
3682 much less stable than the ithreads.
3685 use5005threads="$undef"
3689 if test X"$usethreads" = "X$define" -a "X$useperlio" = "Xundef"; then
3692 *** To build with ithreads you must also use the PerlIO layer.
3693 *** Cannot continue, aborting.
3699 case "$d_oldpthreads" in
3700 '') : Configure tests would be welcome here. For now, assume undef.
3702 *) val="$d_oldpthreads" ;;
3708 : Look for a hint-file generated 'call-back-unit'. If the
3709 : user has specified that a threading perl is to be built,
3710 : we may need to set or change some other defaults.
3711 if $test -f usethreads.cbu; then
3712 echo "Your platform has some specific hints regarding threaded builds, using them..."
3715 case "$usethreads" in
3716 "$define"|true|[yY]*)
3718 (Your platform does not have any specific hints for threaded builds.
3719 Assuming POSIX threads, then.)
3727 Perl can be built so that multiple Perl interpreters can coexist
3728 within the same Perl executable.
3731 case "$useithreads" in
3734 This multiple interpreter support is required for interpreter-based threads.
3738 *) case "$usemultiplicity" in
3739 $define|true|[yY]*) dflt='y';;
3743 echo "If this doesn't make any sense to you, just accept the default '$dflt'."
3744 rp='Build Perl for multiplicity?'
3747 y|Y) val="$define" ;;
3756 case "$usemorebits" in
3757 "$define"|true|[yY]*)
3758 use64bitint="$define"
3759 uselongdouble="$define"
3760 usemorebits="$define"
3762 *) usemorebits="$undef"
3766 : make some quick guesses about what we are up against
3768 $echo $n "Hmm... $c"
3778 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3779 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3781 echo "Looks kind of like an OSF/1 system, but we'll see..."
3783 elif test `echo abc | $tr a-z A-Z` = Abc ; then
3784 xxx=`./loc addbib blurfl $pth`
3785 if $test -f $xxx; then
3786 echo "Looks kind of like a USG system with BSD features, but we'll see..."
3790 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3791 echo "Looks kind of like an extended USG system, but we'll see..."
3793 echo "Looks kind of like a USG system, but we'll see..."
3797 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3798 echo "Looks kind of like a BSD system, but we'll see..."
3802 echo "Looks kind of like a Version 7 system, but we'll see..."
3805 case "$eunicefix" in
3808 There is, however, a strange, musty smell in the air that reminds me of
3809 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3813 : it so happens the Eunice I know will not run shell scripts in Unix format
3817 echo "Congratulations. You aren't running Eunice."
3821 : Detect OS2. The p_ variable is set above in the Head.U unit.
3822 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
3823 : semicolon as a patch separator
3828 I have the feeling something is not exactly right, however...don't tell me...
3829 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3830 (Or you may be running DOS with DJGPP.)
3835 if test -f /xenix; then
3836 echo "Actually, this looks more like a XENIX system..."
3841 echo "It's not Xenix..."
3846 if test -f /venix; then
3847 echo "Actually, this looks more like a VENIX system..."
3854 echo "Nor is it Venix..."
3857 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3858 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3865 rp="Use which C compiler?"
3869 : See if they have not cc but they do have gcc
3871 : Look for a hint-file generated 'call-back-unit'. Now that the
3872 : user has specified the compiler, we may need to set or change some
3874 if $test -f cc.cbu; then
3880 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3886 printf("%s\n", __VERSION__);
3888 printf("%s\n", "1");
3894 if $cc -o try $ccflags $ldflags try.c; then
3895 gccversion=`$run ./try`
3896 case "$gccversion" in
3897 '') echo "You are not using GNU cc." ;;
3898 *) echo "You are using GNU cc $gccversion."
3904 echo "*** WHOA THERE!!! ***" >&4
3905 echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4
3906 case "$knowitall" in
3908 echo " You'd better start hunting for one and let me know about it." >&4
3914 case "$gccversion" in
3915 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3917 case "$gccversion" in
3918 '') gccosandvers='' ;;
3919 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3920 gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3922 case "$gccosandvers" in
3923 $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3924 $osname$osvers) ;; # looking good
3925 $osname*) cat <<EOM >&4
3927 *** WHOA THERE!!! ***
3929 Your gcc has not been compiled for the exact release of
3930 your operating system ($gccosandvers versus $osname$osvers).
3932 In general it is a good idea to keep gcc synchronized with
3933 the operating system because otherwise serious problems
3934 may ensue when trying to compile software, like Perl.
3936 I'm trying to be optimistic here, though, and will continue.
3937 If later during the configuration and build icky compilation
3938 problems appear (headerfile conflicts being the most common
3939 manifestation), I suggest reinstalling the gcc to match
3940 your operating system release.
3944 *) gccosandvers='' ;; # failed to parse, better be silent
3952 # gcc 3.* complain about adding -Idirectories that they already know about,
3953 # so we will take those off from locincpth.
3954 case "$gccversion" in
3956 echo "main(){}">try.c
3957 for incdir in $locincpth; do
3958 warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \
3959 grep '^c[cp]p*[01]: warning: changing search order '`
3960 if test "X$warn" != X; then
3961 locincpth=`echo " $locincpth " | sed "s! $incdir ! !"`
3967 : decide how portable to be. Allow command line overrides.
3968 case "$d_portable" in
3970 *) d_portable="$define" ;;
3973 : set up shell script to do ~ expansion
3979 echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3982 if $test -f /bin/csh; then
3983 /bin/csh -f -c "glob \$1"
3988 name=\`$expr x\$1 : '..\([^/]*\)'\`
3989 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3990 if $test ! -d "\$dir"; then
3992 echo "\$me: can't locate home directory for: \$name" >&2
3997 echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
4013 : now set up to get a file name
4017 cat <<'EOSC' >>getfile
4033 : getfile will accept an answer from the comma-separated list
4034 : enclosed in parentheses even if it does not meet other criteria.
4035 expr "$fn" : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
4036 fn=`echo $fn | sed 's/(.*)//'`
4042 loc_file=`expr $fn : '.*:\(.*\)'`
4043 fn=`expr $fn : '\(.*\):.*'`
4051 */*) fullpath=true;;
4060 *e*) exp_file=true;;
4063 *p*) nopath_ok=true;;
4068 *d*) type='Directory';;
4069 *l*) type='Locate';;
4074 Locate) what='File';;
4079 case "$d_portable" in
4087 while test "$type"; do
4092 true) rp="$rp (~name ok)";;
4095 if test -f UU/getfile.ok && \
4096 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
4115 value=`UU/filexp $ans`
4118 if test "$ans" != "$value"; then
4119 echo "(That expands to $value on this system.)"
4133 /*) value="$ansexp" ;;
4134 [a-zA-Z]:/*) value="$ansexp" ;;
4139 echo "I shall only accept a full path name, as in /bin/ls." >&4
4140 echo "Use a ! shell escape if you wish to check pathnames." >&4
4143 echo "Please give a full path name, starting with slash." >&4
4146 echo "Note that using ~name is ok provided it expands well." >&4
4159 for fp in $gfpth; do
4160 if test "X$fp" = X.; then
4165 if test -f "$pf"; then
4167 elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
4169 echo "($value is not a plain file, but that's ok.)"
4172 if test X"$type" = X; then
4179 for fp in $gfpth; do
4180 if test "X$fp" = X.; then
4185 direxp="$fp/$ansexp"
4187 if test -d "$direxp"; then
4195 if test -d "$ansexp"; then
4196 echo "(Looking for $loc_file in directory $value.)"
4197 value="$value/$loc_file"
4198 ansexp="$ansexp/$loc_file"
4200 if test -f "$ansexp"; then
4203 case "$nopath_ok" in
4204 true) case "$value" in
4206 *) echo "Assuming $value will be in people's path."
4222 if test "$fastread" = yes; then
4227 rp="$what $value doesn't exist. Use that name anyway?"
4246 test "X$gfpthkeep" != Xy && gfpth=""
4249 : What should the include directory be ?
4251 $echo $n "Hmm... $c"
4255 if $test -f /bin/mips && /bin/mips; then
4256 echo "Looks like a MIPS system..."
4257 $cat >usr.c <<'EOCP'
4258 #ifdef SYSTYPE_BSD43
4262 if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
4263 dflt='/bsd43/usr/include'
4267 mips_type='System V'
4269 $rm -f usr.c usr.out
4270 echo "and you're compiling with the $mips_type compiler and libraries."
4274 echo "Doesn't look like a MIPS system."
4284 case "$xxx_prompt" in
4287 rp='Where are the include files you want to use?'
4295 : see how we invoke the C preprocessor
4297 echo "Now, how can we feed standard input to your C preprocessor..." >&4
4298 cat <<'EOT' >testcpp.c
4304 if test ! -f cppstdin; then
4305 if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
4306 # AIX cc -E doesn't show the absolute headerfile
4307 # locations but we'll cheat by using the -M flag.
4308 echo 'cat >.$$.c; rm -f .$$.u; '"$cc"' ${1+"$@"} -M -c .$$.c 2>/dev/null; test -s .$$.u && awk '"'"'$2 ~ /\.h$/ { print "# 0 \""$2"\"" }'"'"' .$$.u; rm -f .$$.o .$$.u; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' > cppstdin
4310 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
4313 echo "Keeping your $hint cppstdin wrapper."
4316 wrapper=`pwd`/cppstdin
4320 if $test "X$cppstdin" != "X" && \
4321 $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
4322 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4324 echo "You used to use $cppstdin $cppminus so we'll use that again."
4326 '') echo "But let's see if we can live without a wrapper..." ;;
4328 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
4329 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4331 echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
4334 echo "(However, $cpprun $cpplast does not work, let's see...)"
4342 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
4349 elif echo 'Maybe "'"$cc"' -E" will work...'; \
4350 $cc -E <testcpp.c >testcpp.out 2>&1; \
4351 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4352 echo "Yup, it does."
4355 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
4356 $cc -E - <testcpp.c >testcpp.out 2>&1; \
4357 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4358 echo "Yup, it does."
4361 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
4362 $cc -P <testcpp.c >testcpp.out 2>&1; \
4363 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4364 echo "Yipee, that works!"
4367 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4368 $cc -P - <testcpp.c >testcpp.out 2>&1; \
4369 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4370 echo "At long last!"
4373 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4374 $cpp <testcpp.c >testcpp.out 2>&1; \
4375 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4379 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4380 $cpp - <testcpp.c >testcpp.out 2>&1; \
4381 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4382 echo "Hooray, it works! I was beginning to wonder."
4385 elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \
4386 $wrapper <testcpp.c >testcpp.out 2>&1; \
4387 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4393 rp="No dice. I can't find a C preprocessor. Name one:"
4397 $x_cpp <testcpp.c >testcpp.out 2>&1
4398 if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4399 echo "OK, that will do." >&4
4401 echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4
4416 echo "Perhaps can we force $cc -E using a wrapper..."
4417 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4418 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4424 echo "Nope, we'll have to live without it..."
4438 "$wrapper"|'cppstdin') ;;
4439 *) $rm -f $wrapper;;
4441 $rm -f testcpp.c testcpp.out
4443 : Set private lib path
4446 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4451 '') dlist="$loclibpth $plibpth $glibpth";;
4452 *) dlist="$libpth";;
4455 : Now check and see which directories actually exist, avoiding duplicates
4459 if $test -d $xxx; then
4462 *) libpth="$libpth $xxx";;
4468 Some systems have incompatible or broken versions of libraries. Among
4469 the directories listed in the question below, please remove any you
4470 know not to be holding relevant libraries, and add any that are needed.
4471 Say "none" for none.
4482 rp="Directories to use for library searches?"
4489 : compute shared library extension
4492 if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4502 On some systems, shared libraries may be available. Answer 'none' if
4503 you want to suppress searching of shared libraries for the remainder
4504 of this configuration.
4507 rp='What is the file extension used for shared libraries?'
4511 : Define several unixisms.
4512 : Hints files or command line option can be used to override them.
4513 : The convoluted testing is in case hints files set either the old
4516 '') case "$exe_ext" in
4518 *) _exe="$exe_ext" ;;
4523 '') case "$lib_ext" in
4530 '') case "$obj_ext" in
4537 '') case "$path_sep" in
4548 : Which makefile gets called first. This is used by make depend.
4549 case "$firstmakefile" in
4550 '') firstmakefile='makefile';;
4554 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
4557 case "$uselongdouble" in
4558 $define|true|[yY]*) dflt='y';;
4563 Perl can be built to take advantage of long doubles which
4564 (if available) may give more accuracy and range for floating point numbers.
4566 If this doesn't make any sense to you, just accept the default '$dflt'.
4568 rp='Try to use long doubles if available?'
4571 y|Y) val="$define" ;;
4577 case "$uselongdouble" in
4578 true|[yY]*) uselongdouble="$define" ;;
4581 : Look for a hint-file generated 'call-back-unit'. If the
4582 : user has specified that long doubles should be used,
4583 : we may need to set or change some other defaults.
4584 if $test -f uselongdouble.cbu; then
4585 echo "Your platform has some specific hints regarding long doubles, using them..."
4586 . ./uselongdouble.cbu
4588 case "$uselongdouble" in
4591 (Your platform does not have any specific hints for long doubles.)
4597 : Looking for optional libraries
4599 echo "Checking for optional libraries..." >&4
4604 case "$libswanted" in
4605 '') libswanted='c_s';;
4608 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
4614 for thisdir in $libpth $xlibpth; do
4615 test -d $thisdir && libspath="$libspath $thisdir"
4617 for thislib in $libswanted; do
4618 for thisdir in $libspath; do
4620 if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
4621 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|sed -n '$p'`
4622 $test -f "$xxx" && eval $libscheck
4623 $test -f "$xxx" && libstyle=shared
4625 if test ! -f "$xxx"; then
4626 xxx=$thisdir/lib$thislib.$so
4627 $test -f "$xxx" && eval $libscheck
4628 $test -f "$xxx" && libstyle=shared
4630 if test ! -f "$xxx"; then
4631 xxx=$thisdir/lib$thislib$_a
4632 $test -f "$xxx" && eval $libscheck
4633 $test -f "$xxx" && libstyle=static
4635 if test ! -f "$xxx"; then
4636 xxx=$thisdir/$thislib$_a
4637 $test -f "$xxx" && eval $libscheck
4638 $test -f "$xxx" && libstyle=static
4640 if test ! -f "$xxx"; then
4641 xxx=$thisdir/lib${thislib}_s$_a
4642 $test -f "$xxx" && eval $libscheck
4643 $test -f "$xxx" && libstyle=static
4644 $test -f "$xxx" && thislib=${thislib}_s
4646 if test ! -f "$xxx"; then
4647 xxx=$thisdir/Slib$thislib$_a
4648 $test -f "$xxx" && eval $libscheck
4649 $test -f "$xxx" && libstyle=static
4651 if $test -f "$xxx"; then
4653 shared) echo "Found -l$thislib (shared)." ;;
4654 static) echo "Found -l$thislib." ;;
4655 *) echo "Found -l$thislib ($libstyle)." ;;
4659 *) dflt="$dflt -l$thislib"
4660 libsfound="$libsfound $xxx"
4662 libsfiles="$libsfiles $yyy"
4663 yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
4664 case " $libsdirs " in
4666 *) libsdirs="$libsdirs $yyy" ;;
4673 if $test ! -f "$xxx"; then
4674 echo "No -l$thislib."
4685 ' '|'') dflt='none';;
4690 In order to compile $package on your machine, a number of libraries
4691 are usually needed. Include any other special libraries here as well.
4692 Say "none" for none. The default list is almost always right.
4696 rp="What libraries to use?"
4703 : determine optimization, if desired, or use for debug flag also
4705 ' '|$undef) dflt='none';;
4707 *) dflt="$optimize";;
4711 By default, $package compiles with the -O flag to use the optimizer.
4712 Alternately, you might want to use the symbolic debugger, which uses
4713 the -g flag (on traditional Unix systems). Either flag can be
4714 specified here. To use neither flag, specify the word "none".
4717 rp="What optimizer/debugger flag should be used?"
4721 'none') optimize=" ";;
4725 : We will not override a previous value, but we might want to
4726 : augment a hint file
4728 default|recommended)
4729 case "$gccversion" in
4730 1*) dflt='-fpcc-struct-return' ;;
4733 *-g*) dflt="$dflt -DDEBUGGING";;
4735 case "$gccversion" in
4736 2*) if test -d /etc/conf/kconfig.d &&
4737 $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
4739 # Interactive Systems (ISC) POSIX mode.
4744 case "$gccversion" in
4748 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4749 echo 'int main(void) { return 0; }' > gcctest.c
4750 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4751 echo "Yes, it does." 2>&1
4754 echo "Leaving current flags $ccflags alone." 2>&1
4756 *) dflt="$dflt -fno-strict-aliasing" ;;
4759 echo "Nope, it doesn't, but that's ok." 2>&1
4763 # For gcc, adding -pipe speeds up compilations for some, but apparently
4764 # some assemblers can't read from stdin. (It also slows down compilations
4765 # in other cases, but those are apparently rarer these days.) AD 5/2004.
4766 case "$gccversion" in
4768 echo "Checking if your compiler accepts -pipe" 2>&1
4769 echo 'int main(void) { return 0; }' > gcctest.c
4770 if $cc -pipe -o gcctest gcctest.c; then
4771 echo "Yes, it does." 2>&1
4774 echo "Leaving current flags $ccflags alone." 2>&1
4776 *) dflt="$dflt -pipe" ;;
4779 echo "Nope, it doesn't, but that's ok." 2>&1
4782 echo "Checking if your compiler accepts -Wdeclaration-after-statement" 2>&1
4783 echo 'int main(void) { return 0; }' > gcctest.c
4784 if $cc -Wdeclaration-after-statement -o gcctest gcctest.c; then
4785 echo "Yes, it does." 2>&1
4787 *-Wdeclaration-after-statement*)
4788 echo "Leaving current flags $ccflags alone." 2>&1
4790 *) dflt="$dflt -Wdeclaration-after-statement" ;;
4793 echo "Nope, it doesn't, but that's ok." 2>&1
4800 case "$mips_type" in
4801 *BSD*|'') inclwanted="$locincpth $usrinc";;
4802 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4804 for thisincl in $inclwanted; do
4805 if $test -d $thisincl; then