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

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=gdbmobj.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=gdbmobj
  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 gdbm_open in -lgdbm""... $ac_c" 1>&6
  1241. echo "configure:1383: checking for gdbm_open in -lgdbm" >&5
  1242. ac_lib_var=`echo gdbm'_'gdbm_open | 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="-lgdbm  $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 gdbm_open();
  1255. int main() {
  1256. gdbm_open()
  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.    LIBGDBM=-lgdbm ; LIBS="-lgdbm $LIBS" 
  1274. else
  1275.   echo "$ac_t""no" 1>&6
  1276. fi
  1277. echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6
  1278. echo "configure:1424: checking for gdbm_open" >&5
  1279. if eval "test "`echo '$''{'ac_cv_func_gdbm_open'+set}'`" = set"; then
  1280.   echo $ac_n "(cached) $ac_c" 1>&6
  1281. else
  1282.   cat > conftest.$ac_ext <<EOF
  1283. #line 1429 "configure"
  1284. #include "confdefs.h"
  1285. /* System header to define __stub macros and hopefully few prototypes,
  1286.     which can conflict with char gdbm_open(); below.  */
  1287. #include <assert.h>
  1288. /* Override any gcc2 internal prototype to avoid an error.  */
  1289. /* We use char because int might match the return type of a gcc2
  1290.     builtin and then its argument prototype would still apply.  */
  1291. char gdbm_open();
  1292. int main() {
  1293. /* The GNU C library defines this for functions which it implements
  1294.     to always fail with ENOSYS.  Some functions are actually named
  1295.     something starting with __ and the normal name is an alias.  */
  1296. #if defined (__stub_gdbm_open) || defined (__stub___gdbm_open)
  1297. choke me
  1298. #else
  1299. gdbm_open();
  1300. #endif
  1301. ; return 0; }
  1302. EOF
  1303. if { (eval echo configure:1452: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1304.   rm -rf conftest*
  1305.   eval "ac_cv_func_gdbm_open=yes"
  1306. else
  1307.   echo "configure: failed program was:" >&5
  1308.   cat conftest.$ac_ext >&5
  1309.   rm -rf conftest*
  1310.   eval "ac_cv_func_gdbm_open=no"
  1311. fi
  1312. rm -f conftest*
  1313. fi
  1314. if eval "test "`echo '$ac_cv_func_'gdbm_open`" = yes"; then
  1315.   echo "$ac_t""yes" 1>&6
  1316.   FOUND_GDBM=1
  1317. else
  1318.   echo "$ac_t""no" 1>&6
  1319. FOUND_GDBM=0
  1320. fi
  1321. if test "$FOUND_GDBM" = 1
  1322. then
  1323. for ac_func in gdbm_fdesc
  1324. do
  1325. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1326. echo "configure:1478: checking for $ac_func" >&5
  1327. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1328.   echo $ac_n "(cached) $ac_c" 1>&6
  1329. else
  1330.   cat > conftest.$ac_ext <<EOF
  1331. #line 1483 "configure"
  1332. #include "confdefs.h"
  1333. /* System header to define __stub macros and hopefully few prototypes,
  1334.     which can conflict with char $ac_func(); below.  */
  1335. #include <assert.h>
  1336. /* Override any gcc2 internal prototype to avoid an error.  */
  1337. /* We use char because int might match the return type of a gcc2
  1338.     builtin and then its argument prototype would still apply.  */
  1339. char $ac_func();
  1340. int main() {
  1341. /* The GNU C library defines this for functions which it implements
  1342.     to always fail with ENOSYS.  Some functions are actually named
  1343.     something starting with __ and the normal name is an alias.  */
  1344. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1345. choke me
  1346. #else
  1347. $ac_func();
  1348. #endif
  1349. ; return 0; }
  1350. EOF
  1351. if { (eval echo configure:1506: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1352.   rm -rf conftest*
  1353.   eval "ac_cv_func_$ac_func=yes"
  1354. else
  1355.   echo "configure: failed program was:" >&5
  1356.   cat conftest.$ac_ext >&5
  1357.   rm -rf conftest*
  1358.   eval "ac_cv_func_$ac_func=no"
  1359. fi
  1360. rm -f conftest*
  1361. fi
  1362. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1363.   echo "$ac_t""yes" 1>&6
  1364.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1365.   cat >> confdefs.h <<EOF
  1366. #define $ac_tr_func 1
  1367. EOF
  1368.  
  1369. else
  1370.   echo "$ac_t""no" 1>&6
  1371. fi
  1372. done
  1373. fi
  1374. for ac_hdr in unistd.h fcntl.h
  1375. do
  1376. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1377. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1378. echo "configure:1535: checking for $ac_hdr" >&5
  1379. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1380.   echo $ac_n "(cached) $ac_c" 1>&6
  1381. else
  1382.   cat > conftest.$ac_ext <<EOF
  1383. #line 1540 "configure"
  1384. #include "confdefs.h"
  1385. #include <$ac_hdr>
  1386. EOF
  1387. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1388. { (eval echo configure:1545: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1389. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1390. if test -z "$ac_err"; then
  1391.   rm -rf conftest*
  1392.   eval "ac_cv_header_$ac_safe=yes"
  1393. else
  1394.   echo "$ac_err" >&5
  1395.   echo "configure: failed program was:" >&5
  1396.   cat conftest.$ac_ext >&5
  1397.   rm -rf conftest*
  1398.   eval "ac_cv_header_$ac_safe=no"
  1399. fi
  1400. rm -f conftest*
  1401. fi
  1402. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1403.   echo "$ac_t""yes" 1>&6
  1404.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1405.   cat >> confdefs.h <<EOF
  1406. #define $ac_tr_hdr 1
  1407. EOF
  1408.  
  1409. else
  1410.   echo "$ac_t""no" 1>&6
  1411. fi
  1412. done
  1413. LIBS="$saveLIBS"
  1414. if test "$FOUND_GDBM" = 1; then
  1415.   FOUND_GDBM_TRUE=
  1416.   FOUND_GDBM_FALSE='#'
  1417. else
  1418.   FOUND_GDBM_TRUE='#'
  1419.   FOUND_GDBM_FALSE=
  1420. fi
  1421. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1422. echo "configure:1588: checking for working const" >&5
  1423. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1424.   echo $ac_n "(cached) $ac_c" 1>&6
  1425. else
  1426.   cat > conftest.$ac_ext <<EOF
  1427. #line 1593 "configure"
  1428. #include "confdefs.h"
  1429. int main() {
  1430. /* Ultrix mips cc rejects this.  */
  1431. typedef int charset[2]; const charset x;
  1432. /* SunOS 4.1.1 cc rejects this.  */
  1433. char const *const *ccp;
  1434. char **p;
  1435. /* NEC SVR4.0.2 mips cc rejects this.  */
  1436. struct point {int x, y;};
  1437. static struct point const zero = {0,0};
  1438. /* AIX XL C 1.02.0.0 rejects this.
  1439.    It does not let you subtract one const X* pointer from another in an arm
  1440.    of an if-expression whose if-part is not a constant expression */
  1441. const char *g = "string";
  1442. ccp = &g + (g ? g-g : 0);
  1443. /* HPUX 7.0 cc rejects these. */
  1444. ++ccp;
  1445. p = (char**) ccp;
  1446. ccp = (char const *const *) p;
  1447. { /* SCO 3.2v4 cc rejects this.  */
  1448.   char *t;
  1449.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1450.   *t++ = 0;
  1451. }
  1452. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1453.   int x[] = {25, 17};
  1454.   const int *foo = &x[0];
  1455.   ++foo;
  1456. }
  1457. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1458.   typedef const int *iptr;
  1459.   iptr p = 0;
  1460.   ++p;
  1461. }
  1462. { /* AIX XL C 1.02.0.0 rejects this saying
  1463.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1464.   struct s { int j; const int *ap[3]; };
  1465.   struct s *b; b->j = 5;
  1466. }
  1467. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1468.   const int foo = 10;
  1469. }
  1470. ; return 0; }
  1471. EOF
  1472. if { (eval echo configure:1642: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1473.   rm -rf conftest*
  1474.   ac_cv_c_const=yes
  1475. else
  1476.   echo "configure: failed program was:" >&5
  1477.   cat conftest.$ac_ext >&5
  1478.   rm -rf conftest*
  1479.   ac_cv_c_const=no
  1480. fi
  1481. rm -f conftest*
  1482. fi
  1483. echo "$ac_t""$ac_cv_c_const" 1>&6
  1484. if test $ac_cv_c_const = no; then
  1485.   cat >> confdefs.h <<EOF
  1486. #define const 
  1487. EOF
  1488. fi
  1489. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1490. echo "configure:1663: checking for ANSI C header files" >&5
  1491. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1492.   echo $ac_n "(cached) $ac_c" 1>&6
  1493. else
  1494.   cat > conftest.$ac_ext <<EOF
  1495. #line 1668 "configure"
  1496. #include "confdefs.h"
  1497. #include <stdlib.h>
  1498. #include <stdarg.h>
  1499. #include <string.h>
  1500. #include <float.h>
  1501. EOF
  1502. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1503. { (eval echo configure:1676: "$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.   ac_cv_header_stdc=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.   ac_cv_header_stdc=no
  1514. fi
  1515. rm -f conftest*
  1516. if test $ac_cv_header_stdc = yes; then
  1517.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1518. cat > conftest.$ac_ext <<EOF
  1519. #line 1693 "configure"
  1520. #include "confdefs.h"
  1521. #include <string.h>
  1522. EOF
  1523. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1524.   egrep "memchr" >/dev/null 2>&1; then
  1525.   :
  1526. else
  1527.   rm -rf conftest*
  1528.   ac_cv_header_stdc=no
  1529. fi
  1530. rm -f conftest*
  1531. fi
  1532. if test $ac_cv_header_stdc = yes; then
  1533.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1534. cat > conftest.$ac_ext <<EOF
  1535. #line 1711 "configure"
  1536. #include "confdefs.h"
  1537. #include <stdlib.h>
  1538. EOF
  1539. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1540.   egrep "free" >/dev/null 2>&1; then
  1541.   :
  1542. else
  1543.   rm -rf conftest*
  1544.   ac_cv_header_stdc=no
  1545. fi
  1546. rm -f conftest*
  1547. fi
  1548. if test $ac_cv_header_stdc = yes; then
  1549.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1550. if test "$cross_compiling" = yes; then
  1551.   :
  1552. else
  1553.   cat > conftest.$ac_ext <<EOF
  1554. #line 1732 "configure"
  1555. #include "confdefs.h"
  1556. #include <ctype.h>
  1557. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1558. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1559. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1560. int main () { int i; for (i = 0; i < 256; i++)
  1561. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1562. exit (0); }
  1563. EOF
  1564. if { (eval echo configure:1743: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1565. then
  1566.   :
  1567. else
  1568.   echo "configure: failed program was:" >&5
  1569.   cat conftest.$ac_ext >&5
  1570.   rm -fr conftest*
  1571.   ac_cv_header_stdc=no
  1572. fi
  1573. rm -fr conftest*
  1574. fi
  1575. fi
  1576. fi
  1577. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1578. if test $ac_cv_header_stdc = yes; then
  1579.   cat >> confdefs.h <<EOF
  1580. #define STDC_HEADERS 1
  1581. EOF
  1582. fi
  1583. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1584. echo "configure:1767: checking for size_t" >&5
  1585. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1586.   echo $ac_n "(cached) $ac_c" 1>&6
  1587. else
  1588.   cat > conftest.$ac_ext <<EOF
  1589. #line 1772 "configure"
  1590. #include "confdefs.h"
  1591. #include <sys/types.h>
  1592. #if STDC_HEADERS
  1593. #include <stdlib.h>
  1594. #include <stddef.h>
  1595. #endif
  1596. EOF
  1597. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1598.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1599.   rm -rf conftest*
  1600.   ac_cv_type_size_t=yes
  1601. else
  1602.   rm -rf conftest*
  1603.   ac_cv_type_size_t=no
  1604. fi
  1605. rm -f conftest*
  1606. fi
  1607. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1608. if test $ac_cv_type_size_t = no; then
  1609.   cat >> confdefs.h <<EOF
  1610. #define size_t unsigned
  1611. EOF
  1612. fi
  1613. ac_ext=C
  1614. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1615. ac_cpp='$CXXCPP $CPPFLAGS'
  1616. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1617. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1618. cross_compiling=$ac_cv_prog_cxx_cross
  1619. echo $ac_n "checking if the C++ compiler needs -fhandle-exceptions""... $ac_c" 1>&6
  1620. echo "configure:1809: checking if the C++ compiler needs -fhandle-exceptions" >&5
  1621. if eval "test "`echo '$''{'ac_cxx_need_handlexceptions'+set}'`" = set"; then
  1622.   echo $ac_n "(cached) $ac_c" 1>&6
  1623. else
  1624.   cat > conftest.$ac_ext <<EOF
  1625. #line 1814 "configure"
  1626. #include "confdefs.h"
  1627. int main() {
  1628. throw;
  1629. ; return 0; }
  1630. EOF
  1631. if { (eval echo configure:1823: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1632.   rm -rf conftest*
  1633.   ac_cxx_need_handlexceptions=no
  1634. else
  1635.   echo "configure: failed program was:" >&5
  1636.   cat conftest.$ac_ext >&5
  1637.   rm -rf conftest*
  1638.   ac_cxx_need_handlexceptions=yes
  1639. fi
  1640. rm -f conftest*
  1641. fi
  1642. echo "$ac_t""$ac_cxx_need_handlexceptions" 1>&6
  1643. if test "$ac_cxx_need_handlexceptions" = "yes"
  1644. then
  1645. case "$CXXFLAGS" in
  1646. *handle-exceptions*)
  1647. ;;
  1648. *)
  1649. CXXFLAGS="-fhandle-exceptions $CXXFLAGS"
  1650. CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-O2//'`
  1651. ;;
  1652. esac
  1653. fi
  1654. trap '' 1 2 15
  1655. cat > confcache <<EOF
  1656. # This file is a shell script that caches the results of configure
  1657. # tests run on this system so they can be shared between configure
  1658. # scripts and configure runs.  It is not useful on other systems.
  1659. # If it contains results you don't want to keep, you may remove or edit it.
  1660. #
  1661. # By default, configure uses ./config.cache as the cache file,
  1662. # creating it if it does not exist already.  You can give configure
  1663. # the --cache-file=FILE option to use a different cache file; that is
  1664. # what configure does when it calls configure scripts in
  1665. # subdirectories, so they share the cache.
  1666. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1667. # config.status only pays attention to the cache file if you give it the
  1668. # --recheck option to rerun configure.
  1669. #
  1670. EOF
  1671. # The following way of writing the cache mishandles newlines in values,
  1672. # but we know of no workaround that is simple, portable, and efficient.
  1673. # So, don't put newlines in cache variables' values.
  1674. # Ultrix sh set writes to stderr and can't be redirected directly,
  1675. # and sets the high bit in the cache file unless we assign to the vars.
  1676. (set) 2>&1 |
  1677.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1678.   *ac_space= *)
  1679.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1680.     # turns \\ into \, and sed turns \ into ).
  1681.     sed -n 
  1682.       -e "s/'/'\\''/g" 
  1683.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1684.     ;;
  1685.   *)
  1686.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1687.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1688.     ;;
  1689.   esac >> confcache
  1690. if cmp -s $cache_file confcache; then
  1691.   :
  1692. else
  1693.   if test -w $cache_file; then
  1694.     echo "updating cache $cache_file"
  1695.     cat confcache > $cache_file
  1696.   else
  1697.     echo "not updating unwritable cache $cache_file"
  1698.   fi
  1699. fi
  1700. rm -f confcache
  1701. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1702. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1703. # Let make expand exec_prefix.
  1704. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1705. # Any assignment to VPATH causes Sun make to only execute
  1706. # the first set of double-colon rules, so remove it if not needed.
  1707. # If there is a colon in the path, we need to keep it.
  1708. if test "x$srcdir" = x.; then
  1709.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1710. fi
  1711. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1712. DEFS=-DHAVE_CONFIG_H
  1713. # Without the "./", some shells look in PATH for config.status.
  1714. : ${CONFIG_STATUS=./config.status}
  1715. echo creating $CONFIG_STATUS
  1716. rm -f $CONFIG_STATUS
  1717. cat > $CONFIG_STATUS <<EOF
  1718. #! /bin/sh
  1719. # Generated automatically by configure.
  1720. # Run this file to recreate the current configuration.
  1721. # This directory was configured as follows,
  1722. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1723. #
  1724. # $0 $ac_configure_args
  1725. #
  1726. # Compiler output produced by configure, useful for debugging
  1727. # configure, is in ./config.log if it exists.
  1728. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1729. for ac_option
  1730. do
  1731.   case "$ac_option" in
  1732.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1733.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1734.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1735.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1736.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1737.     exit 0 ;;
  1738.   -help | --help | --hel | --he | --h)
  1739.     echo "$ac_cs_usage"; exit 0 ;;
  1740.   *) echo "$ac_cs_usage"; exit 1 ;;
  1741.   esac
  1742. done
  1743. ac_given_srcdir=$srcdir
  1744. ac_given_INSTALL="$INSTALL"
  1745. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1746. EOF
  1747. cat >> $CONFIG_STATUS <<EOF
  1748. # Protect against being on the right side of a sed subst in config.status.
  1749. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1750.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1751. $ac_vpsub
  1752. $extrasub
  1753. s%@SHELL@%$SHELL%g
  1754. s%@CFLAGS@%$CFLAGS%g
  1755. s%@CPPFLAGS@%$CPPFLAGS%g
  1756. s%@CXXFLAGS@%$CXXFLAGS%g
  1757. s%@FFLAGS@%$FFLAGS%g
  1758. s%@DEFS@%$DEFS%g
  1759. s%@LDFLAGS@%$LDFLAGS%g
  1760. s%@LIBS@%$LIBS%g
  1761. s%@exec_prefix@%$exec_prefix%g
  1762. s%@prefix@%$prefix%g
  1763. s%@program_transform_name@%$program_transform_name%g
  1764. s%@bindir@%$bindir%g
  1765. s%@sbindir@%$sbindir%g
  1766. s%@libexecdir@%$libexecdir%g
  1767. s%@datadir@%$datadir%g
  1768. s%@sysconfdir@%$sysconfdir%g
  1769. s%@sharedstatedir@%$sharedstatedir%g
  1770. s%@localstatedir@%$localstatedir%g
  1771. s%@libdir@%$libdir%g
  1772. s%@includedir@%$includedir%g
  1773. s%@oldincludedir@%$oldincludedir%g
  1774. s%@infodir@%$infodir%g
  1775. s%@mandir@%$mandir%g
  1776. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1777. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1778. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1779. s%@PACKAGE@%$PACKAGE%g
  1780. s%@VERSION@%$VERSION%g
  1781. s%@ACLOCAL@%$ACLOCAL%g
  1782. s%@AUTOCONF@%$AUTOCONF%g
  1783. s%@AUTOMAKE@%$AUTOMAKE%g
  1784. s%@AUTOHEADER@%$AUTOHEADER%g
  1785. s%@MAKEINFO@%$MAKEINFO%g
  1786. s%@SET_MAKE@%$SET_MAKE%g
  1787. s%@AWK@%$AWK%g
  1788. s%@CC@%$CC%g
  1789. s%@CXX@%$CXX%g
  1790. s%@RANLIB@%$RANLIB%g
  1791. s%@CPP@%$CPP%g
  1792. s%@LIBGDBM@%$LIBGDBM%g
  1793. s%@FOUND_GDBM_TRUE@%$FOUND_GDBM_TRUE%g
  1794. s%@FOUND_GDBM_FALSE@%$FOUND_GDBM_FALSE%g
  1795. CEOF
  1796. EOF
  1797. cat >> $CONFIG_STATUS <<EOF
  1798. # Split the substitutions into bite-sized pieces for seds with
  1799. # small command number limits, like on Digital OSF/1 and HP-UX.
  1800. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1801. ac_file=1 # Number of current file.
  1802. ac_beg=1 # First line for current file.
  1803. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1804. ac_more_lines=:
  1805. ac_sed_cmds=""
  1806. while $ac_more_lines; do
  1807.   if test $ac_beg -gt 1; then
  1808.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1809.   else
  1810.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1811.   fi
  1812.   if test ! -s conftest.s$ac_file; then
  1813.     ac_more_lines=false
  1814.     rm -f conftest.s$ac_file
  1815.   else
  1816.     if test -z "$ac_sed_cmds"; then
  1817.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1818.     else
  1819.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1820.     fi
  1821.     ac_file=`expr $ac_file + 1`
  1822.     ac_beg=$ac_end
  1823.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1824.   fi
  1825. done
  1826. if test -z "$ac_sed_cmds"; then
  1827.   ac_sed_cmds=cat
  1828. fi
  1829. EOF
  1830. cat >> $CONFIG_STATUS <<EOF
  1831. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1832. EOF
  1833. cat >> $CONFIG_STATUS <<EOF
  1834. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1835.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1836.   case "$ac_file" in
  1837.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1838.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1839.   *) ac_file_in="${ac_file}.in" ;;
  1840.   esac
  1841.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1842.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1843.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1844.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1845.     # The file is in a subdirectory.
  1846.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1847.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1848.     # A "../" for each directory in $ac_dir_suffix.
  1849.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1850.   else
  1851.     ac_dir_suffix= ac_dots=
  1852.   fi
  1853.   case "$ac_given_srcdir" in
  1854.   .)  srcdir=.
  1855.       if test -z "$ac_dots"; then top_srcdir=.
  1856.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1857.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1858.   *) # Relative path.
  1859.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1860.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1861.   esac
  1862.   case "$ac_given_INSTALL" in
  1863.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1864.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1865.   esac
  1866.   echo creating "$ac_file"
  1867.   rm -f "$ac_file"
  1868.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1869.   case "$ac_file" in
  1870.   *Makefile*) ac_comsub="1i\
  1871. # $configure_input" ;;
  1872.   *) ac_comsub= ;;
  1873.   esac
  1874.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1875.   sed -e "$ac_comsub
  1876. s%@configure_input@%$configure_input%g
  1877. s%@srcdir@%$srcdir%g
  1878. s%@top_srcdir@%$top_srcdir%g
  1879. s%@INSTALL@%$INSTALL%g
  1880. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1881. fi; done
  1882. rm -f conftest.s*
  1883. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1884. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1885. #
  1886. # ac_d sets the value in "#define NAME VALUE" lines.
  1887. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1888. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1889. ac_dC='3'
  1890. ac_dD='%g'
  1891. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1892. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1893. ac_uB='([  ])%1#2define3'
  1894. ac_uC=' '
  1895. ac_uD='4%g'
  1896. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1897. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1898. ac_eB='$%1#2define3'
  1899. ac_eC=' '
  1900. ac_eD='%g'
  1901. if test "${CONFIG_HEADERS+set}" != set; then
  1902. EOF
  1903. cat >> $CONFIG_STATUS <<EOF
  1904.   CONFIG_HEADERS="config.h"
  1905. EOF
  1906. cat >> $CONFIG_STATUS <<EOF
  1907. fi
  1908. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1909.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1910.   case "$ac_file" in
  1911.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1912.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1913.   *) ac_file_in="${ac_file}.in" ;;
  1914.   esac
  1915.   echo creating $ac_file
  1916.   rm -f conftest.frag conftest.in conftest.out
  1917.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1918.   cat $ac_file_inputs > conftest.in
  1919. EOF
  1920. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1921. # the proper values into config.h.in to produce config.h.  And first:
  1922. # Protect against being on the right side of a sed subst in config.status.
  1923. # Protect against being in an unquoted here document in config.status.
  1924. rm -f conftest.vals
  1925. cat > conftest.hdr <<EOF
  1926. s/[\&%]/\&/g
  1927. s%[\$`]%\&%g
  1928. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1929. s%ac_d%ac_u%gp
  1930. s%ac_u%ac_e%gp
  1931. EOF
  1932. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1933. rm -f conftest.hdr
  1934. # This sed command replaces #undef with comments.  This is necessary, for
  1935. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1936. # on some systems where configure will not decide to define it.
  1937. cat >> conftest.vals <<EOF
  1938. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1939. EOF
  1940. # Break up conftest.vals because some shells have a limit on
  1941. # the size of here documents, and old seds have small limits too.
  1942. rm -f conftest.tail
  1943. while :
  1944. do
  1945.   ac_lines=`grep -c . conftest.vals`
  1946.   # grep -c gives empty output for an empty file on some AIX systems.
  1947.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1948.   # Write a limited-size here document to conftest.frag.
  1949.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1950.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1951.   echo 'CEOF
  1952.   sed -f conftest.frag conftest.in > conftest.out
  1953.   rm -f conftest.in
  1954.   mv conftest.out conftest.in
  1955. ' >> $CONFIG_STATUS
  1956.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1957.   rm -f conftest.vals
  1958.   mv conftest.tail conftest.vals
  1959. done
  1960. rm -f conftest.vals
  1961. cat >> $CONFIG_STATUS <<EOF
  1962.   rm -f conftest.frag conftest.h
  1963.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1964.   cat conftest.in >> conftest.h
  1965.   rm -f conftest.in
  1966.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1967.     echo "$ac_file is unchanged"
  1968.     rm -f conftest.h
  1969.   else
  1970.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1971.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1972.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1973.       # The file is in a subdirectory.
  1974.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1975.     fi
  1976.     rm -f $ac_file
  1977.     mv conftest.h $ac_file
  1978.   fi
  1979. fi; done
  1980. EOF
  1981. cat >> $CONFIG_STATUS <<EOF
  1982. EOF
  1983. cat >> $CONFIG_STATUS <<EOF
  1984. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  1985. exit 0
  1986. EOF
  1987. chmod +x $CONFIG_STATUS
  1988. rm -fr confdefs* $ac_clean_files
  1989. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1