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

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