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

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