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

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=bdbobj.h
  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=bdbobj
  616. VERSION=0.10
  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. for ac_prog in gawk mawk nawk awk
  682. do
  683. # Extract the first word of "$ac_prog", so it can be a program name with args.
  684. set dummy $ac_prog; ac_word=$2
  685. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  686. echo "configure:780: checking for $ac_word" >&5
  687. if eval "test "`echo '$''{'ac_cv_prog_AWK'+set}'`" = set"; then
  688.   echo $ac_n "(cached) $ac_c" 1>&6
  689. else
  690.   if test -n "$AWK"; then
  691.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  692. else
  693.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  694.   ac_dummy="$PATH"
  695.   for ac_dir in $ac_dummy; do
  696.     test -z "$ac_dir" && ac_dir=.
  697.     if test -f $ac_dir/$ac_word; then
  698.       ac_cv_prog_AWK="$ac_prog"
  699.       break
  700.     fi
  701.   done
  702.   IFS="$ac_save_ifs"
  703. fi
  704. fi
  705. AWK="$ac_cv_prog_AWK"
  706. if test -n "$AWK"; then
  707.   echo "$ac_t""$AWK" 1>&6
  708. else
  709.   echo "$ac_t""no" 1>&6
  710. fi
  711. test -n "$AWK" && break
  712. done
  713. # Extract the first word of "gcc", so it can be a program name with args.
  714. set dummy gcc; ac_word=$2
  715. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  716. echo "configure:812: checking for $ac_word" >&5
  717. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  718.   echo $ac_n "(cached) $ac_c" 1>&6
  719. else
  720.   if test -n "$CC"; then
  721.   ac_cv_prog_CC="$CC" # Let the user override the test.
  722. else
  723.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  724.   ac_dummy="$PATH"
  725.   for ac_dir in $ac_dummy; do
  726.     test -z "$ac_dir" && ac_dir=.
  727.     if test -f $ac_dir/$ac_word; then
  728.       ac_cv_prog_CC="gcc"
  729.       break
  730.     fi
  731.   done
  732.   IFS="$ac_save_ifs"
  733. fi
  734. fi
  735. CC="$ac_cv_prog_CC"
  736. if test -n "$CC"; then
  737.   echo "$ac_t""$CC" 1>&6
  738. else
  739.   echo "$ac_t""no" 1>&6
  740. fi
  741. if test -z "$CC"; then
  742.   # Extract the first word of "cc", so it can be a program name with args.
  743. set dummy cc; ac_word=$2
  744. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  745. echo "configure:842: checking for $ac_word" >&5
  746. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  747.   echo $ac_n "(cached) $ac_c" 1>&6
  748. else
  749.   if test -n "$CC"; then
  750.   ac_cv_prog_CC="$CC" # Let the user override the test.
  751. else
  752.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  753.   ac_prog_rejected=no
  754.   ac_dummy="$PATH"
  755.   for ac_dir in $ac_dummy; do
  756.     test -z "$ac_dir" && ac_dir=.
  757.     if test -f $ac_dir/$ac_word; then
  758.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  759.         ac_prog_rejected=yes
  760. continue
  761.       fi
  762.       ac_cv_prog_CC="cc"
  763.       break
  764.     fi
  765.   done
  766.   IFS="$ac_save_ifs"
  767. if test $ac_prog_rejected = yes; then
  768.   # We found a bogon in the path, so make sure we never use it.
  769.   set dummy $ac_cv_prog_CC
  770.   shift
  771.   if test $# -gt 0; then
  772.     # We chose a different compiler from the bogus one.
  773.     # However, it has the same basename, so the bogon will be chosen
  774.     # first if we set CC to just the basename; use the full file name.
  775.     shift
  776.     set dummy "$ac_dir/$ac_word" "$@"
  777.     shift
  778.     ac_cv_prog_CC="$@"
  779.   fi
  780. fi
  781. fi
  782. fi
  783. CC="$ac_cv_prog_CC"
  784. if test -n "$CC"; then
  785.   echo "$ac_t""$CC" 1>&6
  786. else
  787.   echo "$ac_t""no" 1>&6
  788. fi
  789.   if test -z "$CC"; then
  790.     case "`uname -s`" in
  791.     *win32* | *WIN32*)
  792.       # Extract the first word of "cl", so it can be a program name with args.
  793. set dummy cl; ac_word=$2
  794. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  795. echo "configure:893: checking for $ac_word" >&5
  796. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  797.   echo $ac_n "(cached) $ac_c" 1>&6
  798. else
  799.   if test -n "$CC"; then
  800.   ac_cv_prog_CC="$CC" # Let the user override the test.
  801. else
  802.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  803.   ac_dummy="$PATH"
  804.   for ac_dir in $ac_dummy; do
  805.     test -z "$ac_dir" && ac_dir=.
  806.     if test -f $ac_dir/$ac_word; then
  807.       ac_cv_prog_CC="cl"
  808.       break
  809.     fi
  810.   done
  811.   IFS="$ac_save_ifs"
  812. fi
  813. fi
  814. CC="$ac_cv_prog_CC"
  815. if test -n "$CC"; then
  816.   echo "$ac_t""$CC" 1>&6
  817. else
  818.   echo "$ac_t""no" 1>&6
  819. fi
  820.  ;;
  821.     esac
  822.   fi
  823.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  824. fi
  825. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  826. echo "configure:925: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  827. ac_ext=c
  828. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  829. ac_cpp='$CPP $CPPFLAGS'
  830. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  831. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  832. cross_compiling=$ac_cv_prog_cc_cross
  833. cat > conftest.$ac_ext << EOF
  834. #line 936 "configure"
  835. #include "confdefs.h"
  836. main(){return(0);}
  837. EOF
  838. if { (eval echo configure:941: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  839.   ac_cv_prog_cc_works=yes
  840.   # If we can't run a trivial program, we are probably using a cross compiler.
  841.   if (./conftest; exit) 2>/dev/null; then
  842.     ac_cv_prog_cc_cross=no
  843.   else
  844.     ac_cv_prog_cc_cross=yes
  845.   fi
  846. else
  847.   echo "configure: failed program was:" >&5
  848.   cat conftest.$ac_ext >&5
  849.   ac_cv_prog_cc_works=no
  850. fi
  851. rm -fr conftest*
  852. ac_ext=c
  853. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  854. ac_cpp='$CPP $CPPFLAGS'
  855. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  856. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  857. cross_compiling=$ac_cv_prog_cc_cross
  858. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  859. if test $ac_cv_prog_cc_works = no; then
  860.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  861. fi
  862. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  863. echo "configure:967: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  864. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  865. cross_compiling=$ac_cv_prog_cc_cross
  866. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  867. echo "configure:972: checking whether we are using GNU C" >&5
  868. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  869.   echo $ac_n "(cached) $ac_c" 1>&6
  870. else
  871.   cat > conftest.c <<EOF
  872. #ifdef __GNUC__
  873.   yes;
  874. #endif
  875. EOF
  876. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:981: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  877.   ac_cv_prog_gcc=yes
  878. else
  879.   ac_cv_prog_gcc=no
  880. fi
  881. fi
  882. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  883. if test $ac_cv_prog_gcc = yes; then
  884.   GCC=yes
  885. else
  886.   GCC=
  887. fi
  888. ac_test_CFLAGS="${CFLAGS+set}"
  889. ac_save_CFLAGS="$CFLAGS"
  890. CFLAGS=
  891. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  892. echo "configure:1000: checking whether ${CC-cc} accepts -g" >&5
  893. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  894.   echo $ac_n "(cached) $ac_c" 1>&6
  895. else
  896.   echo 'void f(){}' > conftest.c
  897. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  898.   ac_cv_prog_cc_g=yes
  899. else
  900.   ac_cv_prog_cc_g=no
  901. fi
  902. rm -f conftest*
  903. fi
  904. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  905. if test "$ac_test_CFLAGS" = set; then
  906.   CFLAGS="$ac_save_CFLAGS"
  907. elif test $ac_cv_prog_cc_g = yes; then
  908.   if test "$GCC" = yes; then
  909.     CFLAGS="-g -O2"
  910.   else
  911.     CFLAGS="-g"
  912.   fi
  913. else
  914.   if test "$GCC" = yes; then
  915.     CFLAGS="-O2"
  916.   else
  917.     CFLAGS=
  918.   fi
  919. fi
  920. for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
  921. do
  922. # Extract the first word of "$ac_prog", so it can be a program name with args.
  923. set dummy $ac_prog; ac_word=$2
  924. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  925. echo "configure:1036: checking for $ac_word" >&5
  926. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  927.   echo $ac_n "(cached) $ac_c" 1>&6
  928. else
  929.   if test -n "$CXX"; then
  930.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  931. else
  932.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  933.   ac_dummy="$PATH"
  934.   for ac_dir in $ac_dummy; do
  935.     test -z "$ac_dir" && ac_dir=.
  936.     if test -f $ac_dir/$ac_word; then
  937.       ac_cv_prog_CXX="$ac_prog"
  938.       break
  939.     fi
  940.   done
  941.   IFS="$ac_save_ifs"
  942. fi
  943. fi
  944. CXX="$ac_cv_prog_CXX"
  945. if test -n "$CXX"; then
  946.   echo "$ac_t""$CXX" 1>&6
  947. else
  948.   echo "$ac_t""no" 1>&6
  949. fi
  950. test -n "$CXX" && break
  951. done
  952. test -n "$CXX" || CXX="gcc"
  953. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  954. echo "configure:1068: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
  955. ac_ext=C
  956. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  957. ac_cpp='$CXXCPP $CPPFLAGS'
  958. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  959. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  960. cross_compiling=$ac_cv_prog_cxx_cross
  961. cat > conftest.$ac_ext << EOF
  962. #line 1079 "configure"
  963. #include "confdefs.h"
  964. int main(){return(0);}
  965. EOF
  966. if { (eval echo configure:1084: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  967.   ac_cv_prog_cxx_works=yes
  968.   # If we can't run a trivial program, we are probably using a cross compiler.
  969.   if (./conftest; exit) 2>/dev/null; then
  970.     ac_cv_prog_cxx_cross=no
  971.   else
  972.     ac_cv_prog_cxx_cross=yes
  973.   fi
  974. else
  975.   echo "configure: failed program was:" >&5
  976.   cat conftest.$ac_ext >&5
  977.   ac_cv_prog_cxx_works=no
  978. fi
  979. rm -fr conftest*
  980. ac_ext=c
  981. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  982. ac_cpp='$CPP $CPPFLAGS'
  983. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  984. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  985. cross_compiling=$ac_cv_prog_cc_cross
  986. echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
  987. if test $ac_cv_prog_cxx_works = no; then
  988.   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
  989. fi
  990. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  991. echo "configure:1110: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
  992. echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
  993. cross_compiling=$ac_cv_prog_cxx_cross
  994. echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  995. echo "configure:1115: checking whether we are using GNU C++" >&5
  996. if eval "test "`echo '$''{'ac_cv_prog_gxx'+set}'`" = set"; then
  997.   echo $ac_n "(cached) $ac_c" 1>&6
  998. else
  999.   cat > conftest.C <<EOF
  1000. #ifdef __GNUC__
  1001.   yes;
  1002. #endif
  1003. EOF
  1004. if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1124: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1005.   ac_cv_prog_gxx=yes
  1006. else
  1007.   ac_cv_prog_gxx=no
  1008. fi
  1009. fi
  1010. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  1011. if test $ac_cv_prog_gxx = yes; then
  1012.   GXX=yes
  1013. else
  1014.   GXX=
  1015. fi
  1016. ac_test_CXXFLAGS="${CXXFLAGS+set}"
  1017. ac_save_CXXFLAGS="$CXXFLAGS"
  1018. CXXFLAGS=
  1019. echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  1020. echo "configure:1143: checking whether ${CXX-g++} accepts -g" >&5
  1021. if eval "test "`echo '$''{'ac_cv_prog_cxx_g'+set}'`" = set"; then
  1022.   echo $ac_n "(cached) $ac_c" 1>&6
  1023. else
  1024.   echo 'void f(){}' > conftest.cc
  1025. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  1026.   ac_cv_prog_cxx_g=yes
  1027. else
  1028.   ac_cv_prog_cxx_g=no
  1029. fi
  1030. rm -f conftest*
  1031. fi
  1032. echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
  1033. if test "$ac_test_CXXFLAGS" = set; then
  1034.   CXXFLAGS="$ac_save_CXXFLAGS"
  1035. elif test $ac_cv_prog_cxx_g = yes; then
  1036.   if test "$GXX" = yes; then
  1037.     CXXFLAGS="-g -O2"
  1038.   else
  1039.     CXXFLAGS="-g"
  1040.   fi
  1041. else
  1042.   if test "$GXX" = yes; then
  1043.     CXXFLAGS="-O2"
  1044.   else
  1045.     CXXFLAGS=
  1046.   fi
  1047. fi
  1048. # Extract the first word of "ranlib", so it can be a program name with args.
  1049. set dummy ranlib; ac_word=$2
  1050. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1051. echo "configure:1177: checking for $ac_word" >&5
  1052. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1053.   echo $ac_n "(cached) $ac_c" 1>&6
  1054. else
  1055.   if test -n "$RANLIB"; then
  1056.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1057. else
  1058.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1059.   ac_dummy="$PATH"
  1060.   for ac_dir in $ac_dummy; do
  1061.     test -z "$ac_dir" && ac_dir=.
  1062.     if test -f $ac_dir/$ac_word; then
  1063.       ac_cv_prog_RANLIB="ranlib"
  1064.       break
  1065.     fi
  1066.   done
  1067.   IFS="$ac_save_ifs"
  1068.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1069. fi
  1070. fi
  1071. RANLIB="$ac_cv_prog_RANLIB"
  1072. if test -n "$RANLIB"; then
  1073.   echo "$ac_t""$RANLIB" 1>&6
  1074. else
  1075.   echo "$ac_t""no" 1>&6
  1076. fi
  1077. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  1078. echo "configure:1205: checking for POSIXized ISC" >&5
  1079. if test -d /etc/conf/kconfig.d &&
  1080.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  1081. then
  1082.   echo "$ac_t""yes" 1>&6
  1083.   ISC=yes # If later tests want to check for ISC.
  1084.   cat >> confdefs.h <<EOF
  1085. #define _POSIX_SOURCE 1
  1086. EOF
  1087.   if test "$GCC" = yes; then
  1088.     CC="$CC -posix"
  1089.   else
  1090.     CC="$CC -Xp"
  1091.   fi
  1092. else
  1093.   echo "$ac_t""no" 1>&6
  1094.   ISC=
  1095. fi
  1096. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1097. echo "configure:1227: checking how to run the C preprocessor" >&5
  1098. # On Suns, sometimes $CPP names a directory.
  1099. if test -n "$CPP" && test -d "$CPP"; then
  1100.   CPP=
  1101. fi
  1102. if test -z "$CPP"; then
  1103. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1104.   echo $ac_n "(cached) $ac_c" 1>&6
  1105. else
  1106.     # This must be in double quotes, not single quotes, because CPP may get
  1107.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1108.   CPP="${CC-cc} -E"
  1109.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1110.   # not just through cpp.
  1111.   cat > conftest.$ac_ext <<EOF
  1112. #line 1242 "configure"
  1113. #include "confdefs.h"
  1114. #include <assert.h>
  1115. Syntax Error
  1116. EOF
  1117. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1118. { (eval echo configure:1248: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1119. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1120. if test -z "$ac_err"; then
  1121.   :
  1122. else
  1123.   echo "$ac_err" >&5
  1124.   echo "configure: failed program was:" >&5
  1125.   cat conftest.$ac_ext >&5
  1126.   rm -rf conftest*
  1127.   CPP="${CC-cc} -E -traditional-cpp"
  1128.   cat > conftest.$ac_ext <<EOF
  1129. #line 1259 "configure"
  1130. #include "confdefs.h"
  1131. #include <assert.h>
  1132. Syntax Error
  1133. EOF
  1134. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1135. { (eval echo configure:1265: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1136. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1137. if test -z "$ac_err"; then
  1138.   :
  1139. else
  1140.   echo "$ac_err" >&5
  1141.   echo "configure: failed program was:" >&5
  1142.   cat conftest.$ac_ext >&5
  1143.   rm -rf conftest*
  1144.   CPP="${CC-cc} -nologo -E"
  1145.   cat > conftest.$ac_ext <<EOF
  1146. #line 1276 "configure"
  1147. #include "confdefs.h"
  1148. #include <assert.h>
  1149. Syntax Error
  1150. EOF
  1151. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1152. { (eval echo configure:1282: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1153. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1154. if test -z "$ac_err"; then
  1155.   :
  1156. else
  1157.   echo "$ac_err" >&5
  1158.   echo "configure: failed program was:" >&5
  1159.   cat conftest.$ac_ext >&5
  1160.   rm -rf conftest*
  1161.   CPP=/lib/cpp
  1162. fi
  1163. rm -f conftest*
  1164. fi
  1165. rm -f conftest*
  1166. fi
  1167. rm -f conftest*
  1168.   ac_cv_prog_CPP="$CPP"
  1169. fi
  1170.   CPP="$ac_cv_prog_CPP"
  1171. else
  1172.   ac_cv_prog_CPP="$CPP"
  1173. fi
  1174. echo "$ac_t""$CPP" 1>&6
  1175. echo $ac_n "checking for AIX""... $ac_c" 1>&6
  1176. echo "configure:1307: checking for AIX" >&5
  1177. cat > conftest.$ac_ext <<EOF
  1178. #line 1309 "configure"
  1179. #include "confdefs.h"
  1180. #ifdef _AIX
  1181.   yes
  1182. #endif
  1183. EOF
  1184. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1185.   egrep "yes" >/dev/null 2>&1; then
  1186.   rm -rf conftest*
  1187.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<EOF
  1188. #define _ALL_SOURCE 1
  1189. EOF
  1190. else
  1191.   rm -rf conftest*
  1192.   echo "$ac_t""no" 1>&6
  1193. fi
  1194. rm -f conftest*
  1195. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  1196. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  1197. echo "configure:1332: checking for minix/config.h" >&5
  1198. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1199.   echo $ac_n "(cached) $ac_c" 1>&6
  1200. else
  1201.   cat > conftest.$ac_ext <<EOF
  1202. #line 1337 "configure"
  1203. #include "confdefs.h"
  1204. #include <minix/config.h>
  1205. EOF
  1206. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1207. { (eval echo configure:1342: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1208. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1209. if test -z "$ac_err"; then
  1210.   rm -rf conftest*
  1211.   eval "ac_cv_header_$ac_safe=yes"
  1212. else
  1213.   echo "$ac_err" >&5
  1214.   echo "configure: failed program was:" >&5
  1215.   cat conftest.$ac_ext >&5
  1216.   rm -rf conftest*
  1217.   eval "ac_cv_header_$ac_safe=no"
  1218. fi
  1219. rm -f conftest*
  1220. fi
  1221. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1222.   echo "$ac_t""yes" 1>&6
  1223.   MINIX=yes
  1224. else
  1225.   echo "$ac_t""no" 1>&6
  1226. MINIX=
  1227. fi
  1228. if test "$MINIX" = yes; then
  1229.   cat >> confdefs.h <<EOF
  1230. #define _POSIX_SOURCE 1
  1231. EOF
  1232.   cat >> confdefs.h <<EOF
  1233. #define _POSIX_1_SOURCE 2
  1234. EOF
  1235.   cat >> confdefs.h <<EOF
  1236. #define _MINIX 1
  1237. EOF
  1238. fi
  1239. saveLIBS="$LIBS"
  1240. echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
  1241. echo "configure:1383: checking for dbopen in -ldb" >&5
  1242. ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
  1243. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1244.   echo $ac_n "(cached) $ac_c" 1>&6
  1245. else
  1246.   ac_save_LIBS="$LIBS"
  1247. LIBS="-ldb  $LIBS"
  1248. cat > conftest.$ac_ext <<EOF
  1249. #line 1391 "configure"
  1250. #include "confdefs.h"
  1251. /* Override any gcc2 internal prototype to avoid an error.  */
  1252. /* We use char because int might match the return type of a gcc2
  1253.     builtin and then its argument prototype would still apply.  */
  1254. char dbopen();
  1255. int main() {
  1256. dbopen()
  1257. ; return 0; }
  1258. EOF
  1259. if { (eval echo configure:1402: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1260.   rm -rf conftest*
  1261.   eval "ac_cv_lib_$ac_lib_var=yes"
  1262. else
  1263.   echo "configure: failed program was:" >&5
  1264.   cat conftest.$ac_ext >&5
  1265.   rm -rf conftest*
  1266.   eval "ac_cv_lib_$ac_lib_var=no"
  1267. fi
  1268. rm -f conftest*
  1269. LIBS="$ac_save_LIBS"
  1270. fi
  1271. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1272.   echo "$ac_t""yes" 1>&6
  1273.    LIBDB=-ldb ; LIBS="-ldb $LIBS" 
  1274. else
  1275.   echo "$ac_t""no" 1>&6
  1276. echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
  1277. echo "configure:1421: checking for db_open in -ldb" >&5
  1278. ac_lib_var=`echo db'_'db_open | sed 'y%./+-%__p_%'`
  1279. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1280.   echo $ac_n "(cached) $ac_c" 1>&6
  1281. else
  1282.   ac_save_LIBS="$LIBS"
  1283. LIBS="-ldb  $LIBS"
  1284. cat > conftest.$ac_ext <<EOF
  1285. #line 1429 "configure"
  1286. #include "confdefs.h"
  1287. /* Override any gcc2 internal prototype to avoid an error.  */
  1288. /* We use char because int might match the return type of a gcc2
  1289.     builtin and then its argument prototype would still apply.  */
  1290. char db_open();
  1291. int main() {
  1292. db_open()
  1293. ; return 0; }
  1294. EOF
  1295. if { (eval echo configure:1440: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1296.   rm -rf conftest*
  1297.   eval "ac_cv_lib_$ac_lib_var=yes"
  1298. else
  1299.   echo "configure: failed program was:" >&5
  1300.   cat conftest.$ac_ext >&5
  1301.   rm -rf conftest*
  1302.   eval "ac_cv_lib_$ac_lib_var=no"
  1303. fi
  1304. rm -f conftest*
  1305. LIBS="$ac_save_LIBS"
  1306. fi
  1307. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1308.   echo "$ac_t""yes" 1>&6
  1309.    LIBDB=-ldb ; LIBS="-ldb $LIBS"
  1310. else
  1311.   echo "$ac_t""no" 1>&6
  1312. echo $ac_n "checking for db_env_create in -ldb""... $ac_c" 1>&6
  1313. echo "configure:1459: checking for db_env_create in -ldb" >&5
  1314. ac_lib_var=`echo db'_'db_env_create | sed 'y%./+-%__p_%'`
  1315. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1316.   echo $ac_n "(cached) $ac_c" 1>&6
  1317. else
  1318.   ac_save_LIBS="$LIBS"
  1319. LIBS="-ldb  $LIBS"
  1320. cat > conftest.$ac_ext <<EOF
  1321. #line 1467 "configure"
  1322. #include "confdefs.h"
  1323. /* Override any gcc2 internal prototype to avoid an error.  */
  1324. /* We use char because int might match the return type of a gcc2
  1325.     builtin and then its argument prototype would still apply.  */
  1326. char db_env_create();
  1327. int main() {
  1328. db_env_create()
  1329. ; return 0; }
  1330. EOF
  1331. if { (eval echo configure:1478: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1332.   rm -rf conftest*
  1333.   eval "ac_cv_lib_$ac_lib_var=yes"
  1334. else
  1335.   echo "configure: failed program was:" >&5
  1336.   cat conftest.$ac_ext >&5
  1337.   rm -rf conftest*
  1338.   eval "ac_cv_lib_$ac_lib_var=no"
  1339. fi
  1340. rm -f conftest*
  1341. LIBS="$ac_save_LIBS"
  1342. fi
  1343. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1344.   echo "$ac_t""yes" 1>&6
  1345.    LIBDB=-ldb; LIBS="-ldb $LIBS"
  1346. else
  1347.   echo "$ac_t""no" 1>&6
  1348. fi
  1349. fi
  1350. fi
  1351. FOUND_DB=0
  1352. echo $ac_n "checking for dbopen""... $ac_c" 1>&6
  1353. echo "configure:1506: checking for dbopen" >&5
  1354. if eval "test "`echo '$''{'ac_cv_func_dbopen'+set}'`" = set"; then
  1355.   echo $ac_n "(cached) $ac_c" 1>&6
  1356. else
  1357.   cat > conftest.$ac_ext <<EOF
  1358. #line 1511 "configure"
  1359. #include "confdefs.h"
  1360. /* System header to define __stub macros and hopefully few prototypes,
  1361.     which can conflict with char dbopen(); below.  */
  1362. #include <assert.h>
  1363. /* Override any gcc2 internal prototype to avoid an error.  */
  1364. /* We use char because int might match the return type of a gcc2
  1365.     builtin and then its argument prototype would still apply.  */
  1366. char dbopen();
  1367. int main() {
  1368. /* The GNU C library defines this for functions which it implements
  1369.     to always fail with ENOSYS.  Some functions are actually named
  1370.     something starting with __ and the normal name is an alias.  */
  1371. #if defined (__stub_dbopen) || defined (__stub___dbopen)
  1372. choke me
  1373. #else
  1374. dbopen();
  1375. #endif
  1376. ; return 0; }
  1377. EOF
  1378. if { (eval echo configure:1534: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1379.   rm -rf conftest*
  1380.   eval "ac_cv_func_dbopen=yes"
  1381. else
  1382.   echo "configure: failed program was:" >&5
  1383.   cat conftest.$ac_ext >&5
  1384.   rm -rf conftest*
  1385.   eval "ac_cv_func_dbopen=no"
  1386. fi
  1387. rm -f conftest*
  1388. fi
  1389. if eval "test "`echo '$ac_cv_func_'dbopen`" = yes"; then
  1390.   echo "$ac_t""yes" 1>&6
  1391.   FOUND_DB=1
  1392. else
  1393.   echo "$ac_t""no" 1>&6
  1394. fi
  1395. echo $ac_n "checking for db_open""... $ac_c" 1>&6
  1396. echo "configure:1554: checking for db_open" >&5
  1397. if eval "test "`echo '$''{'ac_cv_func_db_open'+set}'`" = set"; then
  1398.   echo $ac_n "(cached) $ac_c" 1>&6
  1399. else
  1400.   cat > conftest.$ac_ext <<EOF
  1401. #line 1559 "configure"
  1402. #include "confdefs.h"
  1403. /* System header to define __stub macros and hopefully few prototypes,
  1404.     which can conflict with char db_open(); below.  */
  1405. #include <assert.h>
  1406. /* Override any gcc2 internal prototype to avoid an error.  */
  1407. /* We use char because int might match the return type of a gcc2
  1408.     builtin and then its argument prototype would still apply.  */
  1409. char db_open();
  1410. int main() {
  1411. /* The GNU C library defines this for functions which it implements
  1412.     to always fail with ENOSYS.  Some functions are actually named
  1413.     something starting with __ and the normal name is an alias.  */
  1414. #if defined (__stub_db_open) || defined (__stub___db_open)
  1415. choke me
  1416. #else
  1417. db_open();
  1418. #endif
  1419. ; return 0; }
  1420. EOF
  1421. if { (eval echo configure:1582: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1422.   rm -rf conftest*
  1423.   eval "ac_cv_func_db_open=yes"
  1424. else
  1425.   echo "configure: failed program was:" >&5
  1426.   cat conftest.$ac_ext >&5
  1427.   rm -rf conftest*
  1428.   eval "ac_cv_func_db_open=no"
  1429. fi
  1430. rm -f conftest*
  1431. fi
  1432. if eval "test "`echo '$ac_cv_func_'db_open`" = yes"; then
  1433.   echo "$ac_t""yes" 1>&6
  1434.   FOUND_DB=1
  1435. else
  1436.   echo "$ac_t""no" 1>&6
  1437. fi
  1438. echo $ac_n "checking for db_env_create""... $ac_c" 1>&6
  1439. echo "configure:1602: checking for db_env_create" >&5
  1440. if eval "test "`echo '$''{'ac_cv_func_db_env_create'+set}'`" = set"; then
  1441.   echo $ac_n "(cached) $ac_c" 1>&6
  1442. else
  1443.   cat > conftest.$ac_ext <<EOF
  1444. #line 1607 "configure"
  1445. #include "confdefs.h"
  1446. /* System header to define __stub macros and hopefully few prototypes,
  1447.     which can conflict with char db_env_create(); below.  */
  1448. #include <assert.h>
  1449. /* Override any gcc2 internal prototype to avoid an error.  */
  1450. /* We use char because int might match the return type of a gcc2
  1451.     builtin and then its argument prototype would still apply.  */
  1452. char db_env_create();
  1453. int main() {
  1454. /* The GNU C library defines this for functions which it implements
  1455.     to always fail with ENOSYS.  Some functions are actually named
  1456.     something starting with __ and the normal name is an alias.  */
  1457. #if defined (__stub_db_env_create) || defined (__stub___db_env_create)
  1458. choke me
  1459. #else
  1460. db_env_create();
  1461. #endif
  1462. ; return 0; }
  1463. EOF
  1464. if { (eval echo configure:1630: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1465.   rm -rf conftest*
  1466.   eval "ac_cv_func_db_env_create=yes"
  1467. else
  1468.   echo "configure: failed program was:" >&5
  1469.   cat conftest.$ac_ext >&5
  1470.   rm -rf conftest*
  1471.   eval "ac_cv_func_db_env_create=no"
  1472. fi
  1473. rm -f conftest*
  1474. fi
  1475. if eval "test "`echo '$ac_cv_func_'db_env_create`" = yes"; then
  1476.   echo "$ac_t""yes" 1>&6
  1477.   FOUND_DB=1
  1478. else
  1479.   echo "$ac_t""no" 1>&6
  1480. fi
  1481. LIBS="$saveLIBS"
  1482. if test "$FOUND_DB" != 0; then
  1483.   FOUND_DB_TRUE=
  1484.   FOUND_DB_FALSE='#'
  1485. else
  1486.   FOUND_DB_TRUE='#'
  1487.   FOUND_DB_FALSE=
  1488. fi
  1489. for ac_hdr in limits.h fcntl.h unistd.h
  1490. do
  1491. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1492. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1493. echo "configure:1669: checking for $ac_hdr" >&5
  1494. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1495.   echo $ac_n "(cached) $ac_c" 1>&6
  1496. else
  1497.   cat > conftest.$ac_ext <<EOF
  1498. #line 1674 "configure"
  1499. #include "confdefs.h"
  1500. #include <$ac_hdr>
  1501. EOF
  1502. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1503. { (eval echo configure:1679: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1504. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1505. if test -z "$ac_err"; then
  1506.   rm -rf conftest*
  1507.   eval "ac_cv_header_$ac_safe=yes"
  1508. else
  1509.   echo "$ac_err" >&5
  1510.   echo "configure: failed program was:" >&5
  1511.   cat conftest.$ac_ext >&5
  1512.   rm -rf conftest*
  1513.   eval "ac_cv_header_$ac_safe=no"
  1514. fi
  1515. rm -f conftest*
  1516. fi
  1517. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1518.   echo "$ac_t""yes" 1>&6
  1519.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1520.   cat >> confdefs.h <<EOF
  1521. #define $ac_tr_hdr 1
  1522. EOF
  1523.  
  1524. else
  1525.   echo "$ac_t""no" 1>&6
  1526. fi
  1527. done
  1528. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1529. echo "configure:1707: checking for working const" >&5
  1530. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1531.   echo $ac_n "(cached) $ac_c" 1>&6
  1532. else
  1533.   cat > conftest.$ac_ext <<EOF
  1534. #line 1712 "configure"
  1535. #include "confdefs.h"
  1536. int main() {
  1537. /* Ultrix mips cc rejects this.  */
  1538. typedef int charset[2]; const charset x;
  1539. /* SunOS 4.1.1 cc rejects this.  */
  1540. char const *const *ccp;
  1541. char **p;
  1542. /* NEC SVR4.0.2 mips cc rejects this.  */
  1543. struct point {int x, y;};
  1544. static struct point const zero = {0,0};
  1545. /* AIX XL C 1.02.0.0 rejects this.
  1546.    It does not let you subtract one const X* pointer from another in an arm
  1547.    of an if-expression whose if-part is not a constant expression */
  1548. const char *g = "string";
  1549. ccp = &g + (g ? g-g : 0);
  1550. /* HPUX 7.0 cc rejects these. */
  1551. ++ccp;
  1552. p = (char**) ccp;
  1553. ccp = (char const *const *) p;
  1554. { /* SCO 3.2v4 cc rejects this.  */
  1555.   char *t;
  1556.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1557.   *t++ = 0;
  1558. }
  1559. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1560.   int x[] = {25, 17};
  1561.   const int *foo = &x[0];
  1562.   ++foo;
  1563. }
  1564. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1565.   typedef const int *iptr;
  1566.   iptr p = 0;
  1567.   ++p;
  1568. }
  1569. { /* AIX XL C 1.02.0.0 rejects this saying
  1570.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1571.   struct s { int j; const int *ap[3]; };
  1572.   struct s *b; b->j = 5;
  1573. }
  1574. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1575.   const int foo = 10;
  1576. }
  1577. ; return 0; }
  1578. EOF
  1579. if { (eval echo configure:1761: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1580.   rm -rf conftest*
  1581.   ac_cv_c_const=yes
  1582. else
  1583.   echo "configure: failed program was:" >&5
  1584.   cat conftest.$ac_ext >&5
  1585.   rm -rf conftest*
  1586.   ac_cv_c_const=no
  1587. fi
  1588. rm -f conftest*
  1589. fi
  1590. echo "$ac_t""$ac_cv_c_const" 1>&6
  1591. if test $ac_cv_c_const = no; then
  1592.   cat >> confdefs.h <<EOF
  1593. #define const 
  1594. EOF
  1595. fi
  1596. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1597. echo "configure:1782: checking for ANSI C header files" >&5
  1598. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1599.   echo $ac_n "(cached) $ac_c" 1>&6
  1600. else
  1601.   cat > conftest.$ac_ext <<EOF
  1602. #line 1787 "configure"
  1603. #include "confdefs.h"
  1604. #include <stdlib.h>
  1605. #include <stdarg.h>
  1606. #include <string.h>
  1607. #include <float.h>
  1608. EOF
  1609. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1610. { (eval echo configure:1795: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1611. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1612. if test -z "$ac_err"; then
  1613.   rm -rf conftest*
  1614.   ac_cv_header_stdc=yes
  1615. else
  1616.   echo "$ac_err" >&5
  1617.   echo "configure: failed program was:" >&5
  1618.   cat conftest.$ac_ext >&5
  1619.   rm -rf conftest*
  1620.   ac_cv_header_stdc=no
  1621. fi
  1622. rm -f conftest*
  1623. if test $ac_cv_header_stdc = yes; then
  1624.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1625. cat > conftest.$ac_ext <<EOF
  1626. #line 1812 "configure"
  1627. #include "confdefs.h"
  1628. #include <string.h>
  1629. EOF
  1630. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1631.   egrep "memchr" >/dev/null 2>&1; then
  1632.   :
  1633. else
  1634.   rm -rf conftest*
  1635.   ac_cv_header_stdc=no
  1636. fi
  1637. rm -f conftest*
  1638. fi
  1639. if test $ac_cv_header_stdc = yes; then
  1640.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1641. cat > conftest.$ac_ext <<EOF
  1642. #line 1830 "configure"
  1643. #include "confdefs.h"
  1644. #include <stdlib.h>
  1645. EOF
  1646. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1647.   egrep "free" >/dev/null 2>&1; then
  1648.   :
  1649. else
  1650.   rm -rf conftest*
  1651.   ac_cv_header_stdc=no
  1652. fi
  1653. rm -f conftest*
  1654. fi
  1655. if test $ac_cv_header_stdc = yes; then
  1656.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1657. if test "$cross_compiling" = yes; then
  1658.   :
  1659. else
  1660.   cat > conftest.$ac_ext <<EOF
  1661. #line 1851 "configure"
  1662. #include "confdefs.h"
  1663. #include <ctype.h>
  1664. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1665. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1666. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1667. int main () { int i; for (i = 0; i < 256; i++)
  1668. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1669. exit (0); }
  1670. EOF
  1671. if { (eval echo configure:1862: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1672. then
  1673.   :
  1674. else
  1675.   echo "configure: failed program was:" >&5
  1676.   cat conftest.$ac_ext >&5
  1677.   rm -fr conftest*
  1678.   ac_cv_header_stdc=no
  1679. fi
  1680. rm -fr conftest*
  1681. fi
  1682. fi
  1683. fi
  1684. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1685. if test $ac_cv_header_stdc = yes; then
  1686.   cat >> confdefs.h <<EOF
  1687. #define STDC_HEADERS 1
  1688. EOF
  1689. fi
  1690. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1691. echo "configure:1886: checking for size_t" >&5
  1692. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1693.   echo $ac_n "(cached) $ac_c" 1>&6
  1694. else
  1695.   cat > conftest.$ac_ext <<EOF
  1696. #line 1891 "configure"
  1697. #include "confdefs.h"
  1698. #include <sys/types.h>
  1699. #if STDC_HEADERS
  1700. #include <stdlib.h>
  1701. #include <stddef.h>
  1702. #endif
  1703. EOF
  1704. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1705.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1706.   rm -rf conftest*
  1707.   ac_cv_type_size_t=yes
  1708. else
  1709.   rm -rf conftest*
  1710.   ac_cv_type_size_t=no
  1711. fi
  1712. rm -f conftest*
  1713. fi
  1714. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1715. if test $ac_cv_type_size_t = no; then
  1716.   cat >> confdefs.h <<EOF
  1717. #define size_t unsigned
  1718. EOF
  1719. fi
  1720. ac_ext=C
  1721. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1722. ac_cpp='$CXXCPP $CPPFLAGS'
  1723. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1724. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1725. cross_compiling=$ac_cv_prog_cxx_cross
  1726. echo $ac_n "checking if the C++ compiler needs -fhandle-exceptions""... $ac_c" 1>&6
  1727. echo "configure:1927: checking if the C++ compiler needs -fhandle-exceptions" >&5
  1728. if eval "test "`echo '$''{'ac_cxx_need_handlexceptions'+set}'`" = set"; then
  1729.   echo $ac_n "(cached) $ac_c" 1>&6
  1730. else
  1731.   cat > conftest.$ac_ext <<EOF
  1732. #line 1932 "configure"
  1733. #include "confdefs.h"
  1734. int main() {
  1735. throw;
  1736. ; return 0; }
  1737. EOF
  1738. if { (eval echo configure:1941: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1739.   rm -rf conftest*
  1740.   ac_cxx_need_handlexceptions=no
  1741. else
  1742.   echo "configure: failed program was:" >&5
  1743.   cat conftest.$ac_ext >&5
  1744.   rm -rf conftest*
  1745.   ac_cxx_need_handlexceptions=yes
  1746. fi
  1747. rm -f conftest*
  1748. fi
  1749. echo "$ac_t""$ac_cxx_need_handlexceptions" 1>&6
  1750. if test "$ac_cxx_need_handlexceptions" = "yes"
  1751. then
  1752. case "$CXXFLAGS" in
  1753. *handle-exceptions*)
  1754. ;;
  1755. *)
  1756. CXXFLAGS="-fhandle-exceptions $CXXFLAGS"
  1757. CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-O2//'`
  1758. ;;
  1759. esac
  1760. fi
  1761. if test "$GCC" = "yes"
  1762. then
  1763. CFLAGS="-Wall $CFLAGS"
  1764. fi
  1765. trap '' 1 2 15
  1766. cat > confcache <<EOF
  1767. # This file is a shell script that caches the results of configure
  1768. # tests run on this system so they can be shared between configure
  1769. # scripts and configure runs.  It is not useful on other systems.
  1770. # If it contains results you don't want to keep, you may remove or edit it.
  1771. #
  1772. # By default, configure uses ./config.cache as the cache file,
  1773. # creating it if it does not exist already.  You can give configure
  1774. # the --cache-file=FILE option to use a different cache file; that is
  1775. # what configure does when it calls configure scripts in
  1776. # subdirectories, so they share the cache.
  1777. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1778. # config.status only pays attention to the cache file if you give it the
  1779. # --recheck option to rerun configure.
  1780. #
  1781. EOF
  1782. # The following way of writing the cache mishandles newlines in values,
  1783. # but we know of no workaround that is simple, portable, and efficient.
  1784. # So, don't put newlines in cache variables' values.
  1785. # Ultrix sh set writes to stderr and can't be redirected directly,
  1786. # and sets the high bit in the cache file unless we assign to the vars.
  1787. (set) 2>&1 |
  1788.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1789.   *ac_space= *)
  1790.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1791.     # turns \\ into \, and sed turns \ into ).
  1792.     sed -n 
  1793.       -e "s/'/'\\''/g" 
  1794.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1795.     ;;
  1796.   *)
  1797.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1798.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1799.     ;;
  1800.   esac >> confcache
  1801. if cmp -s $cache_file confcache; then
  1802.   :
  1803. else
  1804.   if test -w $cache_file; then
  1805.     echo "updating cache $cache_file"
  1806.     cat confcache > $cache_file
  1807.   else
  1808.     echo "not updating unwritable cache $cache_file"
  1809.   fi
  1810. fi
  1811. rm -f confcache
  1812. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1813. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1814. # Let make expand exec_prefix.
  1815. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1816. # Any assignment to VPATH causes Sun make to only execute
  1817. # the first set of double-colon rules, so remove it if not needed.
  1818. # If there is a colon in the path, we need to keep it.
  1819. if test "x$srcdir" = x.; then
  1820.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1821. fi
  1822. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1823. DEFS=-DHAVE_CONFIG_H
  1824. # Without the "./", some shells look in PATH for config.status.
  1825. : ${CONFIG_STATUS=./config.status}
  1826. echo creating $CONFIG_STATUS
  1827. rm -f $CONFIG_STATUS
  1828. cat > $CONFIG_STATUS <<EOF
  1829. #! /bin/sh
  1830. # Generated automatically by configure.
  1831. # Run this file to recreate the current configuration.
  1832. # This directory was configured as follows,
  1833. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1834. #
  1835. # $0 $ac_configure_args
  1836. #
  1837. # Compiler output produced by configure, useful for debugging
  1838. # configure, is in ./config.log if it exists.
  1839. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1840. for ac_option
  1841. do
  1842.   case "$ac_option" in
  1843.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1844.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1845.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1846.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1847.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1848.     exit 0 ;;
  1849.   -help | --help | --hel | --he | --h)
  1850.     echo "$ac_cs_usage"; exit 0 ;;
  1851.   *) echo "$ac_cs_usage"; exit 1 ;;
  1852.   esac
  1853. done
  1854. ac_given_srcdir=$srcdir
  1855. ac_given_INSTALL="$INSTALL"
  1856. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1857. EOF
  1858. cat >> $CONFIG_STATUS <<EOF
  1859. # Protect against being on the right side of a sed subst in config.status.
  1860. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1861.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1862. $ac_vpsub
  1863. $extrasub
  1864. s%@SHELL@%$SHELL%g
  1865. s%@CFLAGS@%$CFLAGS%g
  1866. s%@CPPFLAGS@%$CPPFLAGS%g
  1867. s%@CXXFLAGS@%$CXXFLAGS%g
  1868. s%@FFLAGS@%$FFLAGS%g
  1869. s%@DEFS@%$DEFS%g
  1870. s%@LDFLAGS@%$LDFLAGS%g
  1871. s%@LIBS@%$LIBS%g
  1872. s%@exec_prefix@%$exec_prefix%g
  1873. s%@prefix@%$prefix%g
  1874. s%@program_transform_name@%$program_transform_name%g
  1875. s%@bindir@%$bindir%g
  1876. s%@sbindir@%$sbindir%g
  1877. s%@libexecdir@%$libexecdir%g
  1878. s%@datadir@%$datadir%g
  1879. s%@sysconfdir@%$sysconfdir%g
  1880. s%@sharedstatedir@%$sharedstatedir%g
  1881. s%@localstatedir@%$localstatedir%g
  1882. s%@libdir@%$libdir%g
  1883. s%@includedir@%$includedir%g
  1884. s%@oldincludedir@%$oldincludedir%g
  1885. s%@infodir@%$infodir%g
  1886. s%@mandir@%$mandir%g
  1887. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1888. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1889. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1890. s%@PACKAGE@%$PACKAGE%g
  1891. s%@VERSION@%$VERSION%g
  1892. s%@ACLOCAL@%$ACLOCAL%g
  1893. s%@AUTOCONF@%$AUTOCONF%g
  1894. s%@AUTOMAKE@%$AUTOMAKE%g
  1895. s%@AUTOHEADER@%$AUTOHEADER%g
  1896. s%@MAKEINFO@%$MAKEINFO%g
  1897. s%@SET_MAKE@%$SET_MAKE%g
  1898. s%@AWK@%$AWK%g
  1899. s%@CC@%$CC%g
  1900. s%@CXX@%$CXX%g
  1901. s%@RANLIB@%$RANLIB%g
  1902. s%@CPP@%$CPP%g
  1903. s%@LIBDB@%$LIBDB%g
  1904. s%@FOUND_DB_TRUE@%$FOUND_DB_TRUE%g
  1905. s%@FOUND_DB_FALSE@%$FOUND_DB_FALSE%g
  1906. CEOF
  1907. EOF
  1908. cat >> $CONFIG_STATUS <<EOF
  1909. # Split the substitutions into bite-sized pieces for seds with
  1910. # small command number limits, like on Digital OSF/1 and HP-UX.
  1911. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1912. ac_file=1 # Number of current file.
  1913. ac_beg=1 # First line for current file.
  1914. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1915. ac_more_lines=:
  1916. ac_sed_cmds=""
  1917. while $ac_more_lines; do
  1918.   if test $ac_beg -gt 1; then
  1919.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1920.   else
  1921.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1922.   fi
  1923.   if test ! -s conftest.s$ac_file; then
  1924.     ac_more_lines=false
  1925.     rm -f conftest.s$ac_file
  1926.   else
  1927.     if test -z "$ac_sed_cmds"; then
  1928.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1929.     else
  1930.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1931.     fi
  1932.     ac_file=`expr $ac_file + 1`
  1933.     ac_beg=$ac_end
  1934.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1935.   fi
  1936. done
  1937. if test -z "$ac_sed_cmds"; then
  1938.   ac_sed_cmds=cat
  1939. fi
  1940. EOF
  1941. cat >> $CONFIG_STATUS <<EOF
  1942. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1943. EOF
  1944. cat >> $CONFIG_STATUS <<EOF
  1945. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1946.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1947.   case "$ac_file" in
  1948.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1949.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1950.   *) ac_file_in="${ac_file}.in" ;;
  1951.   esac
  1952.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1953.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1954.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1955.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1956.     # The file is in a subdirectory.
  1957.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1958.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1959.     # A "../" for each directory in $ac_dir_suffix.
  1960.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1961.   else
  1962.     ac_dir_suffix= ac_dots=
  1963.   fi
  1964.   case "$ac_given_srcdir" in
  1965.   .)  srcdir=.
  1966.       if test -z "$ac_dots"; then top_srcdir=.
  1967.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1968.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1969.   *) # Relative path.
  1970.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1971.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1972.   esac
  1973.   case "$ac_given_INSTALL" in
  1974.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1975.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1976.   esac
  1977.   echo creating "$ac_file"
  1978.   rm -f "$ac_file"
  1979.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1980.   case "$ac_file" in
  1981.   *Makefile*) ac_comsub="1i\
  1982. # $configure_input" ;;
  1983.   *) ac_comsub= ;;
  1984.   esac
  1985.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1986.   sed -e "$ac_comsub
  1987. s%@configure_input@%$configure_input%g
  1988. s%@srcdir@%$srcdir%g
  1989. s%@top_srcdir@%$top_srcdir%g
  1990. s%@INSTALL@%$INSTALL%g
  1991. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1992. fi; done
  1993. rm -f conftest.s*
  1994. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1995. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1996. #
  1997. # ac_d sets the value in "#define NAME VALUE" lines.
  1998. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1999. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2000. ac_dC='3'
  2001. ac_dD='%g'
  2002. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2003. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2004. ac_uB='([  ])%1#2define3'
  2005. ac_uC=' '
  2006. ac_uD='4%g'
  2007. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2008. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2009. ac_eB='$%1#2define3'
  2010. ac_eC=' '
  2011. ac_eD='%g'
  2012. if test "${CONFIG_HEADERS+set}" != set; then
  2013. EOF
  2014. cat >> $CONFIG_STATUS <<EOF
  2015.   CONFIG_HEADERS="config.h"
  2016. EOF
  2017. cat >> $CONFIG_STATUS <<EOF
  2018. fi
  2019. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2020.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2021.   case "$ac_file" in
  2022.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2023.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2024.   *) ac_file_in="${ac_file}.in" ;;
  2025.   esac
  2026.   echo creating $ac_file
  2027.   rm -f conftest.frag conftest.in conftest.out
  2028.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2029.   cat $ac_file_inputs > conftest.in
  2030. EOF
  2031. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2032. # the proper values into config.h.in to produce config.h.  And first:
  2033. # Protect against being on the right side of a sed subst in config.status.
  2034. # Protect against being in an unquoted here document in config.status.
  2035. rm -f conftest.vals
  2036. cat > conftest.hdr <<EOF
  2037. s/[\&%]/\&/g
  2038. s%[\$`]%\&%g
  2039. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2040. s%ac_d%ac_u%gp
  2041. s%ac_u%ac_e%gp
  2042. EOF
  2043. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2044. rm -f conftest.hdr
  2045. # This sed command replaces #undef with comments.  This is necessary, for
  2046. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2047. # on some systems where configure will not decide to define it.
  2048. cat >> conftest.vals <<EOF
  2049. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2050. EOF
  2051. # Break up conftest.vals because some shells have a limit on
  2052. # the size of here documents, and old seds have small limits too.
  2053. rm -f conftest.tail
  2054. while :
  2055. do
  2056.   ac_lines=`grep -c . conftest.vals`
  2057.   # grep -c gives empty output for an empty file on some AIX systems.
  2058.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2059.   # Write a limited-size here document to conftest.frag.
  2060.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2061.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2062.   echo 'CEOF
  2063.   sed -f conftest.frag conftest.in > conftest.out
  2064.   rm -f conftest.in
  2065.   mv conftest.out conftest.in
  2066. ' >> $CONFIG_STATUS
  2067.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2068.   rm -f conftest.vals
  2069.   mv conftest.tail conftest.vals
  2070. done
  2071. rm -f conftest.vals
  2072. cat >> $CONFIG_STATUS <<EOF
  2073.   rm -f conftest.frag conftest.h
  2074.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2075.   cat conftest.in >> conftest.h
  2076.   rm -f conftest.in
  2077.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2078.     echo "$ac_file is unchanged"
  2079.     rm -f conftest.h
  2080.   else
  2081.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2082.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2083.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2084.       # The file is in a subdirectory.
  2085.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2086.     fi
  2087.     rm -f $ac_file
  2088.     mv conftest.h $ac_file
  2089.   fi
  2090. fi; done
  2091. EOF
  2092. cat >> $CONFIG_STATUS <<EOF
  2093. EOF
  2094. cat >> $CONFIG_STATUS <<EOF
  2095. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  2096. exit 0
  2097. EOF
  2098. chmod +x $CONFIG_STATUS
  2099. rm -fr confdefs* $ac_clean_files
  2100. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1