home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / configure < prev    next >
Text File  |  1996-10-03  |  86KB  |  3,110 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.10 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15. --enable-jit"
  16. ac_help="$ac_help
  17. --enable-interpreter"
  18.  
  19. # Initialize some variables set by options.
  20. # The variables have the same names as the options, with
  21. # dashes changed to underlines.
  22. build=NONE
  23. cache_file=./config.cache
  24. exec_prefix=NONE
  25. host=NONE
  26. no_create=
  27. nonopt=NONE
  28. no_recursion=
  29. prefix=NONE
  30. program_prefix=NONE
  31. program_suffix=NONE
  32. program_transform_name=s,x,x,
  33. silent=
  34. site=
  35. srcdir=
  36. target=NONE
  37. verbose=
  38. x_includes=NONE
  39. x_libraries=NONE
  40. bindir='${exec_prefix}/bin'
  41. sbindir='${exec_prefix}/sbin'
  42. libexecdir='${exec_prefix}/libexec'
  43. datadir='${prefix}/share'
  44. sysconfdir='${prefix}/etc'
  45. sharedstatedir='${prefix}/com'
  46. localstatedir='${prefix}/var'
  47. libdir='${exec_prefix}/lib'
  48. includedir='${prefix}/include'
  49. oldincludedir='/usr/include'
  50. infodir='${prefix}/info'
  51. guidedir='${prefix}/guide'
  52. psdir='${prefix}/ps'
  53. dvidir='${prefix}/dvi'
  54. mandir='${prefix}/man'
  55.  
  56. # Initialize some other variables.
  57. subdirs=
  58. MFLAGS= MAKEFLAGS=
  59.  
  60. ac_prev=
  61. for ac_option
  62. do
  63.  
  64.   # If the previous option needs an argument, assign it.
  65.   if test -n "$ac_prev"; then
  66.     eval "$ac_prev=\$ac_option"
  67.     ac_prev=
  68.     continue
  69.   fi
  70.  
  71.   case "$ac_option" in
  72.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  73.   *) ac_optarg= ;;
  74.   esac
  75.  
  76.   # Accept the important Cygnus configure options, so we can diagnose typos.
  77.  
  78.   case "$ac_option" in
  79.  
  80.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  81.     ac_prev=bindir ;;
  82.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  83.     bindir="$ac_optarg" ;;
  84.  
  85.   -build | --build | --buil | --bui | --bu)
  86.     ac_prev=build ;;
  87.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  88.     build="$ac_optarg" ;;
  89.  
  90.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  91.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  92.     ac_prev=cache_file ;;
  93.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  94.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  95.     cache_file="$ac_optarg" ;;
  96.  
  97.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  98.     ac_prev=datadir ;;
  99.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  100.   | --da=*)
  101.     datadir="$ac_optarg" ;;
  102.  
  103.   -disable-* | --disable-*)
  104.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  105.     # Reject names that are not valid shell variable names.
  106.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  107.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  108.     fi
  109.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  110.     eval "enable_${ac_feature}=no" ;;
  111.  
  112.   -enable-* | --enable-*)
  113.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  114.     # Reject names that are not valid shell variable names.
  115.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  116.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  117.     fi
  118.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  119.     case "$ac_option" in
  120.       *=*) ;;
  121.       *) ac_optarg=yes ;;
  122.     esac
  123.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  124.  
  125.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  126.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  127.   | --exec | --exe | --ex)
  128.     ac_prev=exec_prefix ;;
  129.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  130.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  131.   | --exec=* | --exe=* | --ex=*)
  132.     exec_prefix="$ac_optarg" ;;
  133.  
  134.   -gas | --gas | --ga | --g)
  135.     # Obsolete; use --with-gas.
  136.     with_gas=yes ;;
  137.  
  138.   -help | --help | --hel | --he)
  139.     # Omit some internal or obsolete options to make the list less imposing.
  140.     # This message is too long to be a string in the A/UX 3.1 sh.
  141.     cat << EOF
  142. Usage: configure [options] [host]
  143. Options: [defaults in brackets after descriptions]
  144. Configuration:
  145.   --cache-file=FILE       cache test results in FILE
  146.   --help                  print this message
  147.   --no-create             do not create output files
  148.   --quiet, --silent       do not print \`checking...' messages
  149.   --version               print the version of autoconf that created configure
  150. Directory and file names:
  151.   --prefix=PREFIX         install architecture-independent files in PREFIX
  152.                           [$ac_default_prefix]
  153.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  154.                           [same as prefix]
  155.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  156.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  157.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  158.   --datadir=DIR           read-only architecture-independent data in DIR
  159.                           [PREFIX/share]
  160.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  161.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  162.                           [PREFIX/com]
  163.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  164.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  165.   --includedir=DIR        C header files in DIR [PREFIX/include]
  166.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  167.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  168.   --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  169.   --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  170.   --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  171.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  172.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  173.   --program-prefix=PREFIX prepend PREFIX to installed program names
  174.   --program-suffix=SUFFIX append SUFFIX to installed program names
  175.   --program-transform-name=PROGRAM
  176.                           run sed PROGRAM on installed program names
  177. EOF
  178.     cat << EOF
  179. Host type:
  180.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  181.   --host=HOST             configure for HOST [guessed]
  182.   --target=TARGET         configure for TARGET [TARGET=HOST]
  183. Features and packages:
  184.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  185.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  186.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  187.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  188.   --x-includes=DIR        X include files are in DIR
  189.   --x-libraries=DIR       X library files are in DIR
  190. EOF
  191.     if test -n "$ac_help"; then
  192.       echo "--enable and --with options recognized:$ac_help"
  193.     fi
  194.     exit 0 ;;
  195.  
  196.   -host | --host | --hos | --ho)
  197.     ac_prev=host ;;
  198.   -host=* | --host=* | --hos=* | --ho=*)
  199.     host="$ac_optarg" ;;
  200.  
  201.   -includedir | --includedir | --includedi | --included | --include \
  202.   | --includ | --inclu | --incl | --inc)
  203.     ac_prev=includedir ;;
  204.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  205.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  206.     includedir="$ac_optarg" ;;
  207.  
  208.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  209.     ac_prev=infodir ;;
  210.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  211.     infodir="$ac_optarg" ;;
  212.  
  213.  -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  214.    ac_prev=guidedir ;;
  215.  -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  216.  
  217.  -psdir | --psdir | --psdi | --psd | --ps)
  218.    ac_prev=psdir ;;
  219.  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  220.  
  221.  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  222.    ac_prev=dvidir ;;
  223.  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  224.  
  225.   -libdir | --libdir | --libdi | --libd)
  226.     ac_prev=libdir ;;
  227.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  228.     libdir="$ac_optarg" ;;
  229.  
  230.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  231.   | --libexe | --libex | --libe)
  232.     ac_prev=libexecdir ;;
  233.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  234.   | --libexe=* | --libex=* | --libe=*)
  235.     libexecdir="$ac_optarg" ;;
  236.  
  237.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  238.   | --localstate | --localstat | --localsta | --localst \
  239.   | --locals | --local | --loca | --loc | --lo)
  240.     ac_prev=localstatedir ;;
  241.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  242.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  243.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  244.     localstatedir="$ac_optarg" ;;
  245.  
  246.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  247.     ac_prev=mandir ;;
  248.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  249.     mandir="$ac_optarg" ;;
  250.  
  251.   -nfp | --nfp | --nf)
  252.     # Obsolete; use --without-fp.
  253.     with_fp=no ;;
  254.  
  255.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  256.   | --no-cr | --no-c)
  257.     no_create=yes ;;
  258.  
  259.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  260.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  261.     no_recursion=yes ;;
  262.  
  263.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  264.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  265.   | --oldin | --oldi | --old | --ol | --o)
  266.     ac_prev=oldincludedir ;;
  267.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  268.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  269.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  270.     oldincludedir="$ac_optarg" ;;
  271.  
  272.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  273.     ac_prev=prefix ;;
  274.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  275.     prefix="$ac_optarg" ;;
  276.  
  277.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  278.   | --program-pre | --program-pr | --program-p)
  279.     ac_prev=program_prefix ;;
  280.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  281.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  282.     program_prefix="$ac_optarg" ;;
  283.  
  284.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  285.   | --program-suf | --program-su | --program-s)
  286.     ac_prev=program_suffix ;;
  287.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  288.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  289.     program_suffix="$ac_optarg" ;;
  290.  
  291.   -program-transform-name | --program-transform-name \
  292.   | --program-transform-nam | --program-transform-na \
  293.   | --program-transform-n | --program-transform- \
  294.   | --program-transform | --program-transfor \
  295.   | --program-transfo | --program-transf \
  296.   | --program-trans | --program-tran \
  297.   | --progr-tra | --program-tr | --program-t)
  298.     ac_prev=program_transform_name ;;
  299.   -program-transform-name=* | --program-transform-name=* \
  300.   | --program-transform-nam=* | --program-transform-na=* \
  301.   | --program-transform-n=* | --program-transform-=* \
  302.   | --program-transform=* | --program-transfor=* \
  303.   | --program-transfo=* | --program-transf=* \
  304.   | --program-trans=* | --program-tran=* \
  305.   | --progr-tra=* | --program-tr=* | --program-t=*)
  306.     program_transform_name="$ac_optarg" ;;
  307.  
  308.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  309.   | -silent | --silent | --silen | --sile | --sil)
  310.     silent=yes ;;
  311.  
  312.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  313.     ac_prev=sbindir ;;
  314.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  315.   | --sbi=* | --sb=*)
  316.     sbindir="$ac_optarg" ;;
  317.  
  318.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  319.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  320.   | --sharedst | --shareds | --shared | --share | --shar \
  321.   | --sha | --sh)
  322.     ac_prev=sharedstatedir ;;
  323.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  324.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  325.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  326.   | --sha=* | --sh=*)
  327.     sharedstatedir="$ac_optarg" ;;
  328.  
  329.   -site | --site | --sit)
  330.     ac_prev=site ;;
  331.   -site=* | --site=* | --sit=*)
  332.     site="$ac_optarg" ;;
  333.  
  334.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  335.     ac_prev=srcdir ;;
  336.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  337.     srcdir="$ac_optarg" ;;
  338.  
  339.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  340.   | --syscon | --sysco | --sysc | --sys | --sy)
  341.     ac_prev=sysconfdir ;;
  342.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  343.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  344.     sysconfdir="$ac_optarg" ;;
  345.  
  346.   -target | --target | --targe | --targ | --tar | --ta | --t)
  347.     ac_prev=target ;;
  348.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  349.     target="$ac_optarg" ;;
  350.  
  351.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  352.     verbose=yes ;;
  353.  
  354.   -version | --version | --versio | --versi | --vers)
  355.     echo "configure generated by autoconf version 2.10"
  356.     exit 0 ;;
  357.  
  358.   -with-* | --with-*)
  359.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  360.     # Reject names that are not valid shell variable names.
  361.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  362.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  363.     fi
  364.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  365.     case "$ac_option" in
  366.       *=*) ;;
  367.       *) ac_optarg=yes ;;
  368.     esac
  369.     eval "with_${ac_package}='$ac_optarg'" ;;
  370.  
  371.   -without-* | --without-*)
  372.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  373.     # Reject names that are not valid shell variable names.
  374.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  375.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  376.     fi
  377.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  378.     eval "with_${ac_package}=no" ;;
  379.  
  380.   --x)
  381.     # Obsolete; use --with-x.
  382.     with_x=yes ;;
  383.  
  384.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  385.   | --x-incl | --x-inc | --x-in | --x-i)
  386.     ac_prev=x_includes ;;
  387.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  388.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  389.     x_includes="$ac_optarg" ;;
  390.  
  391.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  392.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  393.     ac_prev=x_libraries ;;
  394.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  395.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  396.     x_libraries="$ac_optarg" ;;
  397.  
  398.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  399.     ;;
  400.  
  401.   *)
  402.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  403.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  404.     fi
  405.     if test "x$nonopt" != xNONE; then
  406.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  407.     fi
  408.     nonopt="$ac_option"
  409.     ;;
  410.  
  411.   esac
  412. done
  413.  
  414. if test -n "$ac_prev"; then
  415.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  416. fi
  417.  
  418. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  419.  
  420. # File descriptor usage:
  421. # 0 standard input
  422. # 1 file creation
  423. # 2 errors and warnings
  424. # 3 some systems may open it to /dev/tty
  425. # 4 used on the Kubota Titan
  426. # 6 checking for... messages and results
  427. # 5 compiler messages saved in config.log
  428. if test "$silent" = yes; then
  429.   exec 6>/dev/null
  430. else
  431.   exec 6>&1
  432. fi
  433. exec 5>./config.log
  434.  
  435. echo "\
  436. This file contains any messages produced by compilers while
  437. running configure, to aid debugging if configure makes a mistake.
  438. " 1>&5
  439.  
  440. # Strip out --no-create and --no-recursion so they do not pile up.
  441. # Also quote any args containing shell metacharacters.
  442. ac_configure_args=
  443. for ac_arg
  444. do
  445.   case "$ac_arg" in
  446.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  447.   | --no-cr | --no-c) ;;
  448.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  449.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  450.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  451.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  452.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  453.   esac
  454. done
  455.  
  456. # NLS nuisances.
  457. # Only set LANG and LC_ALL to C if already set.
  458. # These must not be set unconditionally because not all systems understand
  459. # e.g. LANG=C (notably SCO).
  460. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  461. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  462.  
  463. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  464. rm -rf conftest* confdefs.h
  465. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  466. echo > confdefs.h
  467.  
  468. # A filename unique to this package, relative to the directory that
  469. # configure is in, which we can look for to find out if srcdir is correct.
  470. ac_unique_file=kaffe
  471.  
  472. # Find the source files, if location was not specified.
  473. if test -z "$srcdir"; then
  474.   ac_srcdir_defaulted=yes
  475.   # Try the directory containing this script, then its parent.
  476.   ac_prog=$0
  477.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  478.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  479.   srcdir=$ac_confdir
  480.   if test ! -r $srcdir/$ac_unique_file; then
  481.     srcdir=..
  482.   fi
  483. else
  484.   ac_srcdir_defaulted=no
  485. fi
  486. if test ! -r $srcdir/$ac_unique_file; then
  487.   if test "$ac_srcdir_defaulted" = yes; then
  488.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  489.   else
  490.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  491.   fi
  492. fi
  493. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  494.  
  495. # Prefer explicitly selected file to automatically selected ones.
  496. if test -z "$CONFIG_SITE"; then
  497.   if test "x$prefix" != xNONE; then
  498.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  499.   else
  500.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  501.   fi
  502. fi
  503. for ac_site_file in $CONFIG_SITE; do
  504.   if test -r "$ac_site_file"; then
  505.     echo "loading site script $ac_site_file"
  506.     . "$ac_site_file"
  507.   fi
  508. done
  509.  
  510. if test -r "$cache_file"; then
  511.   echo "loading cache $cache_file"
  512.   . $cache_file
  513. else
  514.   echo "creating cache $cache_file"
  515.   > $cache_file
  516. fi
  517.  
  518. ac_ext=c
  519. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  520. ac_cpp='$CPP $CPPFLAGS'
  521. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  522. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  523.  
  524. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  525.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  526.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  527.     ac_n= ac_c='
  528. ' ac_t='    '
  529.   else
  530.     ac_n=-n ac_c= ac_t=
  531.   fi
  532. else
  533.   ac_n= ac_c='\c' ac_t=
  534. fi
  535.  
  536.  
  537.  
  538. KVER=0.5
  539.  
  540. ac_aux_dir=
  541. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  542.   if test -f $ac_dir/install-sh; then
  543.     ac_aux_dir=$ac_dir
  544.     ac_install_sh="$ac_aux_dir/install-sh -c"
  545.     break
  546.   elif test -f $ac_dir/install.sh; then
  547.     ac_aux_dir=$ac_dir
  548.     ac_install_sh="$ac_aux_dir/install.sh -c"
  549.     break
  550.   fi
  551. done
  552. if test -z "$ac_aux_dir"; then
  553.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  554. fi
  555. ac_config_guess=$ac_aux_dir/config.guess
  556. ac_config_sub=$ac_aux_dir/config.sub
  557. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  558.  
  559.  
  560. # Make sure we can run config.sub.
  561. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  562. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  563. fi
  564.  
  565. echo $ac_n "checking host system type""... $ac_c" 1>&6
  566.  
  567. host_alias=$host
  568. case "$host_alias" in
  569. NONE)
  570.   case $nonopt in
  571.   NONE)
  572.     if host_alias=`$ac_config_guess`; then :
  573.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  574.     fi ;;
  575.   *) host_alias=$nonopt ;;
  576.   esac ;;
  577. esac
  578.  
  579. host=`$ac_config_sub $host_alias`
  580. host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  581. host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  582. host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  583. echo "$ac_t""$host" 1>&6
  584.  
  585. case "$host_cpu-$host_os" in
  586.  
  587.  
  588. i[345]86-freebsd2*)
  589.     host_cpu=i386
  590.     host_os=freebsd2
  591.     PIC=-fPIC
  592.     LIBSHARE=-Bshareable
  593.     LIBEXT=.so
  594.     ;;
  595.  
  596.  
  597. i[345]86-linuxoldld)
  598.     { echo "configure: error: This version of Linux is not supported" 1>&2; exit 1; }
  599.     ;;
  600.  
  601. i[345]86-linux*)
  602.     host_cpu=i386
  603.     host_os=linux
  604.     PIC=-fPIC
  605.     LIBSHARE=-shared
  606.     LIBEXT=.so
  607.     ;;
  608.  
  609. i[345]86-netbsd*)
  610.     host_cpu=i386
  611.     host_os=netbsd1
  612.     PIC=-fpic
  613.     LIBSHARE=-Bshareable
  614.     LIBEXT=.so
  615.     ;;
  616.  
  617. i[345]86-bsdi*)
  618.     host_cpu=i386
  619.     version=`echo $host_os | sed -e s/bsdi//`
  620.     host_os=bsdi
  621.     LIBSHARE=-r
  622.     CC=shlicc2
  623.     LDTAIL="-lc_s.$version -lm_s.$version"
  624.     ;;
  625.  
  626. i[345]86-solaris2*)
  627.     host_cpu=i386
  628.     host_os=solaris2
  629.     PIC=-fPIC
  630.     LIBSHARE=-G
  631.     LIBEXT=.so
  632.     ;;
  633.  
  634. i[345]86-sysv*)
  635.     host_cpu=i386
  636.     host_os=univel_svr4
  637.     PIC=-fPIC
  638.     LIBSHARE=-G
  639.     LIBEXT=.so
  640.     LDTAIL="-L/usr/ucblib -lucb -L/usr/local/lib/gcc-lib/i386-univel-sysv4.2MP/2.6.3 -Bstatic -lm -Bdynamic -lc -lgcc"
  641.     ;;
  642.  
  643. i[345]86-sco3.2v5*)
  644.     host_cpu=i386
  645.     host_os=sco3.2v5
  646.     PIC=-fPIC
  647.     LIBSHARE=-G
  648.     LIBEXT=.so
  649.     ;;
  650.  
  651.  
  652. i[345]86-nextstep3)
  653.     host_cpu=i386
  654.     host_os=nextstep3
  655.     KAFFEVMFLAGS=-DNO_SHARED_LIBRARIES
  656.     NOSHAREDLIBS="-L../lib/native -L../lib/net -lkaffe_native -lkaffe_net"
  657.     ;;
  658.  
  659.  
  660. i[345]86-win32bc)
  661.     host_cpu=i386
  662.     host_os=win32/bc
  663.     OBJEXT=.obj
  664.     LIBEXT=.dll
  665.     VPATHOPT=".c.path"
  666.     VPATHSEP=";"
  667.     ;;
  668.  
  669. i[345]86-win32msvc)
  670.     host_cpu=i386
  671.     host_os=win32/mscv
  672.     OBJEXT=.obj
  673.     LIBEXT=.dll
  674.     VPATHOPT="__VPATH_IGNORED"
  675.     ;;
  676.  
  677. sparc-netbsd*)
  678.     host_cpu=sparc
  679.     host_os=netbsd1
  680.     PIC=-fpic
  681.     LIBSHARE=-Bshareable
  682.     LIBEXT=.so
  683.     ;;
  684.  
  685. sparc-sunos4*)
  686.     host_cpu=sparc
  687.     host_os=sunos
  688.     PIC=-fPIC
  689.     LIBSHARE=-Bdynamic
  690.     LIBEXT=.so
  691.     ;;
  692.  
  693. sparc-solaris2*)
  694.     host_cpu=sparc
  695.     host_os=solaris2
  696.     PIC=-fPIC
  697.     LIBSHARE=-G
  698.     LIBEXT=.so
  699.     ;;
  700.  
  701.  
  702. sparc-nextstep3)
  703.     host_cpu=sparc
  704.     host_os=nextstep3
  705.     KAFFEVMFLAGS=-DNO_SHARED_LIBRARIES
  706.     NOSHAREDLIBS="-L../lib/native -L../lib/net -lkaffe_native -lkaffe_net"
  707.     ;;
  708.  
  709. powerpc-linux*)
  710.     host_cpu=powerpc
  711.     host_os=linux
  712.     CFLAGS=-fsigned-char
  713.     LDTAIL=-r
  714.     KAFFEVMFLAGS=-DNO_SHARED_LIBRARIES
  715.     NOSHAREDLIBS="-L../lib/native -L../lib/net -lkaffe_native -lkaffe_net"
  716.     ;;
  717.  
  718. m68k-amigaos*)
  719.     host_cpu=m68k
  720.     host_os=amigaos
  721.     CFLAGS="-g -O2 -fno-omit-frame-pointer"
  722.     KAFFEVMFLAGS=-DNO_SHARED_LIBRARIES
  723.     NOSHAREDLIBS="-L../lib/native -L../lib/net -lkaffe_native -lkaffe_net"
  724.     VPATHSEP=" "
  725.     ;;
  726.  
  727.  
  728. *)
  729.     { echo "configure: error: Configuration $host_cpu-$host_os not supported" 1>&2; exit 1; }
  730. esac
  731.  
  732.  
  733. if test "$OBJEXT" = "" ; then
  734.     OBJEXT=".o"
  735. fi
  736. if test "$LIBEXT" = "" ; then
  737.     LIBEXT=".a"
  738. fi
  739. if test "$VPATHSEP" = "" ; then
  740.     VPATHSEP=":"
  741. fi
  742. if test "$VPATHOPT" = "" ; then
  743.     VPATHOPT="VPATH"
  744. fi
  745.  
  746.  
  747.  
  748. # Check whether --enable-jit or --disable-jit was given.
  749. if test "${enable_jit+set}" = set; then
  750.   enableval="$enable_jit"
  751.   TYPE=jit
  752. fi
  753.  
  754. # Check whether --enable-interpreter or --disable-interpreter was given.
  755. if test "${enable_interpreter+set}" = set; then
  756.   enableval="$enable_interpreter"
  757.   TYPE=intrp
  758. fi
  759.  
  760.  
  761. if test -f $srcdir/config/$host_cpu/$host_os/jit-md.h ; then
  762.     jitsrc="config/$host_cpu/jit-$host_cpu.def config/$host_cpu/jit-icode.h"
  763.     jitdst="kaffevm/jit.def kaffevm/icode.h"
  764. else
  765.     jitsrc=""; jitdst=""
  766. fi
  767. if test "$jitsrc" = "" && test "$enable_jit" = "yes"; then
  768.     { echo "configure: error: Configuration $host_cpu-$host_os does not support JIT mode" 1>&2; exit 1; }
  769. fi
  770. if test "$TYPE" = ""; then
  771.     if test "$jitsrc" != "" ; then
  772.         TYPE=jit
  773.     else
  774.         TYPE=intrp
  775.     fi
  776. fi
  777. echo $ac_n "checking machine modes""... $ac_c" 1>&6
  778. if test $TYPE = jit ; then
  779.     echo "$ac_t""just-in-time" 1>&6
  780. else
  781.     echo "$ac_t""interpreting" 1>&6
  782.     jitsrc=""; jitdst=""
  783. fi
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798. cat >> confdefs.h <<EOF
  799. #define LIBRARYSUFFIX "$LIBEXT"
  800. EOF
  801.  
  802. cat >> confdefs.h <<EOF
  803. #define KAFFEVERSION "$KVER"
  804. EOF
  805.  
  806.  
  807.  
  808.  
  809. # Extract the first word of "gcc", so it can be a program name with args.
  810. set dummy gcc; ac_word=$2
  811. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  812. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  813.   echo $ac_n "(cached) $ac_c" 1>&6
  814. else
  815.   if test -n "$CC"; then
  816.   ac_cv_prog_CC="$CC" # Let the user override the test.
  817. else
  818.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  819.   for ac_dir in $PATH; do
  820.     test -z "$ac_dir" && ac_dir=.
  821.     if test -f $ac_dir/$ac_word; then
  822.       ac_cv_prog_CC="gcc"
  823.       break
  824.     fi
  825.   done
  826.   IFS="$ac_save_ifs"
  827. fi
  828. fi
  829. CC="$ac_cv_prog_CC"
  830. if test -n "$CC"; then
  831.   echo "$ac_t""$CC" 1>&6
  832. else
  833.   echo "$ac_t""no" 1>&6
  834. fi
  835.  
  836. if test -z "$CC"; then
  837.   # Extract the first word of "cc", so it can be a program name with args.
  838. set dummy cc; ac_word=$2
  839. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  840. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  841.   echo $ac_n "(cached) $ac_c" 1>&6
  842. else
  843.   if test -n "$CC"; then
  844.   ac_cv_prog_CC="$CC" # Let the user override the test.
  845. else
  846.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  847.   ac_prog_rejected=no
  848.   for ac_dir in $PATH; do
  849.     test -z "$ac_dir" && ac_dir=.
  850.     if test -f $ac_dir/$ac_word; then
  851.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  852.         ac_prog_rejected=yes
  853.     continue
  854.       fi
  855.       ac_cv_prog_CC="cc"
  856.       break
  857.     fi
  858.   done
  859.   IFS="$ac_save_ifs"
  860. if test $ac_prog_rejected = yes; then
  861.   # We found a bogon in the path, so make sure we never use it.
  862.   set dummy $ac_cv_prog_CC
  863.   shift
  864.   if test $# -gt 0; then
  865.     # We chose a different compiler from the bogus one.
  866.     # However, it has the same basename, so the bogon will be chosen
  867.     # first if we set CC to just the basename; use the full file name.
  868.     shift
  869.     set dummy "$ac_dir/$ac_word" "$@"
  870.     shift
  871.     ac_cv_prog_CC="$@"
  872.   fi
  873. fi
  874. fi
  875. fi
  876. CC="$ac_cv_prog_CC"
  877. if test -n "$CC"; then
  878.   echo "$ac_t""$CC" 1>&6
  879. else
  880.   echo "$ac_t""no" 1>&6
  881. fi
  882.  
  883.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  884. fi
  885.  
  886. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  887. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  888.   echo $ac_n "(cached) $ac_c" 1>&6
  889. else
  890.   cat > conftest.c <<EOF
  891. #ifdef __GNUC__
  892.   yes;
  893. #endif
  894. EOF
  895. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  896.   ac_cv_prog_gcc=yes
  897. else
  898.   ac_cv_prog_gcc=no
  899. fi
  900. fi
  901.  
  902. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  903. if test $ac_cv_prog_gcc = yes; then
  904.   GCC=yes
  905.   if test "${CFLAGS+set}" != set; then
  906.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  907. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  908.   echo $ac_n "(cached) $ac_c" 1>&6
  909. else
  910.   echo 'void f(){}' > conftest.c
  911. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  912.   ac_cv_prog_gcc_g=yes
  913. else
  914.   ac_cv_prog_gcc_g=no
  915. fi
  916. rm -f conftest*
  917.  
  918. fi
  919.  
  920. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  921.     if test $ac_cv_prog_gcc_g = yes; then
  922.       CFLAGS="-g -O2"
  923.     else
  924.       CFLAGS="-O2"
  925.     fi
  926.   fi
  927. else
  928.   GCC=
  929.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  930. fi
  931.  
  932. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  933. if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  934.   echo $ac_n "(cached) $ac_c" 1>&6
  935. else
  936.   rm -f conftestdata
  937. if ln -s X conftestdata 2>/dev/null
  938. then
  939.   rm -f conftestdata
  940.   ac_cv_prog_LN_S="ln -s"
  941. else
  942.   ac_cv_prog_LN_S=ln
  943. fi
  944. fi
  945. LN_S="$ac_cv_prog_LN_S"
  946. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  947.   echo "$ac_t""yes" 1>&6
  948. else
  949.   echo "$ac_t""no" 1>&6
  950. fi
  951.  
  952. # Find a good install program.  We prefer a C program (faster),
  953. # so one script is as good as another.  But avoid the broken or
  954. # incompatible versions:
  955. # SysV /etc/install, /usr/sbin/install
  956. # SunOS /usr/etc/install
  957. # IRIX /sbin/install
  958. # AIX /bin/install
  959. # AmigaOS /c/install
  960. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  961. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  962. # ./install, which can be erroneously created by make from ./install.sh.
  963. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  964. if test -z "$INSTALL"; then
  965. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  966.   echo $ac_n "(cached) $ac_c" 1>&6
  967. else
  968.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  969.   for ac_dir in $PATH; do
  970.     # Account for people who put trailing slashes in PATH elements.
  971.     case "$ac_dir/" in
  972.     /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  973.     *)
  974.       # OSF1 and SCO ODT 3.0 have their own names for install.
  975.       for ac_prog in ginstall installbsd scoinst install; do
  976.         if test -f $ac_dir/$ac_prog; then
  977.       if test $ac_prog = install &&
  978.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  979.         # AIX install.  It has an incompatible calling convention.
  980.         # OSF/1 installbsd also uses dspmsg, but is usable.
  981.         :
  982.       else
  983.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  984.         break 2
  985.       fi
  986.     fi
  987.       done
  988.       ;;
  989.     esac
  990.   done
  991.   IFS="$ac_save_ifs"
  992.  
  993. fi
  994.   if test "${ac_cv_path_install+set}" = set; then
  995.     INSTALL="$ac_cv_path_install"
  996.   else
  997.     # As a last resort, use the slow shell script.  We don't cache a
  998.     # path for INSTALL within a source directory, because that will
  999.     # break other packages using the cache if that directory is
  1000.     # removed, or if the path is relative.
  1001.     INSTALL="$ac_install_sh"
  1002.   fi
  1003. fi
  1004. echo "$ac_t""$INSTALL" 1>&6
  1005.  
  1006. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1007. # It thinks the first close brace ends the variable substitution.
  1008. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1009.  
  1010. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1011.  
  1012. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  1013. set dummy ${MAKE-make}; ac_make=$2
  1014. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  1015.   echo $ac_n "(cached) $ac_c" 1>&6
  1016. else
  1017.   cat > conftestmake <<\EOF
  1018. all:
  1019.     @echo 'ac_maketemp="${MAKE}"'
  1020. EOF
  1021. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1022. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1023. if test -n "$ac_maketemp"; then
  1024.   eval ac_cv_prog_make_${ac_make}_set=yes
  1025. else
  1026.   eval ac_cv_prog_make_${ac_make}_set=no
  1027. fi
  1028. rm -f conftestmake
  1029. fi
  1030. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1031.   echo "$ac_t""yes" 1>&6
  1032.   SET_MAKE=
  1033. else
  1034.   echo "$ac_t""no" 1>&6
  1035.   SET_MAKE="MAKE=${MAKE-make}"
  1036. fi
  1037.  
  1038. echo $ac_n "checking build system type""... $ac_c" 1>&6
  1039.  
  1040. build_alias=$build
  1041. case "$build_alias" in
  1042. NONE)
  1043.   case $nonopt in
  1044.   NONE) build_alias=$host_alias ;;
  1045.   *) build_alias=$nonopt ;;
  1046.   esac ;;
  1047. esac
  1048.  
  1049. build=`$ac_config_sub $build_alias`
  1050. build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  1051. build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  1052. build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  1053. echo "$ac_t""$build" 1>&6
  1054.  
  1055. if test $host != $build; then
  1056.   ac_tool_prefix=${host_alias}-
  1057. else
  1058.   ac_tool_prefix=
  1059. fi
  1060.  
  1061. # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1062. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1063. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1064. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1065.   echo $ac_n "(cached) $ac_c" 1>&6
  1066. else
  1067.   if test -n "$RANLIB"; then
  1068.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1069. else
  1070.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1071.   for ac_dir in $PATH; do
  1072.     test -z "$ac_dir" && ac_dir=.
  1073.     if test -f $ac_dir/$ac_word; then
  1074.       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1075.       break
  1076.     fi
  1077.   done
  1078.   IFS="$ac_save_ifs"
  1079. fi
  1080. fi
  1081. RANLIB="$ac_cv_prog_RANLIB"
  1082. if test -n "$RANLIB"; then
  1083.   echo "$ac_t""$RANLIB" 1>&6
  1084. else
  1085.   echo "$ac_t""no" 1>&6
  1086. fi
  1087.  
  1088.  
  1089. if test -z "$ac_cv_prog_RANLIB"; then
  1090. if test -n "$ac_tool_prefix"; then
  1091.   # Extract the first word of "ranlib", so it can be a program name with args.
  1092. set dummy ranlib; ac_word=$2
  1093. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1094. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1095.   echo $ac_n "(cached) $ac_c" 1>&6
  1096. else
  1097.   if test -n "$RANLIB"; then
  1098.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1099. else
  1100.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1101.   for ac_dir in $PATH; do
  1102.     test -z "$ac_dir" && ac_dir=.
  1103.     if test -f $ac_dir/$ac_word; then
  1104.       ac_cv_prog_RANLIB="ranlib"
  1105.       break
  1106.     fi
  1107.   done
  1108.   IFS="$ac_save_ifs"
  1109.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1110. fi
  1111. fi
  1112. RANLIB="$ac_cv_prog_RANLIB"
  1113. if test -n "$RANLIB"; then
  1114.   echo "$ac_t""$RANLIB" 1>&6
  1115. else
  1116.   echo "$ac_t""no" 1>&6
  1117. fi
  1118.  
  1119. else
  1120.   RANLIB=":"
  1121. fi
  1122. fi
  1123.  
  1124. # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  1125. set dummy ${ac_tool_prefix}ar; ac_word=$2
  1126. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1127. if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
  1128.   echo $ac_n "(cached) $ac_c" 1>&6
  1129. else
  1130.   if test -n "$AR"; then
  1131.   ac_cv_prog_AR="$AR" # Let the user override the test.
  1132. else
  1133.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1134.   for ac_dir in $PATH; do
  1135.     test -z "$ac_dir" && ac_dir=.
  1136.     if test -f $ac_dir/$ac_word; then
  1137.       ac_cv_prog_AR="${ac_tool_prefix}ar"
  1138.       break
  1139.     fi
  1140.   done
  1141.   IFS="$ac_save_ifs"
  1142.   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
  1143. fi
  1144. fi
  1145. AR="$ac_cv_prog_AR"
  1146. if test -n "$AR"; then
  1147.   echo "$ac_t""$AR" 1>&6
  1148. else
  1149.   echo "$ac_t""no" 1>&6
  1150. fi
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156. # If we cannot run a trivial program, we must be cross compiling.
  1157. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  1158. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  1159.   echo $ac_n "(cached) $ac_c" 1>&6
  1160. else
  1161.   if test "$cross_compiling" = yes; then
  1162.   ac_cv_c_cross=yes
  1163. else
  1164. cat > conftest.$ac_ext <<EOF
  1165. #line 1166 "configure"
  1166. #include "confdefs.h"
  1167. main(){return(0);}
  1168. EOF
  1169. { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1170. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1171.   ac_cv_c_cross=no
  1172. else
  1173.   ac_cv_c_cross=yes
  1174. fi
  1175. fi
  1176. rm -fr conftest*
  1177. fi
  1178.  
  1179. echo "$ac_t""$ac_cv_c_cross" 1>&6
  1180. cross_compiling=$ac_cv_c_cross
  1181.  
  1182. echo $ac_n "checking size of short""... $ac_c" 1>&6
  1183. if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
  1184.   echo $ac_n "(cached) $ac_c" 1>&6
  1185. else
  1186.   if test "$cross_compiling" = yes; then
  1187.   ac_cv_sizeof_short=0
  1188. else
  1189. cat > conftest.$ac_ext <<EOF
  1190. #line 1191 "configure"
  1191. #include "confdefs.h"
  1192. #include <stdio.h>
  1193. main()
  1194. {
  1195.   FILE *f=fopen("conftestval", "w");
  1196.   if (!f) exit(1);
  1197.   fprintf(f, "%d\n", sizeof(short));
  1198.   exit(0);
  1199. }
  1200. EOF
  1201. { (eval echo configure:1202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1202. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1203.   ac_cv_sizeof_short=`cat conftestval`
  1204. else
  1205.   ac_cv_sizeof_short=0
  1206. fi
  1207. fi
  1208. rm -fr conftest*
  1209. fi
  1210. echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  1211. cat >> confdefs.h <<EOF
  1212. #define SIZEOF_SHORT $ac_cv_sizeof_short
  1213. EOF
  1214.  
  1215.  
  1216. echo $ac_n "checking size of int""... $ac_c" 1>&6
  1217. if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
  1218.   echo $ac_n "(cached) $ac_c" 1>&6
  1219. else
  1220.   if test "$cross_compiling" = yes; then
  1221.   ac_cv_sizeof_int=0
  1222. else
  1223. cat > conftest.$ac_ext <<EOF
  1224. #line 1225 "configure"
  1225. #include "confdefs.h"
  1226. #include <stdio.h>
  1227. main()
  1228. {
  1229.   FILE *f=fopen("conftestval", "w");
  1230.   if (!f) exit(1);
  1231.   fprintf(f, "%d\n", sizeof(int));
  1232.   exit(0);
  1233. }
  1234. EOF
  1235. { (eval echo configure:1236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1236. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1237.   ac_cv_sizeof_int=`cat conftestval`
  1238. else
  1239.   ac_cv_sizeof_int=0
  1240. fi
  1241. fi
  1242. rm -fr conftest*
  1243. fi
  1244. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  1245. cat >> confdefs.h <<EOF
  1246. #define SIZEOF_INT $ac_cv_sizeof_int
  1247. EOF
  1248.  
  1249.  
  1250. echo $ac_n "checking size of long""... $ac_c" 1>&6
  1251. if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
  1252.   echo $ac_n "(cached) $ac_c" 1>&6
  1253. else
  1254.   if test "$cross_compiling" = yes; then
  1255.   ac_cv_sizeof_long=0
  1256. else
  1257. cat > conftest.$ac_ext <<EOF
  1258. #line 1259 "configure"
  1259. #include "confdefs.h"
  1260. #include <stdio.h>
  1261. main()
  1262. {
  1263.   FILE *f=fopen("conftestval", "w");
  1264.   if (!f) exit(1);
  1265.   fprintf(f, "%d\n", sizeof(long));
  1266.   exit(0);
  1267. }
  1268. EOF
  1269. { (eval echo configure:1270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1270. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1271.   ac_cv_sizeof_long=`cat conftestval`
  1272. else
  1273.   ac_cv_sizeof_long=0
  1274. fi
  1275. fi
  1276. rm -fr conftest*
  1277. fi
  1278. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  1279. cat >> confdefs.h <<EOF
  1280. #define SIZEOF_LONG $ac_cv_sizeof_long
  1281. EOF
  1282.  
  1283.  
  1284. echo $ac_n "checking size of long long""... $ac_c" 1>&6
  1285. if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
  1286.   echo $ac_n "(cached) $ac_c" 1>&6
  1287. else
  1288.   if test "$cross_compiling" = yes; then
  1289.   ac_cv_sizeof_long_long=0
  1290. else
  1291. cat > conftest.$ac_ext <<EOF
  1292. #line 1293 "configure"
  1293. #include "confdefs.h"
  1294. #include <stdio.h>
  1295. main()
  1296. {
  1297.   FILE *f=fopen("conftestval", "w");
  1298.   if (!f) exit(1);
  1299.   fprintf(f, "%d\n", sizeof(long long));
  1300.   exit(0);
  1301. }
  1302. EOF
  1303. { (eval echo configure:1304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1304. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1305.   ac_cv_sizeof_long_long=`cat conftestval`
  1306. else
  1307.   ac_cv_sizeof_long_long=0
  1308. fi
  1309. fi
  1310. rm -fr conftest*
  1311. fi
  1312. echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
  1313. cat >> confdefs.h <<EOF
  1314. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  1315. EOF
  1316.  
  1317.  
  1318. echo $ac_n "checking size of __int64""... $ac_c" 1>&6
  1319. if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then
  1320.   echo $ac_n "(cached) $ac_c" 1>&6
  1321. else
  1322.   if test "$cross_compiling" = yes; then
  1323.   ac_cv_sizeof___int64=0
  1324. else
  1325. cat > conftest.$ac_ext <<EOF
  1326. #line 1327 "configure"
  1327. #include "confdefs.h"
  1328. #include <stdio.h>
  1329. main()
  1330. {
  1331.   FILE *f=fopen("conftestval", "w");
  1332.   if (!f) exit(1);
  1333.   fprintf(f, "%d\n", sizeof(__int64));
  1334.   exit(0);
  1335. }
  1336. EOF
  1337. { (eval echo configure:1338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1338. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1339.   ac_cv_sizeof___int64=`cat conftestval`
  1340. else
  1341.   ac_cv_sizeof___int64=0
  1342. fi
  1343. fi
  1344. rm -fr conftest*
  1345. fi
  1346. echo "$ac_t""$ac_cv_sizeof___int64" 1>&6
  1347. cat >> confdefs.h <<EOF
  1348. #define SIZEOF___INT64 $ac_cv_sizeof___int64
  1349. EOF
  1350.  
  1351.  
  1352. echo $ac_n "checking size of void*""... $ac_c" 1>&6
  1353. if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
  1354.   echo $ac_n "(cached) $ac_c" 1>&6
  1355. else
  1356.   if test "$cross_compiling" = yes; then
  1357.   ac_cv_sizeof_voidp=0
  1358. else
  1359. cat > conftest.$ac_ext <<EOF
  1360. #line 1361 "configure"
  1361. #include "confdefs.h"
  1362. #include <stdio.h>
  1363. main()
  1364. {
  1365.   FILE *f=fopen("conftestval", "w");
  1366.   if (!f) exit(1);
  1367.   fprintf(f, "%d\n", sizeof(void*));
  1368.   exit(0);
  1369. }
  1370. EOF
  1371. { (eval echo configure:1372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1372. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1373.   ac_cv_sizeof_voidp=`cat conftestval`
  1374. else
  1375.   ac_cv_sizeof_voidp=0
  1376. fi
  1377. fi
  1378. rm -fr conftest*
  1379. fi
  1380. echo "$ac_t""$ac_cv_sizeof_voidp" 1>&6
  1381. cat >> confdefs.h <<EOF
  1382. #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
  1383. EOF
  1384.  
  1385.  
  1386.  
  1387. echo $ac_n "checking for -ldl""... $ac_c" 1>&6
  1388. ac_lib_var=`echo dl'_'dlopen | tr './+\055' '__p_'`
  1389. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1390.   echo $ac_n "(cached) $ac_c" 1>&6
  1391. else
  1392.   ac_save_LIBS="$LIBS"
  1393. LIBS="-ldl  $LIBS"
  1394. cat > conftest.$ac_ext <<EOF
  1395. #line 1396 "configure"
  1396. #include "confdefs.h"
  1397. /* Override any gcc2 internal prototype to avoid an error.  */
  1398. /* We use char because int might match the return type of a gcc2
  1399.     builtin and then its argument prototype would still apply.  */
  1400. char dlopen();
  1401.  
  1402. int main() { t(); return 0; }
  1403. int t() {
  1404. dlopen()
  1405. ; return 0; }
  1406. EOF
  1407. if { (eval echo configure:1408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1408.   rm -rf conftest*
  1409.   eval "ac_cv_lib_$ac_lib_var=yes"
  1410. else
  1411.   rm -rf conftest*
  1412.   eval "ac_cv_lib_$ac_lib_var=no"
  1413. fi
  1414. rm -f conftest*
  1415. LIBS="$ac_save_LIBS"
  1416.  
  1417. fi
  1418. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1419.   echo "$ac_t""yes" 1>&6
  1420.     ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1421.   cat >> confdefs.h <<EOF
  1422. #define $ac_tr_lib 1
  1423. EOF
  1424.  
  1425.   LIBS="-ldl $LIBS"
  1426.  
  1427. else
  1428.   echo "$ac_t""no" 1>&6
  1429. fi
  1430.  
  1431. echo $ac_n "checking for -ldl""... $ac_c" 1>&6
  1432. ac_lib_var=`echo dl'_'_dlopen | tr './+\055' '__p_'`
  1433. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1434.   echo $ac_n "(cached) $ac_c" 1>&6
  1435. else
  1436.   ac_save_LIBS="$LIBS"
  1437. LIBS="-ldl  $LIBS"
  1438. cat > conftest.$ac_ext <<EOF
  1439. #line 1440 "configure"
  1440. #include "confdefs.h"
  1441. /* Override any gcc2 internal prototype to avoid an error.  */
  1442. /* We use char because int might match the return type of a gcc2
  1443.     builtin and then its argument prototype would still apply.  */
  1444. char _dlopen();
  1445.  
  1446. int main() { t(); return 0; }
  1447. int t() {
  1448. _dlopen()
  1449. ; return 0; }
  1450. EOF
  1451. if { (eval echo configure:1452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1452.   rm -rf conftest*
  1453.   eval "ac_cv_lib_$ac_lib_var=yes"
  1454. else
  1455.   rm -rf conftest*
  1456.   eval "ac_cv_lib_$ac_lib_var=no"
  1457. fi
  1458. rm -f conftest*
  1459. LIBS="$ac_save_LIBS"
  1460.  
  1461. fi
  1462. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1463.   echo "$ac_t""yes" 1>&6
  1464.     ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1465.   cat >> confdefs.h <<EOF
  1466. #define $ac_tr_lib 1
  1467. EOF
  1468.  
  1469.   LIBS="-ldl $LIBS"
  1470.  
  1471. else
  1472.   echo "$ac_t""no" 1>&6
  1473. fi
  1474.  
  1475. echo $ac_n "checking for -ldld""... $ac_c" 1>&6
  1476. ac_lib_var=`echo dld'_'dld_init | tr './+\055' '__p_'`
  1477. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1478.   echo $ac_n "(cached) $ac_c" 1>&6
  1479. else
  1480.   ac_save_LIBS="$LIBS"
  1481. LIBS="-ldld  $LIBS"
  1482. cat > conftest.$ac_ext <<EOF
  1483. #line 1484 "configure"
  1484. #include "confdefs.h"
  1485. /* Override any gcc2 internal prototype to avoid an error.  */
  1486. /* We use char because int might match the return type of a gcc2
  1487.     builtin and then its argument prototype would still apply.  */
  1488. char dld_init();
  1489.  
  1490. int main() { t(); return 0; }
  1491. int t() {
  1492. dld_init()
  1493. ; return 0; }
  1494. EOF
  1495. if { (eval echo configure:1496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1496.   rm -rf conftest*
  1497.   eval "ac_cv_lib_$ac_lib_var=yes"
  1498. else
  1499.   rm -rf conftest*
  1500.   eval "ac_cv_lib_$ac_lib_var=no"
  1501. fi
  1502. rm -f conftest*
  1503. LIBS="$ac_save_LIBS"
  1504.  
  1505. fi
  1506. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1507.   echo "$ac_t""yes" 1>&6
  1508.     ac_tr_lib=HAVE_LIB`echo dld | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1509.   cat >> confdefs.h <<EOF
  1510. #define $ac_tr_lib 1
  1511. EOF
  1512.  
  1513.   LIBS="-ldld $LIBS"
  1514.  
  1515. else
  1516.   echo "$ac_t""no" 1>&6
  1517. fi
  1518.  
  1519. echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
  1520. ac_lib_var=`echo socket'_'socket | tr './+\055' '__p_'`
  1521. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1522.   echo $ac_n "(cached) $ac_c" 1>&6
  1523. else
  1524.   ac_save_LIBS="$LIBS"
  1525. LIBS="-lsocket  $LIBS"
  1526. cat > conftest.$ac_ext <<EOF
  1527. #line 1528 "configure"
  1528. #include "confdefs.h"
  1529. /* Override any gcc2 internal prototype to avoid an error.  */
  1530. /* We use char because int might match the return type of a gcc2
  1531.     builtin and then its argument prototype would still apply.  */
  1532. char socket();
  1533.  
  1534. int main() { t(); return 0; }
  1535. int t() {
  1536. socket()
  1537. ; return 0; }
  1538. EOF
  1539. if { (eval echo configure:1540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1540.   rm -rf conftest*
  1541.   eval "ac_cv_lib_$ac_lib_var=yes"
  1542. else
  1543.   rm -rf conftest*
  1544.   eval "ac_cv_lib_$ac_lib_var=no"
  1545. fi
  1546. rm -f conftest*
  1547. LIBS="$ac_save_LIBS"
  1548.  
  1549. fi
  1550. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1551.   echo "$ac_t""yes" 1>&6
  1552.     ac_tr_lib=HAVE_LIB`echo socket | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1553.   cat >> confdefs.h <<EOF
  1554. #define $ac_tr_lib 1
  1555. EOF
  1556.  
  1557.   LIBS="-lsocket $LIBS"
  1558.  
  1559. else
  1560.   echo "$ac_t""no" 1>&6
  1561. fi
  1562.  
  1563. echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
  1564. ac_lib_var=`echo nsl'_'dial | tr './+\055' '__p_'`
  1565. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1566.   echo $ac_n "(cached) $ac_c" 1>&6
  1567. else
  1568.   ac_save_LIBS="$LIBS"
  1569. LIBS="-lnsl  $LIBS"
  1570. cat > conftest.$ac_ext <<EOF
  1571. #line 1572 "configure"
  1572. #include "confdefs.h"
  1573. /* Override any gcc2 internal prototype to avoid an error.  */
  1574. /* We use char because int might match the return type of a gcc2
  1575.     builtin and then its argument prototype would still apply.  */
  1576. char dial();
  1577.  
  1578. int main() { t(); return 0; }
  1579. int t() {
  1580. dial()
  1581. ; return 0; }
  1582. EOF
  1583. if { (eval echo configure:1584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1584.   rm -rf conftest*
  1585.   eval "ac_cv_lib_$ac_lib_var=yes"
  1586. else
  1587.   rm -rf conftest*
  1588.   eval "ac_cv_lib_$ac_lib_var=no"
  1589. fi
  1590. rm -f conftest*
  1591. LIBS="$ac_save_LIBS"
  1592.  
  1593. fi
  1594. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1595.   echo "$ac_t""yes" 1>&6
  1596.     ac_tr_lib=HAVE_LIB`echo nsl | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1597.   cat >> confdefs.h <<EOF
  1598. #define $ac_tr_lib 1
  1599. EOF
  1600.  
  1601.   LIBS="-lnsl $LIBS"
  1602.  
  1603. else
  1604.   echo "$ac_t""no" 1>&6
  1605. fi
  1606.  
  1607. echo $ac_n "checking for -lm""... $ac_c" 1>&6
  1608. ac_lib_var=`echo m'_'finite | tr './+\055' '__p_'`
  1609. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1610.   echo $ac_n "(cached) $ac_c" 1>&6
  1611. else
  1612.   ac_save_LIBS="$LIBS"
  1613. LIBS="-lm  $LIBS"
  1614. cat > conftest.$ac_ext <<EOF
  1615. #line 1616 "configure"
  1616. #include "confdefs.h"
  1617. /* Override any gcc2 internal prototype to avoid an error.  */
  1618. /* We use char because int might match the return type of a gcc2
  1619.     builtin and then its argument prototype would still apply.  */
  1620. char finite();
  1621.  
  1622. int main() { t(); return 0; }
  1623. int t() {
  1624. finite()
  1625. ; return 0; }
  1626. EOF
  1627. if { (eval echo configure:1628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1628.   rm -rf conftest*
  1629.   eval "ac_cv_lib_$ac_lib_var=yes"
  1630. else
  1631.   rm -rf conftest*
  1632.   eval "ac_cv_lib_$ac_lib_var=no"
  1633. fi
  1634. rm -f conftest*
  1635. LIBS="$ac_save_LIBS"
  1636.  
  1637. fi
  1638. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1639.   echo "$ac_t""yes" 1>&6
  1640.     ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1641.   cat >> confdefs.h <<EOF
  1642. #define $ac_tr_lib 1
  1643. EOF
  1644.  
  1645.   LIBS="-lm $LIBS"
  1646.  
  1647. else
  1648.   echo "$ac_t""no" 1>&6
  1649. fi
  1650.  
  1651.  
  1652. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1653. # On Suns, sometimes $CPP names a directory.
  1654. if test -n "$CPP" && test -d "$CPP"; then
  1655.   CPP=
  1656. fi
  1657. if test -z "$CPP"; then
  1658. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1659.   echo $ac_n "(cached) $ac_c" 1>&6
  1660. else
  1661.     # This must be in double quotes, not single quotes, because CPP may get
  1662.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1663.   CPP="${CC-cc} -E"
  1664.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1665.   # not just through cpp.
  1666.   cat > conftest.$ac_ext <<EOF
  1667. #line 1668 "configure"
  1668. #include "confdefs.h"
  1669. #include <assert.h>
  1670. Syntax Error
  1671. EOF
  1672. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1673. { (eval echo configure:1674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1674. ac_err=`grep -v '^ *+' conftest.out`
  1675. if test -z "$ac_err"; then
  1676.   :
  1677. else
  1678.   echo "$ac_err" >&5
  1679.   rm -rf conftest*
  1680.   CPP="${CC-cc} -E -traditional-cpp"
  1681.   cat > conftest.$ac_ext <<EOF
  1682. #line 1683 "configure"
  1683. #include "confdefs.h"
  1684. #include <assert.h>
  1685. Syntax Error
  1686. EOF
  1687. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1688. { (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1689. ac_err=`grep -v '^ *+' conftest.out`
  1690. if test -z "$ac_err"; then
  1691.   :
  1692. else
  1693.   echo "$ac_err" >&5
  1694.   rm -rf conftest*
  1695.   CPP=/lib/cpp
  1696. fi
  1697. rm -f conftest*
  1698. fi
  1699. rm -f conftest*
  1700.   ac_cv_prog_CPP="$CPP"
  1701. fi
  1702.   CPP="$ac_cv_prog_CPP"
  1703. else
  1704.   ac_cv_prog_CPP="$CPP"
  1705. fi
  1706. echo "$ac_t""$CPP" 1>&6
  1707.  
  1708. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1709. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  1710.   echo $ac_n "(cached) $ac_c" 1>&6
  1711. else
  1712.   cat > conftest.$ac_ext <<EOF
  1713. #line 1714 "configure"
  1714. #include "confdefs.h"
  1715. #include <stdlib.h>
  1716. #include <stdarg.h>
  1717. #include <string.h>
  1718. #include <float.h>
  1719. EOF
  1720. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1721. { (eval echo configure:1722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1722. ac_err=`grep -v '^ *+' conftest.out`
  1723. if test -z "$ac_err"; then
  1724.   rm -rf conftest*
  1725.   ac_cv_header_stdc=yes
  1726. else
  1727.   echo "$ac_err" >&5
  1728.   rm -rf conftest*
  1729.   ac_cv_header_stdc=no
  1730. fi
  1731. rm -f conftest*
  1732.  
  1733. if test $ac_cv_header_stdc = yes; then
  1734.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1735. cat > conftest.$ac_ext <<EOF
  1736. #line 1737 "configure"
  1737. #include "confdefs.h"
  1738. #include <string.h>
  1739. EOF
  1740. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1741.   egrep "memchr" >/dev/null 2>&1; then
  1742.   :
  1743. else
  1744.   rm -rf conftest*
  1745.   ac_cv_header_stdc=no
  1746. fi
  1747. rm -f conftest*
  1748.  
  1749. fi
  1750.  
  1751. if test $ac_cv_header_stdc = yes; then
  1752.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1753. cat > conftest.$ac_ext <<EOF
  1754. #line 1755 "configure"
  1755. #include "confdefs.h"
  1756. #include <stdlib.h>
  1757. EOF
  1758. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1759.   egrep "free" >/dev/null 2>&1; then
  1760.   :
  1761. else
  1762.   rm -rf conftest*
  1763.   ac_cv_header_stdc=no
  1764. fi
  1765. rm -f conftest*
  1766.  
  1767. fi
  1768.  
  1769. if test $ac_cv_header_stdc = yes; then
  1770.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1771. if test "$cross_compiling" = yes; then
  1772.   :
  1773. else
  1774. cat > conftest.$ac_ext <<EOF
  1775. #line 1776 "configure"
  1776. #include "confdefs.h"
  1777. #include <ctype.h>
  1778. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1779. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1780. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1781. int main () { int i; for (i = 0; i < 256; i++)
  1782. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1783. exit (0); }
  1784.  
  1785. EOF
  1786. { (eval echo configure:1787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1787. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1788.   :
  1789. else
  1790.   ac_cv_header_stdc=no
  1791. fi
  1792. fi
  1793. rm -fr conftest*
  1794. fi
  1795. fi
  1796.  
  1797. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1798. if test $ac_cv_header_stdc = yes; then
  1799.   cat >> confdefs.h <<\EOF
  1800. #define STDC_HEADERS 1
  1801. EOF
  1802.  
  1803. fi
  1804.  
  1805. for ac_hdr in fcntl.h sys/time.h unistd.h sys/socket.h winsock.h dlfcn.h windows.h winbase.h wtypes.h sys/ioctl.h sys/filio.h malloc.h sys/param.h sys/utsname.h pwd.h dir.h asm/sigcontext.h mach-o/rld.h
  1806. do
  1807. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1808. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1809. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1810.   echo $ac_n "(cached) $ac_c" 1>&6
  1811. else
  1812.   cat > conftest.$ac_ext <<EOF
  1813. #line 1814 "configure"
  1814. #include "confdefs.h"
  1815. #include <$ac_hdr>
  1816. EOF
  1817. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1818. { (eval echo configure:1819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1819. ac_err=`grep -v '^ *+' conftest.out`
  1820. if test -z "$ac_err"; then
  1821.   rm -rf conftest*
  1822.   eval "ac_cv_header_$ac_safe=yes"
  1823. else
  1824.   echo "$ac_err" >&5
  1825.   rm -rf conftest*
  1826.   eval "ac_cv_header_$ac_safe=no"
  1827. fi
  1828. rm -f conftest*
  1829. fi
  1830. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1831.   echo "$ac_t""yes" 1>&6
  1832.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1833.   cat >> confdefs.h <<EOF
  1834. #define $ac_tr_hdr 1
  1835. EOF
  1836.  
  1837. else
  1838.   echo "$ac_t""no" 1>&6
  1839. fi
  1840. done
  1841.  
  1842. ac_header_dirent=no
  1843. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1844. do
  1845. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1846. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1847. if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1848.   echo $ac_n "(cached) $ac_c" 1>&6
  1849. else
  1850.   cat > conftest.$ac_ext <<EOF
  1851. #line 1852 "configure"
  1852. #include "confdefs.h"
  1853. #include <sys/types.h>
  1854. #include <$ac_hdr>
  1855. int main() { return 0; }
  1856. int t() {
  1857. DIR *dirp = 0;
  1858. ; return 0; }
  1859. EOF
  1860. if { (eval echo configure:1861: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1861.   rm -rf conftest*
  1862.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1863. else
  1864.   rm -rf conftest*
  1865.   eval "ac_cv_header_dirent_$ac_safe=no"
  1866. fi
  1867. rm -f conftest*
  1868.  
  1869. fi
  1870. if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1871.   echo "$ac_t""yes" 1>&6
  1872.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdedfghijklmnopqrstuvwxyz./\055' 'ABCDEDFGHIJKLMNOPQRSTUVWXYZ___'`
  1873.   cat >> confdefs.h <<EOF
  1874. #define $ac_tr_hdr 1
  1875. EOF
  1876.  ac_header_dirent=$ac_hdr; break
  1877. else
  1878.   echo "$ac_t""no" 1>&6
  1879. fi
  1880. done
  1881. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1882. if test $ac_header_dirent = dirent.h; then
  1883. echo $ac_n "checking for -ldir""... $ac_c" 1>&6
  1884. ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'`
  1885. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1886.   echo $ac_n "(cached) $ac_c" 1>&6
  1887. else
  1888.   ac_save_LIBS="$LIBS"
  1889. LIBS="-ldir  $LIBS"
  1890. cat > conftest.$ac_ext <<EOF
  1891. #line 1892 "configure"
  1892. #include "confdefs.h"
  1893. /* Override any gcc2 internal prototype to avoid an error.  */
  1894. /* We use char because int might match the return type of a gcc2
  1895.     builtin and then its argument prototype would still apply.  */
  1896. char opendir();
  1897.  
  1898. int main() { t(); return 0; }
  1899. int t() {
  1900. opendir()
  1901. ; return 0; }
  1902. EOF
  1903. if { (eval echo configure:1904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1904.   rm -rf conftest*
  1905.   eval "ac_cv_lib_$ac_lib_var=yes"
  1906. else
  1907.   rm -rf conftest*
  1908.   eval "ac_cv_lib_$ac_lib_var=no"
  1909. fi
  1910. rm -f conftest*
  1911. LIBS="$ac_save_LIBS"
  1912.  
  1913. fi
  1914. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1915.   echo "$ac_t""yes" 1>&6
  1916.   LIBS="$LIBS -ldir"
  1917. else
  1918.   echo "$ac_t""no" 1>&6
  1919. fi
  1920.  
  1921. else
  1922. echo $ac_n "checking for -lx""... $ac_c" 1>&6
  1923. ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'`
  1924. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1925.   echo $ac_n "(cached) $ac_c" 1>&6
  1926. else
  1927.   ac_save_LIBS="$LIBS"
  1928. LIBS="-lx  $LIBS"
  1929. cat > conftest.$ac_ext <<EOF
  1930. #line 1931 "configure"
  1931. #include "confdefs.h"
  1932. /* Override any gcc2 internal prototype to avoid an error.  */
  1933. /* We use char because int might match the return type of a gcc2
  1934.     builtin and then its argument prototype would still apply.  */
  1935. char opendir();
  1936.  
  1937. int main() { t(); return 0; }
  1938. int t() {
  1939. opendir()
  1940. ; return 0; }
  1941. EOF
  1942. if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1943.   rm -rf conftest*
  1944.   eval "ac_cv_lib_$ac_lib_var=yes"
  1945. else
  1946.   rm -rf conftest*
  1947.   eval "ac_cv_lib_$ac_lib_var=no"
  1948. fi
  1949. rm -f conftest*
  1950. LIBS="$ac_save_LIBS"
  1951.  
  1952. fi
  1953. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1954.   echo "$ac_t""yes" 1>&6
  1955.   LIBS="$LIBS -lx"
  1956. else
  1957.   echo "$ac_t""no" 1>&6
  1958. fi
  1959.  
  1960. fi
  1961.  
  1962.  
  1963. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1964. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  1965.   echo $ac_n "(cached) $ac_c" 1>&6
  1966. else
  1967.   cat > conftest.$ac_ext <<EOF
  1968. #line 1969 "configure"
  1969. #include "confdefs.h"
  1970. #include <sys/types.h>
  1971. #include <sys/time.h>
  1972. #include <time.h>
  1973. int main() { return 0; }
  1974. int t() {
  1975. struct tm *tp;
  1976. ; return 0; }
  1977. EOF
  1978. if { (eval echo configure:1979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1979.   rm -rf conftest*
  1980.   ac_cv_header_time=yes
  1981. else
  1982.   rm -rf conftest*
  1983.   ac_cv_header_time=no
  1984. fi
  1985. rm -f conftest*
  1986.  
  1987. fi
  1988.  
  1989. echo "$ac_t""$ac_cv_header_time" 1>&6
  1990. if test $ac_cv_header_time = yes; then
  1991.   cat >> confdefs.h <<\EOF
  1992. #define TIME_WITH_SYS_TIME 1
  1993. EOF
  1994.  
  1995. fi
  1996.  
  1997. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  1998. if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  1999.   echo $ac_n "(cached) $ac_c" 1>&6
  2000. else
  2001.   cat > conftest.$ac_ext <<EOF
  2002. #line 2003 "configure"
  2003. #include "confdefs.h"
  2004. #include <sys/types.h>
  2005. #include <time.h>
  2006. int main() { return 0; }
  2007. int t() {
  2008. struct tm *tp; tp->tm_sec;
  2009. ; return 0; }
  2010. EOF
  2011. if { (eval echo configure:2012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2012.   rm -rf conftest*
  2013.   ac_cv_struct_tm=time.h
  2014. else
  2015.   rm -rf conftest*
  2016.   ac_cv_struct_tm=sys/time.h
  2017. fi
  2018. rm -f conftest*
  2019.  
  2020. fi
  2021.  
  2022. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  2023. if test $ac_cv_struct_tm = sys/time.h; then
  2024.   cat >> confdefs.h <<\EOF
  2025. #define TM_IN_SYS_TIME 1
  2026. EOF
  2027.  
  2028. fi
  2029.  
  2030. echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
  2031. if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
  2032.   echo $ac_n "(cached) $ac_c" 1>&6
  2033. else
  2034.   cat > conftest.$ac_ext <<EOF
  2035. #line 2036 "configure"
  2036. #include "confdefs.h"
  2037. #include <sys/types.h>
  2038. #include <$ac_cv_struct_tm>
  2039. int main() { return 0; }
  2040. int t() {
  2041. struct tm tm; tm.tm_zone;
  2042. ; return 0; }
  2043. EOF
  2044. if { (eval echo configure:2045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2045.   rm -rf conftest*
  2046.   ac_cv_struct_tm_zone=yes
  2047. else
  2048.   rm -rf conftest*
  2049.   ac_cv_struct_tm_zone=no
  2050. fi
  2051. rm -f conftest*
  2052.  
  2053. fi
  2054.  
  2055. echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
  2056. if test "$ac_cv_struct_tm_zone" = yes; then
  2057.   cat >> confdefs.h <<\EOF
  2058. #define HAVE_TM_ZONE 1
  2059. EOF
  2060.  
  2061. else
  2062.   echo $ac_n "checking for tzname""... $ac_c" 1>&6
  2063. if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  2064.   echo $ac_n "(cached) $ac_c" 1>&6
  2065. else
  2066.   cat > conftest.$ac_ext <<EOF
  2067. #line 2068 "configure"
  2068. #include "confdefs.h"
  2069. #include <time.h>
  2070. #ifndef tzname /* For SGI.  */
  2071. extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
  2072. #endif
  2073. int main() { t(); return 0; }
  2074. int t() {
  2075. atoi(*tzname);
  2076. ; return 0; }
  2077. EOF
  2078. if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2079.   rm -rf conftest*
  2080.   ac_cv_var_tzname=yes
  2081. else
  2082.   rm -rf conftest*
  2083.   ac_cv_var_tzname=no
  2084. fi
  2085. rm -f conftest*
  2086.  
  2087. fi
  2088.  
  2089. echo "$ac_t""$ac_cv_var_tzname" 1>&6
  2090.   if test $ac_cv_var_tzname = yes; then
  2091.     cat >> confdefs.h <<\EOF
  2092. #define HAVE_TZNAME 1
  2093. EOF
  2094.  
  2095.   fi
  2096. fi
  2097.  
  2098. echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
  2099. if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
  2100.   echo $ac_n "(cached) $ac_c" 1>&6
  2101. else
  2102.   ac_cv_c_bigendian=unknown
  2103. # See if sys/param.h defines the BYTE_ORDER macro.
  2104. cat > conftest.$ac_ext <<EOF
  2105. #line 2106 "configure"
  2106. #include "confdefs.h"
  2107. #include <sys/types.h>
  2108. #include <sys/param.h>
  2109. int main() { return 0; }
  2110. int t() {
  2111.  
  2112. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  2113.  bogus endian macros
  2114. #endif
  2115. ; return 0; }
  2116. EOF
  2117. if { (eval echo configure:2118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2118.   rm -rf conftest*
  2119.   # It does; now see whether it defined to BIG_ENDIAN or not.
  2120. cat > conftest.$ac_ext <<EOF
  2121. #line 2122 "configure"
  2122. #include "confdefs.h"
  2123. #include <sys/types.h>
  2124. #include <sys/param.h>
  2125. int main() { return 0; }
  2126. int t() {
  2127.  
  2128. #if BYTE_ORDER != BIG_ENDIAN
  2129.  not big endian
  2130. #endif
  2131. ; return 0; }
  2132. EOF
  2133. if { (eval echo configure:2134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2134.   rm -rf conftest*
  2135.   ac_cv_c_bigendian=yes
  2136. else
  2137.   rm -rf conftest*
  2138.   ac_cv_c_bigendian=no
  2139. fi
  2140. rm -f conftest*
  2141.  
  2142. fi
  2143. rm -f conftest*
  2144.  
  2145. if test $ac_cv_c_bigendian = unknown; then
  2146. if test "$cross_compiling" = yes; then
  2147.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2148. else
  2149. cat > conftest.$ac_ext <<EOF
  2150. #line 2151 "configure"
  2151. #include "confdefs.h"
  2152. main () {
  2153.   /* Are we little or big endian?  From Harbison&Steele.  */
  2154.   union
  2155.   {
  2156.     long l;
  2157.     char c[sizeof (long)];
  2158.   } u;
  2159.   u.l = 1;
  2160.   exit (u.c[sizeof (long) - 1] == 1);
  2161. }
  2162. EOF
  2163. { (eval echo configure:2164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  2164. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2165.   ac_cv_c_bigendian=no
  2166. else
  2167.   ac_cv_c_bigendian=yes
  2168. fi
  2169. fi
  2170. rm -fr conftest*
  2171. fi
  2172. fi
  2173.  
  2174. echo "$ac_t""$ac_cv_c_bigendian" 1>&6
  2175. if test $ac_cv_c_bigendian = yes; then
  2176.   cat >> confdefs.h <<\EOF
  2177. #define WORDS_BIGENDIAN 1
  2178. EOF
  2179.  
  2180. fi
  2181.  
  2182.  
  2183. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2184. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  2185.   echo $ac_n "(cached) $ac_c" 1>&6
  2186. else
  2187.   cat > conftest.$ac_ext <<EOF
  2188. #line 2189 "configure"
  2189. #include "confdefs.h"
  2190. #include <sys/types.h>
  2191. #include <signal.h>
  2192. #ifdef signal
  2193. #undef signal
  2194. #endif
  2195. #ifdef __cplusplus
  2196. extern "C" void (*signal (int, void (*)(int)))(int);
  2197. #else
  2198. void (*signal ()) ();
  2199. #endif
  2200.  
  2201. int main() { return 0; }
  2202. int t() {
  2203. int i;
  2204. ; return 0; }
  2205. EOF
  2206. if { (eval echo configure:2207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2207.   rm -rf conftest*
  2208.   ac_cv_type_signal=void
  2209. else
  2210.   rm -rf conftest*
  2211.   ac_cv_type_signal=int
  2212. fi
  2213. rm -f conftest*
  2214.  
  2215. fi
  2216.  
  2217. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2218. cat >> confdefs.h <<EOF
  2219. #define RETSIGTYPE $ac_cv_type_signal
  2220. EOF
  2221.  
  2222.  
  2223. # strftime is in -lintl on SCO UNIX.
  2224. echo $ac_n "checking for -lintl""... $ac_c" 1>&6
  2225. ac_lib_var=`echo intl'_'strftime | tr './+\055' '__p_'`
  2226. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2227.   echo $ac_n "(cached) $ac_c" 1>&6
  2228. else
  2229.   ac_save_LIBS="$LIBS"
  2230. LIBS="-lintl  $LIBS"
  2231. cat > conftest.$ac_ext <<EOF
  2232. #line 2233 "configure"
  2233. #include "confdefs.h"
  2234. /* Override any gcc2 internal prototype to avoid an error.  */
  2235. /* We use char because int might match the return type of a gcc2
  2236.     builtin and then its argument prototype would still apply.  */
  2237. char strftime();
  2238.  
  2239. int main() { t(); return 0; }
  2240. int t() {
  2241. strftime()
  2242. ; return 0; }
  2243. EOF
  2244. if { (eval echo configure:2245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2245.   rm -rf conftest*
  2246.   eval "ac_cv_lib_$ac_lib_var=yes"
  2247. else
  2248.   rm -rf conftest*
  2249.   eval "ac_cv_lib_$ac_lib_var=no"
  2250. fi
  2251. rm -f conftest*
  2252. LIBS="$ac_save_LIBS"
  2253.  
  2254. fi
  2255. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2256.   echo "$ac_t""yes" 1>&6
  2257.   LIBS="-lintl $LIBS"
  2258. else
  2259.   echo "$ac_t""no" 1>&6
  2260. fi
  2261.  
  2262. echo $ac_n "checking for strftime""... $ac_c" 1>&6
  2263. if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
  2264.   echo $ac_n "(cached) $ac_c" 1>&6
  2265. else
  2266.   cat > conftest.$ac_ext <<EOF
  2267. #line 2268 "configure"
  2268. #include "confdefs.h"
  2269. /* System header to define __stub macros and hopefully few prototypes,
  2270.     which can conflict with char strftime(); below.  */
  2271. #include <assert.h>
  2272. /* Override any gcc2 internal prototype to avoid an error.  */
  2273. /* We use char because int might match the return type of a gcc2
  2274.     builtin and then its argument prototype would still apply.  */
  2275. char strftime();
  2276.  
  2277. int main() { t(); return 0; }
  2278. int t() {
  2279.  
  2280. /* The GNU C library defines this for functions which it implements
  2281.     to always fail with ENOSYS.  Some functions are actually named
  2282.     something starting with __ and the normal name is an alias.  */
  2283. #if defined (__stub_strftime) || defined (__stub___strftime)
  2284. choke me
  2285. #else
  2286. strftime();
  2287. #endif
  2288.  
  2289. ; return 0; }
  2290. EOF
  2291. if { (eval echo configure:2292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2292.   rm -rf conftest*
  2293.   eval "ac_cv_func_strftime=yes"
  2294. else
  2295.   rm -rf conftest*
  2296.   eval "ac_cv_func_strftime=no"
  2297. fi
  2298. rm -f conftest*
  2299.  
  2300. fi
  2301. if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
  2302.   echo "$ac_t""yes" 1>&6
  2303.   cat >> confdefs.h <<\EOF
  2304. #define HAVE_STRFTIME 1
  2305. EOF
  2306.  
  2307. else
  2308.   echo "$ac_t""no" 1>&6
  2309. fi
  2310.  
  2311. for ac_func in select socket getsockname
  2312. do
  2313. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2314. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2315.   echo $ac_n "(cached) $ac_c" 1>&6
  2316. else
  2317.   cat > conftest.$ac_ext <<EOF
  2318. #line 2319 "configure"
  2319. #include "confdefs.h"
  2320. /* System header to define __stub macros and hopefully few prototypes,
  2321.     which can conflict with char $ac_func(); below.  */
  2322. #include <assert.h>
  2323. /* Override any gcc2 internal prototype to avoid an error.  */
  2324. /* We use char because int might match the return type of a gcc2
  2325.     builtin and then its argument prototype would still apply.  */
  2326. char $ac_func();
  2327.  
  2328. int main() { t(); return 0; }
  2329. int t() {
  2330.  
  2331. /* The GNU C library defines this for functions which it implements
  2332.     to always fail with ENOSYS.  Some functions are actually named
  2333.     something starting with __ and the normal name is an alias.  */
  2334. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2335. choke me
  2336. #else
  2337. $ac_func();
  2338. #endif
  2339.  
  2340. ; return 0; }
  2341. EOF
  2342. if { (eval echo configure:2343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2343.   rm -rf conftest*
  2344.   eval "ac_cv_func_$ac_func=yes"
  2345. else
  2346.   rm -rf conftest*
  2347.   eval "ac_cv_func_$ac_func=no"
  2348. fi
  2349. rm -f conftest*
  2350.  
  2351. fi
  2352. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2353.   echo "$ac_t""yes" 1>&6
  2354.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2355.   cat >> confdefs.h <<EOF
  2356. #define $ac_tr_func 1
  2357. EOF
  2358.  
  2359. else
  2360.   echo "$ac_t""no" 1>&6
  2361. fi
  2362. done
  2363.  
  2364. for ac_func in memcpy memmove
  2365. do
  2366. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2367. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2368.   echo $ac_n "(cached) $ac_c" 1>&6
  2369. else
  2370.   cat > conftest.$ac_ext <<EOF
  2371. #line 2372 "configure"
  2372. #include "confdefs.h"
  2373. /* System header to define __stub macros and hopefully few prototypes,
  2374.     which can conflict with char $ac_func(); below.  */
  2375. #include <assert.h>
  2376. /* Override any gcc2 internal prototype to avoid an error.  */
  2377. /* We use char because int might match the return type of a gcc2
  2378.     builtin and then its argument prototype would still apply.  */
  2379. char $ac_func();
  2380.  
  2381. int main() { t(); return 0; }
  2382. int t() {
  2383.  
  2384. /* The GNU C library defines this for functions which it implements
  2385.     to always fail with ENOSYS.  Some functions are actually named
  2386.     something starting with __ and the normal name is an alias.  */
  2387. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2388. choke me
  2389. #else
  2390. $ac_func();
  2391. #endif
  2392.  
  2393. ; return 0; }
  2394. EOF
  2395. if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2396.   rm -rf conftest*
  2397.   eval "ac_cv_func_$ac_func=yes"
  2398. else
  2399.   rm -rf conftest*
  2400.   eval "ac_cv_func_$ac_func=no"
  2401. fi
  2402. rm -f conftest*
  2403.  
  2404. fi
  2405. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2406.   echo "$ac_t""yes" 1>&6
  2407.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2408.   cat >> confdefs.h <<EOF
  2409. #define $ac_tr_func 1
  2410. EOF
  2411.  
  2412. else
  2413.   echo "$ac_t""no" 1>&6
  2414. fi
  2415. done
  2416.  
  2417. for ac_func in mkdir
  2418. do
  2419. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2420. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2421.   echo $ac_n "(cached) $ac_c" 1>&6
  2422. else
  2423.   cat > conftest.$ac_ext <<EOF
  2424. #line 2425 "configure"
  2425. #include "confdefs.h"
  2426. /* System header to define __stub macros and hopefully few prototypes,
  2427.     which can conflict with char $ac_func(); below.  */
  2428. #include <assert.h>
  2429. /* Override any gcc2 internal prototype to avoid an error.  */
  2430. /* We use char because int might match the return type of a gcc2
  2431.     builtin and then its argument prototype would still apply.  */
  2432. char $ac_func();
  2433.  
  2434. int main() { t(); return 0; }
  2435. int t() {
  2436.  
  2437. /* The GNU C library defines this for functions which it implements
  2438.     to always fail with ENOSYS.  Some functions are actually named
  2439.     something starting with __ and the normal name is an alias.  */
  2440. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2441. choke me
  2442. #else
  2443. $ac_func();
  2444. #endif
  2445.  
  2446. ; return 0; }
  2447. EOF
  2448. if { (eval echo configure:2449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2449.   rm -rf conftest*
  2450.   eval "ac_cv_func_$ac_func=yes"
  2451. else
  2452.   rm -rf conftest*
  2453.   eval "ac_cv_func_$ac_func=no"
  2454. fi
  2455. rm -f conftest*
  2456.  
  2457. fi
  2458. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2459.   echo "$ac_t""yes" 1>&6
  2460.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2461.   cat >> confdefs.h <<EOF
  2462. #define $ac_tr_func 1
  2463. EOF
  2464.  
  2465. else
  2466.   echo "$ac_t""no" 1>&6
  2467. fi
  2468. done
  2469.  
  2470. for ac_func in getcwd getwd gettimeofday uname getuid getpagesize
  2471. do
  2472. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2473. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2474.   echo $ac_n "(cached) $ac_c" 1>&6
  2475. else
  2476.   cat > conftest.$ac_ext <<EOF
  2477. #line 2478 "configure"
  2478. #include "confdefs.h"
  2479. /* System header to define __stub macros and hopefully few prototypes,
  2480.     which can conflict with char $ac_func(); below.  */
  2481. #include <assert.h>
  2482. /* Override any gcc2 internal prototype to avoid an error.  */
  2483. /* We use char because int might match the return type of a gcc2
  2484.     builtin and then its argument prototype would still apply.  */
  2485. char $ac_func();
  2486.  
  2487. int main() { t(); return 0; }
  2488. int t() {
  2489.  
  2490. /* The GNU C library defines this for functions which it implements
  2491.     to always fail with ENOSYS.  Some functions are actually named
  2492.     something starting with __ and the normal name is an alias.  */
  2493. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2494. choke me
  2495. #else
  2496. $ac_func();
  2497. #endif
  2498.  
  2499. ; return 0; }
  2500. EOF
  2501. if { (eval echo configure:2502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2502.   rm -rf conftest*
  2503.   eval "ac_cv_func_$ac_func=yes"
  2504. else
  2505.   rm -rf conftest*
  2506.   eval "ac_cv_func_$ac_func=no"
  2507. fi
  2508. rm -f conftest*
  2509.  
  2510. fi
  2511. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2512.   echo "$ac_t""yes" 1>&6
  2513.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2514.   cat >> confdefs.h <<EOF
  2515. #define $ac_tr_func 1
  2516. EOF
  2517.  
  2518. else
  2519.   echo "$ac_t""no" 1>&6
  2520. fi
  2521. done
  2522.  
  2523. for ac_func in remainder remainderf fmod rint floor finite isinf isnan strtod
  2524. do
  2525. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2526. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2527.   echo $ac_n "(cached) $ac_c" 1>&6
  2528. else
  2529.   cat > conftest.$ac_ext <<EOF
  2530. #line 2531 "configure"
  2531. #include "confdefs.h"
  2532. /* System header to define __stub macros and hopefully few prototypes,
  2533.     which can conflict with char $ac_func(); below.  */
  2534. #include <assert.h>
  2535. /* Override any gcc2 internal prototype to avoid an error.  */
  2536. /* We use char because int might match the return type of a gcc2
  2537.     builtin and then its argument prototype would still apply.  */
  2538. char $ac_func();
  2539.  
  2540. int main() { t(); return 0; }
  2541. int t() {
  2542.  
  2543. /* The GNU C library defines this for functions which it implements
  2544.     to always fail with ENOSYS.  Some functions are actually named
  2545.     something starting with __ and the normal name is an alias.  */
  2546. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2547. choke me
  2548. #else
  2549. $ac_func();
  2550. #endif
  2551.  
  2552. ; return 0; }
  2553. EOF
  2554. if { (eval echo configure:2555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2555.   rm -rf conftest*
  2556.   eval "ac_cv_func_$ac_func=yes"
  2557. else
  2558.   rm -rf conftest*
  2559.   eval "ac_cv_func_$ac_func=no"
  2560. fi
  2561. rm -f conftest*
  2562.  
  2563. fi
  2564. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2565.   echo "$ac_t""yes" 1>&6
  2566.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2567.   cat >> confdefs.h <<EOF
  2568. #define $ac_tr_func 1
  2569. EOF
  2570.  
  2571. else
  2572.   echo "$ac_t""no" 1>&6
  2573. fi
  2574. done
  2575.  
  2576. for ac_func in strerror hstrerror
  2577. do
  2578. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2579. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2580.   echo $ac_n "(cached) $ac_c" 1>&6
  2581. else
  2582.   cat > conftest.$ac_ext <<EOF
  2583. #line 2584 "configure"
  2584. #include "confdefs.h"
  2585. /* System header to define __stub macros and hopefully few prototypes,
  2586.     which can conflict with char $ac_func(); below.  */
  2587. #include <assert.h>
  2588. /* Override any gcc2 internal prototype to avoid an error.  */
  2589. /* We use char because int might match the return type of a gcc2
  2590.     builtin and then its argument prototype would still apply.  */
  2591. char $ac_func();
  2592.  
  2593. int main() { t(); return 0; }
  2594. int t() {
  2595.  
  2596. /* The GNU C library defines this for functions which it implements
  2597.     to always fail with ENOSYS.  Some functions are actually named
  2598.     something starting with __ and the normal name is an alias.  */
  2599. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2600. choke me
  2601. #else
  2602. $ac_func();
  2603. #endif
  2604.  
  2605. ; return 0; }
  2606. EOF
  2607. if { (eval echo configure:2608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2608.   rm -rf conftest*
  2609.   eval "ac_cv_func_$ac_func=yes"
  2610. else
  2611.   rm -rf conftest*
  2612.   eval "ac_cv_func_$ac_func=no"
  2613. fi
  2614. rm -f conftest*
  2615.  
  2616. fi
  2617. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2618.   echo "$ac_t""yes" 1>&6
  2619.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2620.   cat >> confdefs.h <<EOF
  2621. #define $ac_tr_func 1
  2622. EOF
  2623.  
  2624. else
  2625.   echo "$ac_t""no" 1>&6
  2626. fi
  2627. done
  2628.  
  2629. for ac_func in fcntl ioctl
  2630. do
  2631. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2632. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2633.   echo $ac_n "(cached) $ac_c" 1>&6
  2634. else
  2635.   cat > conftest.$ac_ext <<EOF
  2636. #line 2637 "configure"
  2637. #include "confdefs.h"
  2638. /* System header to define __stub macros and hopefully few prototypes,
  2639.     which can conflict with char $ac_func(); below.  */
  2640. #include <assert.h>
  2641. /* Override any gcc2 internal prototype to avoid an error.  */
  2642. /* We use char because int might match the return type of a gcc2
  2643.     builtin and then its argument prototype would still apply.  */
  2644. char $ac_func();
  2645.  
  2646. int main() { t(); return 0; }
  2647. int t() {
  2648.  
  2649. /* The GNU C library defines this for functions which it implements
  2650.     to always fail with ENOSYS.  Some functions are actually named
  2651.     something starting with __ and the normal name is an alias.  */
  2652. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2653. choke me
  2654. #else
  2655. $ac_func();
  2656. #endif
  2657.  
  2658. ; return 0; }
  2659. EOF
  2660. if { (eval echo configure:2661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2661.   rm -rf conftest*
  2662.   eval "ac_cv_func_$ac_func=yes"
  2663. else
  2664.   rm -rf conftest*
  2665.   eval "ac_cv_func_$ac_func=no"
  2666. fi
  2667. rm -f conftest*
  2668.  
  2669. fi
  2670. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2671.   echo "$ac_t""yes" 1>&6
  2672.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2673.   cat >> confdefs.h <<EOF
  2674. #define $ac_tr_func 1
  2675. EOF
  2676.  
  2677. else
  2678.   echo "$ac_t""no" 1>&6
  2679. fi
  2680. done
  2681.  
  2682.  
  2683. echo $ac_n "checking for underscore in dlsym""... $ac_c" 1>&6
  2684. if eval "test \"`echo '$''{'ac_cv_underscore'+set}'`\" = set"; then
  2685.   echo $ac_n "(cached) $ac_c" 1>&6
  2686. else
  2687.   echo "#define _LIBC_ \"`ls /lib/lib*c.so* /usr/lib/lib*c.so.* 2>/dev/null | head -1`\"" >> confdefs.h
  2688. if test "$cross_compiling" = yes; then
  2689.   ac_cv_underscore=cross
  2690. else
  2691. cat > conftest.$ac_ext <<EOF
  2692. #line 2693 "configure"
  2693. #include "confdefs.h"
  2694. main()
  2695. {void* lib = (void*)dlopen(_LIBC_);
  2696.   if (dlsym(lib, "_printf") != 0) { exit(0); } else { exit(1); } }
  2697. EOF
  2698. { (eval echo configure:2699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  2699. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2700.   ac_cv_underscore=yes
  2701. else
  2702.   ac_cv_underscore=no
  2703. fi
  2704. fi
  2705. rm -fr conftest*
  2706. fi
  2707.  
  2708. echo "$ac_t""$ac_cv_underscore" 1>&6
  2709. if test "$ac_cv_underscore" = "yes"; then
  2710.   cat >> confdefs.h <<\EOF
  2711. #define HAVE_DYN_UNDERSTORE 1
  2712. EOF
  2713.  
  2714. fi
  2715.  
  2716. subdirs="kaffevm lib kaffe kaffeh man scripts config test"
  2717. make_output="Makefile kaffevm/Makefile kaffe/Makefile kaffeh/Makefile man/Makefile scripts/Makefile test/Makefile config/Makefile lib/Makefile lib/support/Makefile lib/native/Makefile lib/net/Makefile"
  2718. if test -d $srcdir/sun ; then
  2719.     subdirs="$subdirs sun"
  2720.     make_output="$make_output sun/Makefile"
  2721. fi
  2722. libsubdirs="native net support"
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728. trap '' 1 2 15
  2729. cat > confcache <<\EOF
  2730. # This file is a shell script that caches the results of configure
  2731. # tests run on this system so they can be shared between configure
  2732. # scripts and configure runs.  It is not useful on other systems.
  2733. # If it contains results you don't want to keep, you may remove or edit it.
  2734. #
  2735. # By default, configure uses ./config.cache as the cache file,
  2736. # creating it if it does not exist already.  You can give configure
  2737. # the --cache-file=FILE option to use a different cache file; that is
  2738. # what configure does when it calls configure scripts in
  2739. # subdirectories, so they share the cache.
  2740. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2741. # config.status only pays attention to the cache file if you give it the
  2742. # --recheck option to rerun configure.
  2743. #
  2744. EOF
  2745. # Ultrix sh set writes to stderr and can't be redirected directly,
  2746. # and sets the high bit in the cache file unless we assign to the vars.
  2747. (set) 2>&1 |
  2748.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  2749.   >> confcache
  2750. if cmp -s $cache_file confcache; then
  2751.   :
  2752. else
  2753.   if test -w $cache_file; then
  2754.     echo "updating cache $cache_file"
  2755.     cat confcache > $cache_file
  2756.   else
  2757.     echo "not updating unwritable cache $cache_file"
  2758.   fi
  2759. fi
  2760. rm -f confcache
  2761.  
  2762. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2763.  
  2764. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2765. # Let make expand exec_prefix.
  2766. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2767.  
  2768. # Any assignment to VPATH causes Sun make to only execute
  2769. # the first set of double-colon rules, so remove it if not needed.
  2770. # If there is a colon in the path, we need to keep it.
  2771. if test "x$srcdir" = x.; then
  2772.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2773. fi
  2774.  
  2775. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2776.  
  2777. DEFS=-DHAVE_CONFIG_H
  2778.  
  2779. # Without the "./", some shells look in PATH for config.status.
  2780. : ${CONFIG_STATUS=./config.status}
  2781.  
  2782. echo creating $CONFIG_STATUS
  2783. # Some systems, like AmigaOS, won't allow you to remove a script that is
  2784. # being executed, so just move it out of the way instead.
  2785. if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  2786. cat > $CONFIG_STATUS <<EOF
  2787. #! /bin/sh
  2788. # Generated automatically by configure.
  2789. # Run this file to recreate the current configuration.
  2790. # This directory was configured as follows,
  2791. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2792. #
  2793. # $0 $ac_configure_args
  2794. #
  2795. # Compiler output produced by configure, useful for debugging
  2796. # configure, is in ./config.log if it exists.
  2797.  
  2798. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2799. for ac_option
  2800. do
  2801.   case "\$ac_option" in
  2802.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2803.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2804.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2805.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2806.     echo "$CONFIG_STATUS generated by autoconf version 2.10"
  2807.     exit 0 ;;
  2808.   -help | --help | --hel | --he | --h)
  2809.     echo "\$ac_cs_usage"; exit 0 ;;
  2810.   *) echo "\$ac_cs_usage"; exit 1 ;;
  2811.   esac
  2812. done
  2813.  
  2814. ac_given_srcdir=$srcdir
  2815. ac_given_INSTALL="$INSTALL"
  2816.  
  2817. trap 'rm -fr `echo "$make_output config/config.h lib/support/jtypes.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2818. EOF
  2819. cat >> $CONFIG_STATUS <<EOF
  2820.  
  2821. # Protect against being on the right side of a sed subst in config.status.
  2822. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  2823.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  2824. $ac_vpsub
  2825. $extrasub
  2826. s%@CFLAGS@%$CFLAGS%g
  2827. s%@CPPFLAGS@%$CPPFLAGS%g
  2828. s%@CXXFLAGS@%$CXXFLAGS%g
  2829. s%@DEFS@%$DEFS%g
  2830. s%@LDFLAGS@%$LDFLAGS%g
  2831. s%@LIBS@%$LIBS%g
  2832. s%@exec_prefix@%$exec_prefix%g
  2833. s%@prefix@%$prefix%g
  2834. s%@program_transform_name@%$program_transform_name%g
  2835. s%@bindir@%$bindir%g
  2836. s%@sbindir@%$sbindir%g
  2837. s%@libexecdir@%$libexecdir%g
  2838. s%@datadir@%$datadir%g
  2839. s%@sysconfdir@%$sysconfdir%g
  2840. s%@sharedstatedir@%$sharedstatedir%g
  2841. s%@localstatedir@%$localstatedir%g
  2842. s%@libdir@%$libdir%g
  2843. s%@includedir@%$includedir%g
  2844. s%@oldincludedir@%$oldincludedir%g
  2845. s%@infodir@%$infodir%g
  2846. s%@guidedir@%$guidedir%g
  2847. s%@psdir@%$psdir%g
  2848. s%@dvidir@%$dvidir%g
  2849. s%@mandir@%$mandir%g
  2850. s%@host@%$host%g
  2851. s%@host_alias@%$host_alias%g
  2852. s%@host_cpu@%$host_cpu%g
  2853. s%@host_vendor@%$host_vendor%g
  2854. s%@host_os@%$host_os%g
  2855. s%@KVER@%$KVER%g
  2856. s%@LIBSHARE@%$LIBSHARE%g
  2857. s%@PIC@%$PIC%g
  2858. s%@LDTAIL@%$LDTAIL%g
  2859. s%@NOSHAREDLIBS@%$NOSHAREDLIBS%g
  2860. s%@LIBEXT@%$LIBEXT%g
  2861. s%@OBJEXT@%$OBJEXT%g
  2862. s%@TYPE@%$TYPE%g
  2863. s%@KAFFEFLAGS@%$KAFFEFLAGS%g
  2864. s%@KAFFEVMFLAGS@%$KAFFEVMFLAGS%g
  2865. s%@VPATHSEP@%$VPATHSEP%g
  2866. s%@VPATHOPT@%$VPATHOPT%g
  2867. s%@CC@%$CC%g
  2868. s%@LN_S@%$LN_S%g
  2869. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2870. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2871. s%@SET_MAKE@%$SET_MAKE%g
  2872. s%@build@%$build%g
  2873. s%@build_alias@%$build_alias%g
  2874. s%@build_cpu@%$build_cpu%g
  2875. s%@build_vendor@%$build_vendor%g
  2876. s%@build_os@%$build_os%g
  2877. s%@RANLIB@%$RANLIB%g
  2878. s%@AR@%$AR%g
  2879. s%@CPP@%$CPP%g
  2880. s%@subdirs@%$subdirs%g
  2881. s%@libsubdirs@%$libsubdirs%g
  2882.  
  2883. CEOF
  2884. EOF
  2885. cat >> $CONFIG_STATUS <<EOF
  2886.  
  2887. CONFIG_FILES=\${CONFIG_FILES-"$make_output"}
  2888. EOF
  2889. cat >> $CONFIG_STATUS <<\EOF
  2890. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2891.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2892.   case "$ac_file" in
  2893.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  2894.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2895.   *) ac_file_in="${ac_file}.in" ;;
  2896.   esac
  2897.  
  2898.   # Adjust relative srcdir, etc. for subdirectories.
  2899.  
  2900.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2901.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2902.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2903.     # The file is in a subdirectory.
  2904.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2905.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  2906.     # A "../" for each directory in $ac_dir_suffix.
  2907.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2908.   else
  2909.     ac_dir_suffix= ac_dots=
  2910.   fi
  2911.  
  2912.   case "$ac_given_srcdir" in
  2913.   .)  srcdir=.
  2914.       if test -z "$ac_dots"; then top_srcdir=.
  2915.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2916.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2917.   *) # Relative path.
  2918.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2919.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2920.   esac
  2921.  
  2922.   case "$ac_given_INSTALL" in
  2923.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2924.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2925.   esac
  2926.   echo creating "$ac_file"
  2927.   rm -f "$ac_file"
  2928.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2929.   case "$ac_file" in
  2930.   *Makefile*) ac_comsub="1i\\
  2931. # $configure_input" ;;
  2932.   *) ac_comsub= ;;
  2933.   esac
  2934.   sed -e "$ac_comsub
  2935. s%@configure_input@%$configure_input%g
  2936. s%@srcdir@%$srcdir%g
  2937. s%@top_srcdir@%$top_srcdir%g
  2938. s%@INSTALL@%$INSTALL%g
  2939. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  2940. fi; done
  2941. rm -f conftest.subs
  2942.  
  2943. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2944. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2945. #
  2946. # ac_d sets the value in "#define NAME VALUE" lines.
  2947. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  2948. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  2949. ac_dC='\3'
  2950. ac_dD='%g'
  2951. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2952. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2953. ac_uB='\([     ]\)%\1#\2define\3'
  2954. ac_uC=' '
  2955. ac_uD='\4%g'
  2956. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2957. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2958. ac_eB='$%\1#\2define\3'
  2959. ac_eC=' '
  2960. ac_eD='%g'
  2961.  
  2962. CONFIG_HEADERS=${CONFIG_HEADERS-"config/config.h lib/support/jtypes.h"}
  2963. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2964.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2965.   case "$ac_file" in
  2966.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  2967.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2968.   *) ac_file_in="${ac_file}.in" ;;
  2969.   esac
  2970.  
  2971.   echo creating $ac_file
  2972.  
  2973.   rm -f conftest.frag conftest.in conftest.out
  2974.   cp $ac_given_srcdir/$ac_file_in conftest.in
  2975.  
  2976. EOF
  2977.  
  2978. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2979. # the proper values into config.h.in to produce config.h.  And first:
  2980. # Protect against being on the right side of a sed subst in config.status.
  2981. # Protect against being in an unquoted here document in config.status.
  2982. rm -f conftest.vals
  2983. cat > conftest.hdr <<\EOF
  2984. s/[\\&%]/\\&/g
  2985. s%[\\$`]%\\&%g
  2986. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  2987. s%ac_d%ac_u%gp
  2988. s%ac_u%ac_e%gp
  2989. EOF
  2990. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2991. rm -f conftest.hdr
  2992.  
  2993. # This sed command replaces #undef with comments.  This is necessary, for
  2994. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2995. # on some systems where configure will not decide to define it.
  2996. cat >> conftest.vals <<\EOF
  2997. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2998. EOF
  2999.  
  3000. # Break up conftest.vals because some shells have a limit on
  3001. # the size of here documents, and old seds have small limits too.
  3002. # Maximum number of lines to put in a single here document.
  3003. ac_max_here_lines=12
  3004.  
  3005. rm -f conftest.tail
  3006. while :
  3007. do
  3008.   ac_lines=`grep -c . conftest.vals`
  3009.   # grep -c gives empty output for an empty file on some AIX systems.
  3010.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3011.   # Write a limited-size here document to conftest.frag.
  3012.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3013.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3014.   echo 'CEOF
  3015.   sed -f conftest.frag conftest.in > conftest.out
  3016.   rm -f conftest.in
  3017.   mv conftest.out conftest.in
  3018. ' >> $CONFIG_STATUS
  3019.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3020.   rm -f conftest.vals
  3021.   mv conftest.tail conftest.vals
  3022. done
  3023. rm -f conftest.vals
  3024.  
  3025. cat >> $CONFIG_STATUS <<\EOF
  3026.   rm -f conftest.frag conftest.h
  3027.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3028.   cat conftest.in >> conftest.h
  3029.   rm -f conftest.in
  3030.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3031.     echo "$ac_file is unchanged"
  3032.     rm -f conftest.h
  3033.   else
  3034.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3035.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3036.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3037.       # The file is in a subdirectory.
  3038.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3039.     fi
  3040.     rm -f $ac_file
  3041.     mv conftest.h $ac_file
  3042.   fi
  3043. fi; done
  3044.  
  3045. EOF
  3046.  
  3047. cat >> $CONFIG_STATUS <<EOF
  3048. ac_sources="config/$host_cpu/$host_os/md.h config/$host_cpu/$host_os/md.c $jitsrc"
  3049. ac_dests="config/md.h kaffevm/md.c $jitdst"
  3050. EOF
  3051.  
  3052. cat >> $CONFIG_STATUS <<\EOF
  3053. srcdir=$ac_given_srcdir
  3054. while test -n "$ac_sources"; do
  3055.   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
  3056.   set $ac_sources; ac_source=$1; shift; ac_sources=$*
  3057.  
  3058.   echo "linking $srcdir/$ac_source to $ac_dest"
  3059.  
  3060.   if test ! -r $srcdir/$ac_source; then
  3061.     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
  3062.   fi
  3063.   rm -f $ac_dest
  3064.  
  3065.   # Make relative symlinks.
  3066.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3067.   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
  3068.   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
  3069.     # The dest file is in a subdirectory.
  3070.     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
  3071.     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
  3072.     # A "../" for each directory in $ac_dest_dir_suffix.
  3073.     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
  3074.   else
  3075.     ac_dest_dir_suffix= ac_dots=
  3076.   fi
  3077.  
  3078.   case "$srcdir" in
  3079.   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
  3080.   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
  3081.   esac
  3082.  
  3083.   # Make a symlink if possible; otherwise try a hard link.
  3084.   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
  3085.     ln $srcdir/$ac_source $ac_dest; then :
  3086.   else
  3087.     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  3088.   fi
  3089. done
  3090.  
  3091.  
  3092. exit 0
  3093. EOF
  3094. chmod +x $CONFIG_STATUS
  3095. rm -f CONFIG.STATUS.old
  3096. rm -fr confdefs* $ac_clean_files
  3097. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  3098.  
  3099.  
  3100. libdir=`eval echo $libdir` ; libdir=`eval echo $libdir`
  3101. bindir=`eval echo $bindir` ; bindir=`eval echo $bindir`
  3102. datadir=`eval echo $datadir`
  3103. echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT
  3104. echo KAFFEHOME=$datadir/kaffe >> ENVIRONMENT
  3105. if test "$KAFFEVMFLAGS" != "-DNO_SHARED_LIBRARIES" ; then
  3106.     echo LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$libdir >> ENVIRONMENT
  3107. fi
  3108. echo PATH=\$PATH:$bindir >> ENVIRONMENT
  3109. echo export CLASSPATH KAFFEHOME LD_LIBRARY_PATH PATH >> ENVIRONMENT
  3110.