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

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