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

WEB邮件程序

开发平台:

C/C++

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