configure
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:57k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --without-fcgi      Do not compile fastcgi support
  14.   --with-fcgi         Compile with fastcgi support"
  15. ac_help="$ac_help
  16.   --with-defaultlang=lang        Default Content-Language:"
  17. # Initialize some variables set by options.
  18. # The variables have the same names as the options, with
  19. # dashes changed to underlines.
  20. build=NONE
  21. cache_file=./config.cache
  22. exec_prefix=NONE
  23. host=NONE
  24. no_create=
  25. nonopt=NONE
  26. no_recursion=
  27. prefix=NONE
  28. program_prefix=NONE
  29. program_suffix=NONE
  30. program_transform_name=s,x,x,
  31. silent=
  32. site=
  33. srcdir=
  34. target=NONE
  35. verbose=
  36. x_includes=NONE
  37. x_libraries=NONE
  38. bindir='${exec_prefix}/bin'
  39. sbindir='${exec_prefix}/sbin'
  40. libexecdir='${exec_prefix}/libexec'
  41. datadir='${prefix}/share'
  42. sysconfdir='${prefix}/etc'
  43. sharedstatedir='${prefix}/com'
  44. localstatedir='${prefix}/var'
  45. libdir='${exec_prefix}/lib'
  46. includedir='${prefix}/include'
  47. oldincludedir='/usr/include'
  48. infodir='${prefix}/info'
  49. mandir='${prefix}/man'
  50. # Initialize some other variables.
  51. subdirs=
  52. MFLAGS= MAKEFLAGS=
  53. SHELL=${CONFIG_SHELL-/bin/sh}
  54. # Maximum number of lines to put in a shell here document.
  55. ac_max_here_lines=12
  56. ac_prev=
  57. for ac_option
  58. do
  59.   # If the previous option needs an argument, assign it.
  60.   if test -n "$ac_prev"; then
  61.     eval "$ac_prev=$ac_option"
  62.     ac_prev=
  63.     continue
  64.   fi
  65.   case "$ac_option" in
  66.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  67.   *) ac_optarg= ;;
  68.   esac
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.   case "$ac_option" in
  71.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  72.     ac_prev=bindir ;;
  73.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  74.     bindir="$ac_optarg" ;;
  75.   -build | --build | --buil | --bui | --bu)
  76.     ac_prev=build ;;
  77.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  78.     build="$ac_optarg" ;;
  79.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  80.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  81.     ac_prev=cache_file ;;
  82.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  83.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  84.     cache_file="$ac_optarg" ;;
  85.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  86.     ac_prev=datadir ;;
  87.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  88.   | --da=*)
  89.     datadir="$ac_optarg" ;;
  90.   -disable-* | --disable-*)
  91.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  92.     # Reject names that are not valid shell variable names.
  93.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  94.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  95.     fi
  96.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  97.     eval "enable_${ac_feature}=no" ;;
  98.   -enable-* | --enable-*)
  99.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  100.     # Reject names that are not valid shell variable names.
  101.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  102.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  103.     fi
  104.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  105.     case "$ac_option" in
  106.       *=*) ;;
  107.       *) ac_optarg=yes ;;
  108.     esac
  109.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  110.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  111.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  112.   | --exec | --exe | --ex)
  113.     ac_prev=exec_prefix ;;
  114.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  115.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  116.   | --exec=* | --exe=* | --ex=*)
  117.     exec_prefix="$ac_optarg" ;;
  118.   -gas | --gas | --ga | --g)
  119.     # Obsolete; use --with-gas.
  120.     with_gas=yes ;;
  121.   -help | --help | --hel | --he)
  122.     # Omit some internal or obsolete options to make the list less imposing.
  123.     # This message is too long to be a string in the A/UX 3.1 sh.
  124.     cat << EOF
  125. Usage: configure [options] [host]
  126. Options: [defaults in brackets after descriptions]
  127. Configuration:
  128.   --cache-file=FILE       cache test results in FILE
  129.   --help                  print this message
  130.   --no-create             do not create output files
  131.   --quiet, --silent       do not print `checking...' messages
  132.   --version               print the version of autoconf that created configure
  133. Directory and file names:
  134.   --prefix=PREFIX         install architecture-independent files in PREFIX
  135.                           [$ac_default_prefix]
  136.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  137.                           [same as prefix]
  138.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  139.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  140.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  141.   --datadir=DIR           read-only architecture-independent data in DIR
  142.                           [PREFIX/share]
  143.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  144.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  145.                           [PREFIX/com]
  146.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  147.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  148.   --includedir=DIR        C header files in DIR [PREFIX/include]
  149.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  150.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  151.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  152.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  153.   --program-prefix=PREFIX prepend PREFIX to installed program names
  154.   --program-suffix=SUFFIX append SUFFIX to installed program names
  155.   --program-transform-name=PROGRAM
  156.                           run sed PROGRAM on installed program names
  157. EOF
  158.     cat << EOF
  159. Host type:
  160.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  161.   --host=HOST             configure for HOST [guessed]
  162.   --target=TARGET         configure for TARGET [TARGET=HOST]
  163. Features and packages:
  164.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  165.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  166.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  167.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  168.   --x-includes=DIR        X include files are in DIR
  169.   --x-libraries=DIR       X library files are in DIR
  170. EOF
  171.     if test -n "$ac_help"; then
  172.       echo "--enable and --with options recognized:$ac_help"
  173.     fi
  174.     exit 0 ;;
  175.   -host | --host | --hos | --ho)
  176.     ac_prev=host ;;
  177.   -host=* | --host=* | --hos=* | --ho=*)
  178.     host="$ac_optarg" ;;
  179.   -includedir | --includedir | --includedi | --included | --include 
  180.   | --includ | --inclu | --incl | --inc)
  181.     ac_prev=includedir ;;
  182.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  183.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  184.     includedir="$ac_optarg" ;;
  185.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  186.     ac_prev=infodir ;;
  187.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  188.     infodir="$ac_optarg" ;;
  189.   -libdir | --libdir | --libdi | --libd)
  190.     ac_prev=libdir ;;
  191.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  192.     libdir="$ac_optarg" ;;
  193.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  194.   | --libexe | --libex | --libe)
  195.     ac_prev=libexecdir ;;
  196.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  197.   | --libexe=* | --libex=* | --libe=*)
  198.     libexecdir="$ac_optarg" ;;
  199.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  200.   | --localstate | --localstat | --localsta | --localst 
  201.   | --locals | --local | --loca | --loc | --lo)
  202.     ac_prev=localstatedir ;;
  203.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  204.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  205.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  206.     localstatedir="$ac_optarg" ;;
  207.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  208.     ac_prev=mandir ;;
  209.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  210.     mandir="$ac_optarg" ;;
  211.   -nfp | --nfp | --nf)
  212.     # Obsolete; use --without-fp.
  213.     with_fp=no ;;
  214.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  215.   | --no-cr | --no-c)
  216.     no_create=yes ;;
  217.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  218.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  219.     no_recursion=yes ;;
  220.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  221.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  222.   | --oldin | --oldi | --old | --ol | --o)
  223.     ac_prev=oldincludedir ;;
  224.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  225.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  226.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  227.     oldincludedir="$ac_optarg" ;;
  228.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  229.     ac_prev=prefix ;;
  230.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  231.     prefix="$ac_optarg" ;;
  232.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  233.   | --program-pre | --program-pr | --program-p)
  234.     ac_prev=program_prefix ;;
  235.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  236.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  237.     program_prefix="$ac_optarg" ;;
  238.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  239.   | --program-suf | --program-su | --program-s)
  240.     ac_prev=program_suffix ;;
  241.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  242.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  243.     program_suffix="$ac_optarg" ;;
  244.   -program-transform-name | --program-transform-name 
  245.   | --program-transform-nam | --program-transform-na 
  246.   | --program-transform-n | --program-transform- 
  247.   | --program-transform | --program-transfor 
  248.   | --program-transfo | --program-transf 
  249.   | --program-trans | --program-tran 
  250.   | --progr-tra | --program-tr | --program-t)
  251.     ac_prev=program_transform_name ;;
  252.   -program-transform-name=* | --program-transform-name=* 
  253.   | --program-transform-nam=* | --program-transform-na=* 
  254.   | --program-transform-n=* | --program-transform-=* 
  255.   | --program-transform=* | --program-transfor=* 
  256.   | --program-transfo=* | --program-transf=* 
  257.   | --program-trans=* | --program-tran=* 
  258.   | --progr-tra=* | --program-tr=* | --program-t=*)
  259.     program_transform_name="$ac_optarg" ;;
  260.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  261.   | -silent | --silent | --silen | --sile | --sil)
  262.     silent=yes ;;
  263.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  264.     ac_prev=sbindir ;;
  265.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  266.   | --sbi=* | --sb=*)
  267.     sbindir="$ac_optarg" ;;
  268.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  269.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  270.   | --sharedst | --shareds | --shared | --share | --shar 
  271.   | --sha | --sh)
  272.     ac_prev=sharedstatedir ;;
  273.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  274.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  275.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  276.   | --sha=* | --sh=*)
  277.     sharedstatedir="$ac_optarg" ;;
  278.   -site | --site | --sit)
  279.     ac_prev=site ;;
  280.   -site=* | --site=* | --sit=*)
  281.     site="$ac_optarg" ;;
  282.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  283.     ac_prev=srcdir ;;
  284.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  285.     srcdir="$ac_optarg" ;;
  286.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  287.   | --syscon | --sysco | --sysc | --sys | --sy)
  288.     ac_prev=sysconfdir ;;
  289.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  290.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  291.     sysconfdir="$ac_optarg" ;;
  292.   -target | --target | --targe | --targ | --tar | --ta | --t)
  293.     ac_prev=target ;;
  294.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  295.     target="$ac_optarg" ;;
  296.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  297.     verbose=yes ;;
  298.   -version | --version | --versio | --versi | --vers)
  299.     echo "configure generated by autoconf version 2.13"
  300.     exit 0 ;;
  301.   -with-* | --with-*)
  302.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  303.     # Reject names that are not valid shell variable names.
  304.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  305.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  306.     fi
  307.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  308.     case "$ac_option" in
  309.       *=*) ;;
  310.       *) ac_optarg=yes ;;
  311.     esac
  312.     eval "with_${ac_package}='$ac_optarg'" ;;
  313.   -without-* | --without-*)
  314.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  315.     # Reject names that are not valid shell variable names.
  316.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  317.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  318.     fi
  319.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  320.     eval "with_${ac_package}=no" ;;
  321.   --x)
  322.     # Obsolete; use --with-x.
  323.     with_x=yes ;;
  324.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  325.   | --x-incl | --x-inc | --x-in | --x-i)
  326.     ac_prev=x_includes ;;
  327.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  328.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  329.     x_includes="$ac_optarg" ;;
  330.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  331.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  332.     ac_prev=x_libraries ;;
  333.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  334.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  335.     x_libraries="$ac_optarg" ;;
  336.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  337.     ;;
  338.   *)
  339.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  340.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  341.     fi
  342.     if test "x$nonopt" != xNONE; then
  343.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  344.     fi
  345.     nonopt="$ac_option"
  346.     ;;
  347.   esac
  348. done
  349. if test -n "$ac_prev"; then
  350.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  351. fi
  352. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  353. # File descriptor usage:
  354. # 0 standard input
  355. # 1 file creation
  356. # 2 errors and warnings
  357. # 3 some systems may open it to /dev/tty
  358. # 4 used on the Kubota Titan
  359. # 6 checking for... messages and results
  360. # 5 compiler messages saved in config.log
  361. if test "$silent" = yes; then
  362.   exec 6>/dev/null
  363. else
  364.   exec 6>&1
  365. fi
  366. exec 5>./config.log
  367. echo "
  368. This file contains any messages produced by compilers while
  369. running configure, to aid debugging if configure makes a mistake.
  370. " 1>&5
  371. # Strip out --no-create and --no-recursion so they do not pile up.
  372. # Also quote any args containing shell metacharacters.
  373. ac_configure_args=
  374. for ac_arg
  375. do
  376.   case "$ac_arg" in
  377.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  378.   | --no-cr | --no-c) ;;
  379.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  380.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  381.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  382.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  383.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  384.   esac
  385. done
  386. # NLS nuisances.
  387. # Only set these to C if already set.  These must not be set unconditionally
  388. # because not all systems understand e.g. LANG=C (notably SCO).
  389. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  390. # Non-C LC_CTYPE values break the ctype check.
  391. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  392. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  393. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  394. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  395. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  396. rm -rf conftest* confdefs.h
  397. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  398. echo > confdefs.h
  399. # A filename unique to this package, relative to the directory that
  400. # configure is in, which we can look for to find out if srcdir is correct.
  401. ac_unique_file=http11.h.in
  402. # Find the source files, if location was not specified.
  403. if test -z "$srcdir"; then
  404.   ac_srcdir_defaulted=yes
  405.   # Try the directory containing this script, then its parent.
  406.   ac_prog=$0
  407.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  408.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  409.   srcdir=$ac_confdir
  410.   if test ! -r $srcdir/$ac_unique_file; then
  411.     srcdir=..
  412.   fi
  413. else
  414.   ac_srcdir_defaulted=no
  415. fi
  416. if test ! -r $srcdir/$ac_unique_file; then
  417.   if test "$ac_srcdir_defaulted" = yes; then
  418.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  419.   else
  420.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  421.   fi
  422. fi
  423. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  424. # Prefer explicitly selected file to automatically selected ones.
  425. if test -z "$CONFIG_SITE"; then
  426.   if test "x$prefix" != xNONE; then
  427.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  428.   else
  429.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  430.   fi
  431. fi
  432. for ac_site_file in $CONFIG_SITE; do
  433.   if test -r "$ac_site_file"; then
  434.     echo "loading site script $ac_site_file"
  435.     . "$ac_site_file"
  436.   fi
  437. done
  438. if test -r "$cache_file"; then
  439.   echo "loading cache $cache_file"
  440.   . $cache_file
  441. else
  442.   echo "creating cache $cache_file"
  443.   > $cache_file
  444. fi
  445. ac_ext=c
  446. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  447. ac_cpp='$CPP $CPPFLAGS'
  448. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  449. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  450. cross_compiling=$ac_cv_prog_cc_cross
  451. ac_exeext=
  452. ac_objext=o
  453. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  454.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  455.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  456.     ac_n= ac_c='
  457. ' ac_t=' '
  458.   else
  459.     ac_n=-n ac_c= ac_t=
  460.   fi
  461. else
  462.   ac_n= ac_c='c' ac_t=
  463. fi
  464. ac_aux_dir=
  465. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  466.   if test -f $ac_dir/install-sh; then
  467.     ac_aux_dir=$ac_dir
  468.     ac_install_sh="$ac_aux_dir/install-sh -c"
  469.     break
  470.   elif test -f $ac_dir/install.sh; then
  471.     ac_aux_dir=$ac_dir
  472.     ac_install_sh="$ac_aux_dir/install.sh -c"
  473.     break
  474.   fi
  475. done
  476. if test -z "$ac_aux_dir"; then
  477.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  478. fi
  479. ac_config_guess=$ac_aux_dir/config.guess
  480. ac_config_sub=$ac_aux_dir/config.sub
  481. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  482. # Find a good install program.  We prefer a C program (faster),
  483. # so one script is as good as another.  But avoid the broken or
  484. # incompatible versions:
  485. # SysV /etc/install, /usr/sbin/install
  486. # SunOS /usr/etc/install
  487. # IRIX /sbin/install
  488. # AIX /bin/install
  489. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  490. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  491. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  492. # ./install, which can be erroneously created by make from ./install.sh.
  493. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  494. echo "configure:562: checking for a BSD compatible install" >&5
  495. if test -z "$INSTALL"; then
  496. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  497.   echo $ac_n "(cached) $ac_c" 1>&6
  498. else
  499.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  500.   for ac_dir in $PATH; do
  501.     # Account for people who put trailing slashes in PATH elements.
  502.     case "$ac_dir/" in
  503.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  504.     *)
  505.       # OSF1 and SCO ODT 3.0 have their own names for install.
  506.       # Don't use installbsd from OSF since it installs stuff as root
  507.       # by default.
  508.       for ac_prog in ginstall scoinst install; do
  509.         if test -f $ac_dir/$ac_prog; then
  510.   if test $ac_prog = install &&
  511.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  512.     # AIX install.  It has an incompatible calling convention.
  513.     :
  514.   else
  515.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  516.     break 2
  517.   fi
  518. fi
  519.       done
  520.       ;;
  521.     esac
  522.   done
  523.   IFS="$ac_save_IFS"
  524. fi
  525.   if test "${ac_cv_path_install+set}" = set; then
  526.     INSTALL="$ac_cv_path_install"
  527.   else
  528.     # As a last resort, use the slow shell script.  We don't cache a
  529.     # path for INSTALL within a source directory, because that will
  530.     # break other packages using the cache if that directory is
  531.     # removed, or if the path is relative.
  532.     INSTALL="$ac_install_sh"
  533.   fi
  534. fi
  535. echo "$ac_t""$INSTALL" 1>&6
  536. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  537. # It thinks the first close brace ends the variable substitution.
  538. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  539. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  540. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  541. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  542. echo "configure:615: checking whether build environment is sane" >&5
  543. # Just in case
  544. sleep 1
  545. echo timestamp > conftestfile
  546. # Do `set' in a subshell so we don't clobber the current shell's
  547. # arguments.  Must try -L first in case configure is actually a
  548. # symlink; some systems play weird games with the mod time of symlinks
  549. # (eg FreeBSD returns the mod time of the symlink's containing
  550. # directory).
  551. if (
  552.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  553.    if test "$*" = "X"; then
  554.       # -L didn't work.
  555.       set X `ls -t $srcdir/configure conftestfile`
  556.    fi
  557.    if test "$*" != "X $srcdir/configure conftestfile" 
  558.       && test "$*" != "X conftestfile $srcdir/configure"; then
  559.       # If neither matched, then we have a broken ls.  This can happen
  560.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  561.       # broken ls alias from the environment.  This has actually
  562.       # happened.  Such a system could not be considered "sane".
  563.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  564. alias in your environment" 1>&2; exit 1; }
  565.    fi
  566.    test "$2" = conftestfile
  567.    )
  568. then
  569.    # Ok.
  570.    :
  571. else
  572.    { echo "configure: error: newly created file is older than distributed files!
  573. Check your system clock" 1>&2; exit 1; }
  574. fi
  575. rm -f conftest*
  576. echo "$ac_t""yes" 1>&6
  577. if test "$program_transform_name" = s,x,x,; then
  578.   program_transform_name=
  579. else
  580.   # Double any  or $.  echo might interpret backslashes.
  581.   cat <<EOF_SED > conftestsed
  582. s,\,\\,g; s,$,$$,g
  583. EOF_SED
  584.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  585.   rm -f conftestsed
  586. fi
  587. test "$program_prefix" != NONE &&
  588.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  589. # Use a double $ so make ignores it.
  590. test "$program_suffix" != NONE &&
  591.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  592. # sed with no file args requires a program.
  593. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  594. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  595. echo "configure:672: checking whether ${MAKE-make} sets ${MAKE}" >&5
  596. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  597. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  598.   echo $ac_n "(cached) $ac_c" 1>&6
  599. else
  600.   cat > conftestmake <<EOF
  601. all:
  602. @echo 'ac_maketemp="${MAKE}"'
  603. EOF
  604. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  605. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  606. if test -n "$ac_maketemp"; then
  607.   eval ac_cv_prog_make_${ac_make}_set=yes
  608. else
  609.   eval ac_cv_prog_make_${ac_make}_set=no
  610. fi
  611. rm -f conftestmake
  612. fi
  613. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  614.   echo "$ac_t""yes" 1>&6
  615.   SET_MAKE=
  616. else
  617.   echo "$ac_t""no" 1>&6
  618.   SET_MAKE="MAKE=${MAKE-make}"
  619. fi
  620. PACKAGE=http11
  621. VERSION=0.10
  622. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  623.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  624. fi
  625. cat >> confdefs.h <<EOF
  626. #define PACKAGE "$PACKAGE"
  627. EOF
  628. cat >> confdefs.h <<EOF
  629. #define VERSION "$VERSION"
  630. EOF
  631. missing_dir=`cd $ac_aux_dir && pwd`
  632. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  633. echo "configure:718: checking for working aclocal" >&5
  634. # Run test in a subshell; some versions of sh will print an error if
  635. # an executable is not found, even if stderr is redirected.
  636. # Redirect stdin to placate older versions of autoconf.  Sigh.
  637. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  638.    ACLOCAL=aclocal
  639.    echo "$ac_t""found" 1>&6
  640. else
  641.    ACLOCAL="$missing_dir/missing aclocal"
  642.    echo "$ac_t""missing" 1>&6
  643. fi
  644. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  645. echo "configure:731: checking for working autoconf" >&5
  646. # Run test in a subshell; some versions of sh will print an error if
  647. # an executable is not found, even if stderr is redirected.
  648. # Redirect stdin to placate older versions of autoconf.  Sigh.
  649. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  650.    AUTOCONF=autoconf
  651.    echo "$ac_t""found" 1>&6
  652. else
  653.    AUTOCONF="$missing_dir/missing autoconf"
  654.    echo "$ac_t""missing" 1>&6
  655. fi
  656. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  657. echo "configure:744: checking for working automake" >&5
  658. # Run test in a subshell; some versions of sh will print an error if
  659. # an executable is not found, even if stderr is redirected.
  660. # Redirect stdin to placate older versions of autoconf.  Sigh.
  661. if (automake --version) < /dev/null > /dev/null 2>&1; then
  662.    AUTOMAKE=automake
  663.    echo "$ac_t""found" 1>&6
  664. else
  665.    AUTOMAKE="$missing_dir/missing automake"
  666.    echo "$ac_t""missing" 1>&6
  667. fi
  668. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  669. echo "configure:757: checking for working autoheader" >&5
  670. # Run test in a subshell; some versions of sh will print an error if
  671. # an executable is not found, even if stderr is redirected.
  672. # Redirect stdin to placate older versions of autoconf.  Sigh.
  673. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  674.    AUTOHEADER=autoheader
  675.    echo "$ac_t""found" 1>&6
  676. else
  677.    AUTOHEADER="$missing_dir/missing autoheader"
  678.    echo "$ac_t""missing" 1>&6
  679. fi
  680. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  681. echo "configure:770: checking for working makeinfo" >&5
  682. # Run test in a subshell; some versions of sh will print an error if
  683. # an executable is not found, even if stderr is redirected.
  684. # Redirect stdin to placate older versions of autoconf.  Sigh.
  685. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  686.    MAKEINFO=makeinfo
  687.    echo "$ac_t""found" 1>&6
  688. else
  689.    MAKEINFO="$missing_dir/missing makeinfo"
  690.    echo "$ac_t""missing" 1>&6
  691. fi
  692. # Extract the first word of "gcc", so it can be a program name with args.
  693. set dummy gcc; ac_word=$2
  694. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  695. echo "configure:787: checking for $ac_word" >&5
  696. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  697.   echo $ac_n "(cached) $ac_c" 1>&6
  698. else
  699.   if test -n "$CC"; then
  700.   ac_cv_prog_CC="$CC" # Let the user override the test.
  701. else
  702.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  703.   ac_dummy="$PATH"
  704.   for ac_dir in $ac_dummy; do
  705.     test -z "$ac_dir" && ac_dir=.
  706.     if test -f $ac_dir/$ac_word; then
  707.       ac_cv_prog_CC="gcc"
  708.       break
  709.     fi
  710.   done
  711.   IFS="$ac_save_ifs"
  712. fi
  713. fi
  714. CC="$ac_cv_prog_CC"
  715. if test -n "$CC"; then
  716.   echo "$ac_t""$CC" 1>&6
  717. else
  718.   echo "$ac_t""no" 1>&6
  719. fi
  720. if test -z "$CC"; then
  721.   # Extract the first word of "cc", so it can be a program name with args.
  722. set dummy cc; ac_word=$2
  723. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  724. echo "configure:817: checking for $ac_word" >&5
  725. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  726.   echo $ac_n "(cached) $ac_c" 1>&6
  727. else
  728.   if test -n "$CC"; then
  729.   ac_cv_prog_CC="$CC" # Let the user override the test.
  730. else
  731.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  732.   ac_prog_rejected=no
  733.   ac_dummy="$PATH"
  734.   for ac_dir in $ac_dummy; do
  735.     test -z "$ac_dir" && ac_dir=.
  736.     if test -f $ac_dir/$ac_word; then
  737.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  738.         ac_prog_rejected=yes
  739. continue
  740.       fi
  741.       ac_cv_prog_CC="cc"
  742.       break
  743.     fi
  744.   done
  745.   IFS="$ac_save_ifs"
  746. if test $ac_prog_rejected = yes; then
  747.   # We found a bogon in the path, so make sure we never use it.
  748.   set dummy $ac_cv_prog_CC
  749.   shift
  750.   if test $# -gt 0; then
  751.     # We chose a different compiler from the bogus one.
  752.     # However, it has the same basename, so the bogon will be chosen
  753.     # first if we set CC to just the basename; use the full file name.
  754.     shift
  755.     set dummy "$ac_dir/$ac_word" "$@"
  756.     shift
  757.     ac_cv_prog_CC="$@"
  758.   fi
  759. fi
  760. fi
  761. fi
  762. CC="$ac_cv_prog_CC"
  763. if test -n "$CC"; then
  764.   echo "$ac_t""$CC" 1>&6
  765. else
  766.   echo "$ac_t""no" 1>&6
  767. fi
  768.   if test -z "$CC"; then
  769.     case "`uname -s`" in
  770.     *win32* | *WIN32*)
  771.       # Extract the first word of "cl", so it can be a program name with args.
  772. set dummy cl; ac_word=$2
  773. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  774. echo "configure:868: checking for $ac_word" >&5
  775. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  776.   echo $ac_n "(cached) $ac_c" 1>&6
  777. else
  778.   if test -n "$CC"; then
  779.   ac_cv_prog_CC="$CC" # Let the user override the test.
  780. else
  781.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  782.   ac_dummy="$PATH"
  783.   for ac_dir in $ac_dummy; do
  784.     test -z "$ac_dir" && ac_dir=.
  785.     if test -f $ac_dir/$ac_word; then
  786.       ac_cv_prog_CC="cl"
  787.       break
  788.     fi
  789.   done
  790.   IFS="$ac_save_ifs"
  791. fi
  792. fi
  793. CC="$ac_cv_prog_CC"
  794. if test -n "$CC"; then
  795.   echo "$ac_t""$CC" 1>&6
  796. else
  797.   echo "$ac_t""no" 1>&6
  798. fi
  799.  ;;
  800.     esac
  801.   fi
  802.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  803. fi
  804. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  805. echo "configure:900: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  806. ac_ext=c
  807. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  808. ac_cpp='$CPP $CPPFLAGS'
  809. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  810. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  811. cross_compiling=$ac_cv_prog_cc_cross
  812. cat > conftest.$ac_ext << EOF
  813. #line 911 "configure"
  814. #include "confdefs.h"
  815. main(){return(0);}
  816. EOF
  817. if { (eval echo configure:916: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  818.   ac_cv_prog_cc_works=yes
  819.   # If we can't run a trivial program, we are probably using a cross compiler.
  820.   if (./conftest; exit) 2>/dev/null; then
  821.     ac_cv_prog_cc_cross=no
  822.   else
  823.     ac_cv_prog_cc_cross=yes
  824.   fi
  825. else
  826.   echo "configure: failed program was:" >&5
  827.   cat conftest.$ac_ext >&5
  828.   ac_cv_prog_cc_works=no
  829. fi
  830. rm -fr conftest*
  831. ac_ext=c
  832. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  833. ac_cpp='$CPP $CPPFLAGS'
  834. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  835. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  836. cross_compiling=$ac_cv_prog_cc_cross
  837. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  838. if test $ac_cv_prog_cc_works = no; then
  839.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  840. fi
  841. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  842. echo "configure:942: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  843. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  844. cross_compiling=$ac_cv_prog_cc_cross
  845. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  846. echo "configure:947: checking whether we are using GNU C" >&5
  847. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  848.   echo $ac_n "(cached) $ac_c" 1>&6
  849. else
  850.   cat > conftest.c <<EOF
  851. #ifdef __GNUC__
  852.   yes;
  853. #endif
  854. EOF
  855. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:956: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  856.   ac_cv_prog_gcc=yes
  857. else
  858.   ac_cv_prog_gcc=no
  859. fi
  860. fi
  861. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  862. if test $ac_cv_prog_gcc = yes; then
  863.   GCC=yes
  864. else
  865.   GCC=
  866. fi
  867. ac_test_CFLAGS="${CFLAGS+set}"
  868. ac_save_CFLAGS="$CFLAGS"
  869. CFLAGS=
  870. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  871. echo "configure:975: checking whether ${CC-cc} accepts -g" >&5
  872. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  873.   echo $ac_n "(cached) $ac_c" 1>&6
  874. else
  875.   echo 'void f(){}' > conftest.c
  876. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  877.   ac_cv_prog_cc_g=yes
  878. else
  879.   ac_cv_prog_cc_g=no
  880. fi
  881. rm -f conftest*
  882. fi
  883. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  884. if test "$ac_test_CFLAGS" = set; then
  885.   CFLAGS="$ac_save_CFLAGS"
  886. elif test $ac_cv_prog_cc_g = yes; then
  887.   if test "$GCC" = yes; then
  888.     CFLAGS="-g -O2"
  889.   else
  890.     CFLAGS="-g"
  891.   fi
  892. else
  893.   if test "$GCC" = yes; then
  894.     CFLAGS="-O2"
  895.   else
  896.     CFLAGS=
  897.   fi
  898. fi
  899. # Extract the first word of "ranlib", so it can be a program name with args.
  900. set dummy ranlib; ac_word=$2
  901. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  902. echo "configure:1009: checking for $ac_word" >&5
  903. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  904.   echo $ac_n "(cached) $ac_c" 1>&6
  905. else
  906.   if test -n "$RANLIB"; then
  907.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  908. else
  909.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  910.   ac_dummy="$PATH"
  911.   for ac_dir in $ac_dummy; do
  912.     test -z "$ac_dir" && ac_dir=.
  913.     if test -f $ac_dir/$ac_word; then
  914.       ac_cv_prog_RANLIB="ranlib"
  915.       break
  916.     fi
  917.   done
  918.   IFS="$ac_save_ifs"
  919.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  920. fi
  921. fi
  922. RANLIB="$ac_cv_prog_RANLIB"
  923. if test -n "$RANLIB"; then
  924.   echo "$ac_t""$RANLIB" 1>&6
  925. else
  926.   echo "$ac_t""no" 1>&6
  927. fi
  928. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  929. echo "configure:1038: checking for POSIXized ISC" >&5
  930. if test -d /etc/conf/kconfig.d &&
  931.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  932. then
  933.   echo "$ac_t""yes" 1>&6
  934.   ISC=yes # If later tests want to check for ISC.
  935.   cat >> confdefs.h <<EOF
  936. #define _POSIX_SOURCE 1
  937. EOF
  938.   if test "$GCC" = yes; then
  939.     CC="$CC -posix"
  940.   else
  941.     CC="$CC -Xp"
  942.   fi
  943. else
  944.   echo "$ac_t""no" 1>&6
  945.   ISC=
  946. fi
  947. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  948. echo "configure:1059: checking how to run the C preprocessor" >&5
  949. # On Suns, sometimes $CPP names a directory.
  950. if test -n "$CPP" && test -d "$CPP"; then
  951.   CPP=
  952. fi
  953. if test -z "$CPP"; then
  954. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  955.   echo $ac_n "(cached) $ac_c" 1>&6
  956. else
  957.     # This must be in double quotes, not single quotes, because CPP may get
  958.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  959.   CPP="${CC-cc} -E"
  960.   # On the NeXT, cc -E runs the code through the compiler's parser,
  961.   # not just through cpp.
  962.   cat > conftest.$ac_ext <<EOF
  963. #line 1074 "configure"
  964. #include "confdefs.h"
  965. #include <assert.h>
  966. Syntax Error
  967. EOF
  968. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  969. { (eval echo configure:1080: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  970. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  971. if test -z "$ac_err"; then
  972.   :
  973. else
  974.   echo "$ac_err" >&5
  975.   echo "configure: failed program was:" >&5
  976.   cat conftest.$ac_ext >&5
  977.   rm -rf conftest*
  978.   CPP="${CC-cc} -E -traditional-cpp"
  979.   cat > conftest.$ac_ext <<EOF
  980. #line 1091 "configure"
  981. #include "confdefs.h"
  982. #include <assert.h>
  983. Syntax Error
  984. EOF
  985. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  986. { (eval echo configure:1097: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  987. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  988. if test -z "$ac_err"; then
  989.   :
  990. else
  991.   echo "$ac_err" >&5
  992.   echo "configure: failed program was:" >&5
  993.   cat conftest.$ac_ext >&5
  994.   rm -rf conftest*
  995.   CPP="${CC-cc} -nologo -E"
  996.   cat > conftest.$ac_ext <<EOF
  997. #line 1108 "configure"
  998. #include "confdefs.h"
  999. #include <assert.h>
  1000. Syntax Error
  1001. EOF
  1002. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1003. { (eval echo configure:1114: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1004. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1005. if test -z "$ac_err"; then
  1006.   :
  1007. else
  1008.   echo "$ac_err" >&5
  1009.   echo "configure: failed program was:" >&5
  1010.   cat conftest.$ac_ext >&5
  1011.   rm -rf conftest*
  1012.   CPP=/lib/cpp
  1013. fi
  1014. rm -f conftest*
  1015. fi
  1016. rm -f conftest*
  1017. fi
  1018. rm -f conftest*
  1019.   ac_cv_prog_CPP="$CPP"
  1020. fi
  1021.   CPP="$ac_cv_prog_CPP"
  1022. else
  1023.   ac_cv_prog_CPP="$CPP"
  1024. fi
  1025. echo "$ac_t""$CPP" 1>&6
  1026. echo $ac_n "checking for AIX""... $ac_c" 1>&6
  1027. echo "configure:1139: checking for AIX" >&5
  1028. cat > conftest.$ac_ext <<EOF
  1029. #line 1141 "configure"
  1030. #include "confdefs.h"
  1031. #ifdef _AIX
  1032.   yes
  1033. #endif
  1034. EOF
  1035. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1036.   egrep "yes" >/dev/null 2>&1; then
  1037.   rm -rf conftest*
  1038.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<EOF
  1039. #define _ALL_SOURCE 1
  1040. EOF
  1041. else
  1042.   rm -rf conftest*
  1043.   echo "$ac_t""no" 1>&6
  1044. fi
  1045. rm -f conftest*
  1046. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  1047. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  1048. echo "configure:1164: checking for minix/config.h" >&5
  1049. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1050.   echo $ac_n "(cached) $ac_c" 1>&6
  1051. else
  1052.   cat > conftest.$ac_ext <<EOF
  1053. #line 1169 "configure"
  1054. #include "confdefs.h"
  1055. #include <minix/config.h>
  1056. EOF
  1057. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1058. { (eval echo configure:1174: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1059. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1060. if test -z "$ac_err"; then
  1061.   rm -rf conftest*
  1062.   eval "ac_cv_header_$ac_safe=yes"
  1063. else
  1064.   echo "$ac_err" >&5
  1065.   echo "configure: failed program was:" >&5
  1066.   cat conftest.$ac_ext >&5
  1067.   rm -rf conftest*
  1068.   eval "ac_cv_header_$ac_safe=no"
  1069. fi
  1070. rm -f conftest*
  1071. fi
  1072. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1073.   echo "$ac_t""yes" 1>&6
  1074.   MINIX=yes
  1075. else
  1076.   echo "$ac_t""no" 1>&6
  1077. MINIX=
  1078. fi
  1079. if test "$MINIX" = yes; then
  1080.   cat >> confdefs.h <<EOF
  1081. #define _POSIX_SOURCE 1
  1082. EOF
  1083.   cat >> confdefs.h <<EOF
  1084. #define _POSIX_1_SOURCE 2
  1085. EOF
  1086.   cat >> confdefs.h <<EOF
  1087. #define _MINIX 1
  1088. EOF
  1089. fi
  1090. if test "$GCC" = yes ; then
  1091.         CXXFLAGS="$CXXFLAGS -Wall"
  1092.         CFLAGS="$CFLAGS -Wall"
  1093. fi
  1094. # Check whether --with-fcgi or --without-fcgi was given.
  1095. if test "${with_fcgi+set}" = set; then
  1096.   withval="$with_fcgi"
  1097.    echo $ac_n "checking for FCGX_GetChar in -lfcgi""... $ac_c" 1>&6
  1098. echo "configure:1222: checking for FCGX_GetChar in -lfcgi" >&5
  1099. ac_lib_var=`echo fcgi'_'FCGX_GetChar | sed 'y%./+-%__p_%'`
  1100. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1101.   echo $ac_n "(cached) $ac_c" 1>&6
  1102. else
  1103.   ac_save_LIBS="$LIBS"
  1104. LIBS="-lfcgi  $LIBS"
  1105. cat > conftest.$ac_ext <<EOF
  1106. #line 1230 "configure"
  1107. #include "confdefs.h"
  1108. /* Override any gcc2 internal prototype to avoid an error.  */
  1109. /* We use char because int might match the return type of a gcc2
  1110.     builtin and then its argument prototype would still apply.  */
  1111. char FCGX_GetChar();
  1112. int main() {
  1113. FCGX_GetChar()
  1114. ; return 0; }
  1115. EOF
  1116. if { (eval echo configure:1241: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1117.   rm -rf conftest*
  1118.   eval "ac_cv_lib_$ac_lib_var=yes"
  1119. else
  1120.   echo "configure: failed program was:" >&5
  1121.   cat conftest.$ac_ext >&5
  1122.   rm -rf conftest*
  1123.   eval "ac_cv_lib_$ac_lib_var=no"
  1124. fi
  1125. rm -f conftest*
  1126. LIBS="$ac_save_LIBS"
  1127. fi
  1128. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1129.   echo "$ac_t""yes" 1>&6
  1130.   CFLAGS="$CFLAGS -I.. -DHAVE_LIBFCGI=1" 
  1131. else
  1132.   echo "$ac_t""no" 1>&6
  1133. fi
  1134.  
  1135. fi
  1136. ac_header_dirent=no
  1137. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1138. do
  1139. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1140. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1141. echo "configure:1269: checking for $ac_hdr that defines DIR" >&5
  1142. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  1143.   echo $ac_n "(cached) $ac_c" 1>&6
  1144. else
  1145.   cat > conftest.$ac_ext <<EOF
  1146. #line 1274 "configure"
  1147. #include "confdefs.h"
  1148. #include <sys/types.h>
  1149. #include <$ac_hdr>
  1150. int main() {
  1151. DIR *dirp = 0;
  1152. ; return 0; }
  1153. EOF
  1154. if { (eval echo configure:1282: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1155.   rm -rf conftest*
  1156.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1157. else
  1158.   echo "configure: failed program was:" >&5
  1159.   cat conftest.$ac_ext >&5
  1160.   rm -rf conftest*
  1161.   eval "ac_cv_header_dirent_$ac_safe=no"
  1162. fi
  1163. rm -f conftest*
  1164. fi
  1165. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  1166.   echo "$ac_t""yes" 1>&6
  1167.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1168.   cat >> confdefs.h <<EOF
  1169. #define $ac_tr_hdr 1
  1170. EOF
  1171.  ac_header_dirent=$ac_hdr; break
  1172. else
  1173.   echo "$ac_t""no" 1>&6
  1174. fi
  1175. done
  1176. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1177. if test $ac_header_dirent = dirent.h; then
  1178. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  1179. echo "configure:1307: checking for opendir in -ldir" >&5
  1180. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  1181. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1182.   echo $ac_n "(cached) $ac_c" 1>&6
  1183. else
  1184.   ac_save_LIBS="$LIBS"
  1185. LIBS="-ldir  $LIBS"
  1186. cat > conftest.$ac_ext <<EOF
  1187. #line 1315 "configure"
  1188. #include "confdefs.h"
  1189. /* Override any gcc2 internal prototype to avoid an error.  */
  1190. /* We use char because int might match the return type of a gcc2
  1191.     builtin and then its argument prototype would still apply.  */
  1192. char opendir();
  1193. int main() {
  1194. opendir()
  1195. ; return 0; }
  1196. EOF
  1197. if { (eval echo configure:1326: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1198.   rm -rf conftest*
  1199.   eval "ac_cv_lib_$ac_lib_var=yes"
  1200. else
  1201.   echo "configure: failed program was:" >&5
  1202.   cat conftest.$ac_ext >&5
  1203.   rm -rf conftest*
  1204.   eval "ac_cv_lib_$ac_lib_var=no"
  1205. fi
  1206. rm -f conftest*
  1207. LIBS="$ac_save_LIBS"
  1208. fi
  1209. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1210.   echo "$ac_t""yes" 1>&6
  1211.   LIBS="$LIBS -ldir"
  1212. else
  1213.   echo "$ac_t""no" 1>&6
  1214. fi
  1215. else
  1216. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  1217. echo "configure:1348: checking for opendir in -lx" >&5
  1218. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  1219. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1220.   echo $ac_n "(cached) $ac_c" 1>&6
  1221. else
  1222.   ac_save_LIBS="$LIBS"
  1223. LIBS="-lx  $LIBS"
  1224. cat > conftest.$ac_ext <<EOF
  1225. #line 1356 "configure"
  1226. #include "confdefs.h"
  1227. /* Override any gcc2 internal prototype to avoid an error.  */
  1228. /* We use char because int might match the return type of a gcc2
  1229.     builtin and then its argument prototype would still apply.  */
  1230. char opendir();
  1231. int main() {
  1232. opendir()
  1233. ; return 0; }
  1234. EOF
  1235. if { (eval echo configure:1367: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1236.   rm -rf conftest*
  1237.   eval "ac_cv_lib_$ac_lib_var=yes"
  1238. else
  1239.   echo "configure: failed program was:" >&5
  1240.   cat conftest.$ac_ext >&5
  1241.   rm -rf conftest*
  1242.   eval "ac_cv_lib_$ac_lib_var=no"
  1243. fi
  1244. rm -f conftest*
  1245. LIBS="$ac_save_LIBS"
  1246. fi
  1247. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1248.   echo "$ac_t""yes" 1>&6
  1249.   LIBS="$LIBS -lx"
  1250. else
  1251.   echo "$ac_t""no" 1>&6
  1252. fi
  1253. fi
  1254. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1255. echo "configure:1390: checking for ANSI C header files" >&5
  1256. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1257.   echo $ac_n "(cached) $ac_c" 1>&6
  1258. else
  1259.   cat > conftest.$ac_ext <<EOF
  1260. #line 1395 "configure"
  1261. #include "confdefs.h"
  1262. #include <stdlib.h>
  1263. #include <stdarg.h>
  1264. #include <string.h>
  1265. #include <float.h>
  1266. EOF
  1267. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1268. { (eval echo configure:1403: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1269. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1270. if test -z "$ac_err"; then
  1271.   rm -rf conftest*
  1272.   ac_cv_header_stdc=yes
  1273. else
  1274.   echo "$ac_err" >&5
  1275.   echo "configure: failed program was:" >&5
  1276.   cat conftest.$ac_ext >&5
  1277.   rm -rf conftest*
  1278.   ac_cv_header_stdc=no
  1279. fi
  1280. rm -f conftest*
  1281. if test $ac_cv_header_stdc = yes; then
  1282.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1283. cat > conftest.$ac_ext <<EOF
  1284. #line 1420 "configure"
  1285. #include "confdefs.h"
  1286. #include <string.h>
  1287. EOF
  1288. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1289.   egrep "memchr" >/dev/null 2>&1; then
  1290.   :
  1291. else
  1292.   rm -rf conftest*
  1293.   ac_cv_header_stdc=no
  1294. fi
  1295. rm -f conftest*
  1296. fi
  1297. if test $ac_cv_header_stdc = yes; then
  1298.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1299. cat > conftest.$ac_ext <<EOF
  1300. #line 1438 "configure"
  1301. #include "confdefs.h"
  1302. #include <stdlib.h>
  1303. EOF
  1304. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1305.   egrep "free" >/dev/null 2>&1; then
  1306.   :
  1307. else
  1308.   rm -rf conftest*
  1309.   ac_cv_header_stdc=no
  1310. fi
  1311. rm -f conftest*
  1312. fi
  1313. if test $ac_cv_header_stdc = yes; then
  1314.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1315. if test "$cross_compiling" = yes; then
  1316.   :
  1317. else
  1318.   cat > conftest.$ac_ext <<EOF
  1319. #line 1459 "configure"
  1320. #include "confdefs.h"
  1321. #include <ctype.h>
  1322. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1323. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1324. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1325. int main () { int i; for (i = 0; i < 256; i++)
  1326. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1327. exit (0); }
  1328. EOF
  1329. if { (eval echo configure:1470: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1330. then
  1331.   :
  1332. else
  1333.   echo "configure: failed program was:" >&5
  1334.   cat conftest.$ac_ext >&5
  1335.   rm -fr conftest*
  1336.   ac_cv_header_stdc=no
  1337. fi
  1338. rm -fr conftest*
  1339. fi
  1340. fi
  1341. fi
  1342. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1343. if test $ac_cv_header_stdc = yes; then
  1344.   cat >> confdefs.h <<EOF
  1345. #define STDC_HEADERS 1
  1346. EOF
  1347. fi
  1348. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1349. echo "configure:1495: checking for working const" >&5
  1350. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1351.   echo $ac_n "(cached) $ac_c" 1>&6
  1352. else
  1353.   cat > conftest.$ac_ext <<EOF
  1354. #line 1500 "configure"
  1355. #include "confdefs.h"
  1356. int main() {
  1357. /* Ultrix mips cc rejects this.  */
  1358. typedef int charset[2]; const charset x;
  1359. /* SunOS 4.1.1 cc rejects this.  */
  1360. char const *const *ccp;
  1361. char **p;
  1362. /* NEC SVR4.0.2 mips cc rejects this.  */
  1363. struct point {int x, y;};
  1364. static struct point const zero = {0,0};
  1365. /* AIX XL C 1.02.0.0 rejects this.
  1366.    It does not let you subtract one const X* pointer from another in an arm
  1367.    of an if-expression whose if-part is not a constant expression */
  1368. const char *g = "string";
  1369. ccp = &g + (g ? g-g : 0);
  1370. /* HPUX 7.0 cc rejects these. */
  1371. ++ccp;
  1372. p = (char**) ccp;
  1373. ccp = (char const *const *) p;
  1374. { /* SCO 3.2v4 cc rejects this.  */
  1375.   char *t;
  1376.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1377.   *t++ = 0;
  1378. }
  1379. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1380.   int x[] = {25, 17};
  1381.   const int *foo = &x[0];
  1382.   ++foo;
  1383. }
  1384. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1385.   typedef const int *iptr;
  1386.   iptr p = 0;
  1387.   ++p;
  1388. }
  1389. { /* AIX XL C 1.02.0.0 rejects this saying
  1390.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1391.   struct s { int j; const int *ap[3]; };
  1392.   struct s *b; b->j = 5;
  1393. }
  1394. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1395.   const int foo = 10;
  1396. }
  1397. ; return 0; }
  1398. EOF
  1399. if { (eval echo configure:1549: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1400.   rm -rf conftest*
  1401.   ac_cv_c_const=yes
  1402. else
  1403.   echo "configure: failed program was:" >&5
  1404.   cat conftest.$ac_ext >&5
  1405.   rm -rf conftest*
  1406.   ac_cv_c_const=no
  1407. fi
  1408. rm -f conftest*
  1409. fi
  1410. echo "$ac_t""$ac_cv_c_const" 1>&6
  1411. if test $ac_cv_c_const = no; then
  1412.   cat >> confdefs.h <<EOF
  1413. #define const 
  1414. EOF
  1415. fi
  1416. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1417. echo "configure:1570: checking for size_t" >&5
  1418. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1419.   echo $ac_n "(cached) $ac_c" 1>&6
  1420. else
  1421.   cat > conftest.$ac_ext <<EOF
  1422. #line 1575 "configure"
  1423. #include "confdefs.h"
  1424. #include <sys/types.h>
  1425. #if STDC_HEADERS
  1426. #include <stdlib.h>
  1427. #include <stddef.h>
  1428. #endif
  1429. EOF
  1430. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1431.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1432.   rm -rf conftest*
  1433.   ac_cv_type_size_t=yes
  1434. else
  1435.   rm -rf conftest*
  1436.   ac_cv_type_size_t=no
  1437. fi
  1438. rm -f conftest*
  1439. fi
  1440. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1441. if test $ac_cv_type_size_t = no; then
  1442.   cat >> confdefs.h <<EOF
  1443. #define size_t unsigned
  1444. EOF
  1445. fi
  1446. # Check whether --with-defaultlang or --without-defaultlang was given.
  1447. if test "${with_defaultlang+set}" = set; then
  1448.   withval="$with_defaultlang"
  1449.   DEFAULTLANG="$withval"
  1450. else
  1451.   DEFAULTLANG="en"
  1452. fi
  1453. trap '' 1 2 15
  1454. cat > confcache <<EOF
  1455. # This file is a shell script that caches the results of configure
  1456. # tests run on this system so they can be shared between configure
  1457. # scripts and configure runs.  It is not useful on other systems.
  1458. # If it contains results you don't want to keep, you may remove or edit it.
  1459. #
  1460. # By default, configure uses ./config.cache as the cache file,
  1461. # creating it if it does not exist already.  You can give configure
  1462. # the --cache-file=FILE option to use a different cache file; that is
  1463. # what configure does when it calls configure scripts in
  1464. # subdirectories, so they share the cache.
  1465. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1466. # config.status only pays attention to the cache file if you give it the
  1467. # --recheck option to rerun configure.
  1468. #
  1469. EOF
  1470. # The following way of writing the cache mishandles newlines in values,
  1471. # but we know of no workaround that is simple, portable, and efficient.
  1472. # So, don't put newlines in cache variables' values.
  1473. # Ultrix sh set writes to stderr and can't be redirected directly,
  1474. # and sets the high bit in the cache file unless we assign to the vars.
  1475. (set) 2>&1 |
  1476.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1477.   *ac_space= *)
  1478.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1479.     # turns \\ into \, and sed turns \ into ).
  1480.     sed -n 
  1481.       -e "s/'/'\\''/g" 
  1482.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1483.     ;;
  1484.   *)
  1485.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1486.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1487.     ;;
  1488.   esac >> confcache
  1489. if cmp -s $cache_file confcache; then
  1490.   :
  1491. else
  1492.   if test -w $cache_file; then
  1493.     echo "updating cache $cache_file"
  1494.     cat confcache > $cache_file
  1495.   else
  1496.     echo "not updating unwritable cache $cache_file"
  1497.   fi
  1498. fi
  1499. rm -f confcache
  1500. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1501. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1502. # Let make expand exec_prefix.
  1503. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1504. # Any assignment to VPATH causes Sun make to only execute
  1505. # the first set of double-colon rules, so remove it if not needed.
  1506. # If there is a colon in the path, we need to keep it.
  1507. if test "x$srcdir" = x.; then
  1508.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1509. fi
  1510. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1511. # Transform confdefs.h into DEFS.
  1512. # Protect against shell expansion while executing Makefile rules.
  1513. # Protect against Makefile macro expansion.
  1514. cat > conftest.defs <<EOF
  1515. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  1516. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  1517. s%[%\&%g
  1518. s%]%\&%g
  1519. s%$%$$%g
  1520. EOF
  1521. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  1522. rm -f conftest.defs
  1523. # Without the "./", some shells look in PATH for config.status.
  1524. : ${CONFIG_STATUS=./config.status}
  1525. echo creating $CONFIG_STATUS
  1526. rm -f $CONFIG_STATUS
  1527. cat > $CONFIG_STATUS <<EOF
  1528. #! /bin/sh
  1529. # Generated automatically by configure.
  1530. # Run this file to recreate the current configuration.
  1531. # This directory was configured as follows,
  1532. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1533. #
  1534. # $0 $ac_configure_args
  1535. #
  1536. # Compiler output produced by configure, useful for debugging
  1537. # configure, is in ./config.log if it exists.
  1538. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1539. for ac_option
  1540. do
  1541.   case "$ac_option" in
  1542.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1543.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1544.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1545.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1546.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1547.     exit 0 ;;
  1548.   -help | --help | --hel | --he | --h)
  1549.     echo "$ac_cs_usage"; exit 0 ;;
  1550.   *) echo "$ac_cs_usage"; exit 1 ;;
  1551.   esac
  1552. done
  1553. ac_given_srcdir=$srcdir
  1554. ac_given_INSTALL="$INSTALL"
  1555. trap 'rm -fr `echo "Makefile  http11.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1556. EOF
  1557. cat >> $CONFIG_STATUS <<EOF
  1558. # Protect against being on the right side of a sed subst in config.status.
  1559. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1560.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1561. $ac_vpsub
  1562. $extrasub
  1563. s%@SHELL@%$SHELL%g
  1564. s%@CFLAGS@%$CFLAGS%g
  1565. s%@CPPFLAGS@%$CPPFLAGS%g
  1566. s%@CXXFLAGS@%$CXXFLAGS%g
  1567. s%@FFLAGS@%$FFLAGS%g
  1568. s%@DEFS@%$DEFS%g
  1569. s%@LDFLAGS@%$LDFLAGS%g
  1570. s%@LIBS@%$LIBS%g
  1571. s%@exec_prefix@%$exec_prefix%g
  1572. s%@prefix@%$prefix%g
  1573. s%@program_transform_name@%$program_transform_name%g
  1574. s%@bindir@%$bindir%g
  1575. s%@sbindir@%$sbindir%g
  1576. s%@libexecdir@%$libexecdir%g
  1577. s%@datadir@%$datadir%g
  1578. s%@sysconfdir@%$sysconfdir%g
  1579. s%@sharedstatedir@%$sharedstatedir%g
  1580. s%@localstatedir@%$localstatedir%g
  1581. s%@libdir@%$libdir%g
  1582. s%@includedir@%$includedir%g
  1583. s%@oldincludedir@%$oldincludedir%g
  1584. s%@infodir@%$infodir%g
  1585. s%@mandir@%$mandir%g
  1586. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1587. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1588. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1589. s%@PACKAGE@%$PACKAGE%g
  1590. s%@VERSION@%$VERSION%g
  1591. s%@ACLOCAL@%$ACLOCAL%g
  1592. s%@AUTOCONF@%$AUTOCONF%g
  1593. s%@AUTOMAKE@%$AUTOMAKE%g
  1594. s%@AUTOHEADER@%$AUTOHEADER%g
  1595. s%@MAKEINFO@%$MAKEINFO%g
  1596. s%@SET_MAKE@%$SET_MAKE%g
  1597. s%@CC@%$CC%g
  1598. s%@RANLIB@%$RANLIB%g
  1599. s%@CPP@%$CPP%g
  1600. s%@DEFAULTLANG@%$DEFAULTLANG%g
  1601. CEOF
  1602. EOF
  1603. cat >> $CONFIG_STATUS <<EOF
  1604. # Split the substitutions into bite-sized pieces for seds with
  1605. # small command number limits, like on Digital OSF/1 and HP-UX.
  1606. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1607. ac_file=1 # Number of current file.
  1608. ac_beg=1 # First line for current file.
  1609. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1610. ac_more_lines=:
  1611. ac_sed_cmds=""
  1612. while $ac_more_lines; do
  1613.   if test $ac_beg -gt 1; then
  1614.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1615.   else
  1616.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1617.   fi
  1618.   if test ! -s conftest.s$ac_file; then
  1619.     ac_more_lines=false
  1620.     rm -f conftest.s$ac_file
  1621.   else
  1622.     if test -z "$ac_sed_cmds"; then
  1623.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1624.     else
  1625.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1626.     fi
  1627.     ac_file=`expr $ac_file + 1`
  1628.     ac_beg=$ac_end
  1629.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1630.   fi
  1631. done
  1632. if test -z "$ac_sed_cmds"; then
  1633.   ac_sed_cmds=cat
  1634. fi
  1635. EOF
  1636. cat >> $CONFIG_STATUS <<EOF
  1637. CONFIG_FILES=${CONFIG_FILES-"Makefile  http11.h"}
  1638. EOF
  1639. cat >> $CONFIG_STATUS <<EOF
  1640. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1641.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1642.   case "$ac_file" in
  1643.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1644.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1645.   *) ac_file_in="${ac_file}.in" ;;
  1646.   esac
  1647.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1648.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1649.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1650.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1651.     # The file is in a subdirectory.
  1652.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1653.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1654.     # A "../" for each directory in $ac_dir_suffix.
  1655.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1656.   else
  1657.     ac_dir_suffix= ac_dots=
  1658.   fi
  1659.   case "$ac_given_srcdir" in
  1660.   .)  srcdir=.
  1661.       if test -z "$ac_dots"; then top_srcdir=.
  1662.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1663.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1664.   *) # Relative path.
  1665.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1666.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1667.   esac
  1668.   case "$ac_given_INSTALL" in
  1669.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1670.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1671.   esac
  1672.   echo creating "$ac_file"
  1673.   rm -f "$ac_file"
  1674.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1675.   case "$ac_file" in
  1676.   *Makefile*) ac_comsub="1i\
  1677. # $configure_input" ;;
  1678.   *) ac_comsub= ;;
  1679.   esac
  1680.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1681.   sed -e "$ac_comsub
  1682. s%@configure_input@%$configure_input%g
  1683. s%@srcdir@%$srcdir%g
  1684. s%@top_srcdir@%$top_srcdir%g
  1685. s%@INSTALL@%$INSTALL%g
  1686. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1687. fi; done
  1688. rm -f conftest.s*
  1689. EOF
  1690. cat >> $CONFIG_STATUS <<EOF
  1691. EOF
  1692. cat >> $CONFIG_STATUS <<EOF
  1693. exit 0
  1694. EOF
  1695. chmod +x $CONFIG_STATUS
  1696. rm -fr confdefs* $ac_clean_files
  1697. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1