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

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