configure
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:219k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_default_prefix=/usr/local/pgsql
  13. ac_help="$ac_help
  14.   --with-template=TEMPLATE
  15.                           use operating system template file 
  16.                               see template directory"
  17. ac_help="$ac_help
  18.   --with-includes=DIR     site header files for tk/tcl, etc in DIR"
  19. ac_help="$ac_help
  20.   --with-libs=DIR         also search for libraries in DIR"
  21. ac_help="$ac_help
  22.   --with-libraries=DIR    also search for libraries in DIR"
  23. ac_help="$ac_help
  24.   --enable-locale         enable locale support "
  25. ac_help="$ac_help
  26.   --enable-recode         enable cyrillic recode support "
  27. ac_help="$ac_help
  28.   --with-mb=<encoding>    enable multi-byte support "
  29. ac_help="$ac_help
  30.   --with-pgport=<portnum> change default startup port "
  31. ac_help="$ac_help
  32.   --with-maxbackends=<n>  set default maximum number of server processes "
  33. ac_help="$ac_help
  34.   --with-tcl              build Tcl interfaces and pgtclsh "
  35. ac_help="$ac_help
  36.   --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR"
  37. ac_help="$ac_help
  38.   --with-tkconfig=DIR     tkConfig.sh is in DIR"
  39. ac_help="$ac_help
  40.   --with-perl             build Perl interface "
  41. ac_help="$ac_help
  42.   --with-odbc             build ODBC driver package "
  43. ac_help="$ac_help
  44.   --with-odbcinst=dir     change default directory for odbcinst.ini"
  45. ac_help="$ac_help
  46.   --enable-cassert        enable assertion checks (debugging) "
  47. ac_help="$ac_help
  48.   --with-CC=compiler      use specific C compiler"
  49. ac_help="$ac_help
  50.   --with-CXX=compiler     use specific C++ compiler
  51.   --without-CXX           prevent building C++ code "
  52. ac_help="$ac_help
  53.   --with-x                use the X Window System"
  54. # Initialize some variables set by options.
  55. # The variables have the same names as the options, with
  56. # dashes changed to underlines.
  57. build=NONE
  58. cache_file=./config.cache
  59. exec_prefix=NONE
  60. host=NONE
  61. no_create=
  62. nonopt=NONE
  63. no_recursion=
  64. prefix=NONE
  65. program_prefix=NONE
  66. program_suffix=NONE
  67. program_transform_name=s,x,x,
  68. silent=
  69. site=
  70. srcdir=
  71. target=NONE
  72. verbose=
  73. x_includes=NONE
  74. x_libraries=NONE
  75. bindir='${exec_prefix}/bin'
  76. sbindir='${exec_prefix}/sbin'
  77. libexecdir='${exec_prefix}/libexec'
  78. datadir='${prefix}/share'
  79. sysconfdir='${prefix}/etc'
  80. sharedstatedir='${prefix}/com'
  81. localstatedir='${prefix}/var'
  82. libdir='${exec_prefix}/lib'
  83. includedir='${prefix}/include'
  84. oldincludedir='/usr/include'
  85. infodir='${prefix}/info'
  86. mandir='${prefix}/man'
  87. # Initialize some other variables.
  88. subdirs=
  89. MFLAGS= MAKEFLAGS=
  90. SHELL=${CONFIG_SHELL-/bin/sh}
  91. # Maximum number of lines to put in a shell here document.
  92. ac_max_here_lines=12
  93. ac_prev=
  94. for ac_option
  95. do
  96.   # If the previous option needs an argument, assign it.
  97.   if test -n "$ac_prev"; then
  98.     eval "$ac_prev=$ac_option"
  99.     ac_prev=
  100.     continue
  101.   fi
  102.   case "$ac_option" in
  103.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  104.   *) ac_optarg= ;;
  105.   esac
  106.   # Accept the important Cygnus configure options, so we can diagnose typos.
  107.   case "$ac_option" in
  108.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  109.     ac_prev=bindir ;;
  110.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  111.     bindir="$ac_optarg" ;;
  112.   -build | --build | --buil | --bui | --bu)
  113.     ac_prev=build ;;
  114.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  115.     build="$ac_optarg" ;;
  116.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  117.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  118.     ac_prev=cache_file ;;
  119.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  120.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  121.     cache_file="$ac_optarg" ;;
  122.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  123.     ac_prev=datadir ;;
  124.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  125.   | --da=*)
  126.     datadir="$ac_optarg" ;;
  127.   -disable-* | --disable-*)
  128.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  129.     # Reject names that are not valid shell variable names.
  130.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  131.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  132.     fi
  133.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  134.     eval "enable_${ac_feature}=no" ;;
  135.   -enable-* | --enable-*)
  136.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  137.     # Reject names that are not valid shell variable names.
  138.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  139.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  140.     fi
  141.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  142.     case "$ac_option" in
  143.       *=*) ;;
  144.       *) ac_optarg=yes ;;
  145.     esac
  146.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  147.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  148.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  149.   | --exec | --exe | --ex)
  150.     ac_prev=exec_prefix ;;
  151.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  152.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  153.   | --exec=* | --exe=* | --ex=*)
  154.     exec_prefix="$ac_optarg" ;;
  155.   -gas | --gas | --ga | --g)
  156.     # Obsolete; use --with-gas.
  157.     with_gas=yes ;;
  158.   -help | --help | --hel | --he)
  159.     # Omit some internal or obsolete options to make the list less imposing.
  160.     # This message is too long to be a string in the A/UX 3.1 sh.
  161.     cat << EOF
  162. Usage: configure [options] [host]
  163. Options: [defaults in brackets after descriptions]
  164. Configuration:
  165.   --cache-file=FILE       cache test results in FILE
  166.   --help                  print this message
  167.   --no-create             do not create output files
  168.   --quiet, --silent       do not print `checking...' messages
  169.   --version               print the version of autoconf that created configure
  170. Directory and file names:
  171.   --prefix=PREFIX         install architecture-independent files in PREFIX
  172.                           [$ac_default_prefix]
  173.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  174.                           [same as prefix]
  175.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  176.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  177.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  178.   --datadir=DIR           read-only architecture-independent data in DIR
  179.                           [PREFIX/share]
  180.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  181.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  182.                           [PREFIX/com]
  183.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  184.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  185.   --includedir=DIR        C header files in DIR [PREFIX/include]
  186.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  187.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  188.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  189.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  190.   --program-prefix=PREFIX prepend PREFIX to installed program names
  191.   --program-suffix=SUFFIX append SUFFIX to installed program names
  192.   --program-transform-name=PROGRAM
  193.                           run sed PROGRAM on installed program names
  194. EOF
  195.     cat << EOF
  196. Host type:
  197.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  198.   --host=HOST             configure for HOST [guessed]
  199.   --target=TARGET         configure for TARGET [TARGET=HOST]
  200. Features and packages:
  201.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  202.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  203.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  204.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  205.   --x-includes=DIR        X include files are in DIR
  206.   --x-libraries=DIR       X library files are in DIR
  207. EOF
  208.     if test -n "$ac_help"; then
  209.       echo "--enable and --with options recognized:$ac_help"
  210.     fi
  211.     exit 0 ;;
  212.   -host | --host | --hos | --ho)
  213.     ac_prev=host ;;
  214.   -host=* | --host=* | --hos=* | --ho=*)
  215.     host="$ac_optarg" ;;
  216.   -includedir | --includedir | --includedi | --included | --include 
  217.   | --includ | --inclu | --incl | --inc)
  218.     ac_prev=includedir ;;
  219.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  220.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  221.     includedir="$ac_optarg" ;;
  222.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  223.     ac_prev=infodir ;;
  224.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  225.     infodir="$ac_optarg" ;;
  226.   -libdir | --libdir | --libdi | --libd)
  227.     ac_prev=libdir ;;
  228.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  229.     libdir="$ac_optarg" ;;
  230.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  231.   | --libexe | --libex | --libe)
  232.     ac_prev=libexecdir ;;
  233.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  234.   | --libexe=* | --libex=* | --libe=*)
  235.     libexecdir="$ac_optarg" ;;
  236.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  237.   | --localstate | --localstat | --localsta | --localst 
  238.   | --locals | --local | --loca | --loc | --lo)
  239.     ac_prev=localstatedir ;;
  240.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  241.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  242.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  243.     localstatedir="$ac_optarg" ;;
  244.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  245.     ac_prev=mandir ;;
  246.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  247.     mandir="$ac_optarg" ;;
  248.   -nfp | --nfp | --nf)
  249.     # Obsolete; use --without-fp.
  250.     with_fp=no ;;
  251.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  252.   | --no-cr | --no-c)
  253.     no_create=yes ;;
  254.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  255.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  256.     no_recursion=yes ;;
  257.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  258.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  259.   | --oldin | --oldi | --old | --ol | --o)
  260.     ac_prev=oldincludedir ;;
  261.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  262.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  263.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  264.     oldincludedir="$ac_optarg" ;;
  265.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  266.     ac_prev=prefix ;;
  267.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  268.     prefix="$ac_optarg" ;;
  269.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  270.   | --program-pre | --program-pr | --program-p)
  271.     ac_prev=program_prefix ;;
  272.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  273.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  274.     program_prefix="$ac_optarg" ;;
  275.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  276.   | --program-suf | --program-su | --program-s)
  277.     ac_prev=program_suffix ;;
  278.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  279.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  280.     program_suffix="$ac_optarg" ;;
  281.   -program-transform-name | --program-transform-name 
  282.   | --program-transform-nam | --program-transform-na 
  283.   | --program-transform-n | --program-transform- 
  284.   | --program-transform | --program-transfor 
  285.   | --program-transfo | --program-transf 
  286.   | --program-trans | --program-tran 
  287.   | --progr-tra | --program-tr | --program-t)
  288.     ac_prev=program_transform_name ;;
  289.   -program-transform-name=* | --program-transform-name=* 
  290.   | --program-transform-nam=* | --program-transform-na=* 
  291.   | --program-transform-n=* | --program-transform-=* 
  292.   | --program-transform=* | --program-transfor=* 
  293.   | --program-transfo=* | --program-transf=* 
  294.   | --program-trans=* | --program-tran=* 
  295.   | --progr-tra=* | --program-tr=* | --program-t=*)
  296.     program_transform_name="$ac_optarg" ;;
  297.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  298.   | -silent | --silent | --silen | --sile | --sil)
  299.     silent=yes ;;
  300.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  301.     ac_prev=sbindir ;;
  302.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  303.   | --sbi=* | --sb=*)
  304.     sbindir="$ac_optarg" ;;
  305.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  306.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  307.   | --sharedst | --shareds | --shared | --share | --shar 
  308.   | --sha | --sh)
  309.     ac_prev=sharedstatedir ;;
  310.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  311.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  312.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  313.   | --sha=* | --sh=*)
  314.     sharedstatedir="$ac_optarg" ;;
  315.   -site | --site | --sit)
  316.     ac_prev=site ;;
  317.   -site=* | --site=* | --sit=*)
  318.     site="$ac_optarg" ;;
  319.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  320.     ac_prev=srcdir ;;
  321.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  322.     srcdir="$ac_optarg" ;;
  323.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  324.   | --syscon | --sysco | --sysc | --sys | --sy)
  325.     ac_prev=sysconfdir ;;
  326.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  327.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  328.     sysconfdir="$ac_optarg" ;;
  329.   -target | --target | --targe | --targ | --tar | --ta | --t)
  330.     ac_prev=target ;;
  331.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  332.     target="$ac_optarg" ;;
  333.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  334.     verbose=yes ;;
  335.   -version | --version | --versio | --versi | --vers)
  336.     echo "configure generated by autoconf version 2.13"
  337.     exit 0 ;;
  338.   -with-* | --with-*)
  339.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  340.     # Reject names that are not valid shell variable names.
  341.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  342.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  343.     fi
  344.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  345.     case "$ac_option" in
  346.       *=*) ;;
  347.       *) ac_optarg=yes ;;
  348.     esac
  349.     eval "with_${ac_package}='$ac_optarg'" ;;
  350.   -without-* | --without-*)
  351.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  352.     # Reject names that are not valid shell variable names.
  353.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  354.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  355.     fi
  356.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  357.     eval "with_${ac_package}=no" ;;
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  362.   | --x-incl | --x-inc | --x-in | --x-i)
  363.     ac_prev=x_includes ;;
  364.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  365.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  366.     x_includes="$ac_optarg" ;;
  367.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  368.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  369.     ac_prev=x_libraries ;;
  370.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  371.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  372.     x_libraries="$ac_optarg" ;;
  373.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  374.     ;;
  375.   *)
  376.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  377.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  378.     fi
  379.     if test "x$nonopt" != xNONE; then
  380.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  381.     fi
  382.     nonopt="$ac_option"
  383.     ;;
  384.   esac
  385. done
  386. if test -n "$ac_prev"; then
  387.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  388. fi
  389. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  390. # File descriptor usage:
  391. # 0 standard input
  392. # 1 file creation
  393. # 2 errors and warnings
  394. # 3 some systems may open it to /dev/tty
  395. # 4 used on the Kubota Titan
  396. # 6 checking for... messages and results
  397. # 5 compiler messages saved in config.log
  398. if test "$silent" = yes; then
  399.   exec 6>/dev/null
  400. else
  401.   exec 6>&1
  402. fi
  403. exec 5>./config.log
  404. echo "
  405. This file contains any messages produced by compilers while
  406. running configure, to aid debugging if configure makes a mistake.
  407. " 1>&5
  408. # Strip out --no-create and --no-recursion so they do not pile up.
  409. # Also quote any args containing shell metacharacters.
  410. ac_configure_args=
  411. for ac_arg
  412. do
  413.   case "$ac_arg" in
  414.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  415.   | --no-cr | --no-c) ;;
  416.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  417.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  418.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  419.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  420.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  421.   esac
  422. done
  423. # NLS nuisances.
  424. # Only set these to C if already set.  These must not be set unconditionally
  425. # because not all systems understand e.g. LANG=C (notably SCO).
  426. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  427. # Non-C LC_CTYPE values break the ctype check.
  428. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  429. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  430. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  431. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  432. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  433. rm -rf conftest* confdefs.h
  434. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  435. echo > confdefs.h
  436. # A filename unique to this package, relative to the directory that
  437. # configure is in, which we can look for to find out if srcdir is correct.
  438. ac_unique_file=backend/access/common/heaptuple.c
  439. # Find the source files, if location was not specified.
  440. if test -z "$srcdir"; then
  441.   ac_srcdir_defaulted=yes
  442.   # Try the directory containing this script, then its parent.
  443.   ac_prog=$0
  444.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  445.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  446.   srcdir=$ac_confdir
  447.   if test ! -r $srcdir/$ac_unique_file; then
  448.     srcdir=..
  449.   fi
  450. else
  451.   ac_srcdir_defaulted=no
  452. fi
  453. if test ! -r $srcdir/$ac_unique_file; then
  454.   if test "$ac_srcdir_defaulted" = yes; then
  455.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  456.   else
  457.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  458.   fi
  459. fi
  460. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  461. # Prefer explicitly selected file to automatically selected ones.
  462. if test -z "$CONFIG_SITE"; then
  463.   if test "x$prefix" != xNONE; then
  464.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  465.   else
  466.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  467.   fi
  468. fi
  469. for ac_site_file in $CONFIG_SITE; do
  470.   if test -r "$ac_site_file"; then
  471.     echo "loading site script $ac_site_file"
  472.     . "$ac_site_file"
  473.   fi
  474. done
  475. if test -r "$cache_file"; then
  476.   echo "loading cache $cache_file"
  477.   . $cache_file
  478. else
  479.   echo "creating cache $cache_file"
  480.   > $cache_file
  481. fi
  482. ac_ext=c
  483. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  484. ac_cpp='$CPP $CPPFLAGS'
  485. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  486. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  487. cross_compiling=$ac_cv_prog_cc_cross
  488. ac_exeext=
  489. ac_objext=o
  490. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  491.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  492.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  493.     ac_n= ac_c='
  494. ' ac_t=' '
  495.   else
  496.     ac_n=-n ac_c= ac_t=
  497.   fi
  498. else
  499.   ac_n= ac_c='c' ac_t=
  500. fi
  501. ac_aux_dir=
  502. for ac_dir in `pwd` $srcdir/`pwd`; do
  503.   if test -f $ac_dir/install-sh; then
  504.     ac_aux_dir=$ac_dir
  505.     ac_install_sh="$ac_aux_dir/install-sh -c"
  506.     break
  507.   elif test -f $ac_dir/install.sh; then
  508.     ac_aux_dir=$ac_dir
  509.     ac_install_sh="$ac_aux_dir/install.sh -c"
  510.     break
  511.   fi
  512. done
  513. if test -z "$ac_aux_dir"; then
  514.   { echo "configure: error: can not find install-sh or install.sh in `pwd` $srcdir/`pwd`" 1>&2; exit 1; }
  515. fi
  516. ac_config_guess=$ac_aux_dir/config.guess
  517. ac_config_sub=$ac_aux_dir/config.sub
  518. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  519. # Make sure we can run config.sub.
  520. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  521. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  522. fi
  523. echo $ac_n "checking host system type""... $ac_c" 1>&6
  524. echo "configure:597: checking host system type" >&5
  525. host_alias=$host
  526. case "$host_alias" in
  527. NONE)
  528.   case $nonopt in
  529.   NONE)
  530.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  531.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  532.     fi ;;
  533.   *) host_alias=$nonopt ;;
  534.   esac ;;
  535. esac
  536. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  537. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  538. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  539. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  540. echo "$ac_t""$host" 1>&6
  541. tas_file=dummy.s
  542. case "$host_os" in
  543.  solaris*)
  544. case "$host_cpu" in
  545.   sparc) os=solaris_sparc need_tas=yes tas_file=solaris_sparc.s ;;
  546.    i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;;
  547. esac ;;
  548.    sunos*) os=sunos4 need_tas=no ;;
  549.      beos) os=beos need_tas=no ;;
  550.      aux*) os=aux need_tas=no ;;
  551.    linux*) os=linux need_tas=no ;;
  552.     bsdi*) os=bsdi need_tas=no ;;
  553.  freebsd1*|freebsd2*) os=freebsd need_tas=no ;;
  554.  freebsd*) os=freebsd need_tas=no elf=yes ;;
  555.   netbsd*)
  556. os=bsd need_tas=no
  557. case "$host_cpu" in
  558.   powerpc) elf=yes ;;
  559. esac ;;
  560.   openbsd*) os=bsd need_tas=no ;;
  561.     dgux*) os=dgux need_tas=no ;;
  562.      aix*) os=aix need_tas=no ;;
  563. nextstep*) os=nextstep need_tas=no ;;
  564.   ultrix*) os=ultrix4 need_tas=no ;;
  565.     irix*) os=irix5 need_tas=no ;;
  566.     hpux*) os=hpux need_tas=yes tas_file=hpux.s ;;
  567.      osf*) os=alpha need_tas=no ;;
  568.      sco*) os=sco need_tas=no ;;
  569.  machten*) os=machten need_tas=no ;;
  570.   cygwin*) os=win need_tas=no ;;
  571.  sysv4.2*)
  572.        case "$host_vendor" in
  573.        univel) os=univel need_tas=no ;;
  574.     *) os=unknown need_tas=no ;;
  575.        esac ;;
  576.    sysv4*) os=svr4 need_tas=no ;;
  577.    unixware*) os=unixware need_tas=no ;;
  578. *) echo ""
  579.    echo "*************************************************************"
  580.    echo "configure does not currently recognize your operating system,"
  581.    echo "therefore you must do a manual configuration of:"
  582.    echo "$host_os"
  583.    echo "Please contact scrappy@hub.org to see about rectifying this, "
  584.    echo "including the above 'checking host system type...' line "
  585.    echo "*************************************************************"
  586.    echo ""
  587.    exit;;
  588. esac
  589. PORTNAME=${os}
  590. CPU=${host_cpu}
  591. if test "X$need_tas" = "Xyes"
  592. then
  593. TAS=tas.o
  594. fi
  595. echo "checking echo setting..."
  596. if echo 'c' | grep -s c >/dev/null 2>&1
  597. then
  598. ECHO_N="echo -n"
  599. ECHO_C=""
  600. else
  601. ECHO_N="echo"
  602. ECHO_C='c'
  603. fi
  604. echo $ac_n "checking setting template to""... $ac_c" 1>&6
  605. echo "configure:693: checking setting template to" >&5
  606. # Check whether --with-template or --without-template was given.
  607. if test "${with_template+set}" = set; then
  608.   withval="$with_template"
  609.     TEMPLATE=$withval 
  610. else
  611.   
  612. # First, try for a template exactly matching $host
  613. if test -f "template/$host"
  614. then TEMPLATE="$host"
  615. else
  616.     # Next try for an exact match to a .similar entry.
  617.     # There shouldn't be multiple matches, but take the last if there are.
  618.     GUESS=`grep "^$host=" template/.similar | sed 's/^.*=//' | tail -1`
  619.     if test "$GUESS"
  620.     then TEMPLATE="$GUESS"
  621.     else
  622. # Next look for a .similar entry that is a prefix of $host.
  623. # If there are multiple matches, take the last one.
  624. exec 4<template/.similar
  625. while read LINE <&4
  626. do
  627.     SIMHOST=`expr "$LINE" : '(.*)='`
  628.     MATCH=`expr "$host" : "$SIMHOST"`
  629.     if test "$MATCH" != 0
  630.     then GUESS=`echo "$LINE" | sed 's/^.*=//'`
  631.     fi
  632. done
  633. exec 4<&-
  634. if test "$GUESS"
  635. then TEMPLATE="$GUESS"
  636. else
  637.     # Last chance ... maybe uname -s will match an entry.
  638.     TEMPLATE=`uname -s | tr A-Z a-z` 
  639. fi
  640.     fi
  641. fi
  642.     
  643. fi
  644. echo "$ac_t""$TEMPLATE" 1>&6
  645. export TEMPLATE
  646. if test ! -f "template/$TEMPLATE"; then
  647. echo ""
  648. echo "$TEMPLATE does not exist"
  649. echo ""
  650. echo "Available Templates (set using --with-template):"
  651. echo ""
  652. ls template
  653. echo ""
  654. exit
  655. fi
  656. rm -f conftest.sh
  657. sed 's/^([A-Za-z_]*):(.*)$/1="2"/' "template/$TEMPLATE" >conftest.sh
  658. . ./conftest.sh
  659. rm -f conftest.sh
  660. # Check whether --with-includes or --without-includes was given.
  661. if test "${with_includes+set}" = set; then
  662.   withval="$with_includes"
  663.   
  664. case "$withval" in
  665. "" | y | ye | yes | n | no)
  666.     { echo "configure: error: *** You must supply an argument to the --with-includes option." 1>&2; exit 1; }
  667.   ;;
  668. esac
  669. INCLUDE_DIRS="$withval"
  670.     
  671. fi
  672. if test "$INCLUDE_DIRS" -o "$SRCH_INC"; then
  673. for dir in $INCLUDE_DIRS $SRCH_INC; do
  674. if test -d "$dir"; then
  675. PGSQL_CPPFLAGS="$PGSQL_CPPFLAGS -I$dir"
  676. else
  677. echo "configure: warning: *** Include directory $dir does not exist." 1>&2
  678. fi
  679. done
  680. fi
  681. # Check whether --with-libs or --without-libs was given.
  682. if test "${with_libs+set}" = set; then
  683.   withval="$with_libs"
  684.   
  685. case "$withval" in
  686. "" | y | ye | yes | n | no)
  687.     { echo "configure: error: *** You must supply an argument to the --with-libs option." 1>&2; exit 1; }
  688.   ;;
  689. esac
  690. LIBRARY_DIRS="$withval"
  691.     
  692. fi
  693. # Check whether --with-libraries or --without-libraries was given.
  694. if test "${with_libraries+set}" = set; then
  695.   withval="$with_libraries"
  696.   
  697. case "$withval" in
  698. "" | y | ye | yes | n | no)
  699.     { echo "configure: error: *** You must supply an argument to the --with-libraries option." 1>&2; exit 1; }
  700.   ;;
  701. esac
  702. LIBRARY_DIRS="$withval"
  703.     
  704. fi
  705. if test "$LIBRARY_DIRS" -o "$SRCH_LIB"; then
  706. for dir in $LIBRARY_DIRS $SRCH_LIB; do
  707. if test -d "$dir"; then
  708. PGSQL_LDFLAGS="$PGSQL_LDFLAGS -L$dir"
  709. else
  710. echo "configure: warning: *** Library directory $dir does not exist." 1>&2
  711. fi
  712. done
  713. fi
  714. echo $ac_n "checking setting USE_LOCALE""... $ac_c" 1>&6
  715. echo "configure:819: checking setting USE_LOCALE" >&5
  716. # Check whether --enable-locale or --disable-locale was given.
  717. if test "${enable_locale+set}" = set; then
  718.   enableval="$enable_locale"
  719.   cat >> confdefs.h <<EOF
  720. #define USE_LOCALE 1
  721. EOF
  722.  echo "$ac_t""enabled" 1>&6
  723. else
  724.   echo "$ac_t""disabled" 1>&6
  725. fi
  726. echo $ac_n "checking setting CYR_RECODE""... $ac_c" 1>&6
  727. echo "configure:834: checking setting CYR_RECODE" >&5
  728. # Check whether --enable-recode or --disable-recode was given.
  729. if test "${enable_recode+set}" = set; then
  730.   enableval="$enable_recode"
  731.   cat >> confdefs.h <<EOF
  732. #define CYR_RECODE 1
  733. EOF
  734.  echo "$ac_t""enabled" 1>&6
  735. else
  736.   echo "$ac_t""disabled" 1>&6
  737. fi
  738. echo $ac_n "checking setting MULTIBYTE""... $ac_c" 1>&6
  739. echo "configure:849: checking setting MULTIBYTE" >&5
  740. # Check whether --with-mb or --without-mb was given.
  741. if test "${with_mb+set}" = set; then
  742.   withval="$with_mb"
  743.   
  744. case "$withval" in
  745. EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
  746.     echo "$ac_t"""enabled with $withval"" 1>&6
  747.             ;;
  748. *)
  749.     { echo "configure: error: *** You must supply an argument to the --with-mb option one of EUC_JP,EUC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5,KOI8,WIN,ALT" 1>&2; exit 1; }
  750.   ;;
  751. esac
  752. MULTIBYTE="$withval"
  753.     
  754. else
  755.   echo "$ac_t"""disabled"" 1>&6
  756. fi
  757. echo $ac_n "checking setting DEF_PGPORT""... $ac_c" 1>&6
  758. echo "configure:871: checking setting DEF_PGPORT" >&5
  759. # Check whether --with-pgport or --without-pgport was given.
  760. if test "${with_pgport+set}" = set; then
  761.   withval="$with_pgport"
  762.   cat >> confdefs.h <<EOF
  763. #define DEF_PGPORT "${withval}"
  764. EOF
  765.  echo "$ac_t""$with_pgport" 1>&6
  766. else
  767.   cat >> confdefs.h <<EOF
  768. #define DEF_PGPORT "5432"
  769. EOF
  770.  echo "$ac_t""5432" 1>&6
  771. fi
  772. echo $ac_n "checking setting DEF_MAXBACKENDS""... $ac_c" 1>&6
  773. echo "configure:889: checking setting DEF_MAXBACKENDS" >&5
  774. # Check whether --with-maxbackends or --without-maxbackends was given.
  775. if test "${with_maxbackends+set}" = set; then
  776.   withval="$with_maxbackends"
  777.   cat >> confdefs.h <<EOF
  778. #define DEF_MAXBACKENDS ${withval}
  779. EOF
  780.  echo "$ac_t""$with_maxbackends" 1>&6
  781. else
  782.   cat >> confdefs.h <<EOF
  783. #define DEF_MAXBACKENDS 32
  784. EOF
  785.  echo "$ac_t""32" 1>&6
  786. fi
  787. echo $ac_n "checking setting USE_TCL""... $ac_c" 1>&6
  788. echo "configure:907: checking setting USE_TCL" >&5
  789. # Check whether --with-tcl or --without-tcl was given.
  790. if test "${with_tcl+set}" = set; then
  791.   withval="$with_tcl"
  792.   
  793. case "$withval" in
  794. y | ye | yes) USE_TCL=true; USE_TK=true; echo "$ac_t""enabled" 1>&6 ;;
  795. *) USE_TCL=; USE_TK=; echo "$ac_t""disabled" 1>&6 ;;
  796. esac
  797.    
  798. else
  799.    USE_TCL=; USE_TK=; echo "$ac_t""disabled" 1>&6 
  800. fi
  801. export USE_TCL
  802. export USE_TK
  803. # Check whether --with-tclconfig or --without-tclconfig was given.
  804. if test "${with_tclconfig+set}" = set; then
  805.   withval="$with_tclconfig"
  806.   
  807. case "$withval" in
  808. "" | y | ye | yes | n | no)
  809.     { echo "configure: error: *** You must supply an argument to the --with-tclconfig option." 1>&2; exit 1; }
  810.   ;;
  811. esac
  812. TCL_DIRS="$withval"
  813.     
  814. fi
  815. # Check whether --with-tkconfig or --without-tkconfig was given.
  816. if test "${with_tkconfig+set}" = set; then
  817.   withval="$with_tkconfig"
  818.   
  819. case "$withval" in
  820. "" | y | ye | yes | n | no)
  821.     { echo "configure: error: *** You must supply an argument to the --with-tkconfig option." 1>&2; exit 1; }
  822.   ;;
  823. esac
  824. TK_DIRS="$withval"
  825.     
  826. fi
  827. echo $ac_n "checking setting USE_PERL""... $ac_c" 1>&6
  828. echo "configure:959: checking setting USE_PERL" >&5
  829. # Check whether --with-perl or --without-perl was given.
  830. if test "${with_perl+set}" = set; then
  831.   withval="$with_perl"
  832.   
  833. case "$withval" in
  834. y | ye | yes) USE_PERL=true; echo "$ac_t""enabled" 1>&6 ;;
  835. *) USE_PERL=false; echo "$ac_t""disabled" 1>&6 ;;
  836. esac
  837.    
  838. else
  839.    USE_PERL=false; echo "$ac_t""disabled" 1>&6 
  840. fi
  841. echo $ac_n "checking setting USE_ODBC""... $ac_c" 1>&6
  842. echo "configure:976: checking setting USE_ODBC" >&5
  843. # Check whether --with-odbc or --without-odbc was given.
  844. if test "${with_odbc+set}" = set; then
  845.   withval="$with_odbc"
  846.   
  847. case "$withval" in
  848. y | ye | yes) USE_ODBC=true; echo "$ac_t""enabled" 1>&6 ;;
  849. *) USE_ODBC=false; echo "$ac_t""disabled" 1>&6 ;;
  850. esac
  851.    
  852. else
  853.    USE_ODBC=false; echo "$ac_t""disabled" 1>&6 
  854. fi
  855. export USE_ODBC
  856. if test "X$USE_ODBC" = "Xtrue"
  857. then
  858.    
  859.    
  860.    
  861.    
  862.    echo $ac_n "checking setting ODBCINST""... $ac_c" 1>&6
  863. echo "configure:1001: checking setting ODBCINST" >&5
  864.    # Check whether --with-odbcinst or --without-odbcinst was given.
  865. if test "${with_odbcinst+set}" = set; then
  866.   withval="$with_odbcinst"
  867.   cat >> confdefs.h <<EOF
  868. #define ODBCINST ${with_odbcinst}
  869. EOF
  870.  echo "$ac_t""$with_odbcinst" 1>&6
  871. else
  872.   cat >> confdefs.h <<EOF
  873. #define ODBCINST ${ODBCINSTDIR}
  874. EOF
  875.  echo "$ac_t""${ODBCINSTDIR}" 1>&6
  876.    
  877. fi
  878. fi
  879. if test "X$with_odbcinst" != "X"
  880. then
  881.     ODBCINSTDIR=$with_odbcinst
  882. fi
  883. echo $ac_n "checking setting ASSERT CHECKING""... $ac_c" 1>&6
  884. echo "configure:1025: checking setting ASSERT CHECKING" >&5
  885. # Check whether --enable-cassert or --disable-cassert was given.
  886. if test "${enable_cassert+set}" = set; then
  887.   enableval="$enable_cassert"
  888.   cat >> confdefs.h <<EOF
  889. #define USE_ASSERT_CHECKING 1
  890. EOF
  891.  echo "$ac_t""enabled" 1>&6
  892. else
  893.   echo "$ac_t""disabled" 1>&6
  894. fi
  895. # Check whether --with-CC or --without-CC was given.
  896. if test "${with_CC+set}" = set; then
  897.   withval="$with_CC"
  898.   
  899. case "$withval" in
  900. "" | y | ye | yes | n | no)
  901.     { echo "configure: error: *** You must supply an argument to the --with-CC option." 1>&2; exit 1; }
  902.   ;;
  903. esac
  904. CC="$withval"
  905.     
  906. fi
  907. # Extract the first word of "gcc", so it can be a program name with args.
  908. set dummy gcc; ac_word=$2
  909. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  910. echo "configure:1056: checking for $ac_word" >&5
  911. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  912.   echo $ac_n "(cached) $ac_c" 1>&6
  913. else
  914.   if test -n "$CC"; then
  915.   ac_cv_prog_CC="$CC" # Let the user override the test.
  916. else
  917.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  918.   ac_dummy="$PATH"
  919.   for ac_dir in $ac_dummy; do
  920.     test -z "$ac_dir" && ac_dir=.
  921.     if test -f $ac_dir/$ac_word; then
  922.       ac_cv_prog_CC="gcc"
  923.       break
  924.     fi
  925.   done
  926.   IFS="$ac_save_ifs"
  927. fi
  928. fi
  929. CC="$ac_cv_prog_CC"
  930. if test -n "$CC"; then
  931.   echo "$ac_t""$CC" 1>&6
  932. else
  933.   echo "$ac_t""no" 1>&6
  934. fi
  935. if test -z "$CC"; then
  936.   # Extract the first word of "cc", so it can be a program name with args.
  937. set dummy cc; ac_word=$2
  938. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  939. echo "configure:1086: checking for $ac_word" >&5
  940. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  941.   echo $ac_n "(cached) $ac_c" 1>&6
  942. else
  943.   if test -n "$CC"; then
  944.   ac_cv_prog_CC="$CC" # Let the user override the test.
  945. else
  946.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  947.   ac_prog_rejected=no
  948.   ac_dummy="$PATH"
  949.   for ac_dir in $ac_dummy; do
  950.     test -z "$ac_dir" && ac_dir=.
  951.     if test -f $ac_dir/$ac_word; then
  952.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  953.         ac_prog_rejected=yes
  954. continue
  955.       fi
  956.       ac_cv_prog_CC="cc"
  957.       break
  958.     fi
  959.   done
  960.   IFS="$ac_save_ifs"
  961. if test $ac_prog_rejected = yes; then
  962.   # We found a bogon in the path, so make sure we never use it.
  963.   set dummy $ac_cv_prog_CC
  964.   shift
  965.   if test $# -gt 0; then
  966.     # We chose a different compiler from the bogus one.
  967.     # However, it has the same basename, so the bogon will be chosen
  968.     # first if we set CC to just the basename; use the full file name.
  969.     shift
  970.     set dummy "$ac_dir/$ac_word" "$@"
  971.     shift
  972.     ac_cv_prog_CC="$@"
  973.   fi
  974. fi
  975. fi
  976. fi
  977. CC="$ac_cv_prog_CC"
  978. if test -n "$CC"; then
  979.   echo "$ac_t""$CC" 1>&6
  980. else
  981.   echo "$ac_t""no" 1>&6
  982. fi
  983.   if test -z "$CC"; then
  984.     case "`uname -s`" in
  985.     *win32* | *WIN32*)
  986.       # Extract the first word of "cl", so it can be a program name with args.
  987. set dummy cl; ac_word=$2
  988. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  989. echo "configure:1137: checking for $ac_word" >&5
  990. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  991.   echo $ac_n "(cached) $ac_c" 1>&6
  992. else
  993.   if test -n "$CC"; then
  994.   ac_cv_prog_CC="$CC" # Let the user override the test.
  995. else
  996.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  997.   ac_dummy="$PATH"
  998.   for ac_dir in $ac_dummy; do
  999.     test -z "$ac_dir" && ac_dir=.
  1000.     if test -f $ac_dir/$ac_word; then
  1001.       ac_cv_prog_CC="cl"
  1002.       break
  1003.     fi
  1004.   done
  1005.   IFS="$ac_save_ifs"
  1006. fi
  1007. fi
  1008. CC="$ac_cv_prog_CC"
  1009. if test -n "$CC"; then
  1010.   echo "$ac_t""$CC" 1>&6
  1011. else
  1012.   echo "$ac_t""no" 1>&6
  1013. fi
  1014.  ;;
  1015.     esac
  1016.   fi
  1017.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  1018. fi
  1019. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1020. echo "configure:1169: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  1021. ac_ext=c
  1022. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1023. ac_cpp='$CPP $CPPFLAGS'
  1024. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1025. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1026. cross_compiling=$ac_cv_prog_cc_cross
  1027. cat > conftest.$ac_ext << EOF
  1028. #line 1180 "configure"
  1029. #include "confdefs.h"
  1030. main(){return(0);}
  1031. EOF
  1032. if { (eval echo configure:1185: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1033.   ac_cv_prog_cc_works=yes
  1034.   # If we can't run a trivial program, we are probably using a cross compiler.
  1035.   if (./conftest; exit) 2>/dev/null; then
  1036.     ac_cv_prog_cc_cross=no
  1037.   else
  1038.     ac_cv_prog_cc_cross=yes
  1039.   fi
  1040. else
  1041.   echo "configure: failed program was:" >&5
  1042.   cat conftest.$ac_ext >&5
  1043.   ac_cv_prog_cc_works=no
  1044. fi
  1045. rm -fr conftest*
  1046. ac_ext=c
  1047. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1048. ac_cpp='$CPP $CPPFLAGS'
  1049. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1050. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1051. cross_compiling=$ac_cv_prog_cc_cross
  1052. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1053. if test $ac_cv_prog_cc_works = no; then
  1054.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1055. fi
  1056. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1057. echo "configure:1211: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1058. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1059. cross_compiling=$ac_cv_prog_cc_cross
  1060. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1061. echo "configure:1216: checking whether we are using GNU C" >&5
  1062. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  1063.   echo $ac_n "(cached) $ac_c" 1>&6
  1064. else
  1065.   cat > conftest.c <<EOF
  1066. #ifdef __GNUC__
  1067.   yes;
  1068. #endif
  1069. EOF
  1070. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1225: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1071.   ac_cv_prog_gcc=yes
  1072. else
  1073.   ac_cv_prog_gcc=no
  1074. fi
  1075. fi
  1076. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1077. if test $ac_cv_prog_gcc = yes; then
  1078.   GCC=yes
  1079. else
  1080.   GCC=
  1081. fi
  1082. ac_test_CFLAGS="${CFLAGS+set}"
  1083. ac_save_CFLAGS="$CFLAGS"
  1084. CFLAGS=
  1085. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1086. echo "configure:1244: checking whether ${CC-cc} accepts -g" >&5
  1087. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  1088.   echo $ac_n "(cached) $ac_c" 1>&6
  1089. else
  1090.   echo 'void f(){}' > conftest.c
  1091. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1092.   ac_cv_prog_cc_g=yes
  1093. else
  1094.   ac_cv_prog_cc_g=no
  1095. fi
  1096. rm -f conftest*
  1097. fi
  1098. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1099. if test "$ac_test_CFLAGS" = set; then
  1100.   CFLAGS="$ac_save_CFLAGS"
  1101. elif test $ac_cv_prog_cc_g = yes; then
  1102.   if test "$GCC" = yes; then
  1103.     CFLAGS="-g -O2"
  1104.   else
  1105.     CFLAGS="-g"
  1106.   fi
  1107. else
  1108.   if test "$GCC" = yes; then
  1109.     CFLAGS="-O2"
  1110.   else
  1111.     CFLAGS=
  1112.   fi
  1113. fi
  1114. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1115. echo "configure:1276: checking how to run the C preprocessor" >&5
  1116. # On Suns, sometimes $CPP names a directory.
  1117. if test -n "$CPP" && test -d "$CPP"; then
  1118.   CPP=
  1119. fi
  1120. if test -z "$CPP"; then
  1121. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1122.   echo $ac_n "(cached) $ac_c" 1>&6
  1123. else
  1124.     # This must be in double quotes, not single quotes, because CPP may get
  1125.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1126.   CPP="${CC-cc} -E"
  1127.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1128.   # not just through cpp.
  1129.   cat > conftest.$ac_ext <<EOF
  1130. #line 1291 "configure"
  1131. #include "confdefs.h"
  1132. #include <assert.h>
  1133. Syntax Error
  1134. EOF
  1135. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1136. { (eval echo configure:1297: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1137. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1138. if test -z "$ac_err"; then
  1139.   :
  1140. else
  1141.   echo "$ac_err" >&5
  1142.   echo "configure: failed program was:" >&5
  1143.   cat conftest.$ac_ext >&5
  1144.   rm -rf conftest*
  1145.   CPP="${CC-cc} -E -traditional-cpp"
  1146.   cat > conftest.$ac_ext <<EOF
  1147. #line 1308 "configure"
  1148. #include "confdefs.h"
  1149. #include <assert.h>
  1150. Syntax Error
  1151. EOF
  1152. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1153. { (eval echo configure:1314: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1154. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1155. if test -z "$ac_err"; then
  1156.   :
  1157. else
  1158.   echo "$ac_err" >&5
  1159.   echo "configure: failed program was:" >&5
  1160.   cat conftest.$ac_ext >&5
  1161.   rm -rf conftest*
  1162.   CPP="${CC-cc} -nologo -E"
  1163.   cat > conftest.$ac_ext <<EOF
  1164. #line 1325 "configure"
  1165. #include "confdefs.h"
  1166. #include <assert.h>
  1167. Syntax Error
  1168. EOF
  1169. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1170. { (eval echo configure:1331: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1171. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1172. if test -z "$ac_err"; then
  1173.   :
  1174. else
  1175.   echo "$ac_err" >&5
  1176.   echo "configure: failed program was:" >&5
  1177.   cat conftest.$ac_ext >&5
  1178.   rm -rf conftest*
  1179.   CPP=/lib/cpp
  1180. fi
  1181. rm -f conftest*
  1182. fi
  1183. rm -f conftest*
  1184. fi
  1185. rm -f conftest*
  1186.   ac_cv_prog_CPP="$CPP"
  1187. fi
  1188.   CPP="$ac_cv_prog_CPP"
  1189. else
  1190.   ac_cv_prog_CPP="$CPP"
  1191. fi
  1192. echo "$ac_t""$CPP" 1>&6
  1193. if test $ac_cv_prog_gcc = yes; then
  1194.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  1195. echo "configure:1357: checking whether ${CC-cc} needs -traditional" >&5
  1196. if eval "test "`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`" = set"; then
  1197.   echo $ac_n "(cached) $ac_c" 1>&6
  1198. else
  1199.     ac_pattern="Autoconf.*'x'"
  1200.   cat > conftest.$ac_ext <<EOF
  1201. #line 1363 "configure"
  1202. #include "confdefs.h"
  1203. #include <sgtty.h>
  1204. Autoconf TIOCGETP
  1205. EOF
  1206. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1207.   egrep "$ac_pattern" >/dev/null 2>&1; then
  1208.   rm -rf conftest*
  1209.   ac_cv_prog_gcc_traditional=yes
  1210. else
  1211.   rm -rf conftest*
  1212.   ac_cv_prog_gcc_traditional=no
  1213. fi
  1214. rm -f conftest*
  1215.   if test $ac_cv_prog_gcc_traditional = no; then
  1216.     cat > conftest.$ac_ext <<EOF
  1217. #line 1381 "configure"
  1218. #include "confdefs.h"
  1219. #include <termio.h>
  1220. Autoconf TCGETA
  1221. EOF
  1222. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1223.   egrep "$ac_pattern" >/dev/null 2>&1; then
  1224.   rm -rf conftest*
  1225.   ac_cv_prog_gcc_traditional=yes
  1226. fi
  1227. rm -f conftest*
  1228.   fi
  1229. fi
  1230. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  1231.   if test $ac_cv_prog_gcc_traditional = yes; then
  1232.     CC="$CC -traditional"
  1233.   fi
  1234. fi
  1235. if test "$CC" = "gcc"
  1236. then
  1237. CC_VERSION=`${CC} --version`
  1238. else
  1239. CC_VERSION=""
  1240. fi
  1241. CPPFLAGS="$CPPFLAGS $PGSQL_CPPFLAGS"
  1242. echo "- setting CPPFLAGS=$CPPFLAGS"
  1243. LDFLAGS="$LDFLAGS $PGSQL_LDFLAGS"
  1244. echo "- setting LDFLAGS=$LDFLAGS"
  1245. # Assume system is ELF if it predefines __ELF__ as 1,
  1246. # otherwise believe "elf" setting from check of host_os above.
  1247. cat > conftest.$ac_ext <<EOF
  1248. #line 1420 "configure"
  1249. #include "confdefs.h"
  1250. #if __ELF__
  1251.   yes
  1252. #endif
  1253. EOF
  1254. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1255.   egrep "yes" >/dev/null 2>&1; then
  1256.   rm -rf conftest*
  1257.   ELF_SYS=true
  1258. else
  1259.   rm -rf conftest*
  1260.   if test "X$elf" = "Xyes"
  1261. then
  1262. ELF_SYS=true
  1263. else
  1264. ELF_SYS=
  1265. fi
  1266. fi
  1267. rm -f conftest*
  1268. HAVECXX='HAVE_Cplusplus=true'
  1269. # Check whether --with-CXX or --without-CXX was given.
  1270. if test "${with_CXX+set}" = set; then
  1271.   withval="$with_CXX"
  1272.   
  1273. case "$withval" in
  1274. "" | y | ye | yes)
  1275.     { echo "configure: error: *** You must supply an argument to the --with-CC option." 1>&2; exit 1; }
  1276.   ;;
  1277. n | no)
  1278.     HAVECXX='HAVE_Cplusplus=false'
  1279.   ;;
  1280. esac
  1281. CXX="$withval"
  1282.     
  1283. else
  1284.      for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
  1285. do
  1286. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1287. set dummy $ac_prog; ac_word=$2
  1288. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1289. echo "configure:1482: checking for $ac_word" >&5
  1290. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  1291.   echo $ac_n "(cached) $ac_c" 1>&6
  1292. else
  1293.   if test -n "$CXX"; then
  1294.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1295. else
  1296.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1297.   ac_dummy="$PATH"
  1298.   for ac_dir in $ac_dummy; do
  1299.     test -z "$ac_dir" && ac_dir=.
  1300.     if test -f $ac_dir/$ac_word; then
  1301.       ac_cv_prog_CXX="$ac_prog"
  1302.       break
  1303.     fi
  1304.   done
  1305.   IFS="$ac_save_ifs"
  1306. fi
  1307. fi
  1308. CXX="$ac_cv_prog_CXX"
  1309. if test -n "$CXX"; then
  1310.   echo "$ac_t""$CXX" 1>&6
  1311. else
  1312.   echo "$ac_t""no" 1>&6
  1313. fi
  1314. test -n "$CXX" && break
  1315. done
  1316. test -n "$CXX" || CXX="gcc"
  1317. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1318. echo "configure:1514: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
  1319. ac_ext=C
  1320. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1321. ac_cpp='$CXXCPP $CPPFLAGS'
  1322. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1323. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1324. cross_compiling=$ac_cv_prog_cxx_cross
  1325. cat > conftest.$ac_ext << EOF
  1326. #line 1525 "configure"
  1327. #include "confdefs.h"
  1328. int main(){return(0);}
  1329. EOF
  1330. if { (eval echo configure:1530: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1331.   ac_cv_prog_cxx_works=yes
  1332.   # If we can't run a trivial program, we are probably using a cross compiler.
  1333.   if (./conftest; exit) 2>/dev/null; then
  1334.     ac_cv_prog_cxx_cross=no
  1335.   else
  1336.     ac_cv_prog_cxx_cross=yes
  1337.   fi
  1338. else
  1339.   echo "configure: failed program was:" >&5
  1340.   cat conftest.$ac_ext >&5
  1341.   ac_cv_prog_cxx_works=no
  1342. fi
  1343. rm -fr conftest*
  1344. ac_ext=c
  1345. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1346. ac_cpp='$CPP $CPPFLAGS'
  1347. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1348. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1349. cross_compiling=$ac_cv_prog_cc_cross
  1350. echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
  1351. if test $ac_cv_prog_cxx_works = no; then
  1352.   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
  1353. fi
  1354. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1355. echo "configure:1556: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
  1356. echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
  1357. cross_compiling=$ac_cv_prog_cxx_cross
  1358. echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  1359. echo "configure:1561: checking whether we are using GNU C++" >&5
  1360. if eval "test "`echo '$''{'ac_cv_prog_gxx'+set}'`" = set"; then
  1361.   echo $ac_n "(cached) $ac_c" 1>&6
  1362. else
  1363.   cat > conftest.C <<EOF
  1364. #ifdef __GNUC__
  1365.   yes;
  1366. #endif
  1367. EOF
  1368. if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1570: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1369.   ac_cv_prog_gxx=yes
  1370. else
  1371.   ac_cv_prog_gxx=no
  1372. fi
  1373. fi
  1374. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  1375. if test $ac_cv_prog_gxx = yes; then
  1376.   GXX=yes
  1377. else
  1378.   GXX=
  1379. fi
  1380. ac_test_CXXFLAGS="${CXXFLAGS+set}"
  1381. ac_save_CXXFLAGS="$CXXFLAGS"
  1382. CXXFLAGS=
  1383. echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  1384. echo "configure:1589: checking whether ${CXX-g++} accepts -g" >&5
  1385. if eval "test "`echo '$''{'ac_cv_prog_cxx_g'+set}'`" = set"; then
  1386.   echo $ac_n "(cached) $ac_c" 1>&6
  1387. else
  1388.   echo 'void f(){}' > conftest.cc
  1389. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  1390.   ac_cv_prog_cxx_g=yes
  1391. else
  1392.   ac_cv_prog_cxx_g=no
  1393. fi
  1394. rm -f conftest*
  1395. fi
  1396. echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
  1397. if test "$ac_test_CXXFLAGS" = set; then
  1398.   CXXFLAGS="$ac_save_CXXFLAGS"
  1399. elif test $ac_cv_prog_cxx_g = yes; then
  1400.   if test "$GXX" = yes; then
  1401.     CXXFLAGS="-g -O2"
  1402.   else
  1403.     CXXFLAGS="-g"
  1404.   fi
  1405. else
  1406.   if test "$GXX" = yes; then
  1407.     CXXFLAGS="-O2"
  1408.   else
  1409.     CXXFLAGS=
  1410.   fi
  1411. fi
  1412. fi
  1413. ac_ext=c
  1414. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1415. ac_cpp='$CPP $CPPFLAGS'
  1416. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1417. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1418. cross_compiling=$ac_cv_prog_cc_cross
  1419. # Find a good install program.  We prefer a C program (faster),
  1420. # so one script is as good as another.  But avoid the broken or
  1421. # incompatible versions:
  1422. # SysV /etc/install, /usr/sbin/install
  1423. # SunOS /usr/etc/install
  1424. # IRIX /sbin/install
  1425. # AIX /bin/install
  1426. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1427. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1428. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1429. # ./install, which can be erroneously created by make from ./install.sh.
  1430. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1431. echo "configure:1645: checking for a BSD compatible install" >&5
  1432. if test -z "$INSTALL"; then
  1433. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1434.   echo $ac_n "(cached) $ac_c" 1>&6
  1435. else
  1436.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  1437.   for ac_dir in $PATH; do
  1438.     # Account for people who put trailing slashes in PATH elements.
  1439.     case "$ac_dir/" in
  1440.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1441.     *)
  1442.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1443.       # Don't use installbsd from OSF since it installs stuff as root
  1444.       # by default.
  1445.       for ac_prog in ginstall scoinst install; do
  1446.         if test -f $ac_dir/$ac_prog; then
  1447.   if test $ac_prog = install &&
  1448.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1449.     # AIX install.  It has an incompatible calling convention.
  1450.     :
  1451.   else
  1452.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1453.     break 2
  1454.   fi
  1455. fi
  1456.       done
  1457.       ;;
  1458.     esac
  1459.   done
  1460.   IFS="$ac_save_IFS"
  1461. fi
  1462.   if test "${ac_cv_path_install+set}" = set; then
  1463.     INSTALL="$ac_cv_path_install"
  1464.   else
  1465.     # As a last resort, use the slow shell script.  We don't cache a
  1466.     # path for INSTALL within a source directory, because that will
  1467.     # break other packages using the cache if that directory is
  1468.     # removed, or if the path is relative.
  1469.     INSTALL="$ac_install_sh"
  1470.   fi
  1471. fi
  1472. echo "$ac_t""$INSTALL" 1>&6
  1473. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1474. # It thinks the first close brace ends the variable substitution.
  1475. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1476. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  1477. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1478. INSTLOPTS="-m 444"
  1479. INSTL_EXE_OPTS="-m 555"
  1480. INSTL_LIB_OPTS="-m 644"
  1481. INSTL_SHLIB_OPTS="-m 644"
  1482. case "$host_os" in
  1483.  hpux*)
  1484. INSTL_SHLIB_OPTS="-m 555" ;;
  1485. esac
  1486. ECHO_N_OUT=`echo -n "" | wc -c`
  1487. ECHO_C_OUT=`echo "c" | wc -c`
  1488. if test "$ECHO_N_OUT" -eq 0; then
  1489. DASH_N='-n'
  1490. BACKSLASH_C=
  1491. else
  1492. if test "ECHO_C_OUT" -eq 0; then
  1493. DASH_N=
  1494. BACKSLASH_C='\\c'
  1495. else
  1496. { echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
  1497. fi
  1498. fi
  1499. # Extract the first word of "flex", so it can be a program name with args.
  1500. set dummy flex; ac_word=$2
  1501. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1502. echo "configure:1733: checking for $ac_word" >&5
  1503. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  1504.   echo $ac_n "(cached) $ac_c" 1>&6
  1505. else
  1506.   if test -n "$LEX"; then
  1507.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1508. else
  1509.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1510.   ac_dummy="$PATH"
  1511.   for ac_dir in $ac_dummy; do
  1512.     test -z "$ac_dir" && ac_dir=.
  1513.     if test -f $ac_dir/$ac_word; then
  1514.       ac_cv_prog_LEX="flex"
  1515.       break
  1516.     fi
  1517.   done
  1518.   IFS="$ac_save_ifs"
  1519.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  1520. fi
  1521. fi
  1522. LEX="$ac_cv_prog_LEX"
  1523. if test -n "$LEX"; then
  1524.   echo "$ac_t""$LEX" 1>&6
  1525. else
  1526.   echo "$ac_t""no" 1>&6
  1527. fi
  1528. if test -z "$LEXLIB"
  1529. then
  1530.   case "$LEX" in
  1531.   flex*) ac_lib=fl ;;
  1532.   *) ac_lib=l ;;
  1533.   esac
  1534.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  1535. echo "configure:1767: checking for yywrap in -l$ac_lib" >&5
  1536. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  1537. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1538.   echo $ac_n "(cached) $ac_c" 1>&6
  1539. else
  1540.   ac_save_LIBS="$LIBS"
  1541. LIBS="-l$ac_lib  $LIBS"
  1542. cat > conftest.$ac_ext <<EOF
  1543. #line 1775 "configure"
  1544. #include "confdefs.h"
  1545. /* Override any gcc2 internal prototype to avoid an error.  */
  1546. /* We use char because int might match the return type of a gcc2
  1547.     builtin and then its argument prototype would still apply.  */
  1548. char yywrap();
  1549. int main() {
  1550. yywrap()
  1551. ; return 0; }
  1552. EOF
  1553. if { (eval echo configure:1786: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1554.   rm -rf conftest*
  1555.   eval "ac_cv_lib_$ac_lib_var=yes"
  1556. else
  1557.   echo "configure: failed program was:" >&5
  1558.   cat conftest.$ac_ext >&5
  1559.   rm -rf conftest*
  1560.   eval "ac_cv_lib_$ac_lib_var=no"
  1561. fi
  1562. rm -f conftest*
  1563. LIBS="$ac_save_LIBS"
  1564. fi
  1565. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1566.   echo "$ac_t""yes" 1>&6
  1567.   LEXLIB="-l$ac_lib"
  1568. else
  1569.   echo "$ac_t""no" 1>&6
  1570. fi
  1571. fi
  1572. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1573. echo "configure:1809: checking whether ln -s works" >&5
  1574. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  1575.   echo $ac_n "(cached) $ac_c" 1>&6
  1576. else
  1577.   rm -f conftestdata
  1578. if ln -s X conftestdata 2>/dev/null
  1579. then
  1580.   rm -f conftestdata
  1581.   ac_cv_prog_LN_S="ln -s"
  1582. else
  1583.   ac_cv_prog_LN_S=ln
  1584. fi
  1585. fi
  1586. LN_S="$ac_cv_prog_LN_S"
  1587. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1588.   echo "$ac_t""yes" 1>&6
  1589. else
  1590.   echo "$ac_t""no" 1>&6
  1591. fi
  1592. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  1593. echo "configure:1830: checking whether ${MAKE-make} sets ${MAKE}" >&5
  1594. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1595. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  1596.   echo $ac_n "(cached) $ac_c" 1>&6
  1597. else
  1598.   cat > conftestmake <<EOF
  1599. all:
  1600. @echo 'ac_maketemp="${MAKE}"'
  1601. EOF
  1602. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1603. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1604. if test -n "$ac_maketemp"; then
  1605.   eval ac_cv_prog_make_${ac_make}_set=yes
  1606. else
  1607.   eval ac_cv_prog_make_${ac_make}_set=no
  1608. fi
  1609. rm -f conftestmake
  1610. fi
  1611. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1612.   echo "$ac_t""yes" 1>&6
  1613.   SET_MAKE=
  1614. else
  1615.   echo "$ac_t""no" 1>&6
  1616.   SET_MAKE="MAKE=${MAKE-make}"
  1617. fi
  1618. # Extract the first word of "ranlib", so it can be a program name with args.
  1619. set dummy ranlib; ac_word=$2
  1620. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1621. echo "configure:1859: checking for $ac_word" >&5
  1622. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1623.   echo $ac_n "(cached) $ac_c" 1>&6
  1624. else
  1625.   if test -n "$RANLIB"; then
  1626.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1627. else
  1628.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1629.   ac_dummy="$PATH"
  1630.   for ac_dir in $ac_dummy; do
  1631.     test -z "$ac_dir" && ac_dir=.
  1632.     if test -f $ac_dir/$ac_word; then
  1633.       ac_cv_prog_RANLIB="ranlib"
  1634.       break
  1635.     fi
  1636.   done
  1637.   IFS="$ac_save_ifs"
  1638.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1639. fi
  1640. fi
  1641. RANLIB="$ac_cv_prog_RANLIB"
  1642. if test -n "$RANLIB"; then
  1643.   echo "$ac_t""$RANLIB" 1>&6
  1644. else
  1645.   echo "$ac_t""no" 1>&6
  1646. fi
  1647. # Extract the first word of "find", so it can be a program name with args.
  1648. set dummy find; ac_word=$2
  1649. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1650. echo "configure:1889: checking for $ac_word" >&5
  1651. if eval "test "`echo '$''{'ac_cv_path_find'+set}'`" = set"; then
  1652.   echo $ac_n "(cached) $ac_c" 1>&6
  1653. else
  1654.   case "$find" in
  1655.   /*)
  1656.   ac_cv_path_find="$find" # Let the user override the test with a path.
  1657.   ;;
  1658.   ?:/*)  
  1659.   ac_cv_path_find="$find" # Let the user override the test with a dos path.
  1660.   ;;
  1661.   *)
  1662.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1663.   ac_dummy="$PATH"
  1664.   for ac_dir in $ac_dummy; do 
  1665.     test -z "$ac_dir" && ac_dir=.
  1666.     if test -f $ac_dir/$ac_word; then
  1667.       ac_cv_path_find="$ac_dir/$ac_word"
  1668.       break
  1669.     fi
  1670.   done
  1671.   IFS="$ac_save_ifs"
  1672.   ;;
  1673. esac
  1674. fi
  1675. find="$ac_cv_path_find"
  1676. if test -n "$find"; then
  1677.   echo "$ac_t""$find" 1>&6
  1678. else
  1679.   echo "$ac_t""no" 1>&6
  1680. fi
  1681. # Extract the first word of "tar", so it can be a program name with args.
  1682. set dummy tar; ac_word=$2
  1683. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1684. echo "configure:1924: checking for $ac_word" >&5
  1685. if eval "test "`echo '$''{'ac_cv_path_tar'+set}'`" = set"; then
  1686.   echo $ac_n "(cached) $ac_c" 1>&6
  1687. else
  1688.   case "$tar" in
  1689.   /*)
  1690.   ac_cv_path_tar="$tar" # Let the user override the test with a path.
  1691.   ;;
  1692.   ?:/*)  
  1693.   ac_cv_path_tar="$tar" # Let the user override the test with a dos path.
  1694.   ;;
  1695.   *)
  1696.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1697.   ac_dummy="$PATH"
  1698.   for ac_dir in $ac_dummy; do 
  1699.     test -z "$ac_dir" && ac_dir=.
  1700.     if test -f $ac_dir/$ac_word; then
  1701.       ac_cv_path_tar="$ac_dir/$ac_word"
  1702.       break
  1703.     fi
  1704.   done
  1705.   IFS="$ac_save_ifs"
  1706.   ;;
  1707. esac
  1708. fi
  1709. tar="$ac_cv_path_tar"
  1710. if test -n "$tar"; then
  1711.   echo "$ac_t""$tar" 1>&6
  1712. else
  1713.   echo "$ac_t""no" 1>&6
  1714. fi
  1715. # Extract the first word of "split", so it can be a program name with args.
  1716. set dummy split; ac_word=$2
  1717. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1718. echo "configure:1959: checking for $ac_word" >&5
  1719. if eval "test "`echo '$''{'ac_cv_path_split'+set}'`" = set"; then
  1720.   echo $ac_n "(cached) $ac_c" 1>&6
  1721. else
  1722.   case "$split" in
  1723.   /*)
  1724.   ac_cv_path_split="$split" # Let the user override the test with a path.
  1725.   ;;
  1726.   ?:/*)  
  1727.   ac_cv_path_split="$split" # Let the user override the test with a dos path.
  1728.   ;;
  1729.   *)
  1730.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1731.   ac_dummy="$PATH"
  1732.   for ac_dir in $ac_dummy; do 
  1733.     test -z "$ac_dir" && ac_dir=.
  1734.     if test -f $ac_dir/$ac_word; then
  1735.       ac_cv_path_split="$ac_dir/$ac_word"
  1736.       break
  1737.     fi
  1738.   done
  1739.   IFS="$ac_save_ifs"
  1740.   ;;
  1741. esac
  1742. fi
  1743. split="$ac_cv_path_split"
  1744. if test -n "$split"; then
  1745.   echo "$ac_t""$split" 1>&6
  1746. else
  1747.   echo "$ac_t""no" 1>&6
  1748. fi
  1749. # Extract the first word of "etags", so it can be a program name with args.
  1750. set dummy etags; ac_word=$2
  1751. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1752. echo "configure:1994: checking for $ac_word" >&5
  1753. if eval "test "`echo '$''{'ac_cv_path_etags'+set}'`" = set"; then
  1754.   echo $ac_n "(cached) $ac_c" 1>&6
  1755. else
  1756.   case "$etags" in
  1757.   /*)
  1758.   ac_cv_path_etags="$etags" # Let the user override the test with a path.
  1759.   ;;
  1760.   ?:/*)  
  1761.   ac_cv_path_etags="$etags" # Let the user override the test with a dos path.
  1762.   ;;
  1763.   *)
  1764.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1765.   ac_dummy="$PATH"
  1766.   for ac_dir in $ac_dummy; do 
  1767.     test -z "$ac_dir" && ac_dir=.
  1768.     if test -f $ac_dir/$ac_word; then
  1769.       ac_cv_path_etags="$ac_dir/$ac_word"
  1770.       break
  1771.     fi
  1772.   done
  1773.   IFS="$ac_save_ifs"
  1774.   ;;
  1775. esac
  1776. fi
  1777. etags="$ac_cv_path_etags"
  1778. if test -n "$etags"; then
  1779.   echo "$ac_t""$etags" 1>&6
  1780. else
  1781.   echo "$ac_t""no" 1>&6
  1782. fi
  1783. # Extract the first word of "xargs", so it can be a program name with args.
  1784. set dummy xargs; ac_word=$2
  1785. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1786. echo "configure:2029: checking for $ac_word" >&5
  1787. if eval "test "`echo '$''{'ac_cv_path_xargs'+set}'`" = set"; then
  1788.   echo $ac_n "(cached) $ac_c" 1>&6
  1789. else
  1790.   case "$xargs" in
  1791.   /*)
  1792.   ac_cv_path_xargs="$xargs" # Let the user override the test with a path.
  1793.   ;;
  1794.   ?:/*)  
  1795.   ac_cv_path_xargs="$xargs" # Let the user override the test with a dos path.
  1796.   ;;
  1797.   *)
  1798.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1799.   ac_dummy="$PATH"
  1800.   for ac_dir in $ac_dummy; do 
  1801.     test -z "$ac_dir" && ac_dir=.
  1802.     if test -f $ac_dir/$ac_word; then
  1803.       ac_cv_path_xargs="$ac_dir/$ac_word"
  1804.       break
  1805.     fi
  1806.   done
  1807.   IFS="$ac_save_ifs"
  1808.   ;;
  1809. esac
  1810. fi
  1811. xargs="$ac_cv_path_xargs"
  1812. if test -n "$xargs"; then
  1813.   echo "$ac_t""$xargs" 1>&6
  1814. else
  1815.   echo "$ac_t""no" 1>&6
  1816. fi
  1817. # Extract the first word of "ipcs", so it can be a program name with args.
  1818. set dummy ipcs; ac_word=$2
  1819. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1820. echo "configure:2064: checking for $ac_word" >&5
  1821. if eval "test "`echo '$''{'ac_cv_path_ipcs'+set}'`" = set"; then
  1822.   echo $ac_n "(cached) $ac_c" 1>&6
  1823. else
  1824.   case "$ipcs" in
  1825.   /*)
  1826.   ac_cv_path_ipcs="$ipcs" # Let the user override the test with a path.
  1827.   ;;
  1828.   ?:/*)  
  1829.   ac_cv_path_ipcs="$ipcs" # Let the user override the test with a dos path.
  1830.   ;;
  1831.   *)
  1832.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1833.   ac_dummy="$PATH"
  1834.   for ac_dir in $ac_dummy; do 
  1835.     test -z "$ac_dir" && ac_dir=.
  1836.     if test -f $ac_dir/$ac_word; then
  1837.       ac_cv_path_ipcs="$ac_dir/$ac_word"
  1838.       break
  1839.     fi
  1840.   done
  1841.   IFS="$ac_save_ifs"
  1842.   ;;
  1843. esac
  1844. fi
  1845. ipcs="$ac_cv_path_ipcs"
  1846. if test -n "$ipcs"; then
  1847.   echo "$ac_t""$ipcs" 1>&6
  1848. else
  1849.   echo "$ac_t""no" 1>&6
  1850. fi
  1851. # Extract the first word of "ipcrm", so it can be a program name with args.
  1852. set dummy ipcrm; ac_word=$2
  1853. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1854. echo "configure:2099: checking for $ac_word" >&5
  1855. if eval "test "`echo '$''{'ac_cv_path_ipcrm'+set}'`" = set"; then
  1856.   echo $ac_n "(cached) $ac_c" 1>&6
  1857. else
  1858.   case "$ipcrm" in
  1859.   /*)
  1860.   ac_cv_path_ipcrm="$ipcrm" # Let the user override the test with a path.
  1861.   ;;
  1862.   ?:/*)  
  1863.   ac_cv_path_ipcrm="$ipcrm" # Let the user override the test with a dos path.
  1864.   ;;
  1865.   *)
  1866.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1867.   ac_dummy="$PATH"
  1868.   for ac_dir in $ac_dummy; do 
  1869.     test -z "$ac_dir" && ac_dir=.
  1870.     if test -f $ac_dir/$ac_word; then
  1871.       ac_cv_path_ipcrm="$ac_dir/$ac_word"
  1872.       break
  1873.     fi
  1874.   done
  1875.   IFS="$ac_save_ifs"
  1876.   ;;
  1877. esac
  1878. fi
  1879. ipcrm="$ac_cv_path_ipcrm"
  1880. if test -n "$ipcrm"; then
  1881.   echo "$ac_t""$ipcrm" 1>&6
  1882. else
  1883.   echo "$ac_t""no" 1>&6
  1884. fi
  1885. for ac_prog in trbsd tr
  1886. do
  1887. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1888. set dummy $ac_prog; ac_word=$2
  1889. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1890. echo "configure:2136: checking for $ac_word" >&5
  1891. if eval "test "`echo '$''{'ac_cv_path_TR'+set}'`" = set"; then
  1892.   echo $ac_n "(cached) $ac_c" 1>&6
  1893. else
  1894.   case "$TR" in
  1895.   /*)
  1896.   ac_cv_path_TR="$TR" # Let the user override the test with a path.
  1897.   ;;
  1898.   ?:/*)  
  1899.   ac_cv_path_TR="$TR" # Let the user override the test with a dos path.
  1900.   ;;
  1901.   *)
  1902.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1903.   ac_dummy="$PATH"
  1904.   for ac_dir in $ac_dummy; do 
  1905.     test -z "$ac_dir" && ac_dir=.
  1906.     if test -f $ac_dir/$ac_word; then
  1907.       ac_cv_path_TR="$ac_dir/$ac_word"
  1908.       break
  1909.     fi
  1910.   done
  1911.   IFS="$ac_save_ifs"
  1912.   ;;
  1913. esac
  1914. fi
  1915. TR="$ac_cv_path_TR"
  1916. if test -n "$TR"; then
  1917.   echo "$ac_t""$TR" 1>&6
  1918. else
  1919.   echo "$ac_t""no" 1>&6
  1920. fi
  1921. test -n "$TR" && break
  1922. done
  1923. test -n "$TR" || TR="NOT_FOUND"
  1924. for ac_prog in gzcat zcat
  1925. do
  1926. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1927. set dummy $ac_prog; ac_word=$2
  1928. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1929. echo "configure:2177: checking for $ac_word" >&5
  1930. if eval "test "`echo '$''{'ac_cv_path_GZCAT'+set}'`" = set"; then
  1931.   echo $ac_n "(cached) $ac_c" 1>&6
  1932. else
  1933.   case "$GZCAT" in
  1934.   /*)
  1935.   ac_cv_path_GZCAT="$GZCAT" # Let the user override the test with a path.
  1936.   ;;
  1937.   ?:/*)  
  1938.   ac_cv_path_GZCAT="$GZCAT" # Let the user override the test with a dos path.
  1939.   ;;
  1940.   *)
  1941.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1942.   ac_dummy="$PATH"
  1943.   for ac_dir in $ac_dummy; do 
  1944.     test -z "$ac_dir" && ac_dir=.
  1945.     if test -f $ac_dir/$ac_word; then
  1946.       ac_cv_path_GZCAT="$ac_dir/$ac_word"
  1947.       break
  1948.     fi
  1949.   done
  1950.   IFS="$ac_save_ifs"
  1951.   ;;
  1952. esac
  1953. fi
  1954. GZCAT="$ac_cv_path_GZCAT"
  1955. if test -n "$GZCAT"; then
  1956.   echo "$ac_t""$GZCAT" 1>&6
  1957. else
  1958.   echo "$ac_t""no" 1>&6
  1959. fi
  1960. test -n "$GZCAT" && break
  1961. done
  1962. test -n "$GZCAT" || GZCAT="gzcat"
  1963. TRSTRINGS="`echo ABCdef | $TR '[a-z]' '[A-Z]' 2>/dev/null | grep ABCDEF`"
  1964. TRCLASS="`echo ABCdef | $TR '[:lower:]' '[:upper:]' 2>/dev/null | grep ABCDEF`"
  1965. if test "$TRSTRINGS" = "ABCDEF"; then
  1966. TRARGS="'[a-z]' '[A-Z]'"
  1967. elif test "$TRCLASS" = "ABCDEF"; then
  1968. TRARGS="'[:lower:]' '[:upper:]'"
  1969. else
  1970. { echo "configure: error: "Can't find method to convert from upper to lower case with tr"" 1>&2; exit 1; }
  1971. fi
  1972. if test -f "$YACC"
  1973. then
  1974. echo "- Using $YACC $YFLAGS"
  1975. else
  1976.     # Extract the first word of "bison", so it can be a program name with args.
  1977. set dummy bison; ac_word=$2
  1978. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1979. echo "configure:2234: checking for $ac_word" >&5
  1980. if eval "test "`echo '$''{'ac_cv_path_bison'+set}'`" = set"; then
  1981.   echo $ac_n "(cached) $ac_c" 1>&6
  1982. else
  1983.   case "$bison" in
  1984.   /*)
  1985.   ac_cv_path_bison="$bison" # Let the user override the test with a path.
  1986.   ;;
  1987.   ?:/*)  
  1988.   ac_cv_path_bison="$bison" # Let the user override the test with a dos path.
  1989.   ;;
  1990.   *)
  1991.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1992.   ac_dummy="$PATH"
  1993.   for ac_dir in $ac_dummy; do 
  1994.     test -z "$ac_dir" && ac_dir=.
  1995.     if test -f $ac_dir/$ac_word; then
  1996.       ac_cv_path_bison="$ac_dir/$ac_word"
  1997.       break
  1998.     fi
  1999.   done
  2000.   IFS="$ac_save_ifs"
  2001.   ;;
  2002. esac
  2003. fi
  2004. bison="$ac_cv_path_bison"
  2005. if test -n "$bison"; then
  2006.   echo "$ac_t""$bison" 1>&6
  2007. else
  2008.   echo "$ac_t""no" 1>&6
  2009. fi
  2010.     if test -f "$bison"
  2011.     then
  2012. echo "- Using $bison -y $YFLAGS"
  2013. YACC="$bison"
  2014. YFLAGS="-y $YFLAGS"
  2015.     else
  2016. # Extract the first word of "yacc", so it can be a program name with args.
  2017. set dummy yacc; ac_word=$2
  2018. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2019. echo "configure:2275: checking for $ac_word" >&5
  2020. if eval "test "`echo '$''{'ac_cv_path_yacc'+set}'`" = set"; then
  2021.   echo $ac_n "(cached) $ac_c" 1>&6
  2022. else
  2023.   case "$yacc" in
  2024.   /*)
  2025.   ac_cv_path_yacc="$yacc" # Let the user override the test with a path.
  2026.   ;;
  2027.   ?:/*)  
  2028.   ac_cv_path_yacc="$yacc" # Let the user override the test with a dos path.
  2029.   ;;
  2030.   *)
  2031.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2032.   ac_dummy="$PATH"
  2033.   for ac_dir in $ac_dummy; do 
  2034.     test -z "$ac_dir" && ac_dir=.
  2035.     if test -f $ac_dir/$ac_word; then
  2036.       ac_cv_path_yacc="$ac_dir/$ac_word"
  2037.       break
  2038.     fi
  2039.   done
  2040.   IFS="$ac_save_ifs"
  2041.   ;;
  2042. esac
  2043. fi
  2044. yacc="$ac_cv_path_yacc"
  2045. if test -n "$yacc"; then
  2046.   echo "$ac_t""$yacc" 1>&6
  2047. else
  2048.   echo "$ac_t""no" 1>&6
  2049. fi
  2050. echo "- Using $yacc $YFLAGS"
  2051. YACC="$yacc"
  2052.     fi
  2053. fi
  2054. echo $ac_n "checking for main in -lsfio""... $ac_c" 1>&6
  2055. echo "configure:2315: checking for main in -lsfio" >&5
  2056. ac_lib_var=`echo sfio'_'main | sed 'y%./+-%__p_%'`
  2057. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2058.   echo $ac_n "(cached) $ac_c" 1>&6
  2059. else
  2060.   ac_save_LIBS="$LIBS"
  2061. LIBS="-lsfio  $LIBS"
  2062. cat > conftest.$ac_ext <<EOF
  2063. #line 2323 "configure"
  2064. #include "confdefs.h"
  2065. int main() {
  2066. main()
  2067. ; return 0; }
  2068. EOF
  2069. if { (eval echo configure:2330: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2070.   rm -rf conftest*
  2071.   eval "ac_cv_lib_$ac_lib_var=yes"
  2072. else
  2073.   echo "configure: failed program was:" >&5
  2074.   cat conftest.$ac_ext >&5
  2075.   rm -rf conftest*
  2076.   eval "ac_cv_lib_$ac_lib_var=no"
  2077. fi
  2078. rm -f conftest*
  2079. LIBS="$ac_save_LIBS"
  2080. fi
  2081. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2082.   echo "$ac_t""yes" 1>&6
  2083.     ac_tr_lib=HAVE_LIB`echo sfio | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2084.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2085.   cat >> confdefs.h <<EOF
  2086. #define $ac_tr_lib 1
  2087. EOF
  2088.   LIBS="-lsfio $LIBS"
  2089. else
  2090.   echo "$ac_t""no" 1>&6
  2091. fi
  2092. for curses in ncurses curses ; do
  2093. echo $ac_n "checking for main in -l${curses}""... $ac_c" 1>&6
  2094. echo "configure:2359: checking for main in -l${curses}" >&5
  2095. ac_lib_var=`echo ${curses}'_'main | sed 'y%./+-%__p_%'`
  2096. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2097.   echo $ac_n "(cached) $ac_c" 1>&6
  2098. else
  2099.   ac_save_LIBS="$LIBS"
  2100. LIBS="-l${curses}  $LIBS"
  2101. cat > conftest.$ac_ext <<EOF
  2102. #line 2367 "configure"
  2103. #include "confdefs.h"
  2104. int main() {
  2105. main()
  2106. ; return 0; }
  2107. EOF
  2108. if { (eval echo configure:2374: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2109.   rm -rf conftest*
  2110.   eval "ac_cv_lib_$ac_lib_var=yes"
  2111. else
  2112.   echo "configure: failed program was:" >&5
  2113.   cat conftest.$ac_ext >&5
  2114.   rm -rf conftest*
  2115.   eval "ac_cv_lib_$ac_lib_var=no"
  2116. fi
  2117. rm -f conftest*
  2118. LIBS="$ac_save_LIBS"
  2119. fi
  2120. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2121.   echo "$ac_t""yes" 1>&6
  2122.   LIBS="-l${curses} $LIBS"; break
  2123. else
  2124.   echo "$ac_t""no" 1>&6
  2125. fi
  2126. done
  2127. echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
  2128. echo "configure:2396: checking for main in -ltermcap" >&5
  2129. ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
  2130. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2131.   echo $ac_n "(cached) $ac_c" 1>&6
  2132. else
  2133.   ac_save_LIBS="$LIBS"
  2134. LIBS="-ltermcap  $LIBS"
  2135. cat > conftest.$ac_ext <<EOF
  2136. #line 2404 "configure"
  2137. #include "confdefs.h"
  2138. int main() {
  2139. main()
  2140. ; return 0; }
  2141. EOF
  2142. if { (eval echo configure:2411: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2143.   rm -rf conftest*
  2144.   eval "ac_cv_lib_$ac_lib_var=yes"
  2145. else
  2146.   echo "configure: failed program was:" >&5
  2147.   cat conftest.$ac_ext >&5
  2148.   rm -rf conftest*
  2149.   eval "ac_cv_lib_$ac_lib_var=no"
  2150. fi
  2151. rm -f conftest*
  2152. LIBS="$ac_save_LIBS"
  2153. fi
  2154. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2155.   echo "$ac_t""yes" 1>&6
  2156.     ac_tr_lib=HAVE_LIB`echo termcap | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2157.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2158.   cat >> confdefs.h <<EOF
  2159. #define $ac_tr_lib 1
  2160. EOF
  2161.   LIBS="-ltermcap $LIBS"
  2162. else
  2163.   echo "$ac_t""no" 1>&6
  2164. fi
  2165. echo $ac_n "checking for main in -lhistory""... $ac_c" 1>&6
  2166. echo "configure:2439: checking for main in -lhistory" >&5
  2167. ac_lib_var=`echo history'_'main | sed 'y%./+-%__p_%'`
  2168. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2169.   echo $ac_n "(cached) $ac_c" 1>&6
  2170. else
  2171.   ac_save_LIBS="$LIBS"
  2172. LIBS="-lhistory  $LIBS"
  2173. cat > conftest.$ac_ext <<EOF
  2174. #line 2447 "configure"
  2175. #include "confdefs.h"
  2176. int main() {
  2177. main()
  2178. ; return 0; }
  2179. EOF
  2180. if { (eval echo configure:2454: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2181.   rm -rf conftest*
  2182.   eval "ac_cv_lib_$ac_lib_var=yes"
  2183. else
  2184.   echo "configure: failed program was:" >&5
  2185.   cat conftest.$ac_ext >&5
  2186.   rm -rf conftest*
  2187.   eval "ac_cv_lib_$ac_lib_var=no"
  2188. fi
  2189. rm -f conftest*
  2190. LIBS="$ac_save_LIBS"
  2191. fi
  2192. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2193.   echo "$ac_t""yes" 1>&6
  2194.     ac_tr_lib=HAVE_LIB`echo history | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2195.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2196.   cat >> confdefs.h <<EOF
  2197. #define $ac_tr_lib 1
  2198. EOF
  2199.   LIBS="-lhistory $LIBS"
  2200. else
  2201.   echo "$ac_t""no" 1>&6
  2202. fi
  2203. echo $ac_n "checking for main in -lreadline""... $ac_c" 1>&6
  2204. echo "configure:2482: checking for main in -lreadline" >&5
  2205. ac_lib_var=`echo readline'_'main | sed 'y%./+-%__p_%'`
  2206. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2207.   echo $ac_n "(cached) $ac_c" 1>&6
  2208. else
  2209.   ac_save_LIBS="$LIBS"
  2210. LIBS="-lreadline  $LIBS"
  2211. cat > conftest.$ac_ext <<EOF
  2212. #line 2490 "configure"
  2213. #include "confdefs.h"
  2214. int main() {
  2215. main()
  2216. ; return 0; }
  2217. EOF
  2218. if { (eval echo configure:2497: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2219.   rm -rf conftest*
  2220.   eval "ac_cv_lib_$ac_lib_var=yes"
  2221. else
  2222.   echo "configure: failed program was:" >&5
  2223.   cat conftest.$ac_ext >&5
  2224.   rm -rf conftest*
  2225.   eval "ac_cv_lib_$ac_lib_var=no"
  2226. fi
  2227. rm -f conftest*
  2228. LIBS="$ac_save_LIBS"
  2229. fi
  2230. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2231.   echo "$ac_t""yes" 1>&6
  2232.     ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2233.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2234.   cat >> confdefs.h <<EOF
  2235. #define $ac_tr_lib 1
  2236. EOF
  2237.   LIBS="-lreadline $LIBS"
  2238. else
  2239.   echo "$ac_t""no" 1>&6
  2240. fi
  2241. echo $ac_n "checking for write_history in -lreadline""... $ac_c" 1>&6
  2242. echo "configure:2525: checking for write_history in -lreadline" >&5
  2243. ac_lib_var=`echo readline'_'write_history | sed 'y%./+-%__p_%'`
  2244. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2245.   echo $ac_n "(cached) $ac_c" 1>&6
  2246. else
  2247.   ac_save_LIBS="$LIBS"
  2248. LIBS="-lreadline  $LIBS"
  2249. cat > conftest.$ac_ext <<EOF
  2250. #line 2533 "configure"
  2251. #include "confdefs.h"
  2252. /* Override any gcc2 internal prototype to avoid an error.  */
  2253. /* We use char because int might match the return type of a gcc2
  2254.     builtin and then its argument prototype would still apply.  */
  2255. char write_history();
  2256. int main() {
  2257. write_history()
  2258. ; return 0; }
  2259. EOF
  2260. if { (eval echo configure:2544: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2261.   rm -rf conftest*
  2262.   eval "ac_cv_lib_$ac_lib_var=yes"
  2263. else
  2264.   echo "configure: failed program was:" >&5
  2265.   cat conftest.$ac_ext >&5
  2266.   rm -rf conftest*
  2267.   eval "ac_cv_lib_$ac_lib_var=no"
  2268. fi
  2269. rm -f conftest*
  2270. LIBS="$ac_save_LIBS"
  2271. fi
  2272. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2273.   echo "$ac_t""yes" 1>&6
  2274.   cat >> confdefs.h <<EOF
  2275. #define HAVE_HISTORY 1
  2276. EOF
  2277. else
  2278.   echo "$ac_t""no" 1>&6
  2279. fi
  2280. if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
  2281. then
  2282. echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
  2283. echo "configure:2570: checking for main in -lbsd" >&5
  2284. ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
  2285. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2286.   echo $ac_n "(cached) $ac_c" 1>&6
  2287. else
  2288.   ac_save_LIBS="$LIBS"
  2289. LIBS="-lbsd  $LIBS"
  2290. cat > conftest.$ac_ext <<EOF
  2291. #line 2578 "configure"
  2292. #include "confdefs.h"
  2293. int main() {
  2294. main()
  2295. ; return 0; }
  2296. EOF
  2297. if { (eval echo configure:2585: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2298.   rm -rf conftest*
  2299.   eval "ac_cv_lib_$ac_lib_var=yes"
  2300. else
  2301.   echo "configure: failed program was:" >&5
  2302.   cat conftest.$ac_ext >&5
  2303.   rm -rf conftest*
  2304.   eval "ac_cv_lib_$ac_lib_var=no"
  2305. fi
  2306. rm -f conftest*
  2307. LIBS="$ac_save_LIBS"
  2308. fi
  2309. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2310.   echo "$ac_t""yes" 1>&6
  2311.     ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2312.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2313.   cat >> confdefs.h <<EOF
  2314. #define $ac_tr_lib 1
  2315. EOF
  2316.   LIBS="-lbsd $LIBS"
  2317. else
  2318.   echo "$ac_t""no" 1>&6
  2319. fi
  2320. fi
  2321. echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
  2322. echo "configure:2614: checking for main in -lm" >&5
  2323. ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  2324. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2325.   echo $ac_n "(cached) $ac_c" 1>&6
  2326. else
  2327.   ac_save_LIBS="$LIBS"
  2328. LIBS="-lm  $LIBS"
  2329. cat > conftest.$ac_ext <<EOF
  2330. #line 2622 "configure"
  2331. #include "confdefs.h"
  2332. int main() {
  2333. main()
  2334. ; return 0; }
  2335. EOF
  2336. if { (eval echo configure:2629: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2337.   rm -rf conftest*
  2338.   eval "ac_cv_lib_$ac_lib_var=yes"
  2339. else
  2340.   echo "configure: failed program was:" >&5
  2341.   cat conftest.$ac_ext >&5
  2342.   rm -rf conftest*
  2343.   eval "ac_cv_lib_$ac_lib_var=no"
  2344. fi
  2345. rm -f conftest*
  2346. LIBS="$ac_save_LIBS"
  2347. fi
  2348. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2349.   echo "$ac_t""yes" 1>&6
  2350.     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2351.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2352.   cat >> confdefs.h <<EOF
  2353. #define $ac_tr_lib 1
  2354. EOF
  2355.   LIBS="-lm $LIBS"
  2356. else
  2357.   echo "$ac_t""no" 1>&6
  2358. fi
  2359. echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
  2360. echo "configure:2657: checking for main in -ldl" >&5
  2361. ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
  2362. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2363.   echo $ac_n "(cached) $ac_c" 1>&6
  2364. else
  2365.   ac_save_LIBS="$LIBS"
  2366. LIBS="-ldl  $LIBS"
  2367. cat > conftest.$ac_ext <<EOF
  2368. #line 2665 "configure"
  2369. #include "confdefs.h"
  2370. int main() {
  2371. main()
  2372. ; return 0; }
  2373. EOF
  2374. if { (eval echo configure:2672: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2375.   rm -rf conftest*
  2376.   eval "ac_cv_lib_$ac_lib_var=yes"
  2377. else
  2378.   echo "configure: failed program was:" >&5
  2379.   cat conftest.$ac_ext >&5
  2380.   rm -rf conftest*
  2381.   eval "ac_cv_lib_$ac_lib_var=no"
  2382. fi
  2383. rm -f conftest*
  2384. LIBS="$ac_save_LIBS"
  2385. fi
  2386. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2387.   echo "$ac_t""yes" 1>&6
  2388.     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2389.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2390.   cat >> confdefs.h <<EOF
  2391. #define $ac_tr_lib 1
  2392. EOF
  2393.   LIBS="-ldl $LIBS"
  2394. else
  2395.   echo "$ac_t""no" 1>&6
  2396. fi
  2397. echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
  2398. echo "configure:2700: checking for main in -lsocket" >&5
  2399. ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
  2400. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2401.   echo $ac_n "(cached) $ac_c" 1>&6
  2402. else
  2403.   ac_save_LIBS="$LIBS"
  2404. LIBS="-lsocket  $LIBS"
  2405. cat > conftest.$ac_ext <<EOF
  2406. #line 2708 "configure"
  2407. #include "confdefs.h"
  2408. int main() {
  2409. main()
  2410. ; return 0; }
  2411. EOF
  2412. if { (eval echo configure:2715: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2413.   rm -rf conftest*
  2414.   eval "ac_cv_lib_$ac_lib_var=yes"
  2415. else
  2416.   echo "configure: failed program was:" >&5
  2417.   cat conftest.$ac_ext >&5
  2418.   rm -rf conftest*
  2419.   eval "ac_cv_lib_$ac_lib_var=no"
  2420. fi
  2421. rm -f conftest*
  2422. LIBS="$ac_save_LIBS"
  2423. fi
  2424. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2425.   echo "$ac_t""yes" 1>&6
  2426.     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2427.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2428.   cat >> confdefs.h <<EOF
  2429. #define $ac_tr_lib 1
  2430. EOF
  2431.   LIBS="-lsocket $LIBS"
  2432. else
  2433.   echo "$ac_t""no" 1>&6
  2434. fi
  2435. echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
  2436. echo "configure:2743: checking for main in -lnsl" >&5
  2437. ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
  2438. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2439.   echo $ac_n "(cached) $ac_c" 1>&6
  2440. else
  2441.   ac_save_LIBS="$LIBS"
  2442. LIBS="-lnsl  $LIBS"
  2443. cat > conftest.$ac_ext <<EOF
  2444. #line 2751 "configure"
  2445. #include "confdefs.h"
  2446. int main() {
  2447. main()
  2448. ; return 0; }
  2449. EOF
  2450. if { (eval echo configure:2758: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2451.   rm -rf conftest*
  2452.   eval "ac_cv_lib_$ac_lib_var=yes"
  2453. else
  2454.   echo "configure: failed program was:" >&5
  2455.   cat conftest.$ac_ext >&5
  2456.   rm -rf conftest*
  2457.   eval "ac_cv_lib_$ac_lib_var=no"
  2458. fi
  2459. rm -f conftest*
  2460. LIBS="$ac_save_LIBS"
  2461. fi
  2462. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2463.   echo "$ac_t""yes" 1>&6
  2464.     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2465.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2466.   cat >> confdefs.h <<EOF
  2467. #define $ac_tr_lib 1
  2468. EOF
  2469.   LIBS="-lnsl $LIBS"
  2470. else
  2471.   echo "$ac_t""no" 1>&6
  2472. fi
  2473. echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
  2474. echo "configure:2786: checking for main in -lipc" >&5
  2475. ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
  2476. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2477.   echo $ac_n "(cached) $ac_c" 1>&6
  2478. else
  2479.   ac_save_LIBS="$LIBS"
  2480. LIBS="-lipc  $LIBS"
  2481. cat > conftest.$ac_ext <<EOF
  2482. #line 2794 "configure"
  2483. #include "confdefs.h"
  2484. int main() {
  2485. main()
  2486. ; return 0; }
  2487. EOF
  2488. if { (eval echo configure:2801: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2489.   rm -rf conftest*
  2490.   eval "ac_cv_lib_$ac_lib_var=yes"
  2491. else
  2492.   echo "configure: failed program was:" >&5
  2493.   cat conftest.$ac_ext >&5
  2494.   rm -rf conftest*
  2495.   eval "ac_cv_lib_$ac_lib_var=no"
  2496. fi
  2497. rm -f conftest*
  2498. LIBS="$ac_save_LIBS"
  2499. fi
  2500. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2501.   echo "$ac_t""yes" 1>&6
  2502.     ac_tr_lib=HAVE_LIB`echo ipc | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2503.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2504.   cat >> confdefs.h <<EOF
  2505. #define $ac_tr_lib 1
  2506. EOF
  2507.   LIBS="-lipc $LIBS"
  2508. else
  2509.   echo "$ac_t""no" 1>&6
  2510. fi
  2511. echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
  2512. echo "configure:2829: checking for main in -lIPC" >&5
  2513. ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
  2514. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2515.   echo $ac_n "(cached) $ac_c" 1>&6
  2516. else
  2517.   ac_save_LIBS="$LIBS"
  2518. LIBS="-lIPC  $LIBS"
  2519. cat > conftest.$ac_ext <<EOF
  2520. #line 2837 "configure"
  2521. #include "confdefs.h"
  2522. int main() {
  2523. main()
  2524. ; return 0; }
  2525. EOF
  2526. if { (eval echo configure:2844: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2527.   rm -rf conftest*
  2528.   eval "ac_cv_lib_$ac_lib_var=yes"
  2529. else
  2530.   echo "configure: failed program was:" >&5
  2531.   cat conftest.$ac_ext >&5
  2532.   rm -rf conftest*
  2533.   eval "ac_cv_lib_$ac_lib_var=no"
  2534. fi
  2535. rm -f conftest*
  2536. LIBS="$ac_save_LIBS"
  2537. fi
  2538. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2539.   echo "$ac_t""yes" 1>&6
  2540.     ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2541.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2542.   cat >> confdefs.h <<EOF
  2543. #define $ac_tr_lib 1
  2544. EOF
  2545.   LIBS="-lIPC $LIBS"
  2546. else
  2547.   echo "$ac_t""no" 1>&6
  2548. fi
  2549. echo $ac_n "checking for main in -llc""... $ac_c" 1>&6
  2550. echo "configure:2872: checking for main in -llc" >&5
  2551. ac_lib_var=`echo lc'_'main | sed 'y%./+-%__p_%'`
  2552. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2553.   echo $ac_n "(cached) $ac_c" 1>&6
  2554. else
  2555.   ac_save_LIBS="$LIBS"
  2556. LIBS="-llc  $LIBS"
  2557. cat > conftest.$ac_ext <<EOF
  2558. #line 2880 "configure"
  2559. #include "confdefs.h"
  2560. int main() {
  2561. main()
  2562. ; return 0; }
  2563. EOF
  2564. if { (eval echo configure:2887: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2565.   rm -rf conftest*
  2566.   eval "ac_cv_lib_$ac_lib_var=yes"
  2567. else
  2568.   echo "configure: failed program was:" >&5
  2569.   cat conftest.$ac_ext >&5
  2570.   rm -rf conftest*
  2571.   eval "ac_cv_lib_$ac_lib_var=no"
  2572. fi
  2573. rm -f conftest*
  2574. LIBS="$ac_save_LIBS"
  2575. fi
  2576. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2577.   echo "$ac_t""yes" 1>&6
  2578.     ac_tr_lib=HAVE_LIB`echo lc | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2579.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2580.   cat >> confdefs.h <<EOF
  2581. #define $ac_tr_lib 1
  2582. EOF
  2583.   LIBS="-llc $LIBS"
  2584. else
  2585.   echo "$ac_t""no" 1>&6
  2586. fi
  2587. echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
  2588. echo "configure:2915: checking for main in -ldld" >&5
  2589. ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
  2590. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2591.   echo $ac_n "(cached) $ac_c" 1>&6
  2592. else
  2593.   ac_save_LIBS="$LIBS"
  2594. LIBS="-ldld  $LIBS"
  2595. cat > conftest.$ac_ext <<EOF
  2596. #line 2923 "configure"
  2597. #include "confdefs.h"
  2598. int main() {
  2599. main()
  2600. ; return 0; }
  2601. EOF
  2602. if { (eval echo configure:2930: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2603.   rm -rf conftest*
  2604.   eval "ac_cv_lib_$ac_lib_var=yes"
  2605. else
  2606.   echo "configure: failed program was:" >&5
  2607.   cat conftest.$ac_ext >&5
  2608.   rm -rf conftest*
  2609.   eval "ac_cv_lib_$ac_lib_var=no"
  2610. fi
  2611. rm -f conftest*
  2612. LIBS="$ac_save_LIBS"
  2613. fi
  2614. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2615.   echo "$ac_t""yes" 1>&6
  2616.     ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2617.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2618.   cat >> confdefs.h <<EOF
  2619. #define $ac_tr_lib 1
  2620. EOF
  2621.   LIBS="-ldld $LIBS"
  2622. else
  2623.   echo "$ac_t""no" 1>&6
  2624. fi
  2625. echo $ac_n "checking for main in -lln""... $ac_c" 1>&6
  2626. echo "configure:2958: checking for main in -lln" >&5
  2627. ac_lib_var=`echo ln'_'main | sed 'y%./+-%__p_%'`
  2628. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2629.   echo $ac_n "(cached) $ac_c" 1>&6
  2630. else
  2631.   ac_save_LIBS="$LIBS"
  2632. LIBS="-lln  $LIBS"
  2633. cat > conftest.$ac_ext <<EOF
  2634. #line 2966 "configure"
  2635. #include "confdefs.h"
  2636. int main() {
  2637. main()
  2638. ; return 0; }
  2639. EOF
  2640. if { (eval echo configure:2973: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2641.   rm -rf conftest*
  2642.   eval "ac_cv_lib_$ac_lib_var=yes"
  2643. else
  2644.   echo "configure: failed program was:" >&5
  2645.   cat conftest.$ac_ext >&5
  2646.   rm -rf conftest*
  2647.   eval "ac_cv_lib_$ac_lib_var=no"
  2648. fi
  2649. rm -f conftest*
  2650. LIBS="$ac_save_LIBS"
  2651. fi
  2652. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2653.   echo "$ac_t""yes" 1>&6
  2654.     ac_tr_lib=HAVE_LIB`echo ln | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2655.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2656.   cat >> confdefs.h <<EOF
  2657. #define $ac_tr_lib 1
  2658. EOF
  2659.   LIBS="-lln $LIBS"
  2660. else
  2661.   echo "$ac_t""no" 1>&6
  2662. fi
  2663. echo $ac_n "checking for main in -lld""... $ac_c" 1>&6
  2664. echo "configure:3001: checking for main in -lld" >&5
  2665. ac_lib_var=`echo ld'_'main | sed 'y%./+-%__p_%'`
  2666. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2667.   echo $ac_n "(cached) $ac_c" 1>&6
  2668. else
  2669.   ac_save_LIBS="$LIBS"
  2670. LIBS="-lld  $LIBS"
  2671. cat > conftest.$ac_ext <<EOF
  2672. #line 3009 "configure"
  2673. #include "confdefs.h"
  2674. int main() {
  2675. main()
  2676. ; return 0; }
  2677. EOF
  2678. if { (eval echo configure:3016: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2679.   rm -rf conftest*
  2680.   eval "ac_cv_lib_$ac_lib_var=yes"
  2681. else
  2682.   echo "configure: failed program was:" >&5
  2683.   cat conftest.$ac_ext >&5
  2684.   rm -rf conftest*
  2685.   eval "ac_cv_lib_$ac_lib_var=no"
  2686. fi
  2687. rm -f conftest*
  2688. LIBS="$ac_save_LIBS"
  2689. fi
  2690. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2691.   echo "$ac_t""yes" 1>&6
  2692.     ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2693.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2694.   cat >> confdefs.h <<EOF
  2695. #define $ac_tr_lib 1
  2696. EOF
  2697.   LIBS="-lld $LIBS"
  2698. else
  2699.   echo "$ac_t""no" 1>&6
  2700. fi
  2701. echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
  2702. echo "configure:3044: checking for main in -lcompat" >&5
  2703. ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'`
  2704. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2705.   echo $ac_n "(cached) $ac_c" 1>&6
  2706. else
  2707.   ac_save_LIBS="$LIBS"
  2708. LIBS="-lcompat  $LIBS"
  2709. cat > conftest.$ac_ext <<EOF
  2710. #line 3052 "configure"
  2711. #include "confdefs.h"
  2712. int main() {
  2713. main()
  2714. ; return 0; }
  2715. EOF
  2716. if { (eval echo configure:3059: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2717.   rm -rf conftest*
  2718.   eval "ac_cv_lib_$ac_lib_var=yes"
  2719. else
  2720.   echo "configure: failed program was:" >&5
  2721.   cat conftest.$ac_ext >&5
  2722.   rm -rf conftest*
  2723.   eval "ac_cv_lib_$ac_lib_var=no"
  2724. fi
  2725. rm -f conftest*
  2726. LIBS="$ac_save_LIBS"
  2727. fi
  2728. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2729.   echo "$ac_t""yes" 1>&6
  2730.     ac_tr_lib=HAVE_LIB`echo compat | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2731.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2732.   cat >> confdefs.h <<EOF
  2733. #define $ac_tr_lib 1
  2734. EOF
  2735.   LIBS="-lcompat $LIBS"
  2736. else
  2737.   echo "$ac_t""no" 1>&6
  2738. fi
  2739. echo $ac_n "checking for main in -lBSD""... $ac_c" 1>&6
  2740. echo "configure:3087: checking for main in -lBSD" >&5
  2741. ac_lib_var=`echo BSD'_'main | sed 'y%./+-%__p_%'`
  2742. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2743.   echo $ac_n "(cached) $ac_c" 1>&6
  2744. else
  2745.   ac_save_LIBS="$LIBS"
  2746. LIBS="-lBSD  $LIBS"
  2747. cat > conftest.$ac_ext <<EOF
  2748. #line 3095 "configure"
  2749. #include "confdefs.h"
  2750. int main() {
  2751. main()
  2752. ; return 0; }
  2753. EOF
  2754. if { (eval echo configure:3102: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2755.   rm -rf conftest*
  2756.   eval "ac_cv_lib_$ac_lib_var=yes"
  2757. else
  2758.   echo "configure: failed program was:" >&5
  2759.   cat conftest.$ac_ext >&5
  2760.   rm -rf conftest*
  2761.   eval "ac_cv_lib_$ac_lib_var=no"
  2762. fi
  2763. rm -f conftest*
  2764. LIBS="$ac_save_LIBS"
  2765. fi
  2766. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2767.   echo "$ac_t""yes" 1>&6
  2768.     ac_tr_lib=HAVE_LIB`echo BSD | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2769.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2770.   cat >> confdefs.h <<EOF
  2771. #define $ac_tr_lib 1
  2772. EOF
  2773.   LIBS="-lBSD $LIBS"
  2774. else
  2775.   echo "$ac_t""no" 1>&6
  2776. fi
  2777. echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
  2778. echo "configure:3130: checking for main in -lcrypt" >&5
  2779. ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
  2780. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2781.   echo $ac_n "(cached) $ac_c" 1>&6
  2782. else
  2783.   ac_save_LIBS="$LIBS"
  2784. LIBS="-lcrypt  $LIBS"
  2785. cat > conftest.$ac_ext <<EOF
  2786. #line 3138 "configure"
  2787. #include "confdefs.h"
  2788. int main() {
  2789. main()
  2790. ; return 0; }
  2791. EOF
  2792. if { (eval echo configure:3145: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2793.   rm -rf conftest*
  2794.   eval "ac_cv_lib_$ac_lib_var=yes"
  2795. else
  2796.   echo "configure: failed program was:" >&5
  2797.   cat conftest.$ac_ext >&5
  2798.   rm -rf conftest*
  2799.   eval "ac_cv_lib_$ac_lib_var=no"
  2800. fi
  2801. rm -f conftest*
  2802. LIBS="$ac_save_LIBS"
  2803. fi
  2804. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2805.   echo "$ac_t""yes" 1>&6
  2806.     ac_tr_lib=HAVE_LIB`echo crypt | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2807.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2808.   cat >> confdefs.h <<EOF
  2809. #define $ac_tr_lib 1
  2810. EOF
  2811.   LIBS="-lcrypt $LIBS"
  2812. else
  2813.   echo "$ac_t""no" 1>&6
  2814. fi
  2815. echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
  2816. echo "configure:3173: checking for main in -lgen" >&5
  2817. ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
  2818. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2819.   echo $ac_n "(cached) $ac_c" 1>&6
  2820. else
  2821.   ac_save_LIBS="$LIBS"
  2822. LIBS="-lgen  $LIBS"
  2823. cat > conftest.$ac_ext <<EOF
  2824. #line 3181 "configure"
  2825. #include "confdefs.h"
  2826. int main() {
  2827. main()
  2828. ; return 0; }
  2829. EOF
  2830. if { (eval echo configure:3188: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2831.   rm -rf conftest*
  2832.   eval "ac_cv_lib_$ac_lib_var=yes"
  2833. else
  2834.   echo "configure: failed program was:" >&5
  2835.   cat conftest.$ac_ext >&5
  2836.   rm -rf conftest*
  2837.   eval "ac_cv_lib_$ac_lib_var=no"
  2838. fi
  2839. rm -f conftest*
  2840. LIBS="$ac_save_LIBS"
  2841. fi
  2842. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2843.   echo "$ac_t""yes" 1>&6
  2844.     ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2845.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2846.   cat >> confdefs.h <<EOF
  2847. #define $ac_tr_lib 1
  2848. EOF
  2849.   LIBS="-lgen $LIBS"
  2850. else
  2851.   echo "$ac_t""no" 1>&6
  2852. fi
  2853. echo $ac_n "checking for main in -lPW""... $ac_c" 1>&6
  2854. echo "configure:3216: checking for main in -lPW" >&5
  2855. ac_lib_var=`echo PW'_'main | sed 'y%./+-%__p_%'`
  2856. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2857.   echo $ac_n "(cached) $ac_c" 1>&6
  2858. else
  2859.   ac_save_LIBS="$LIBS"
  2860. LIBS="-lPW  $LIBS"
  2861. cat > conftest.$ac_ext <<EOF
  2862. #line 3224 "configure"
  2863. #include "confdefs.h"
  2864. int main() {
  2865. main()
  2866. ; return 0; }
  2867. EOF
  2868. if { (eval echo configure:3231: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2869.   rm -rf conftest*
  2870.   eval "ac_cv_lib_$ac_lib_var=yes"
  2871. else
  2872.   echo "configure: failed program was:" >&5
  2873.   cat conftest.$ac_ext >&5
  2874.   rm -rf conftest*
  2875.   eval "ac_cv_lib_$ac_lib_var=no"
  2876. fi
  2877. rm -f conftest*
  2878. LIBS="$ac_save_LIBS"
  2879. fi
  2880. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2881.   echo "$ac_t""yes" 1>&6
  2882.     ac_tr_lib=HAVE_LIB`echo PW | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2883.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2884.   cat >> confdefs.h <<EOF
  2885. #define $ac_tr_lib 1
  2886. EOF
  2887.   LIBS="-lPW $LIBS"
  2888. else
  2889.   echo "$ac_t""no" 1>&6
  2890. fi
  2891. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2892. echo "configure:3260: checking for ANSI C header files" >&5
  2893. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  2894.   echo $ac_n "(cached) $ac_c" 1>&6
  2895. else
  2896.   cat > conftest.$ac_ext <<EOF
  2897. #line 3265 "configure"
  2898. #include "confdefs.h"
  2899. #include <stdlib.h>
  2900. #include <stdarg.h>
  2901. #include <string.h>
  2902. #include <float.h>
  2903. EOF
  2904. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2905. { (eval echo configure:3273: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2906. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2907. if test -z "$ac_err"; then
  2908.   rm -rf conftest*
  2909.   ac_cv_header_stdc=yes
  2910. else
  2911.   echo "$ac_err" >&5
  2912.   echo "configure: failed program was:" >&5
  2913.   cat conftest.$ac_ext >&5
  2914.   rm -rf conftest*
  2915.   ac_cv_header_stdc=no
  2916. fi
  2917. rm -f conftest*
  2918. if test $ac_cv_header_stdc = yes; then
  2919.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2920. cat > conftest.$ac_ext <<EOF
  2921. #line 3290 "configure"
  2922. #include "confdefs.h"
  2923. #include <string.h>
  2924. EOF
  2925. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2926.   egrep "memchr" >/dev/null 2>&1; then
  2927.   :
  2928. else
  2929.   rm -rf conftest*
  2930.   ac_cv_header_stdc=no
  2931. fi
  2932. rm -f conftest*
  2933. fi
  2934. if test $ac_cv_header_stdc = yes; then
  2935.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2936. cat > conftest.$ac_ext <<EOF
  2937. #line 3308 "configure"
  2938. #include "confdefs.h"
  2939. #include <stdlib.h>
  2940. EOF
  2941. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2942.   egrep "free" >/dev/null 2>&1; then
  2943.   :
  2944. else
  2945.   rm -rf conftest*
  2946.   ac_cv_header_stdc=no
  2947. fi
  2948. rm -f conftest*
  2949. fi
  2950. if test $ac_cv_header_stdc = yes; then
  2951.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2952. if test "$cross_compiling" = yes; then
  2953.   :
  2954. else
  2955.   cat > conftest.$ac_ext <<EOF
  2956. #line 3329 "configure"
  2957. #include "confdefs.h"
  2958. #include <ctype.h>
  2959. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2960. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2961. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2962. int main () { int i; for (i = 0; i < 256; i++)
  2963. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2964. exit (0); }
  2965. EOF
  2966. if { (eval echo configure:3340: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2967. then
  2968.   :
  2969. else
  2970.   echo "configure: failed program was:" >&5
  2971.   cat conftest.$ac_ext >&5
  2972.   rm -fr conftest*
  2973.   ac_cv_header_stdc=no
  2974. fi
  2975. rm -fr conftest*
  2976. fi
  2977. fi
  2978. fi
  2979. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2980. if test $ac_cv_header_stdc = yes; then
  2981.   cat >> confdefs.h <<EOF
  2982. #define STDC_HEADERS 1
  2983. EOF
  2984. fi
  2985. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  2986. echo "configure:3364: checking for sys/wait.h that is POSIX.1 compatible" >&5
  2987. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  2988.   echo $ac_n "(cached) $ac_c" 1>&6
  2989. else
  2990.   cat > conftest.$ac_ext <<EOF
  2991. #line 3369 "configure"
  2992. #include "confdefs.h"
  2993. #include <sys/types.h>
  2994. #include <sys/wait.h>
  2995. #ifndef WEXITSTATUS
  2996. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  2997. #endif
  2998. #ifndef WIFEXITED
  2999. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  3000. #endif
  3001. int main() {
  3002. int s;
  3003. wait (&s);
  3004. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  3005. ; return 0; }
  3006. EOF
  3007. if { (eval echo configure:3385: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  3008.   rm -rf conftest*
  3009.   ac_cv_header_sys_wait_h=yes
  3010. else
  3011.   echo "configure: failed program was:" >&5
  3012.   cat conftest.$ac_ext >&5
  3013.   rm -rf conftest*
  3014.   ac_cv_header_sys_wait_h=no
  3015. fi
  3016. rm -f conftest*
  3017. fi
  3018. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  3019. if test $ac_cv_header_sys_wait_h = yes; then
  3020.   cat >> confdefs.h <<EOF
  3021. #define HAVE_SYS_WAIT_H 1
  3022. EOF
  3023. fi
  3024. for ac_hdr in arpa/inet.h
  3025. do
  3026. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3027. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3028. echo "configure:3409: checking for $ac_hdr" >&5
  3029. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3030.   echo $ac_n "(cached) $ac_c" 1>&6
  3031. else
  3032.   cat > conftest.$ac_ext <<EOF
  3033. #line 3414 "configure"
  3034. #include "confdefs.h"
  3035. #include <$ac_hdr>
  3036. EOF
  3037. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3038. { (eval echo configure:3419: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3039. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3040. if test -z "$ac_err"; then
  3041.   rm -rf conftest*
  3042.   eval "ac_cv_header_$ac_safe=yes"
  3043. else
  3044.   echo "$ac_err" >&5
  3045.   echo "configure: failed program was:" >&5
  3046.   cat conftest.$ac_ext >&5
  3047.   rm -rf conftest*
  3048.   eval "ac_cv_header_$ac_safe=no"
  3049. fi
  3050. rm -f conftest*
  3051. fi
  3052. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3053.   echo "$ac_t""yes" 1>&6
  3054.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3055.   cat >> confdefs.h <<EOF
  3056. #define $ac_tr_hdr 1
  3057. EOF
  3058.  
  3059. else
  3060.   echo "$ac_t""no" 1>&6
  3061. fi
  3062. done
  3063. for ac_hdr in crypt.h
  3064. do
  3065. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3066. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3067. echo "configure:3449: checking for $ac_hdr" >&5
  3068. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3069.   echo $ac_n "(cached) $ac_c" 1>&6
  3070. else
  3071.   cat > conftest.$ac_ext <<EOF
  3072. #line 3454 "configure"
  3073. #include "confdefs.h"
  3074. #include <$ac_hdr>
  3075. EOF
  3076. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3077. { (eval echo configure:3459: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3078. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3079. if test -z "$ac_err"; then
  3080.   rm -rf conftest*
  3081.   eval "ac_cv_header_$ac_safe=yes"
  3082. else
  3083.   echo "$ac_err" >&5
  3084.   echo "configure: failed program was:" >&5
  3085.   cat conftest.$ac_ext >&5
  3086.   rm -rf conftest*
  3087.   eval "ac_cv_header_$ac_safe=no"
  3088. fi
  3089. rm -f conftest*
  3090. fi
  3091. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3092.   echo "$ac_t""yes" 1>&6
  3093.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3094.   cat >> confdefs.h <<EOF
  3095. #define $ac_tr_hdr 1
  3096. EOF
  3097.  
  3098. else
  3099.   echo "$ac_t""no" 1>&6
  3100. fi
  3101. done
  3102. for ac_hdr in dld.h
  3103. do
  3104. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3105. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3106. echo "configure:3489: checking for $ac_hdr" >&5
  3107. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3108.   echo $ac_n "(cached) $ac_c" 1>&6
  3109. else
  3110.   cat > conftest.$ac_ext <<EOF
  3111. #line 3494 "configure"
  3112. #include "confdefs.h"
  3113. #include <$ac_hdr>
  3114. EOF
  3115. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3116. { (eval echo configure:3499: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3117. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3118. if test -z "$ac_err"; then
  3119.   rm -rf conftest*
  3120.   eval "ac_cv_header_$ac_safe=yes"
  3121. else
  3122.   echo "$ac_err" >&5
  3123.   echo "configure: failed program was:" >&5
  3124.   cat conftest.$ac_ext >&5
  3125.   rm -rf conftest*
  3126.   eval "ac_cv_header_$ac_safe=no"
  3127. fi
  3128. rm -f conftest*
  3129. fi
  3130. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3131.   echo "$ac_t""yes" 1>&6
  3132.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3133.   cat >> confdefs.h <<EOF
  3134. #define $ac_tr_hdr 1
  3135. EOF
  3136.  
  3137. else
  3138.   echo "$ac_t""no" 1>&6
  3139. fi
  3140. done
  3141. for ac_hdr in endian.h
  3142. do
  3143. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3144. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3145. echo "configure:3529: checking for $ac_hdr" >&5
  3146. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3147.   echo $ac_n "(cached) $ac_c" 1>&6
  3148. else
  3149.   cat > conftest.$ac_ext <<EOF
  3150. #line 3534 "configure"
  3151. #include "confdefs.h"
  3152. #include <$ac_hdr>
  3153. EOF
  3154. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3155. { (eval echo configure:3539: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3156. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3157. if test -z "$ac_err"; then
  3158.   rm -rf conftest*
  3159.   eval "ac_cv_header_$ac_safe=yes"
  3160. else
  3161.   echo "$ac_err" >&5
  3162.   echo "configure: failed program was:" >&5
  3163.   cat conftest.$ac_ext >&5
  3164.   rm -rf conftest*
  3165.   eval "ac_cv_header_$ac_safe=no"
  3166. fi
  3167. rm -f conftest*
  3168. fi
  3169. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3170.   echo "$ac_t""yes" 1>&6
  3171.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3172.   cat >> confdefs.h <<EOF
  3173. #define $ac_tr_hdr 1
  3174. EOF
  3175.  
  3176. else
  3177.   echo "$ac_t""no" 1>&6
  3178. fi
  3179. done
  3180. for ac_hdr in float.h
  3181. do
  3182. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3183. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3184. echo "configure:3569: checking for $ac_hdr" >&5
  3185. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3186.   echo $ac_n "(cached) $ac_c" 1>&6
  3187. else
  3188.   cat > conftest.$ac_ext <<EOF
  3189. #line 3574 "configure"
  3190. #include "confdefs.h"
  3191. #include <$ac_hdr>
  3192. EOF
  3193. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3194. { (eval echo configure:3579: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3195. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3196. if test -z "$ac_err"; then
  3197.   rm -rf conftest*
  3198.   eval "ac_cv_header_$ac_safe=yes"
  3199. else
  3200.   echo "$ac_err" >&5
  3201.   echo "configure: failed program was:" >&5
  3202.   cat conftest.$ac_ext >&5
  3203.   rm -rf conftest*
  3204.   eval "ac_cv_header_$ac_safe=no"
  3205. fi
  3206. rm -f conftest*
  3207. fi
  3208. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3209.   echo "$ac_t""yes" 1>&6
  3210.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3211.   cat >> confdefs.h <<EOF
  3212. #define $ac_tr_hdr 1
  3213. EOF
  3214.  
  3215. else
  3216.   echo "$ac_t""no" 1>&6
  3217. fi
  3218. done
  3219. for ac_hdr in fp_class.h
  3220. do
  3221. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3222. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3223. echo "configure:3609: checking for $ac_hdr" >&5
  3224. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3225.   echo $ac_n "(cached) $ac_c" 1>&6
  3226. else
  3227.   cat > conftest.$ac_ext <<EOF
  3228. #line 3614 "configure"
  3229. #include "confdefs.h"
  3230. #include <$ac_hdr>
  3231. EOF
  3232. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3233. { (eval echo configure:3619: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3234. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3235. if test -z "$ac_err"; then
  3236.   rm -rf conftest*
  3237.   eval "ac_cv_header_$ac_safe=yes"
  3238. else
  3239.   echo "$ac_err" >&5
  3240.   echo "configure: failed program was:" >&5
  3241.   cat conftest.$ac_ext >&5
  3242.   rm -rf conftest*
  3243.   eval "ac_cv_header_$ac_safe=no"
  3244. fi
  3245. rm -f conftest*
  3246. fi
  3247. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3248.   echo "$ac_t""yes" 1>&6
  3249.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3250.   cat >> confdefs.h <<EOF
  3251. #define $ac_tr_hdr 1
  3252. EOF
  3253.  
  3254. else
  3255.   echo "$ac_t""no" 1>&6
  3256. fi
  3257. done
  3258. for ac_hdr in getopt.h
  3259. do
  3260. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3261. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3262. echo "configure:3649: checking for $ac_hdr" >&5
  3263. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3264.   echo $ac_n "(cached) $ac_c" 1>&6
  3265. else
  3266.   cat > conftest.$ac_ext <<EOF
  3267. #line 3654 "configure"
  3268. #include "confdefs.h"
  3269. #include <$ac_hdr>
  3270. EOF
  3271. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3272. { (eval echo configure:3659: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3273. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3274. if test -z "$ac_err"; then
  3275.   rm -rf conftest*
  3276.   eval "ac_cv_header_$ac_safe=yes"
  3277. else
  3278.   echo "$ac_err" >&5
  3279.   echo "configure: failed program was:" >&5
  3280.   cat conftest.$ac_ext >&5
  3281.   rm -rf conftest*
  3282.   eval "ac_cv_header_$ac_safe=no"
  3283. fi
  3284. rm -f conftest*
  3285. fi
  3286. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3287.   echo "$ac_t""yes" 1>&6
  3288.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3289.   cat >> confdefs.h <<EOF
  3290. #define $ac_tr_hdr 1
  3291. EOF
  3292.  
  3293. else
  3294.   echo "$ac_t""no" 1>&6
  3295. fi
  3296. done
  3297. for ac_hdr in history.h
  3298. do
  3299. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3300. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3301. echo "configure:3689: checking for $ac_hdr" >&5
  3302. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3303.   echo $ac_n "(cached) $ac_c" 1>&6
  3304. else
  3305.   cat > conftest.$ac_ext <<EOF
  3306. #line 3694 "configure"
  3307. #include "confdefs.h"
  3308. #include <$ac_hdr>
  3309. EOF
  3310. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3311. { (eval echo configure:3699: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3312. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3313. if test -z "$ac_err"; then
  3314.   rm -rf conftest*
  3315.   eval "ac_cv_header_$ac_safe=yes"
  3316. else
  3317.   echo "$ac_err" >&5
  3318.   echo "configure: failed program was:" >&5
  3319.   cat conftest.$ac_ext >&5
  3320.   rm -rf conftest*
  3321.   eval "ac_cv_header_$ac_safe=no"
  3322. fi
  3323. rm -f conftest*
  3324. fi
  3325. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3326.   echo "$ac_t""yes" 1>&6
  3327.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3328.   cat >> confdefs.h <<EOF
  3329. #define $ac_tr_hdr 1
  3330. EOF
  3331.  
  3332. else
  3333.   echo "$ac_t""no" 1>&6
  3334. fi
  3335. done
  3336. for ac_hdr in ieeefp.h
  3337. do
  3338. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3339. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3340. echo "configure:3729: checking for $ac_hdr" >&5
  3341. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3342.   echo $ac_n "(cached) $ac_c" 1>&6
  3343. else
  3344.   cat > conftest.$ac_ext <<EOF
  3345. #line 3734 "configure"
  3346. #include "confdefs.h"
  3347. #include <$ac_hdr>
  3348. EOF
  3349. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3350. { (eval echo configure:3739: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3351. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3352. if test -z "$ac_err"; then
  3353.   rm -rf conftest*
  3354.   eval "ac_cv_header_$ac_safe=yes"
  3355. else
  3356.   echo "$ac_err" >&5
  3357.   echo "configure: failed program was:" >&5
  3358.   cat conftest.$ac_ext >&5
  3359.   rm -rf conftest*
  3360.   eval "ac_cv_header_$ac_safe=no"
  3361. fi
  3362. rm -f conftest*
  3363. fi
  3364. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3365.   echo "$ac_t""yes" 1>&6
  3366.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3367.   cat >> confdefs.h <<EOF
  3368. #define $ac_tr_hdr 1
  3369. EOF
  3370.  
  3371. else
  3372.   echo "$ac_t""no" 1>&6
  3373. fi
  3374. done
  3375. for ac_hdr in limits.h
  3376. do
  3377. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3378. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3379. echo "configure:3769: checking for $ac_hdr" >&5
  3380. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3381.   echo $ac_n "(cached) $ac_c" 1>&6
  3382. else
  3383.   cat > conftest.$ac_ext <<EOF
  3384. #line 3774 "configure"
  3385. #include "confdefs.h"
  3386. #include <$ac_hdr>
  3387. EOF
  3388. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3389. { (eval echo configure:3779: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3390. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3391. if test -z "$ac_err"; then
  3392.   rm -rf conftest*
  3393.   eval "ac_cv_header_$ac_safe=yes"
  3394. else
  3395.   echo "$ac_err" >&5
  3396.   echo "configure: failed program was:" >&5
  3397.   cat conftest.$ac_ext >&5
  3398.   rm -rf conftest*
  3399.   eval "ac_cv_header_$ac_safe=no"
  3400. fi
  3401. rm -f conftest*
  3402. fi
  3403. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3404.   echo "$ac_t""yes" 1>&6
  3405.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3406.   cat >> confdefs.h <<EOF
  3407. #define $ac_tr_hdr 1
  3408. EOF
  3409.  
  3410. else
  3411.   echo "$ac_t""no" 1>&6
  3412. fi
  3413. done
  3414. for ac_hdr in netdb.h
  3415. do
  3416. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3417. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3418. echo "configure:3809: checking for $ac_hdr" >&5
  3419. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3420.   echo $ac_n "(cached) $ac_c" 1>&6
  3421. else
  3422.   cat > conftest.$ac_ext <<EOF
  3423. #line 3814 "configure"
  3424. #include "confdefs.h"
  3425. #include <$ac_hdr>
  3426. EOF
  3427. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3428. { (eval echo configure:3819: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3429. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3430. if test -z "$ac_err"; then
  3431.   rm -rf conftest*
  3432.   eval "ac_cv_header_$ac_safe=yes"
  3433. else
  3434.   echo "$ac_err" >&5
  3435.   echo "configure: failed program was:" >&5
  3436.   cat conftest.$ac_ext >&5
  3437.   rm -rf conftest*
  3438.   eval "ac_cv_header_$ac_safe=no"
  3439. fi
  3440. rm -f conftest*
  3441. fi
  3442. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3443.   echo "$ac_t""yes" 1>&6
  3444.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3445.   cat >> confdefs.h <<EOF
  3446. #define $ac_tr_hdr 1
  3447. EOF
  3448.  
  3449. else
  3450.   echo "$ac_t""no" 1>&6
  3451. fi
  3452. done
  3453. for ac_hdr in netinet/in.h
  3454. do
  3455. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3456. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3457. echo "configure:3849: checking for $ac_hdr" >&5
  3458. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3459.   echo $ac_n "(cached) $ac_c" 1>&6
  3460. else
  3461.   cat > conftest.$ac_ext <<EOF
  3462. #line 3854 "configure"
  3463. #include "confdefs.h"
  3464. #include <$ac_hdr>
  3465. EOF
  3466. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3467. { (eval echo configure:3859: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3468. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3469. if test -z "$ac_err"; then
  3470.   rm -rf conftest*
  3471.   eval "ac_cv_header_$ac_safe=yes"
  3472. else
  3473.   echo "$ac_err" >&5
  3474.   echo "configure: failed program was:" >&5
  3475.   cat conftest.$ac_ext >&5
  3476.   rm -rf conftest*
  3477.   eval "ac_cv_header_$ac_safe=no"
  3478. fi
  3479. rm -f conftest*
  3480. fi
  3481. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3482.   echo "$ac_t""yes" 1>&6
  3483.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3484.   cat >> confdefs.h <<EOF
  3485. #define $ac_tr_hdr 1
  3486. EOF
  3487.  
  3488. else
  3489.   echo "$ac_t""no" 1>&6
  3490. fi
  3491. done
  3492. for ac_hdr in readline.h
  3493. do
  3494. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3495. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3496. echo "configure:3889: checking for $ac_hdr" >&5
  3497. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3498.   echo $ac_n "(cached) $ac_c" 1>&6
  3499. else
  3500.   cat > conftest.$ac_ext <<EOF
  3501. #line 3894 "configure"
  3502. #include "confdefs.h"
  3503. #include <$ac_hdr>
  3504. EOF
  3505. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3506. { (eval echo configure:3899: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3507. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3508. if test -z "$ac_err"; then
  3509.   rm -rf conftest*
  3510.   eval "ac_cv_header_$ac_safe=yes"
  3511. else
  3512.   echo "$ac_err" >&5
  3513.   echo "configure: failed program was:" >&5
  3514.   cat conftest.$ac_ext >&5
  3515.   rm -rf conftest*
  3516.   eval "ac_cv_header_$ac_safe=no"
  3517. fi
  3518. rm -f conftest*
  3519. fi
  3520. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3521.   echo "$ac_t""yes" 1>&6
  3522.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3523.   cat >> confdefs.h <<EOF
  3524. #define $ac_tr_hdr 1
  3525. EOF
  3526.  
  3527. else
  3528.   echo "$ac_t""no" 1>&6
  3529. fi
  3530. done
  3531. for ac_hdr in readline/history.h
  3532. do
  3533. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3534. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3535. echo "configure:3929: checking for $ac_hdr" >&5
  3536. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3537.   echo $ac_n "(cached) $ac_c" 1>&6
  3538. else
  3539.   cat > conftest.$ac_ext <<EOF
  3540. #line 3934 "configure"
  3541. #include "confdefs.h"
  3542. #include <$ac_hdr>
  3543. EOF
  3544. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3545. { (eval echo configure:3939: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3546. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3547. if test -z "$ac_err"; then
  3548.   rm -rf conftest*
  3549.   eval "ac_cv_header_$ac_safe=yes"
  3550. else
  3551.   echo "$ac_err" >&5
  3552.   echo "configure: failed program was:" >&5
  3553.   cat conftest.$ac_ext >&5
  3554.   rm -rf conftest*
  3555.   eval "ac_cv_header_$ac_safe=no"
  3556. fi
  3557. rm -f conftest*
  3558. fi
  3559. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3560.   echo "$ac_t""yes" 1>&6
  3561.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3562.   cat >> confdefs.h <<EOF
  3563. #define $ac_tr_hdr 1
  3564. EOF
  3565.  
  3566. else
  3567.   echo "$ac_t""no" 1>&6
  3568. fi
  3569. done
  3570. for ac_hdr in readline/readline.h
  3571. do
  3572. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3573. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3574. echo "configure:3969: checking for $ac_hdr" >&5
  3575. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3576.   echo $ac_n "(cached) $ac_c" 1>&6
  3577. else
  3578.   cat > conftest.$ac_ext <<EOF
  3579. #line 3974 "configure"
  3580. #include "confdefs.h"
  3581. #include <$ac_hdr>
  3582. EOF
  3583. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3584. { (eval echo configure:3979: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3585. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3586. if test -z "$ac_err"; then
  3587.   rm -rf conftest*
  3588.   eval "ac_cv_header_$ac_safe=yes"
  3589. else
  3590.   echo "$ac_err" >&5
  3591.   echo "configure: failed program was:" >&5
  3592.   cat conftest.$ac_ext >&5
  3593.   rm -rf conftest*
  3594.   eval "ac_cv_header_$ac_safe=no"
  3595. fi
  3596. rm -f conftest*
  3597. fi
  3598. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3599.   echo "$ac_t""yes" 1>&6
  3600.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3601.   cat >> confdefs.h <<EOF
  3602. #define $ac_tr_hdr 1
  3603. EOF
  3604.  
  3605. else
  3606.   echo "$ac_t""no" 1>&6
  3607. fi
  3608. done
  3609. for ac_hdr in sys/select.h
  3610. do
  3611. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3612. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3613. echo "configure:4009: checking for $ac_hdr" >&5
  3614. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3615.   echo $ac_n "(cached) $ac_c" 1>&6
  3616. else
  3617.   cat > conftest.$ac_ext <<EOF
  3618. #line 4014 "configure"
  3619. #include "confdefs.h"
  3620. #include <$ac_hdr>
  3621. EOF
  3622. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3623. { (eval echo configure:4019: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3624. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3625. if test -z "$ac_err"; then
  3626.   rm -rf conftest*
  3627.   eval "ac_cv_header_$ac_safe=yes"
  3628. else
  3629.   echo "$ac_err" >&5
  3630.   echo "configure: failed program was:" >&5
  3631.   cat conftest.$ac_ext >&5
  3632.   rm -rf conftest*
  3633.   eval "ac_cv_header_$ac_safe=no"
  3634. fi
  3635. rm -f conftest*
  3636. fi
  3637. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3638.   echo "$ac_t""yes" 1>&6
  3639.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3640.   cat >> confdefs.h <<EOF
  3641. #define $ac_tr_hdr 1
  3642. EOF
  3643.  
  3644. else
  3645.   echo "$ac_t""no" 1>&6
  3646. fi
  3647. done
  3648. for ac_hdr in termios.h
  3649. do
  3650. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3651. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3652. echo "configure:4049: checking for $ac_hdr" >&5
  3653. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3654.   echo $ac_n "(cached) $ac_c" 1>&6
  3655. else
  3656.   cat > conftest.$ac_ext <<EOF
  3657. #line 4054 "configure"
  3658. #include "confdefs.h"
  3659. #include <$ac_hdr>
  3660. EOF
  3661. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3662. { (eval echo configure:4059: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3663. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3664. if test -z "$ac_err"; then
  3665.   rm -rf conftest*
  3666.   eval "ac_cv_header_$ac_safe=yes"
  3667. else
  3668.   echo "$ac_err" >&5
  3669.   echo "configure: failed program was:" >&5
  3670.   cat conftest.$ac_ext >&5
  3671.   rm -rf conftest*
  3672.   eval "ac_cv_header_$ac_safe=no"
  3673. fi
  3674. rm -f conftest*
  3675. fi