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

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