configure
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:105k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.12 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --enable-DEBUG          enable transaction processes debugging"
  14. ac_help="$ac_help
  15.   --enable-PROFILE        turn on execution profile mode    "
  16. # Initialize some variables set by options.
  17. # The variables have the same names as the options, with
  18. # dashes changed to underlines.
  19. build=NONE
  20. cache_file=./config.cache
  21. exec_prefix=NONE
  22. host=NONE
  23. no_create=
  24. nonopt=NONE
  25. no_recursion=
  26. prefix=NONE
  27. program_prefix=NONE
  28. program_suffix=NONE
  29. program_transform_name=s,x,x,
  30. silent=
  31. site=
  32. srcdir=
  33. target=NONE
  34. verbose=
  35. x_includes=NONE
  36. x_libraries=NONE
  37. bindir='${exec_prefix}/bin'
  38. sbindir='${exec_prefix}/sbin'
  39. libexecdir='${exec_prefix}/libexec'
  40. datadir='${prefix}/share'
  41. sysconfdir='${prefix}/etc'
  42. sharedstatedir='${prefix}/com'
  43. localstatedir='${prefix}/var'
  44. libdir='${exec_prefix}/lib'
  45. includedir='${prefix}/include'
  46. oldincludedir='/usr/include'
  47. infodir='${prefix}/info'
  48. mandir='${prefix}/man'
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52. # Maximum number of lines to put in a shell here document.
  53. ac_max_here_lines=12
  54. ac_prev=
  55. for ac_option
  56. do
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.   case "$ac_option" in
  64.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  65.   *) ac_optarg= ;;
  66.   esac
  67.   # Accept the important Cygnus configure options, so we can diagnose typos.
  68.   case "$ac_option" in
  69.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  70.     ac_prev=bindir ;;
  71.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  72.     bindir="$ac_optarg" ;;
  73.   -build | --build | --buil | --bui | --bu)
  74.     ac_prev=build ;;
  75.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  76.     build="$ac_optarg" ;;
  77.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  78.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  79.     ac_prev=cache_file ;;
  80.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  81.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  82.     cache_file="$ac_optarg" ;;
  83.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  84.     ac_prev=datadir ;;
  85.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  86.   | --da=*)
  87.     datadir="$ac_optarg" ;;
  88.   -disable-* | --disable-*)
  89.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  90.     # Reject names that are not valid shell variable names.
  91.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  92.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  93.     fi
  94.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  95.     eval "enable_${ac_feature}=no" ;;
  96.   -enable-* | --enable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     case "$ac_option" in
  104.       *=*) ;;
  105.       *) ac_optarg=yes ;;
  106.     esac
  107.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  108.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  109.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  110.   | --exec | --exe | --ex)
  111.     ac_prev=exec_prefix ;;
  112.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  113.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  114.   | --exec=* | --exe=* | --ex=*)
  115.     exec_prefix="$ac_optarg" ;;
  116.   -gas | --gas | --ga | --g)
  117.     # Obsolete; use --with-gas.
  118.     with_gas=yes ;;
  119.   -help | --help | --hel | --he)
  120.     # Omit some internal or obsolete options to make the list less imposing.
  121.     # This message is too long to be a string in the A/UX 3.1 sh.
  122.     cat << EOF
  123. Usage: configure [options] [host]
  124. Options: [defaults in brackets after descriptions]
  125. Configuration:
  126.   --cache-file=FILE       cache test results in FILE
  127.   --help                  print this message
  128.   --no-create             do not create output files
  129.   --quiet, --silent       do not print `checking...' messages
  130.   --version               print the version of autoconf that created configure
  131. Directory and file names:
  132.   --prefix=PREFIX         install architecture-independent files in PREFIX
  133.                           [$ac_default_prefix]
  134.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  135.                           [same as prefix]
  136.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  137.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  138.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  139.   --datadir=DIR           read-only architecture-independent data in DIR
  140.                           [PREFIX/share]
  141.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  142.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  143.                           [PREFIX/com]
  144.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  145.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  146.   --includedir=DIR        C header files in DIR [PREFIX/include]
  147.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  148.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  149.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  150.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  151.   --program-prefix=PREFIX prepend PREFIX to installed program names
  152.   --program-suffix=SUFFIX append SUFFIX to installed program names
  153.   --program-transform-name=PROGRAM
  154.                           run sed PROGRAM on installed program names
  155. EOF
  156.     cat << EOF
  157. Host type:
  158.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  159.   --host=HOST             configure for HOST [guessed]
  160.   --target=TARGET         configure for TARGET [TARGET=HOST]
  161. Features and packages:
  162.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  163.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  164.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  165.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  166.   --x-includes=DIR        X include files are in DIR
  167.   --x-libraries=DIR       X library files are in DIR
  168. EOF
  169.     if test -n "$ac_help"; then
  170.       echo "--enable and --with options recognized:$ac_help"
  171.     fi
  172.     exit 0 ;;
  173.   -host | --host | --hos | --ho)
  174.     ac_prev=host ;;
  175.   -host=* | --host=* | --hos=* | --ho=*)
  176.     host="$ac_optarg" ;;
  177.   -includedir | --includedir | --includedi | --included | --include 
  178.   | --includ | --inclu | --incl | --inc)
  179.     ac_prev=includedir ;;
  180.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  181.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  182.     includedir="$ac_optarg" ;;
  183.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  184.     ac_prev=infodir ;;
  185.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  186.     infodir="$ac_optarg" ;;
  187.   -libdir | --libdir | --libdi | --libd)
  188.     ac_prev=libdir ;;
  189.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  190.     libdir="$ac_optarg" ;;
  191.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  192.   | --libexe | --libex | --libe)
  193.     ac_prev=libexecdir ;;
  194.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  195.   | --libexe=* | --libex=* | --libe=*)
  196.     libexecdir="$ac_optarg" ;;
  197.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  198.   | --localstate | --localstat | --localsta | --localst 
  199.   | --locals | --local | --loca | --loc | --lo)
  200.     ac_prev=localstatedir ;;
  201.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  202.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  203.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  204.     localstatedir="$ac_optarg" ;;
  205.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  206.     ac_prev=mandir ;;
  207.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  208.     mandir="$ac_optarg" ;;
  209.   -nfp | --nfp | --nf)
  210.     # Obsolete; use --without-fp.
  211.     with_fp=no ;;
  212.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  213.   | --no-cr | --no-c)
  214.     no_create=yes ;;
  215.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  216.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  217.     no_recursion=yes ;;
  218.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  219.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  220.   | --oldin | --oldi | --old | --ol | --o)
  221.     ac_prev=oldincludedir ;;
  222.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  223.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  224.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  225.     oldincludedir="$ac_optarg" ;;
  226.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  227.     ac_prev=prefix ;;
  228.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  229.     prefix="$ac_optarg" ;;
  230.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  231.   | --program-pre | --program-pr | --program-p)
  232.     ac_prev=program_prefix ;;
  233.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  234.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  235.     program_prefix="$ac_optarg" ;;
  236.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  237.   | --program-suf | --program-su | --program-s)
  238.     ac_prev=program_suffix ;;
  239.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  240.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  241.     program_suffix="$ac_optarg" ;;
  242.   -program-transform-name | --program-transform-name 
  243.   | --program-transform-nam | --program-transform-na 
  244.   | --program-transform-n | --program-transform- 
  245.   | --program-transform | --program-transfor 
  246.   | --program-transfo | --program-transf 
  247.   | --program-trans | --program-tran 
  248.   | --progr-tra | --program-tr | --program-t)
  249.     ac_prev=program_transform_name ;;
  250.   -program-transform-name=* | --program-transform-name=* 
  251.   | --program-transform-nam=* | --program-transform-na=* 
  252.   | --program-transform-n=* | --program-transform-=* 
  253.   | --program-transform=* | --program-transfor=* 
  254.   | --program-transfo=* | --program-transf=* 
  255.   | --program-trans=* | --program-tran=* 
  256.   | --progr-tra=* | --program-tr=* | --program-t=*)
  257.     program_transform_name="$ac_optarg" ;;
  258.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  259.   | -silent | --silent | --silen | --sile | --sil)
  260.     silent=yes ;;
  261.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  262.     ac_prev=sbindir ;;
  263.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  264.   | --sbi=* | --sb=*)
  265.     sbindir="$ac_optarg" ;;
  266.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  267.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  268.   | --sharedst | --shareds | --shared | --share | --shar 
  269.   | --sha | --sh)
  270.     ac_prev=sharedstatedir ;;
  271.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  272.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  273.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  274.   | --sha=* | --sh=*)
  275.     sharedstatedir="$ac_optarg" ;;
  276.   -site | --site | --sit)
  277.     ac_prev=site ;;
  278.   -site=* | --site=* | --sit=*)
  279.     site="$ac_optarg" ;;
  280.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  281.     ac_prev=srcdir ;;
  282.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  283.     srcdir="$ac_optarg" ;;
  284.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  285.   | --syscon | --sysco | --sysc | --sys | --sy)
  286.     ac_prev=sysconfdir ;;
  287.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  288.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  289.     sysconfdir="$ac_optarg" ;;
  290.   -target | --target | --targe | --targ | --tar | --ta | --t)
  291.     ac_prev=target ;;
  292.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  293.     target="$ac_optarg" ;;
  294.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  295.     verbose=yes ;;
  296.   -version | --version | --versio | --versi | --vers)
  297.     echo "configure generated by autoconf version 2.12"
  298.     exit 0 ;;
  299.   -with-* | --with-*)
  300.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  301.     # Reject names that are not valid shell variable names.
  302.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  303.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  304.     fi
  305.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  306.     case "$ac_option" in
  307.       *=*) ;;
  308.       *) ac_optarg=yes ;;
  309.     esac
  310.     eval "with_${ac_package}='$ac_optarg'" ;;
  311.   -without-* | --without-*)
  312.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  313.     # Reject names that are not valid shell variable names.
  314.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  315.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  316.     fi
  317.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  318.     eval "with_${ac_package}=no" ;;
  319.   --x)
  320.     # Obsolete; use --with-x.
  321.     with_x=yes ;;
  322.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  323.   | --x-incl | --x-inc | --x-in | --x-i)
  324.     ac_prev=x_includes ;;
  325.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  326.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  327.     x_includes="$ac_optarg" ;;
  328.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  329.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  330.     ac_prev=x_libraries ;;
  331.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  332.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  333.     x_libraries="$ac_optarg" ;;
  334.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  335.     ;;
  336.   *)
  337.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  338.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  339.     fi
  340.     if test "x$nonopt" != xNONE; then
  341.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  342.     fi
  343.     nonopt="$ac_option"
  344.     ;;
  345.   esac
  346. done
  347. if test -n "$ac_prev"; then
  348.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  349. fi
  350. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  351. # File descriptor usage:
  352. # 0 standard input
  353. # 1 file creation
  354. # 2 errors and warnings
  355. # 3 some systems may open it to /dev/tty
  356. # 4 used on the Kubota Titan
  357. # 6 checking for... messages and results
  358. # 5 compiler messages saved in config.log
  359. if test "$silent" = yes; then
  360.   exec 6>/dev/null
  361. else
  362.   exec 6>&1
  363. fi
  364. exec 5>./config.log
  365. echo "
  366. This file contains any messages produced by compilers while
  367. running configure, to aid debugging if configure makes a mistake.
  368. " 1>&5
  369. # Strip out --no-create and --no-recursion so they do not pile up.
  370. # Also quote any args containing shell metacharacters.
  371. ac_configure_args=
  372. for ac_arg
  373. do
  374.   case "$ac_arg" in
  375.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  376.   | --no-cr | --no-c) ;;
  377.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  378.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  379.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  380.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  381.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  382.   esac
  383. done
  384. # NLS nuisances.
  385. # Only set these to C if already set.  These must not be set unconditionally
  386. # because not all systems understand e.g. LANG=C (notably SCO).
  387. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  388. # Non-C LC_CTYPE values break the ctype check.
  389. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  390. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  391. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  392. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  393. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  394. rm -rf conftest* confdefs.h
  395. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  396. echo > confdefs.h
  397. # A filename unique to this package, relative to the directory that
  398. # configure is in, which we can look for to find out if srcdir is correct.
  399. ac_unique_file=test/testd1.ec
  400. # Find the source files, if location was not specified.
  401. if test -z "$srcdir"; then
  402.   ac_srcdir_defaulted=yes
  403.   # Try the directory containing this script, then its parent.
  404.   ac_prog=$0
  405.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  406.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  407.   srcdir=$ac_confdir
  408.   if test ! -r $srcdir/$ac_unique_file; then
  409.     srcdir=..
  410.   fi
  411. else
  412.   ac_srcdir_defaulted=no
  413. fi
  414. if test ! -r $srcdir/$ac_unique_file; then
  415.   if test "$ac_srcdir_defaulted" = yes; then
  416.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  417.   else
  418.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  419.   fi
  420. fi
  421. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  422. # Prefer explicitly selected file to automatically selected ones.
  423. if test -z "$CONFIG_SITE"; then
  424.   if test "x$prefix" != xNONE; then
  425.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  426.   else
  427.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  428.   fi
  429. fi
  430. for ac_site_file in $CONFIG_SITE; do
  431.   if test -r "$ac_site_file"; then
  432.     echo "loading site script $ac_site_file"
  433.     . "$ac_site_file"
  434.   fi
  435. done
  436. if test -r "$cache_file"; then
  437.   echo "loading cache $cache_file"
  438.   . $cache_file
  439. else
  440.   echo "creating cache $cache_file"
  441.   > $cache_file
  442. fi
  443. ac_ext=c
  444. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  445. ac_cpp='$CPP $CPPFLAGS'
  446. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  447. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  448. cross_compiling=$ac_cv_prog_cc_cross
  449. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  450.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  451.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  452.     ac_n= ac_c='
  453. ' ac_t=' '
  454.   else
  455.     ac_n=-n ac_c= ac_t=
  456.   fi
  457. else
  458.   ac_n= ac_c='c' ac_t=
  459. fi
  460. # Check whether --enable-DEBUG or --disable-DEBUG was given.
  461. if test "${enable_DEBUG+set}" = set; then
  462.   enableval="$enable_DEBUG"
  463.   :
  464. else
  465.   ac_not_debug=1 
  466. fi
  467. # Check whether --enable-PROF or --disable-PROF was given.
  468. if test "${enable_PROF+set}" = set; then
  469.   enableval="$enable_PROF"
  470.   ac_profile=1   
  471. fi
  472. version=`cat ${srcdir}/version`
  473. dbhome='$(prefix)/share/gnusql/$(version)/$(host)'
  474. builddir=`pwd`
  475. bindir='$(prefix)/bin'
  476. mandir='$(prefix)/man'
  477. infodir='$(prefix)/info'
  478. #### Make srcdir absolute, if it isn't already.  It's important to
  479. #### avoid running the path through pwd unnecessary, since pwd can
  480. #### give you automounter prefixes, which can go away.  
  481. case "${srcdir}" in
  482.   /* ) ;;
  483.   . )
  484.     ## We may be able to use the $PWD environment variable to make this
  485.     ## absolute.  But sometimes PWD is inaccurate.
  486.     ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
  487.     CDPATH=
  488.     if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`"  ;
  489.     then
  490.       srcdir="$PWD"
  491.     else
  492.       srcdir="`(cd ${srcdir}; pwd)`"
  493.     fi
  494.   ;;
  495.   *  ) srcdir="`(cd ${srcdir}; pwd)`" ;;
  496. esac
  497. #### Check if the source directory already has a configured system in it.
  498. if test `pwd` != `(cd ${srcdir} && pwd)` 
  499.    && test -f "${srcdir}/src/include/config.h" ; then
  500.   echo "configure: warning: The directory tree `${srcdir}' is being used
  501.    as a build directory right now; it has been configured in its own
  502.    right.  To configure in another directory as well, you MUST
  503.    use GNU make.  If you do not have GNU make, then you must
  504.    now do `make distclean' in ${srcdir},
  505.    and then run $0 again." 1>&2
  506.   extrasub='/^VPATH[  ]*=/c
  507. vpath %.x   $(srcdir)
  508. vpath %.k   $(srcdir)
  509. vpath %.kt  $(srcdir)
  510. vpath %.ec  $(srcdir)
  511. vpath %.sql $(srcdir)
  512. vpath %.y   $(srcdir)
  513. vpath %.l   $(srcdir)
  514. vpath %.c   $(srcdir)
  515. vpath %.h   $(srcdir)
  516. vpath %.def $(srcdir)
  517. vpath %.texi $(srcdir)
  518. vpath %.1   $(srcdir)
  519. vpath %.in  $(srcdir)
  520. vpath %.m4  $(srcdir)
  521. vpath %.dep $(srcdir)
  522. '
  523. fi
  524. if test ! -f config.guess -a -f RCS/config.guess,v ; then
  525.     co config.guess
  526. fi
  527. if test ! -f config.sub -a -f RCS/config.sub,v ; then
  528.     co config.sub
  529. fi
  530. ac_aux_dir=
  531. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  532.   if test -f $ac_dir/install-sh; then
  533.     ac_aux_dir=$ac_dir
  534.     ac_install_sh="$ac_aux_dir/install-sh -c"
  535.     break
  536.   elif test -f $ac_dir/install.sh; then
  537.     ac_aux_dir=$ac_dir
  538.     ac_install_sh="$ac_aux_dir/install.sh -c"
  539.     break
  540.   fi
  541. done
  542. if test -z "$ac_aux_dir"; then
  543.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  544. fi
  545. ac_config_guess=$ac_aux_dir/config.guess
  546. ac_config_sub=$ac_aux_dir/config.sub
  547. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  548. # Make sure we can run config.sub.
  549. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  550. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  551. fi
  552. echo $ac_n "checking host system type""... $ac_c" 1>&6
  553. echo "configure:635: checking host system type" >&5
  554. host_alias=$host
  555. case "$host_alias" in
  556. NONE)
  557.   case $nonopt in
  558.   NONE)
  559.     if host_alias=`$ac_config_guess`; then :
  560.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  561.     fi ;;
  562.   *) host_alias=$nonopt ;;
  563.   esac ;;
  564. esac
  565. host=`$ac_config_sub $host_alias`
  566. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  567. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  568. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  569. echo "$ac_t""$host" 1>&6
  570. canonical=$host
  571. configuration=$host_alias
  572. cat >> confdefs.h <<EOF
  573. #define VERSION "$version"
  574. EOF
  575. cat >> confdefs.h <<EOF
  576. #define HOST "$host"
  577. EOF
  578. # Pull the hash mark out of the macro call to avoid m4 problems.
  579. ac_msg="whether #! works in shell scripts"
  580. echo $ac_n "checking $ac_msg""... $ac_c" 1>&6
  581. echo "configure:670: checking $ac_msg" >&5
  582. if eval "test "`echo '$''{'ac_cv_sys_interpreter'+set}'`" = set"; then
  583.   echo $ac_n "(cached) $ac_c" 1>&6
  584. else
  585.   echo '#! /bin/cat
  586. exit 69
  587. ' > conftest
  588. chmod u+x conftest
  589. (SHELL=/bin/sh; export SHELL; ./conftest >/dev/null)
  590. if test $? -ne 69; then
  591.    ac_cv_sys_interpreter=yes
  592. else
  593.    ac_cv_sys_interpreter=no
  594. fi
  595. rm -f conftest
  596. fi
  597. echo "$ac_t""$ac_cv_sys_interpreter" 1>&6
  598. if test "$ac_cv_sys_interpreter" = "yes" ; then
  599.   INT_SHELL="#! /bin/sh"
  600. else
  601.   INT_SHELL=""
  602. fi
  603. # Extract the first word of "gcc", so it can be a program name with args.
  604. set dummy gcc; ac_word=$2
  605. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  606. echo "configure:697: checking for $ac_word" >&5
  607. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  608.   echo $ac_n "(cached) $ac_c" 1>&6
  609. else
  610.   if test -n "$CC"; then
  611.   ac_cv_prog_CC="$CC" # Let the user override the test.
  612. else
  613.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  614.   for ac_dir in $PATH; do
  615.     test -z "$ac_dir" && ac_dir=.
  616.     if test -f $ac_dir/$ac_word; then
  617.       ac_cv_prog_CC="gcc"
  618.       break
  619.     fi
  620.   done
  621.   IFS="$ac_save_ifs"
  622. fi
  623. fi
  624. CC="$ac_cv_prog_CC"
  625. if test -n "$CC"; then
  626.   echo "$ac_t""$CC" 1>&6
  627. else
  628.   echo "$ac_t""no" 1>&6
  629. fi
  630. if test -z "$CC"; then
  631.   # Extract the first word of "cc", so it can be a program name with args.
  632. set dummy cc; ac_word=$2
  633. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  634. echo "configure:726: checking for $ac_word" >&5
  635. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  636.   echo $ac_n "(cached) $ac_c" 1>&6
  637. else
  638.   if test -n "$CC"; then
  639.   ac_cv_prog_CC="$CC" # Let the user override the test.
  640. else
  641.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  642.   ac_prog_rejected=no
  643.   for ac_dir in $PATH; do
  644.     test -z "$ac_dir" && ac_dir=.
  645.     if test -f $ac_dir/$ac_word; then
  646.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  647.         ac_prog_rejected=yes
  648. continue
  649.       fi
  650.       ac_cv_prog_CC="cc"
  651.       break
  652.     fi
  653.   done
  654.   IFS="$ac_save_ifs"
  655. if test $ac_prog_rejected = yes; then
  656.   # We found a bogon in the path, so make sure we never use it.
  657.   set dummy $ac_cv_prog_CC
  658.   shift
  659.   if test $# -gt 0; then
  660.     # We chose a different compiler from the bogus one.
  661.     # However, it has the same basename, so the bogon will be chosen
  662.     # first if we set CC to just the basename; use the full file name.
  663.     shift
  664.     set dummy "$ac_dir/$ac_word" "$@"
  665.     shift
  666.     ac_cv_prog_CC="$@"
  667.   fi
  668. fi
  669. fi
  670. fi
  671. CC="$ac_cv_prog_CC"
  672. if test -n "$CC"; then
  673.   echo "$ac_t""$CC" 1>&6
  674. else
  675.   echo "$ac_t""no" 1>&6
  676. fi
  677.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  678. fi
  679. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  680. echo "configure:774: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  681. ac_ext=c
  682. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  683. ac_cpp='$CPP $CPPFLAGS'
  684. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  685. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  686. cross_compiling=$ac_cv_prog_cc_cross
  687. cat > conftest.$ac_ext <<EOF
  688. #line 784 "configure"
  689. #include "confdefs.h"
  690. main(){return(0);}
  691. EOF
  692. if { (eval echo configure:788: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  693.   ac_cv_prog_cc_works=yes
  694.   # If we can't run a trivial program, we are probably using a cross compiler.
  695.   if (./conftest; exit) 2>/dev/null; then
  696.     ac_cv_prog_cc_cross=no
  697.   else
  698.     ac_cv_prog_cc_cross=yes
  699.   fi
  700. else
  701.   echo "configure: failed program was:" >&5
  702.   cat conftest.$ac_ext >&5
  703.   ac_cv_prog_cc_works=no
  704. fi
  705. rm -fr conftest*
  706. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  707. if test $ac_cv_prog_cc_works = no; then
  708.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  709. fi
  710. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  711. echo "configure:808: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  712. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  713. cross_compiling=$ac_cv_prog_cc_cross
  714. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  715. echo "configure:813: checking whether we are using GNU C" >&5
  716. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  717.   echo $ac_n "(cached) $ac_c" 1>&6
  718. else
  719.   cat > conftest.c <<EOF
  720. #ifdef __GNUC__
  721.   yes;
  722. #endif
  723. EOF
  724. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:822: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  725.   ac_cv_prog_gcc=yes
  726. else
  727.   ac_cv_prog_gcc=no
  728. fi
  729. fi
  730. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  731. if test $ac_cv_prog_gcc = yes; then
  732.   GCC=yes
  733.   ac_test_CFLAGS="${CFLAGS+set}"
  734.   ac_save_CFLAGS="$CFLAGS"
  735.   CFLAGS=
  736.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  737. echo "configure:837: checking whether ${CC-cc} accepts -g" >&5
  738. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  739.   echo $ac_n "(cached) $ac_c" 1>&6
  740. else
  741.   echo 'void f(){}' > conftest.c
  742. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  743.   ac_cv_prog_cc_g=yes
  744. else
  745.   ac_cv_prog_cc_g=no
  746. fi
  747. rm -f conftest*
  748. fi
  749. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  750.   if test "$ac_test_CFLAGS" = set; then
  751.     CFLAGS="$ac_save_CFLAGS"
  752.   elif test $ac_cv_prog_cc_g = yes; then
  753.     CFLAGS="-g -O2"
  754.   else
  755.     CFLAGS="-O2"
  756.   fi
  757. else
  758.   GCC=
  759.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  760. fi
  761. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  762. echo "configure:865: checking how to run the C preprocessor" >&5
  763. # On Suns, sometimes $CPP names a directory.
  764. if test -n "$CPP" && test -d "$CPP"; then
  765.   CPP=
  766. fi
  767. if test -z "$CPP"; then
  768. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  769.   echo $ac_n "(cached) $ac_c" 1>&6
  770. else
  771.     # This must be in double quotes, not single quotes, because CPP may get
  772.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  773.   CPP="${CC-cc} -E"
  774.   # On the NeXT, cc -E runs the code through the compiler's parser,
  775.   # not just through cpp.
  776.   cat > conftest.$ac_ext <<EOF
  777. #line 880 "configure"
  778. #include "confdefs.h"
  779. #include <assert.h>
  780. Syntax Error
  781. EOF
  782. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  783. { (eval echo configure:886: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  784. ac_err=`grep -v '^ *+' conftest.out`
  785. if test -z "$ac_err"; then
  786.   :
  787. else
  788.   echo "$ac_err" >&5
  789.   echo "configure: failed program was:" >&5
  790.   cat conftest.$ac_ext >&5
  791.   rm -rf conftest*
  792.   CPP="${CC-cc} -E -traditional-cpp"
  793.   cat > conftest.$ac_ext <<EOF
  794. #line 897 "configure"
  795. #include "confdefs.h"
  796. #include <assert.h>
  797. Syntax Error
  798. EOF
  799. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  800. { (eval echo configure:903: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  801. ac_err=`grep -v '^ *+' conftest.out`
  802. if test -z "$ac_err"; then
  803.   :
  804. else
  805.   echo "$ac_err" >&5
  806.   echo "configure: failed program was:" >&5
  807.   cat conftest.$ac_ext >&5
  808.   rm -rf conftest*
  809.   CPP=/lib/cpp
  810. fi
  811. rm -f conftest*
  812. fi
  813. rm -f conftest*
  814.   ac_cv_prog_CPP="$CPP"
  815. fi
  816.   CPP="$ac_cv_prog_CPP"
  817. else
  818.   ac_cv_prog_CPP="$CPP"
  819. fi
  820. echo "$ac_t""$CPP" 1>&6
  821. ### ------------------------------------------------------------------
  822. ### ----------------- flags setting ----------------------------------
  823. ### ------------------------------------------------------------------
  824. ### Checks for ansi compatibility
  825. ### ---------------------------------
  826. echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
  827. echo "configure:935: checking for ${CC-cc} option to accept ANSI C" >&5
  828. if eval "test "`echo '$''{'am_cv_prog_cc_stdc'+set}'`" = set"; then
  829.   echo $ac_n "(cached) $ac_c" 1>&6
  830. else
  831.   am_cv_prog_cc_stdc=no
  832. ac_save_CC="$CC"
  833. # Don't try gcc -ansi; that turns off useful extensions and
  834. # breaks some systems' header files.
  835. # AIX -qlanglvl=ansi
  836. # Ultrix and OSF/1 -std1
  837. # HP-UX -Aa -D_HPUX_SOURCE
  838. # SVR4 -Xc -D__EXTENSIONS__
  839. for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  840. do
  841.   CC="$ac_save_CC $ac_arg"
  842.   cat > conftest.$ac_ext <<EOF
  843. #line 951 "configure"
  844. #include "confdefs.h"
  845. #if !defined(__STDC__) || __STDC__ != 1
  846. choke me
  847. #endif
  848. /* DYNIX/ptx V4.1.3 can't compile sys/stat.h with -Xc -D__EXTENSIONS__. */
  849. #ifdef _SEQUENT_
  850. # include <sys/types.h>
  851. # include <sys/stat.h>
  852. #endif
  853. int main() {
  854. int test (int i, double x);
  855. struct s1 {int (*f) (int a);};
  856. struct s2 {int (*f) (double a);};
  857. ; return 0; }
  858. EOF
  859. if { (eval echo configure:969: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  860.   rm -rf conftest*
  861.   am_cv_prog_cc_stdc="$ac_arg"; break
  862. else
  863.   echo "configure: failed program was:" >&5
  864.   cat conftest.$ac_ext >&5
  865. fi
  866. rm -f conftest*
  867. done
  868. CC="$ac_save_CC"
  869. fi
  870. echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
  871. case "x$am_cv_prog_cc_stdc" in
  872.   x|xno) ;;
  873.   *) CC="$CC $am_cv_prog_cc_stdc" ;;
  874. esac
  875. echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
  876. echo "configure:991: checking for function prototypes" >&5
  877. if test "$am_cv_prog_cc_stdc" != no; then
  878.   echo "$ac_t""yes" 1>&6
  879.   cat >> confdefs.h <<EOF
  880. #define PROTOTYPES 1
  881. EOF
  882.   U= ANSI2KNR=
  883. else
  884.   echo "$ac_t""no" 1>&6
  885.   U=_ ANSI2KNR=./ansi2knr
  886.   # Ensure some checks needed by ansi2knr itself.
  887.   echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  888. echo "configure:1004: checking for ANSI C header files" >&5
  889. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  890.   echo $ac_n "(cached) $ac_c" 1>&6
  891. else
  892.   cat > conftest.$ac_ext <<EOF
  893. #line 1009 "configure"
  894. #include "confdefs.h"
  895. #include <stdlib.h>
  896. #include <stdarg.h>
  897. #include <string.h>
  898. #include <float.h>
  899. EOF
  900. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  901. { (eval echo configure:1017: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  902. ac_err=`grep -v '^ *+' conftest.out`
  903. if test -z "$ac_err"; then
  904.   rm -rf conftest*
  905.   ac_cv_header_stdc=yes
  906. else
  907.   echo "$ac_err" >&5
  908.   echo "configure: failed program was:" >&5
  909.   cat conftest.$ac_ext >&5
  910.   rm -rf conftest*
  911.   ac_cv_header_stdc=no
  912. fi
  913. rm -f conftest*
  914. if test $ac_cv_header_stdc = yes; then
  915.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  916. cat > conftest.$ac_ext <<EOF
  917. #line 1034 "configure"
  918. #include "confdefs.h"
  919. #include <string.h>
  920. EOF
  921. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  922.   egrep "memchr" >/dev/null 2>&1; then
  923.   :
  924. else
  925.   rm -rf conftest*
  926.   ac_cv_header_stdc=no
  927. fi
  928. rm -f conftest*
  929. fi
  930. if test $ac_cv_header_stdc = yes; then
  931.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  932. cat > conftest.$ac_ext <<EOF
  933. #line 1052 "configure"
  934. #include "confdefs.h"
  935. #include <stdlib.h>
  936. EOF
  937. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  938.   egrep "free" >/dev/null 2>&1; then
  939.   :
  940. else
  941.   rm -rf conftest*
  942.   ac_cv_header_stdc=no
  943. fi
  944. rm -f conftest*
  945. fi
  946. if test $ac_cv_header_stdc = yes; then
  947.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  948. if test "$cross_compiling" = yes; then
  949.   :
  950. else
  951.   cat > conftest.$ac_ext <<EOF
  952. #line 1073 "configure"
  953. #include "confdefs.h"
  954. #include <ctype.h>
  955. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  956. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  957. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  958. int main () { int i; for (i = 0; i < 256; i++)
  959. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  960. exit (0); }
  961. EOF
  962. if { (eval echo configure:1084: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  963. then
  964.   :
  965. else
  966.   echo "configure: failed program was:" >&5
  967.   cat conftest.$ac_ext >&5
  968.   rm -fr conftest*
  969.   ac_cv_header_stdc=no
  970. fi
  971. rm -fr conftest*
  972. fi
  973. fi
  974. fi
  975. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  976. if test $ac_cv_header_stdc = yes; then
  977.   cat >> confdefs.h <<EOF
  978. #define STDC_HEADERS 1
  979. EOF
  980. fi
  981.   for ac_hdr in string.h
  982. do
  983. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  984. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  985. echo "configure:1111: checking for $ac_hdr" >&5
  986. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  987.   echo $ac_n "(cached) $ac_c" 1>&6
  988. else
  989.   cat > conftest.$ac_ext <<EOF
  990. #line 1116 "configure"
  991. #include "confdefs.h"
  992. #include <$ac_hdr>
  993. EOF
  994. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  995. { (eval echo configure:1121: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  996. ac_err=`grep -v '^ *+' conftest.out`
  997. if test -z "$ac_err"; then
  998.   rm -rf conftest*
  999.   eval "ac_cv_header_$ac_safe=yes"
  1000. else
  1001.   echo "$ac_err" >&5
  1002.   echo "configure: failed program was:" >&5
  1003.   cat conftest.$ac_ext >&5
  1004.   rm -rf conftest*
  1005.   eval "ac_cv_header_$ac_safe=no"
  1006. fi
  1007. rm -f conftest*
  1008. fi
  1009. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1010.   echo "$ac_t""yes" 1>&6
  1011.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1012.   cat >> confdefs.h <<EOF
  1013. #define $ac_tr_hdr 1
  1014. EOF
  1015.  
  1016. else
  1017.   echo "$ac_t""no" 1>&6
  1018. fi
  1019. done
  1020. fi
  1021. if test "x$ANSI2KNR" = "x" ; then 
  1022.   A2K_proc=:
  1023.   A2K_entry=""
  1024. else
  1025.   A2K_proc=""
  1026.   A2K_entry="ansi2knr"
  1027.   ### emit warning about automatic converting all C files and 
  1028.   ### assotiated stuff. 
  1029.   echo "-------------------------------------------------------"
  1030.   echo "<<<<<<<  Warning: Non ANSI compiler detected !! >>>>>>>"
  1031.   echo "-------------------------------------------------------"
  1032.   echo "All files will be automatically converted to KNR style."
  1033.   echo "Be careful editing them and sending patches about it. "
  1034.   echo "-------------------------------------------------------"
  1035.   if test "${srcdir}" != "${builddir}" ; then
  1036.     echo "You use --srcdir configuration. In this case source    "
  1037.     echo "files are converted once and stored in the build tree  "
  1038.     echo "Any modification in distribution tree will not take    "
  1039.     echo "effect until your remove 'src/ansi2knrs' timestamp     "
  1040.     echo "in your build tree. This lead to reading source tree   "
  1041.     echo "again and repeating conversion                         "
  1042.     echo "-------------------------------------------------------"
  1043.   fi 
  1044.   echo "ansi2knr feature has not been properly tested yet !!!  "
  1045.   echo "-------------------------------------------------------"
  1046.   sleep 5
  1047.   ### override AM_C_PROTOTYPE difinition:we have another make's dependencies
  1048.   U=""
  1049. fi
  1050. if test -z "$ac_not_debug"  ; then ### if debug info required
  1051.   ## turn off optimization
  1052.   CFLAGS=`echo $CFLAGS | sed 's/[-]O[0-9]*//g'`
  1053. else  ## if debug info not required -- turn off -g
  1054.   CFLAGS=`echo $CFLAGS | sed 's/[-]g[0-9]//g'`
  1055. fi
  1056. if test "$GCC" = "yes" ; then
  1057.   CFLAGS=`echo $CFLAGS | sed 's/[-]g[0-9]*/-g3/g;s/[-]O[0-9]*/-O4/g' `
  1058.   CFLAGS="-Wall $CFLAGS"
  1059. else
  1060.   if test -d /usr/local/lib ; then
  1061.     LDFLAGS="-L/usr/local/lib $LDFLAGS"
  1062.   fi
  1063. fi
  1064. if test ! -z "$ac_profile" ; then ### if profiling is reqired
  1065.   if test "$GCC" = "yes" ; then
  1066.     CFLAGS="-pg $CFLAGS"
  1067.   else
  1068.     CFLAGS="-p $CFLAGS"
  1069.   fi
  1070. fi
  1071. LDFLAGS="$CFLAGS $LDFLAGS"
  1072. #### include directories path settings
  1073. if test "${srcdir}" = "${builddir}" -o "x$ANSI2KNR" != "x" ; then
  1074.   CPPFLAGS="$CPPFLAGS -I${builddir}/src/trl -I${builddir}/src/engine"
  1075.   CPPFLAGS="$CPPFLAGS -I. -I${builddir}/src/include -I${builddir}/src/include/engine"
  1076. else ###  --srcdir case and ansi compiler
  1077.   CPPFLAGS="$CPPFLAGS -I. -I${srcdir}/src/include -I${srcdir}/src/include/engine"
  1078.   CPPFLAGS="$CPPFLAGS -I${srcdir}/src/trl -I${srcdir}/src/engine"
  1079.   CPPFLAGS="$CPPFLAGS -I$(srcdir) -I${builddir}/src/include -I${builddir}/src/include/engine"
  1080. fi
  1081. ### ------------------------------------------------------------------
  1082. ### ------------------------------------------------------------------
  1083. # Find a good install program.  We prefer a C program (faster),
  1084. # so one script is as good as another.  But avoid the broken or
  1085. # incompatible versions:
  1086. # SysV /etc/install, /usr/sbin/install
  1087. # SunOS /usr/etc/install
  1088. # IRIX /sbin/install
  1089. # AIX /bin/install
  1090. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1091. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1092. # ./install, which can be erroneously created by make from ./install.sh.
  1093. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1094. echo "configure:1230: checking for a BSD compatible install" >&5
  1095. if test -z "$INSTALL"; then
  1096. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1097.   echo $ac_n "(cached) $ac_c" 1>&6
  1098. else
  1099.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1100.   for ac_dir in $PATH; do
  1101.     # Account for people who put trailing slashes in PATH elements.
  1102.     case "$ac_dir/" in
  1103.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1104.     *)
  1105.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1106.       for ac_prog in ginstall installbsd scoinst install; do
  1107.         if test -f $ac_dir/$ac_prog; then
  1108.   if test $ac_prog = install &&
  1109.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1110.     # AIX install.  It has an incompatible calling convention.
  1111.     # OSF/1 installbsd also uses dspmsg, but is usable.
  1112.     :
  1113.   else
  1114.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1115.     break 2
  1116.   fi
  1117. fi
  1118.       done
  1119.       ;;
  1120.     esac
  1121.   done
  1122.   IFS="$ac_save_IFS"
  1123. fi
  1124.   if test "${ac_cv_path_install+set}" = set; then
  1125.     INSTALL="$ac_cv_path_install"
  1126.   else
  1127.     # As a last resort, use the slow shell script.  We don't cache a
  1128.     # path for INSTALL within a source directory, because that will
  1129.     # break other packages using the cache if that directory is
  1130.     # removed, or if the path is relative.
  1131.     INSTALL="$ac_install_sh"
  1132.   fi
  1133. fi
  1134. echo "$ac_t""$INSTALL" 1>&6
  1135. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1136. # It thinks the first close brace ends the variable substitution.
  1137. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1138. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1139. for ac_prog in 'bison -y' byacc
  1140. do
  1141. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1142. set dummy $ac_prog; ac_word=$2
  1143. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1144. echo "configure:1284: checking for $ac_word" >&5
  1145. if eval "test "`echo '$''{'ac_cv_prog_YACC'+set}'`" = set"; then
  1146.   echo $ac_n "(cached) $ac_c" 1>&6
  1147. else
  1148.   if test -n "$YACC"; then
  1149.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  1150. else
  1151.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1152.   for ac_dir in $PATH; do
  1153.     test -z "$ac_dir" && ac_dir=.
  1154.     if test -f $ac_dir/$ac_word; then
  1155.       ac_cv_prog_YACC="$ac_prog"
  1156.       break
  1157.     fi
  1158.   done
  1159.   IFS="$ac_save_ifs"
  1160. fi
  1161. fi
  1162. YACC="$ac_cv_prog_YACC"
  1163. if test -n "$YACC"; then
  1164.   echo "$ac_t""$YACC" 1>&6
  1165. else
  1166.   echo "$ac_t""no" 1>&6
  1167. fi
  1168. test -n "$YACC" && break
  1169. done
  1170. test -n "$YACC" || YACC="yacc"
  1171. if test "$YACC" = "bison -y" ; then
  1172.   YACC=bison
  1173.   YFLAGS="-d -v -t"
  1174. else
  1175.   YACC='$(LIB)/preserve'
  1176.   YFLAGS="restore --bison"
  1177. fi
  1178. # Extract the first word of "flex", so it can be a program name with args.
  1179. set dummy flex; ac_word=$2
  1180. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1181. echo "configure:1324: checking for $ac_word" >&5
  1182. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  1183.   echo $ac_n "(cached) $ac_c" 1>&6
  1184. else
  1185.   if test -n "$LEX"; then
  1186.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1187. else
  1188.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1189.   for ac_dir in $PATH; do
  1190.     test -z "$ac_dir" && ac_dir=.
  1191.     if test -f $ac_dir/$ac_word; then
  1192.       ac_cv_prog_LEX="flex"
  1193.       break
  1194.     fi
  1195.   done
  1196.   IFS="$ac_save_ifs"
  1197.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  1198. fi
  1199. fi
  1200. LEX="$ac_cv_prog_LEX"
  1201. if test -n "$LEX"; then
  1202.   echo "$ac_t""$LEX" 1>&6
  1203. else
  1204.   echo "$ac_t""no" 1>&6
  1205. fi
  1206. if test -z "$LEXLIB"
  1207. then
  1208.   case "$LEX" in
  1209.   flex*) ac_lib=fl ;;
  1210.   *) ac_lib=l ;;
  1211.   esac
  1212.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  1213. echo "configure:1357: checking for yywrap in -l$ac_lib" >&5
  1214. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  1215. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1216.   echo $ac_n "(cached) $ac_c" 1>&6
  1217. else
  1218.   ac_save_LIBS="$LIBS"
  1219. LIBS="-l$ac_lib  $LIBS"
  1220. cat > conftest.$ac_ext <<EOF
  1221. #line 1365 "configure"
  1222. #include "confdefs.h"
  1223. /* Override any gcc2 internal prototype to avoid an error.  */
  1224. /* We use char because int might match the return type of a gcc2
  1225.     builtin and then its argument prototype would still apply.  */
  1226. char yywrap();
  1227. int main() {
  1228. yywrap()
  1229. ; return 0; }
  1230. EOF
  1231. if { (eval echo configure:1376: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1232.   rm -rf conftest*
  1233.   eval "ac_cv_lib_$ac_lib_var=yes"
  1234. else
  1235.   echo "configure: failed program was:" >&5
  1236.   cat conftest.$ac_ext >&5
  1237.   rm -rf conftest*
  1238.   eval "ac_cv_lib_$ac_lib_var=no"
  1239. fi
  1240. rm -f conftest*
  1241. LIBS="$ac_save_LIBS"
  1242. fi
  1243. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1244.   echo "$ac_t""yes" 1>&6
  1245.   LEXLIB="-l$ac_lib"
  1246. else
  1247.   echo "$ac_t""no" 1>&6
  1248. fi
  1249. fi
  1250. ## and here we seems to need flex (generic lex is something unpredictable)
  1251. ## we also used %x constructions which happens to be unsopported by some lex.
  1252. if test "$LEX" = "flex" ; then ### that's fine
  1253.   LFLAGS="-d8i"
  1254. #elif test "$LEX" = "lex" ; then
  1255. #  LFLAGS="-t"
  1256. else 
  1257.   LEX='$(LIB)/preserve'
  1258.   LFLAGS='restore --flex'
  1259. fi
  1260. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1261. echo "configure:1410: checking whether ln -s works" >&5
  1262. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  1263.   echo $ac_n "(cached) $ac_c" 1>&6
  1264. else
  1265.   rm -f conftestdata
  1266. if ln -s X conftestdata 2>/dev/null
  1267. then
  1268.   rm -f conftestdata
  1269.   ac_cv_prog_LN_S="ln -s"
  1270. else
  1271.   ac_cv_prog_LN_S=ln
  1272. fi
  1273. fi
  1274. LN_S="$ac_cv_prog_LN_S"
  1275. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1276.   echo "$ac_t""yes" 1>&6
  1277. else
  1278.   echo "$ac_t""no" 1>&6
  1279. fi
  1280. # Extract the first word of "ranlib", so it can be a program name with args.
  1281. set dummy ranlib; ac_word=$2
  1282. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1283. echo "configure:1433: checking for $ac_word" >&5
  1284. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1285.   echo $ac_n "(cached) $ac_c" 1>&6
  1286. else
  1287.   if test -n "$RANLIB"; then
  1288.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1289. else
  1290.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1291.   for ac_dir in $PATH; do
  1292.     test -z "$ac_dir" && ac_dir=.
  1293.     if test -f $ac_dir/$ac_word; then
  1294.       ac_cv_prog_RANLIB="ranlib"
  1295.       break
  1296.     fi
  1297.   done
  1298.   IFS="$ac_save_ifs"
  1299.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1300. fi
  1301. fi
  1302. RANLIB="$ac_cv_prog_RANLIB"
  1303. if test -n "$RANLIB"; then
  1304.   echo "$ac_t""$RANLIB" 1>&6
  1305. else
  1306.   echo "$ac_t""no" 1>&6
  1307. fi
  1308. ### we can found ranlib here but it's not enough : hpus used to have 
  1309. ### useless script with the same name. it's ok if you use standard 'ar'
  1310. ### but if you install GNU's binutils some trouble can arise.
  1311. ac_save_path="$PATH"
  1312. PATH=/usr/local/bin:/usr/contrib/bin:/usr/bin:$PATH
  1313. for ac_prog in gmake make
  1314. do
  1315. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1316. set dummy $ac_prog; ac_word=$2
  1317. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1318. echo "configure:1472: checking for $ac_word" >&5
  1319. if eval "test "`echo '$''{'ac_cv_path_MAKE'+set}'`" = set"; then
  1320.   echo $ac_n "(cached) $ac_c" 1>&6
  1321. else
  1322.   case "$MAKE" in
  1323.   /*)
  1324.   ac_cv_path_MAKE="$MAKE" # Let the user override the test with a path.
  1325.   ;;
  1326.   *)
  1327.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1328.   for ac_dir in $PATH; do
  1329.     test -z "$ac_dir" && ac_dir=.
  1330.     if test -f $ac_dir/$ac_word; then
  1331.       ac_cv_path_MAKE="$ac_dir/$ac_word"
  1332.       break
  1333.     fi
  1334.   done
  1335.   IFS="$ac_save_ifs"
  1336.   ;;
  1337. esac
  1338. fi
  1339. MAKE="$ac_cv_path_MAKE"
  1340. if test -n "$MAKE"; then
  1341.   echo "$ac_t""$MAKE" 1>&6
  1342. else
  1343.   echo "$ac_t""no" 1>&6
  1344. fi
  1345. test -n "$MAKE" && break
  1346. done
  1347. PATH="$ac_save_path"
  1348. echo $ac_n "checking for make include item""... $ac_c" 1>&6
  1349. echo "configure:1507: checking for make include item" >&5
  1350. if eval "test "`echo '$''{'gss_cv_MAKE_includes'+set}'`" = set"; then
  1351.   echo $ac_n "(cached) $ac_c" 1>&6
  1352. else
  1353.   
  1354.      cat >maketst1 <<EOF
  1355. EOF
  1356.      gss_cv_MAKE_includes="##include"
  1357.      for inc_test in "include" ".include" "%include" ; do
  1358.        cat >maketest <<EOF
  1359. $inc_test maketst1
  1360. all:
  1361. EOF
  1362.        if ${MAKE} -f maketest 2>>config.log >/dev/null ; then
  1363.           ## we can include other makefiles
  1364.           gss_cv_MAKE_includes="$inc_test"
  1365.        fi
  1366.      done 
  1367.      rm -f maketest maketst1
  1368.     
  1369. fi
  1370. echo "$ac_t""$gss_cv_MAKE_includes" 1>&6
  1371. SET_MAKE="MAKE=${MAKE-make}"
  1372. echo $ac_n "checking if make able to identify short and long file name""... $ac_c" 1>&6
  1373. echo "configure:1536: checking if make able to identify short and long file name" >&5
  1374. if eval "test "`echo '$''{'gss_cv_MAKE_short_long'+set}'`" = set"; then
  1375.   echo $ac_n "(cached) $ac_c" 1>&6
  1376. else
  1377.   
  1378.      gss_cv_MAKE_short_long="no"
  1379.      cat >maketest <<EOF
  1380. all: maketest
  1381. @echo >/dev/null
  1382. maketest : `pwd`/maketest
  1383. EOF
  1384.      if test `${MAKE} -f maketest 2>&1 | wc -l ` -gt 0 ; then
  1385.        gss_cv_MAKE_short_long="yes"
  1386.      fi
  1387.      rm -f maketest $$.log
  1388.     
  1389. fi
  1390. echo "$ac_t""$gss_cv_MAKE_short_long" 1>&6
  1391. if test "$gss_cv_MAKE_short_long" = "yes" ; then
  1392.   MCYCLE="## commnet cycle dependencies ##"
  1393. fi
  1394. if test -z "$ac_not_debug"  ; then
  1395.   # Extract the first word of "ddd", so it can be a program name with args.
  1396. set dummy ddd; ac_word=$2
  1397. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1398. echo "configure:1565: checking for $ac_word" >&5
  1399. if eval "test "`echo '$''{'ac_cv_path_DDD'+set}'`" = set"; then
  1400.   echo $ac_n "(cached) $ac_c" 1>&6
  1401. else
  1402.   case "$DDD" in
  1403.   /*)
  1404.   ac_cv_path_DDD="$DDD" # Let the user override the test with a path.
  1405.   ;;
  1406.   *)
  1407.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1408.   for ac_dir in $PATH; do
  1409.     test -z "$ac_dir" && ac_dir=.
  1410.     if test -f $ac_dir/$ac_word; then
  1411.       ac_cv_path_DDD="$ac_dir/$ac_word"
  1412.       break
  1413.     fi
  1414.   done
  1415.   IFS="$ac_save_ifs"
  1416.   ;;
  1417. esac
  1418. fi
  1419. DDD="$ac_cv_path_DDD"
  1420. if test -n "$DDD"; then
  1421.   echo "$ac_t""$DDD" 1>&6
  1422. else
  1423.   echo "$ac_t""no" 1>&6
  1424. fi
  1425.                      if test -n "$DDD"  ; then
  1426.     cat >> confdefs.h <<EOF
  1427. #define HAVE_DDD "$DDD"
  1428. EOF
  1429.   fi
  1430.   for ac_prog in xterm shelltool cmdtool
  1431. do
  1432. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1433. set dummy $ac_prog; ac_word=$2
  1434. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1435. echo "configure:1604: checking for $ac_word" >&5
  1436. if eval "test "`echo '$''{'ac_cv_path_XTERM'+set}'`" = set"; then
  1437.   echo $ac_n "(cached) $ac_c" 1>&6
  1438. else
  1439.   case "$XTERM" in
  1440.   /*)
  1441.   ac_cv_path_XTERM="$XTERM" # Let the user override the test with a path.
  1442.   ;;
  1443.   *)
  1444.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1445.   for ac_dir in $PATH; do
  1446.     test -z "$ac_dir" && ac_dir=.
  1447.     if test -f $ac_dir/$ac_word; then
  1448.       ac_cv_path_XTERM="$ac_dir/$ac_word"
  1449.       break
  1450.     fi
  1451.   done
  1452.   IFS="$ac_save_ifs"
  1453.   ;;
  1454. esac
  1455. fi
  1456. XTERM="$ac_cv_path_XTERM"
  1457. if test -n "$XTERM"; then
  1458.   echo "$ac_t""$XTERM" 1>&6
  1459. else
  1460.   echo "$ac_t""no" 1>&6
  1461. fi
  1462. test -n "$XTERM" && break
  1463. done
  1464.   if test -n "$XTERM"  ; then
  1465.      cat >> confdefs.h <<EOF
  1466. #define HAVE_XTERM "$XTERM"
  1467. EOF
  1468.   fi
  1469.   # Extract the first word of "xxgdb", so it can be a program name with args.
  1470. set dummy xxgdb; ac_word=$2
  1471. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1472. echo "configure:1645: checking for $ac_word" >&5
  1473. if eval "test "`echo '$''{'ac_cv_path_XXGDB'+set}'`" = set"; then
  1474.   echo $ac_n "(cached) $ac_c" 1>&6
  1475. else
  1476.   case "$XXGDB" in
  1477.   /*)
  1478.   ac_cv_path_XXGDB="$XXGDB" # Let the user override the test with a path.
  1479.   ;;
  1480.   *)
  1481.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1482.   for ac_dir in $PATH; do
  1483.     test -z "$ac_dir" && ac_dir=.
  1484.     if test -f $ac_dir/$ac_word; then
  1485.       ac_cv_path_XXGDB="$ac_dir/$ac_word"
  1486.       break
  1487.     fi
  1488.   done
  1489.   IFS="$ac_save_ifs"
  1490.   ;;
  1491. esac
  1492. fi
  1493. XXGDB="$ac_cv_path_XXGDB"
  1494. if test -n "$XXGDB"; then
  1495.   echo "$ac_t""$XXGDB" 1>&6
  1496. else
  1497.   echo "$ac_t""no" 1>&6
  1498. fi
  1499.                  if test -n "$XXGDB"  ; then
  1500.       cat >> confdefs.h <<EOF
  1501. #define HAVE_XXGDB "$XXGDB"
  1502. EOF
  1503.   fi
  1504.   if test -z "$XTERM" -a -z "$XXGDB" -a -z "$DDD" ; then
  1505.         ac_not_debug=1
  1506.   fi
  1507. fi
  1508. if test -z "$ac_not_debug"  ; then
  1509.   # Extract the first word of "gdb", so it can be a program name with args.
  1510. set dummy gdb; ac_word=$2
  1511. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1512. echo "configure:1688: checking for $ac_word" >&5
  1513. if eval "test "`echo '$''{'ac_cv_path_GDB'+set}'`" = set"; then
  1514.   echo $ac_n "(cached) $ac_c" 1>&6
  1515. else
  1516.   case "$GDB" in
  1517.   /*)
  1518.   ac_cv_path_GDB="$GDB" # Let the user override the test with a path.
  1519.   ;;
  1520.   *)
  1521.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1522.   for ac_dir in $PATH; do
  1523.     test -z "$ac_dir" && ac_dir=.
  1524.     if test -f $ac_dir/$ac_word; then
  1525.       ac_cv_path_GDB="$ac_dir/$ac_word"
  1526.       break
  1527.     fi
  1528.   done
  1529.   IFS="$ac_save_ifs"
  1530.   ;;
  1531. esac
  1532. fi
  1533. GDB="$ac_cv_path_GDB"
  1534. if test -n "$GDB"; then
  1535.   echo "$ac_t""$GDB" 1>&6
  1536. else
  1537.   echo "$ac_t""no" 1>&6
  1538. fi
  1539.   
  1540.   if test -n "$GDB"  ; then
  1541.     cat >> confdefs.h <<EOF
  1542. #define HAVE_GDB "$GDB"
  1543. EOF
  1544.   fi
  1545.   # Extract the first word of "dbx", so it can be a program name with args.
  1546. set dummy dbx; ac_word=$2
  1547. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1548. echo "configure:1725: checking for $ac_word" >&5
  1549. if eval "test "`echo '$''{'ac_cv_path_DBX'+set}'`" = set"; then
  1550.   echo $ac_n "(cached) $ac_c" 1>&6
  1551. else
  1552.   case "$DBX" in
  1553.   /*)
  1554.   ac_cv_path_DBX="$DBX" # Let the user override the test with a path.
  1555.   ;;
  1556.   *)
  1557.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1558.   for ac_dir in $PATH; do
  1559.     test -z "$ac_dir" && ac_dir=.
  1560.     if test -f $ac_dir/$ac_word; then
  1561.       ac_cv_path_DBX="$ac_dir/$ac_word"
  1562.       break
  1563.     fi
  1564.   done
  1565.   IFS="$ac_save_ifs"
  1566.   ;;
  1567. esac
  1568. fi
  1569. DBX="$ac_cv_path_DBX"
  1570. if test -n "$DBX"; then
  1571.   echo "$ac_t""$DBX" 1>&6
  1572. else
  1573.   echo "$ac_t""no" 1>&6
  1574. fi
  1575.   
  1576.   if test -n "$DBX"  ; then
  1577.     cat >> confdefs.h <<EOF
  1578. #define HAVE_DBX "$DBX"
  1579. EOF
  1580.  
  1581.   fi
  1582.   if test -z "$GDB" -a -z "$DBX" ; then
  1583.       ac_not_debug=1
  1584.   fi
  1585. fi
  1586. if test -n "$ac_not_debug"  ; then
  1587.         cat >> confdefs.h <<EOF
  1588. #define NOT_DEBUG 1
  1589. EOF
  1590. fi
  1591. # Extract the first word of "rpcgen", so it can be a program name with args.
  1592. set dummy rpcgen; ac_word=$2
  1593. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1594. echo "configure:1774: checking for $ac_word" >&5
  1595. if eval "test "`echo '$''{'ac_cv_path_RPCGEN'+set}'`" = set"; then
  1596.   echo $ac_n "(cached) $ac_c" 1>&6
  1597. else
  1598.   case "$RPCGEN" in
  1599.   /*)
  1600.   ac_cv_path_RPCGEN="$RPCGEN" # Let the user override the test with a path.
  1601.   ;;
  1602.   *)
  1603.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1604.   for ac_dir in $PATH; do
  1605.     test -z "$ac_dir" && ac_dir=.
  1606.     if test -f $ac_dir/$ac_word; then
  1607.       ac_cv_path_RPCGEN="$ac_dir/$ac_word"
  1608.       break
  1609.     fi
  1610.   done
  1611.   IFS="$ac_save_ifs"
  1612.   ;;
  1613. esac
  1614. fi
  1615. RPCGEN="$ac_cv_path_RPCGEN"
  1616. if test -n "$RPCGEN"; then
  1617.   echo "$ac_t""$RPCGEN" 1>&6
  1618. else
  1619.   echo "$ac_t""no" 1>&6
  1620. fi
  1621.      if test -n "$RPCGEN" ; then
  1622.     echo $ac_n "checking rpcgen output""... $ac_c" 1>&6
  1623. echo "configure:1803: checking rpcgen output" >&5
  1624.     if eval "test "`echo '$''{'gss_cv_RPCGEN_output'+set}'`" = set"; then
  1625.   echo $ac_n "(cached) $ac_c" 1>&6
  1626. else
  1627.   
  1628.         cat >mytest.x <<EOF
  1629. program CT_P {
  1630.   version CT_V { 
  1631.     int         CT_P(void)   = 1;
  1632.   } = 2 ;
  1633. } = 3;
  1634. EOF
  1635.         $RPCGEN mytest.x
  1636.         cat > conftest.$ac_ext <<EOF
  1637. #line 1817 "configure"
  1638. #include "confdefs.h"
  1639. #include <mytest.h>
  1640. EOF
  1641. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1642.   egrep "ct_p_2_svc" >/dev/null 2>&1; then
  1643.   rm -rf conftest*
  1644.   stubs=svc
  1645. else
  1646.   rm -rf conftest*
  1647.   stubs=simple
  1648. fi
  1649. rm -f conftest*
  1650.         cat > conftest.$ac_ext <<EOF
  1651. #line 1832 "configure"
  1652. #include "confdefs.h"
  1653. #include <mytest_svc.c>
  1654. EOF
  1655. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1656.   egrep "main *(void)" >/dev/null 2>&1; then
  1657.   rm -rf conftest*
  1658.   main=void
  1659. else
  1660.   rm -rf conftest*
  1661.   main=proto
  1662. fi
  1663. rm -f conftest*
  1664.         cat > conftest.$ac_ext <<EOF
  1665. #line 1847 "configure"
  1666. #include "confdefs.h"
  1667. #include "mytest.h"
  1668. #ifdef _MYTEST_H_RPCGEN
  1669. Ok   
  1670. #endif
  1671.         
  1672. EOF
  1673. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1674.   egrep "Ok" >/dev/null 2>&1; then
  1675.   rm -rf conftest*
  1676.   opts="." 
  1677. else
  1678.   rm -rf conftest*
  1679.   opts="Ihdr" 
  1680. fi
  1681. rm -f conftest*
  1682.         rm -f mytest.?
  1683.         gss_cv_RPCGEN_output="stubs=$stubs opts="$opts" main=$main"
  1684.     
  1685. fi
  1686.     echo "$ac_t""$gss_cv_RPCGEN_output" 1>&6
  1687.     for outparm in $gss_cv_RPCGEN_output; do
  1688.       case $outparm in 
  1689.         stubs=*)
  1690.                 if test "$outparm" = "stubs=svc" ; then
  1691.                         cat >> confdefs.h <<EOF
  1692. #define RPCSTUB_SVC_STYLE 1
  1693. EOF
  1694.                 fi
  1695.         ;;  
  1696.         opts=*)
  1697.                 rpcgen_opts=`echo $outparm | sed -e "s/opts=//"`
  1698.         ;;  
  1699.         main=*)
  1700.                 if test "$outparm" = "main=proto" ; then
  1701.                         cat >> confdefs.h <<EOF
  1702. #define RPCMAIN_PROTO 1
  1703. EOF
  1704.                 fi
  1705.         ;;
  1706.         *)
  1707.         ;;  
  1708.       esac
  1709.     done
  1710.     RPCGEN="$srcdir/etc/rpcgen-sh $RPCGEN $rpcgen_opts"
  1711. else
  1712.     RPCGEN="$srcdir/etc/preserve restore --rpcgen"
  1713.     if grep '[0-9]*_svc' `find ${srcdir} -name '*.preserve'` >/dev/null; then
  1714.       cat >> confdefs.h <<EOF
  1715. #define RPCSTUB_SVC_STYLE 1
  1716. EOF
  1717.     fi
  1718.     if grep 'main[ ]*([ ]*(void)*[ ]*)' `find ${srcdir} -name '*_svc.c.preserve'` >/dev/null; then
  1719.        echo "do nothing" >/dev/null
  1720.     else  
  1721.       cat >> confdefs.h <<EOF
  1722. #define RPCMAIN_PROTO 1
  1723. EOF
  1724.     fi
  1725. fi
  1726. ### Checks for libraries
  1727. ### ---------------------------------
  1728. ### find IPC library
  1729.    for lib in ipc ; do 
  1730.      echo $ac_n "checking for shmat in -l${lib}""... $ac_c" 1>&6
  1731. echo "configure:1922: checking for shmat in -l${lib}" >&5
  1732. ac_lib_var=`echo ${lib}'_'shmat | sed 'y%./+-%__p_%'`
  1733. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1734.   echo $ac_n "(cached) $ac_c" 1>&6
  1735. else
  1736.   ac_save_LIBS="$LIBS"
  1737. LIBS="-l${lib}  $LIBS"
  1738. cat > conftest.$ac_ext <<EOF
  1739. #line 1930 "configure"
  1740. #include "confdefs.h"
  1741. /* Override any gcc2 internal prototype to avoid an error.  */
  1742. /* We use char because int might match the return type of a gcc2
  1743.     builtin and then its argument prototype would still apply.  */
  1744. char shmat();
  1745. int main() {
  1746. shmat()
  1747. ; return 0; }
  1748. EOF
  1749. if { (eval echo configure:1941: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1750.   rm -rf conftest*
  1751.   eval "ac_cv_lib_$ac_lib_var=yes"
  1752. else
  1753.   echo "configure: failed program was:" >&5
  1754.   cat conftest.$ac_ext >&5
  1755.   rm -rf conftest*
  1756.   eval "ac_cv_lib_$ac_lib_var=no"
  1757. fi
  1758. rm -f conftest*
  1759. LIBS="$ac_save_LIBS"
  1760. fi
  1761. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1762.   echo "$ac_t""yes" 1>&6
  1763.     ac_tr_lib=HAVE_LIB`echo ${lib} | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1764.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1765.   cat >> confdefs.h <<EOF
  1766. #define $ac_tr_lib 1
  1767. EOF
  1768.   LIBS="-l${lib} $LIBS"
  1769. else
  1770.   echo "$ac_t""no" 1>&6
  1771. fi
  1772.      ### break, if function is found in library
  1773.      eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = no" || break
  1774.   done
  1775. ### find RPC library
  1776.    for lib in nsl socket rpc ; do 
  1777.      echo $ac_n "checking for callrpc in -l${lib}""... $ac_c" 1>&6
  1778. echo "configure:1977: checking for callrpc in -l${lib}" >&5
  1779. ac_lib_var=`echo ${lib}'_'callrpc | sed 'y%./+-%__p_%'`
  1780. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1781.   echo $ac_n "(cached) $ac_c" 1>&6
  1782. else
  1783.   ac_save_LIBS="$LIBS"
  1784. LIBS="-l${lib}  $LIBS"
  1785. cat > conftest.$ac_ext <<EOF
  1786. #line 1985 "configure"
  1787. #include "confdefs.h"
  1788. /* Override any gcc2 internal prototype to avoid an error.  */
  1789. /* We use char because int might match the return type of a gcc2
  1790.     builtin and then its argument prototype would still apply.  */
  1791. char callrpc();
  1792. int main() {
  1793. callrpc()
  1794. ; return 0; }
  1795. EOF
  1796. if { (eval echo configure:1996: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1797.   rm -rf conftest*
  1798.   eval "ac_cv_lib_$ac_lib_var=yes"
  1799. else
  1800.   echo "configure: failed program was:" >&5
  1801.   cat conftest.$ac_ext >&5
  1802.   rm -rf conftest*
  1803.   eval "ac_cv_lib_$ac_lib_var=no"
  1804. fi
  1805. rm -f conftest*
  1806. LIBS="$ac_save_LIBS"
  1807. fi
  1808. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1809.   echo "$ac_t""yes" 1>&6
  1810.     ac_tr_lib=HAVE_LIB`echo ${lib} | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1811.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1812.   cat >> confdefs.h <<EOF
  1813. #define $ac_tr_lib 1
  1814. EOF
  1815.   LIBS="-l${lib} $LIBS"
  1816. else
  1817.   echo "$ac_t""no" 1>&6
  1818. fi
  1819.      ### break, if function is found in library
  1820.      eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = no" || break
  1821.   done
  1822.    for lib in compat ; do 
  1823.      echo $ac_n "checking for ftok in -l${lib}""... $ac_c" 1>&6
  1824. echo "configure:2031: checking for ftok in -l${lib}" >&5
  1825. ac_lib_var=`echo ${lib}'_'ftok | sed 'y%./+-%__p_%'`
  1826. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1827.   echo $ac_n "(cached) $ac_c" 1>&6
  1828. else
  1829.   ac_save_LIBS="$LIBS"
  1830. LIBS="-l${lib}  $LIBS"
  1831. cat > conftest.$ac_ext <<EOF
  1832. #line 2039 "configure"
  1833. #include "confdefs.h"
  1834. /* Override any gcc2 internal prototype to avoid an error.  */
  1835. /* We use char because int might match the return type of a gcc2
  1836.     builtin and then its argument prototype would still apply.  */
  1837. char ftok();
  1838. int main() {
  1839. ftok()
  1840. ; return 0; }
  1841. EOF
  1842. if { (eval echo configure:2050: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1843.   rm -rf conftest*
  1844.   eval "ac_cv_lib_$ac_lib_var=yes"
  1845. else
  1846.   echo "configure: failed program was:" >&5
  1847.   cat conftest.$ac_ext >&5
  1848.   rm -rf conftest*
  1849.   eval "ac_cv_lib_$ac_lib_var=no"
  1850. fi
  1851. rm -f conftest*
  1852. LIBS="$ac_save_LIBS"
  1853. fi
  1854. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1855.   echo "$ac_t""yes" 1>&6
  1856.     ac_tr_lib=HAVE_LIB`echo ${lib} | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1857.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1858.   cat >> confdefs.h <<EOF
  1859. #define $ac_tr_lib 1
  1860. EOF
  1861.   LIBS="-l${lib} $LIBS"
  1862. else
  1863.   echo "$ac_t""no" 1>&6
  1864. fi
  1865.      ### break, if function is found in library
  1866.      eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = no" || break
  1867.   done
  1868. ac_header_dirent=no
  1869. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1870. do
  1871. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1872. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1873. echo "configure:2087: checking for $ac_hdr that defines DIR" >&5
  1874. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  1875.   echo $ac_n "(cached) $ac_c" 1>&6
  1876. else
  1877.   cat > conftest.$ac_ext <<EOF
  1878. #line 2092 "configure"
  1879. #include "confdefs.h"
  1880. #include <sys/types.h>
  1881. #include <$ac_hdr>
  1882. int main() {
  1883. DIR *dirp = 0;
  1884. ; return 0; }
  1885. EOF
  1886. if { (eval echo configure:2100: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1887.   rm -rf conftest*
  1888.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1889. else
  1890.   echo "configure: failed program was:" >&5
  1891.   cat conftest.$ac_ext >&5
  1892.   rm -rf conftest*
  1893.   eval "ac_cv_header_dirent_$ac_safe=no"
  1894. fi
  1895. rm -f conftest*
  1896. fi
  1897. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  1898.   echo "$ac_t""yes" 1>&6
  1899.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1900.   cat >> confdefs.h <<EOF
  1901. #define $ac_tr_hdr 1
  1902. EOF
  1903.  ac_header_dirent=$ac_hdr; break
  1904. else
  1905.   echo "$ac_t""no" 1>&6
  1906. fi
  1907. done
  1908. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1909. if test $ac_header_dirent = dirent.h; then
  1910. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  1911. echo "configure:2125: checking for opendir in -ldir" >&5
  1912. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  1913. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1914.   echo $ac_n "(cached) $ac_c" 1>&6
  1915. else
  1916.   ac_save_LIBS="$LIBS"
  1917. LIBS="-ldir  $LIBS"
  1918. cat > conftest.$ac_ext <<EOF
  1919. #line 2133 "configure"
  1920. #include "confdefs.h"
  1921. /* Override any gcc2 internal prototype to avoid an error.  */
  1922. /* We use char because int might match the return type of a gcc2
  1923.     builtin and then its argument prototype would still apply.  */
  1924. char opendir();
  1925. int main() {
  1926. opendir()
  1927. ; return 0; }
  1928. EOF
  1929. if { (eval echo configure:2144: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1930.   rm -rf conftest*
  1931.   eval "ac_cv_lib_$ac_lib_var=yes"
  1932. else
  1933.   echo "configure: failed program was:" >&5
  1934.   cat conftest.$ac_ext >&5
  1935.   rm -rf conftest*
  1936.   eval "ac_cv_lib_$ac_lib_var=no"
  1937. fi
  1938. rm -f conftest*
  1939. LIBS="$ac_save_LIBS"
  1940. fi
  1941. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1942.   echo "$ac_t""yes" 1>&6
  1943.   LIBS="$LIBS -ldir"
  1944. else
  1945.   echo "$ac_t""no" 1>&6
  1946. fi
  1947. else
  1948. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  1949. echo "configure:2166: checking for opendir in -lx" >&5
  1950. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  1951. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1952.   echo $ac_n "(cached) $ac_c" 1>&6
  1953. else
  1954.   ac_save_LIBS="$LIBS"
  1955. LIBS="-lx  $LIBS"
  1956. cat > conftest.$ac_ext <<EOF
  1957. #line 2174 "configure"
  1958. #include "confdefs.h"
  1959. /* Override any gcc2 internal prototype to avoid an error.  */
  1960. /* We use char because int might match the return type of a gcc2
  1961.     builtin and then its argument prototype would still apply.  */
  1962. char opendir();
  1963. int main() {
  1964. opendir()
  1965. ; return 0; }
  1966. EOF
  1967. if { (eval echo configure:2185: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1968.   rm -rf conftest*
  1969.   eval "ac_cv_lib_$ac_lib_var=yes"
  1970. else
  1971.   echo "configure: failed program was:" >&5
  1972.   cat conftest.$ac_ext >&5
  1973.   rm -rf conftest*
  1974.   eval "ac_cv_lib_$ac_lib_var=no"
  1975. fi
  1976. rm -f conftest*
  1977. LIBS="$ac_save_LIBS"
  1978. fi
  1979. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1980.   echo "$ac_t""yes" 1>&6
  1981.   LIBS="$LIBS -lx"
  1982. else
  1983.   echo "$ac_t""no" 1>&6
  1984. fi
  1985. fi
  1986. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1987. echo "configure:2208: checking for ANSI C header files" >&5
  1988. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1989.   echo $ac_n "(cached) $ac_c" 1>&6
  1990. else
  1991.   cat > conftest.$ac_ext <<EOF
  1992. #line 2213 "configure"
  1993. #include "confdefs.h"
  1994. #include <stdlib.h>
  1995. #include <stdarg.h>
  1996. #include <string.h>
  1997. #include <float.h>
  1998. EOF
  1999. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2000. { (eval echo configure:2221: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2001. ac_err=`grep -v '^ *+' conftest.out`
  2002. if test -z "$ac_err"; then
  2003.   rm -rf conftest*
  2004.   ac_cv_header_stdc=yes
  2005. else
  2006.   echo "$ac_err" >&5
  2007.   echo "configure: failed program was:" >&5
  2008.   cat conftest.$ac_ext >&5
  2009.   rm -rf conftest*
  2010.   ac_cv_header_stdc=no
  2011. fi
  2012. rm -f conftest*
  2013. if test $ac_cv_header_stdc = yes; then
  2014.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2015. cat > conftest.$ac_ext <<EOF
  2016. #line 2238 "configure"
  2017. #include "confdefs.h"
  2018. #include <string.h>
  2019. EOF
  2020. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2021.   egrep "memchr" >/dev/null 2>&1; then
  2022.   :
  2023. else
  2024.   rm -rf conftest*
  2025.   ac_cv_header_stdc=no
  2026. fi
  2027. rm -f conftest*
  2028. fi
  2029. if test $ac_cv_header_stdc = yes; then
  2030.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2031. cat > conftest.$ac_ext <<EOF
  2032. #line 2256 "configure"
  2033. #include "confdefs.h"
  2034. #include <stdlib.h>
  2035. EOF
  2036. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2037.   egrep "free" >/dev/null 2>&1; then
  2038.   :
  2039. else
  2040.   rm -rf conftest*
  2041.   ac_cv_header_stdc=no
  2042. fi
  2043. rm -f conftest*
  2044. fi
  2045. if test $ac_cv_header_stdc = yes; then
  2046.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2047. if test "$cross_compiling" = yes; then
  2048.   :
  2049. else
  2050.   cat > conftest.$ac_ext <<EOF
  2051. #line 2277 "configure"
  2052. #include "confdefs.h"
  2053. #include <ctype.h>
  2054. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2055. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2056. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2057. int main () { int i; for (i = 0; i < 256; i++)
  2058. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2059. exit (0); }
  2060. EOF
  2061. if { (eval echo configure:2288: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2062. then
  2063.   :
  2064. else
  2065.   echo "configure: failed program was:" >&5
  2066.   cat conftest.$ac_ext >&5
  2067.   rm -fr conftest*
  2068.   ac_cv_header_stdc=no
  2069. fi
  2070. rm -fr conftest*
  2071. fi
  2072. fi
  2073. fi
  2074. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2075. if test $ac_cv_header_stdc = yes; then
  2076.   cat >> confdefs.h <<EOF
  2077. #define STDC_HEADERS 1
  2078. EOF
  2079. fi
  2080. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  2081. echo "configure:2312: checking for sys/wait.h that is POSIX.1 compatible" >&5
  2082. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  2083.   echo $ac_n "(cached) $ac_c" 1>&6
  2084. else
  2085.   cat > conftest.$ac_ext <<EOF
  2086. #line 2317 "configure"
  2087. #include "confdefs.h"
  2088. #include <sys/types.h>
  2089. #include <sys/wait.h>
  2090. #ifndef WEXITSTATUS
  2091. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  2092. #endif
  2093. #ifndef WIFEXITED
  2094. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  2095. #endif
  2096. int main() {
  2097. int s;
  2098. wait (&s);
  2099. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  2100. ; return 0; }
  2101. EOF
  2102. if { (eval echo configure:2333: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2103.   rm -rf conftest*
  2104.   ac_cv_header_sys_wait_h=yes
  2105. else
  2106.   echo "configure: failed program was:" >&5
  2107.   cat conftest.$ac_ext >&5
  2108.   rm -rf conftest*
  2109.   ac_cv_header_sys_wait_h=no
  2110. fi
  2111. rm -f conftest*
  2112. fi
  2113. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  2114. if test $ac_cv_header_sys_wait_h = yes; then
  2115.   cat >> confdefs.h <<EOF
  2116. #define HAVE_SYS_WAIT_H 1
  2117. EOF
  2118. fi
  2119. for ac_hdr in stdio.h stdlib.h stdarg.h fcntl.h sys/file.h sys/time.h unistd.h
  2120. do
  2121. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2122. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2123. echo "configure:2357: checking for $ac_hdr" >&5
  2124. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2125.   echo $ac_n "(cached) $ac_c" 1>&6
  2126. else
  2127.   cat > conftest.$ac_ext <<EOF
  2128. #line 2362 "configure"
  2129. #include "confdefs.h"
  2130. #include <$ac_hdr>
  2131. EOF
  2132. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2133. { (eval echo configure:2367: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2134. ac_err=`grep -v '^ *+' conftest.out`
  2135. if test -z "$ac_err"; then
  2136.   rm -rf conftest*
  2137.   eval "ac_cv_header_$ac_safe=yes"
  2138. else
  2139.   echo "$ac_err" >&5
  2140.   echo "configure: failed program was:" >&5
  2141.   cat conftest.$ac_ext >&5
  2142.   rm -rf conftest*
  2143.   eval "ac_cv_header_$ac_safe=no"
  2144. fi
  2145. rm -f conftest*
  2146. fi
  2147. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2148.   echo "$ac_t""yes" 1>&6
  2149.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2150.   cat >> confdefs.h <<EOF
  2151. #define $ac_tr_hdr 1
  2152. EOF
  2153.  
  2154. else
  2155.   echo "$ac_t""no" 1>&6
  2156. fi
  2157. done
  2158. for ac_hdr in sys/ipc.h sys/shm.h sys/msg.h sys/cdefs.h
  2159. do
  2160. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2161. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2162. echo "configure:2397: checking for $ac_hdr" >&5
  2163. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2164.   echo $ac_n "(cached) $ac_c" 1>&6
  2165. else
  2166.   cat > conftest.$ac_ext <<EOF
  2167. #line 2402 "configure"
  2168. #include "confdefs.h"
  2169. #include <$ac_hdr>
  2170. EOF
  2171. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2172. { (eval echo configure:2407: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2173. ac_err=`grep -v '^ *+' conftest.out`
  2174. if test -z "$ac_err"; then
  2175.   rm -rf conftest*
  2176.   eval "ac_cv_header_$ac_safe=yes"
  2177. else
  2178.   echo "$ac_err" >&5
  2179.   echo "configure: failed program was:" >&5
  2180.   cat conftest.$ac_ext >&5
  2181.   rm -rf conftest*
  2182.   eval "ac_cv_header_$ac_safe=no"
  2183. fi
  2184. rm -f conftest*
  2185. fi
  2186. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2187.   echo "$ac_t""yes" 1>&6
  2188.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2189.   cat >> confdefs.h <<EOF
  2190. #define $ac_tr_hdr 1
  2191. EOF
  2192.  
  2193. else
  2194.   echo "$ac_t""no" 1>&6
  2195. fi
  2196. done
  2197. echo $ac_n "checking for working const""... $ac_c" 1>&6
  2198. echo "configure:2435: checking for working const" >&5
  2199. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  2200.   echo $ac_n "(cached) $ac_c" 1>&6
  2201. else
  2202.   cat > conftest.$ac_ext <<EOF
  2203. #line 2440 "configure"
  2204. #include "confdefs.h"
  2205. int main() {
  2206. /* Ultrix mips cc rejects this.  */
  2207. typedef int charset[2]; const charset x;
  2208. /* SunOS 4.1.1 cc rejects this.  */
  2209. char const *const *ccp;
  2210. char **p;
  2211. /* NEC SVR4.0.2 mips cc rejects this.  */
  2212. struct point {int x, y;};
  2213. static struct point const zero = {0,0};
  2214. /* AIX XL C 1.02.0.0 rejects this.
  2215.    It does not let you subtract one const X* pointer from another in an arm
  2216.    of an if-expression whose if-part is not a constant expression */
  2217. const char *g = "string";
  2218. ccp = &g + (g ? g-g : 0);
  2219. /* HPUX 7.0 cc rejects these. */
  2220. ++ccp;
  2221. p = (char**) ccp;
  2222. ccp = (char const *const *) p;
  2223. { /* SCO 3.2v4 cc rejects this.  */
  2224.   char *t;
  2225.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  2226.   *t++ = 0;
  2227. }
  2228. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2229.   int x[] = {25, 17};
  2230.   const int *foo = &x[0];
  2231.   ++foo;
  2232. }
  2233. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2234.   typedef const int *iptr;
  2235.   iptr p = 0;
  2236.   ++p;
  2237. }
  2238. { /* AIX XL C 1.02.0.0 rejects this saying
  2239.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2240.   struct s { int j; const int *ap[3]; };
  2241.   struct s *b; b->j = 5;
  2242. }
  2243. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2244.   const int foo = 10;
  2245. }
  2246. ; return 0; }
  2247. EOF
  2248. if { (eval echo configure:2489: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2249.   rm -rf conftest*
  2250.   ac_cv_c_const=yes
  2251. else
  2252.   echo "configure: failed program was:" >&5
  2253.   cat conftest.$ac_ext >&5
  2254.   rm -rf conftest*
  2255.   ac_cv_c_const=no
  2256. fi
  2257. rm -f conftest*
  2258. fi
  2259. echo "$ac_t""$ac_cv_c_const" 1>&6
  2260. if test $ac_cv_c_const = no; then
  2261.   cat >> confdefs.h <<EOF
  2262. #define const 
  2263. EOF
  2264. fi
  2265. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  2266. echo "configure:2510: checking for off_t" >&5
  2267. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  2268.   echo $ac_n "(cached) $ac_c" 1>&6
  2269. else
  2270.   cat > conftest.$ac_ext <<EOF
  2271. #line 2515 "configure"
  2272. #include "confdefs.h"
  2273. #include <sys/types.h>
  2274. #if STDC_HEADERS
  2275. #include <stdlib.h>
  2276. #include <stddef.h>
  2277. #endif
  2278. EOF
  2279. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2280.   egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2281.   rm -rf conftest*
  2282.   ac_cv_type_off_t=yes
  2283. else
  2284.   rm -rf conftest*
  2285.   ac_cv_type_off_t=no
  2286. fi
  2287. rm -f conftest*
  2288. fi
  2289. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  2290. if test $ac_cv_type_off_t = no; then
  2291.   cat >> confdefs.h <<EOF
  2292. #define off_t long
  2293. EOF
  2294. fi
  2295. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2296. echo "configure:2543: checking for pid_t" >&5
  2297. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  2298.   echo $ac_n "(cached) $ac_c" 1>&6
  2299. else
  2300.   cat > conftest.$ac_ext <<EOF
  2301. #line 2548 "configure"
  2302. #include "confdefs.h"
  2303. #include <sys/types.h>
  2304. #if STDC_HEADERS
  2305. #include <stdlib.h>
  2306. #include <stddef.h>
  2307. #endif
  2308. EOF
  2309. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2310.   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2311.   rm -rf conftest*
  2312.   ac_cv_type_pid_t=yes
  2313. else
  2314.   rm -rf conftest*
  2315.   ac_cv_type_pid_t=no
  2316. fi
  2317. rm -f conftest*
  2318. fi
  2319. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2320. if test $ac_cv_type_pid_t = no; then
  2321.   cat >> confdefs.h <<EOF
  2322. #define pid_t int
  2323. EOF
  2324. fi
  2325. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2326. echo "configure:2576: checking for size_t" >&5
  2327. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2328.   echo $ac_n "(cached) $ac_c" 1>&6
  2329. else
  2330.   cat > conftest.$ac_ext <<EOF
  2331. #line 2581 "configure"
  2332. #include "confdefs.h"
  2333. #include <sys/types.h>
  2334. #if STDC_HEADERS
  2335. #include <stdlib.h>
  2336. #include <stddef.h>
  2337. #endif
  2338. EOF
  2339. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2340.   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2341.   rm -rf conftest*
  2342.   ac_cv_type_size_t=yes
  2343. else
  2344.   rm -rf conftest*
  2345.   ac_cv_type_size_t=no
  2346. fi
  2347. rm -f conftest*
  2348. fi
  2349. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2350. if test $ac_cv_type_size_t = no; then
  2351.   cat >> confdefs.h <<EOF
  2352. #define size_t unsigned
  2353. EOF
  2354. fi
  2355. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2356. echo "configure:2609: checking return type of signal handlers" >&5
  2357. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  2358.   echo $ac_n "(cached) $ac_c" 1>&6
  2359. else
  2360.   cat > conftest.$ac_ext <<EOF
  2361. #line 2614 "configure"
  2362. #include "confdefs.h"
  2363. #include <sys/types.h>
  2364. #include <signal.h>
  2365. #ifdef signal
  2366. #undef signal
  2367. #endif
  2368. #ifdef __cplusplus
  2369. extern "C" void (*signal (int, void (*)(int)))(int);
  2370. #else
  2371. void (*signal ()) ();
  2372. #endif
  2373. int main() {
  2374. int i;
  2375. ; return 0; }
  2376. EOF
  2377. if { (eval echo configure:2631: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2378.   rm -rf conftest*
  2379.   ac_cv_type_signal=void
  2380. else
  2381.   echo "configure: failed program was:" >&5
  2382.   cat conftest.$ac_ext >&5
  2383.   rm -rf conftest*
  2384.   ac_cv_type_signal=int
  2385. fi
  2386. rm -f conftest*
  2387. fi
  2388. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2389. cat >> confdefs.h <<EOF
  2390. #define RETSIGTYPE $ac_cv_type_signal
  2391. EOF
  2392. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2393. echo "configure:2650: checking whether time.h and sys/time.h may both be included" >&5
  2394. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  2395.   echo $ac_n "(cached) $ac_c" 1>&6
  2396. else
  2397.   cat > conftest.$ac_ext <<EOF
  2398. #line 2655 "configure"
  2399. #include "confdefs.h"
  2400. #include <sys/types.h>
  2401. #include <sys/time.h>
  2402. #include <time.h>
  2403. int main() {
  2404. struct tm *tp;
  2405. ; return 0; }
  2406. EOF
  2407. if { (eval echo configure:2664: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2408.   rm -rf conftest*
  2409.   ac_cv_header_time=yes
  2410. else
  2411.   echo "configure: failed program was:" >&5
  2412.   cat conftest.$ac_ext >&5
  2413.   rm -rf conftest*
  2414.   ac_cv_header_time=no
  2415. fi
  2416. rm -f conftest*
  2417. fi
  2418. echo "$ac_t""$ac_cv_header_time" 1>&6
  2419. if test $ac_cv_header_time = yes; then
  2420.   cat >> confdefs.h <<EOF
  2421. #define TIME_WITH_SYS_TIME 1
  2422. EOF
  2423. fi
  2424. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  2425. echo "configure:2685: checking whether struct tm is in sys/time.h or time.h" >&5
  2426. if eval "test "`echo '$''{'ac_cv_struct_tm'+set}'`" = set"; then
  2427.   echo $ac_n "(cached) $ac_c" 1>&6
  2428. else
  2429.   cat > conftest.$ac_ext <<EOF
  2430. #line 2690 "configure"
  2431. #include "confdefs.h"
  2432. #include <sys/types.h>
  2433. #include <time.h>
  2434. int main() {
  2435. struct tm *tp; tp->tm_sec;
  2436. ; return 0; }
  2437. EOF
  2438. if { (eval echo configure:2698: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2439.   rm -rf conftest*
  2440.   ac_cv_struct_tm=time.h
  2441. else
  2442.   echo "configure: failed program was:" >&5
  2443.   cat conftest.$ac_ext >&5
  2444.   rm -rf conftest*
  2445.   ac_cv_struct_tm=sys/time.h
  2446. fi
  2447. rm -f conftest*
  2448. fi
  2449. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  2450. if test $ac_cv_struct_tm = sys/time.h; then
  2451.   cat >> confdefs.h <<EOF
  2452. #define TM_IN_SYS_TIME 1
  2453. EOF
  2454. fi
  2455. echo $ac_n "checking for long double""... $ac_c" 1>&6
  2456. echo "configure:2720: checking for long double" >&5
  2457. if eval "test "`echo '$''{'ac_cv_c_long_double'+set}'`" = set"; then
  2458.   echo $ac_n "(cached) $ac_c" 1>&6
  2459. else
  2460.   if test "$GCC" = yes; then
  2461.   ac_cv_c_long_double=yes
  2462. else
  2463. if test "$cross_compiling" = yes; then
  2464.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2465. else
  2466.   cat > conftest.$ac_ext <<EOF
  2467. #line 2731 "configure"
  2468. #include "confdefs.h"
  2469. int main() {
  2470. /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
  2471. long double foo = 0.0;
  2472. /* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
  2473. exit(sizeof(long double) < sizeof(double)); }
  2474. EOF
  2475. if { (eval echo configure:2739: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2476. then
  2477.   ac_cv_c_long_double=yes
  2478. else
  2479.   echo "configure: failed program was:" >&5
  2480.   cat conftest.$ac_ext >&5
  2481.   rm -fr conftest*
  2482.   ac_cv_c_long_double=no
  2483. fi
  2484. rm -fr conftest*
  2485. fi
  2486. fi
  2487. fi
  2488. echo "$ac_t""$ac_cv_c_long_double" 1>&6
  2489. if test $ac_cv_c_long_double = yes; then
  2490.   cat >> confdefs.h <<EOF
  2491. #define HAVE_LONG_DOUBLE 1
  2492. EOF
  2493. fi
  2494. echo $ac_n "checking size of void*""... $ac_c" 1>&6
  2495. echo "configure:2763: checking size of void*" >&5
  2496. if eval "test "`echo '$''{'ac_cv_sizeof_voidp'+set}'`" = set"; then
  2497.   echo $ac_n "(cached) $ac_c" 1>&6
  2498. else
  2499.   if test "$cross_compiling" = yes; then
  2500.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2501. else
  2502.   cat > conftest.$ac_ext <<EOF
  2503. #line 2771 "configure"
  2504. #include "confdefs.h"
  2505. #include <stdio.h>
  2506. main()
  2507. {
  2508.   FILE *f=fopen("conftestval", "w");
  2509.   if (!f) exit(1);
  2510.   fprintf(f, "%dn", sizeof(void*));
  2511.   exit(0);
  2512. }
  2513. EOF
  2514. if { (eval echo configure:2782: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2515. then
  2516.   ac_cv_sizeof_voidp=`cat conftestval`
  2517. else
  2518.   echo "configure: failed program was:" >&5
  2519.   cat conftest.$ac_ext >&5
  2520.   rm -fr conftest*
  2521.   ac_cv_sizeof_voidp=0
  2522. fi
  2523. rm -fr conftest*
  2524. fi
  2525. fi
  2526. echo "$ac_t""$ac_cv_sizeof_voidp" 1>&6
  2527. cat >> confdefs.h <<EOF
  2528. #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
  2529. EOF
  2530. echo $ac_n "checking size of char""... $ac_c" 1>&6
  2531. echo "configure:2802: checking size of char" >&5
  2532. if eval "test "`echo '$''{'ac_cv_sizeof_char'+set}'`" = set"; then
  2533.   echo $ac_n "(cached) $ac_c" 1>&6
  2534. else
  2535.   if test "$cross_compiling" = yes; then
  2536.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2537. else
  2538.   cat > conftest.$ac_ext <<EOF
  2539. #line 2810 "configure"
  2540. #include "confdefs.h"
  2541. #include <stdio.h>
  2542. main()
  2543. {
  2544.   FILE *f=fopen("conftestval", "w");
  2545.   if (!f) exit(1);
  2546.   fprintf(f, "%dn", sizeof(char));
  2547.   exit(0);
  2548. }
  2549. EOF
  2550. if { (eval echo configure:2821: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2551. then
  2552.   ac_cv_sizeof_char=`cat conftestval`
  2553. else
  2554.   echo "configure: failed program was:" >&5
  2555.   cat conftest.$ac_ext >&5
  2556.   rm -fr conftest*
  2557.   ac_cv_sizeof_char=0
  2558. fi
  2559. rm -fr conftest*
  2560. fi
  2561. fi
  2562. echo "$ac_t""$ac_cv_sizeof_char" 1>&6
  2563. cat >> confdefs.h <<EOF
  2564. #define SIZEOF_CHAR $ac_cv_sizeof_char
  2565. EOF
  2566. echo $ac_n "checking size of short""... $ac_c" 1>&6
  2567. echo "configure:2841: checking size of short" >&5
  2568. if eval "test "`echo '$''{'ac_cv_sizeof_short'+set}'`" = set"; then
  2569.   echo $ac_n "(cached) $ac_c" 1>&6
  2570. else
  2571.   if test "$cross_compiling" = yes; then
  2572.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2573. else
  2574.   cat > conftest.$ac_ext <<EOF
  2575. #line 2849 "configure"
  2576. #include "confdefs.h"
  2577. #include <stdio.h>
  2578. main()
  2579. {
  2580.   FILE *f=fopen("conftestval", "w");
  2581.   if (!f) exit(1);
  2582.   fprintf(f, "%dn", sizeof(short));
  2583.   exit(0);
  2584. }
  2585. EOF
  2586. if { (eval echo configure:2860: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2587. then
  2588.   ac_cv_sizeof_short=`cat conftestval`
  2589. else
  2590.   echo "configure: failed program was:" >&5
  2591.   cat conftest.$ac_ext >&5
  2592.   rm -fr conftest*
  2593.   ac_cv_sizeof_short=0
  2594. fi
  2595. rm -fr conftest*
  2596. fi
  2597. fi
  2598. echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  2599. cat >> confdefs.h <<EOF
  2600. #define SIZEOF_SHORT $ac_cv_sizeof_short
  2601. EOF
  2602. echo $ac_n "checking size of int""... $ac_c" 1>&6
  2603. echo "configure:2880: checking size of int" >&5
  2604. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  2605.   echo $ac_n "(cached) $ac_c" 1>&6
  2606. else
  2607.   if test "$cross_compiling" = yes; then
  2608.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2609. else
  2610.   cat > conftest.$ac_ext <<EOF
  2611. #line 2888 "configure"
  2612. #include "confdefs.h"
  2613. #include <stdio.h>
  2614. main()
  2615. {
  2616.   FILE *f=fopen("conftestval", "w");
  2617.   if (!f) exit(1);
  2618.   fprintf(f, "%dn", sizeof(int));
  2619.   exit(0);
  2620. }
  2621. EOF
  2622. if { (eval echo configure:2899: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2623. then
  2624.   ac_cv_sizeof_int=`cat conftestval`
  2625. else
  2626.   echo "configure: failed program was:" >&5
  2627.   cat conftest.$ac_ext >&5
  2628.   rm -fr conftest*
  2629.   ac_cv_sizeof_int=0
  2630. fi
  2631. rm -fr conftest*
  2632. fi
  2633. fi
  2634. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  2635. cat >> confdefs.h <<EOF
  2636. #define SIZEOF_INT $ac_cv_sizeof_int
  2637. EOF
  2638. echo $ac_n "checking size of long""... $ac_c" 1>&6
  2639. echo "configure:2919: checking size of long" >&5
  2640. if eval "test "`echo '$''{'ac_cv_sizeof_long'+set}'`" = set"; then
  2641.   echo $ac_n "(cached) $ac_c" 1>&6
  2642. else
  2643.   if test "$cross_compiling" = yes; then
  2644.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2645. else
  2646.   cat > conftest.$ac_ext <<EOF
  2647. #line 2927 "configure"
  2648. #include "confdefs.h"
  2649. #include <stdio.h>
  2650. main()
  2651. {
  2652.   FILE *f=fopen("conftestval", "w");
  2653.   if (!f) exit(1);
  2654.   fprintf(f, "%dn", sizeof(long));
  2655.   exit(0);
  2656. }
  2657. EOF
  2658. if { (eval echo configure:2938: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2659. then
  2660.   ac_cv_sizeof_long=`cat conftestval`
  2661. else
  2662.   echo "configure: failed program was:" >&5
  2663.   cat conftest.$ac_ext >&5
  2664.   rm -fr conftest*
  2665.   ac_cv_sizeof_long=0
  2666. fi
  2667. rm -fr conftest*
  2668. fi
  2669. fi
  2670. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  2671. cat >> confdefs.h <<EOF
  2672. #define SIZEOF_LONG $ac_cv_sizeof_long
  2673. EOF
  2674. echo $ac_n "checking size of long long""... $ac_c" 1>&6
  2675. echo "configure:2958: checking size of long long" >&5
  2676. if eval "test "`echo '$''{'ac_cv_sizeof_long_long'+set}'`" = set"; then
  2677.   echo $ac_n "(cached) $ac_c" 1>&6
  2678. else
  2679.   if test "$cross_compiling" = yes; then
  2680.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2681. else
  2682.   cat > conftest.$ac_ext <<EOF
  2683. #line 2966 "configure"
  2684. #include "confdefs.h"
  2685. #include <stdio.h>
  2686. main()
  2687. {
  2688.   FILE *f=fopen("conftestval", "w");
  2689.   if (!f) exit(1);
  2690.   fprintf(f, "%dn", sizeof(long long));
  2691.   exit(0);
  2692. }
  2693. EOF
  2694. if { (eval echo configure:2977: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2695. then
  2696.   ac_cv_sizeof_long_long=`cat conftestval`
  2697. else
  2698.   echo "configure: failed program was:" >&5
  2699.   cat conftest.$ac_ext >&5
  2700.   rm -fr conftest*
  2701.   ac_cv_sizeof_long_long=0
  2702. fi
  2703. rm -fr conftest*
  2704. fi
  2705. fi
  2706. echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
  2707. cat >> confdefs.h <<EOF
  2708. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  2709. EOF
  2710. echo $ac_n "checking size of long double""... $ac_c" 1>&6
  2711. echo "configure:2997: checking size of long double" >&5
  2712. if eval "test "`echo '$''{'ac_cv_sizeof_long_double'+set}'`" = set"; then
  2713.   echo $ac_n "(cached) $ac_c" 1>&6
  2714. else
  2715.   if test "$cross_compiling" = yes; then
  2716.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2717. else
  2718.   cat > conftest.$ac_ext <<EOF
  2719. #line 3005 "configure"
  2720. #include "confdefs.h"
  2721. #include <stdio.h>
  2722. main()
  2723. {
  2724.   FILE *f=fopen("conftestval", "w");
  2725.   if (!f) exit(1);
  2726.   fprintf(f, "%dn", sizeof(long double));
  2727.   exit(0);
  2728. }
  2729. EOF
  2730. if { (eval echo configure:3016: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2731. then
  2732.   ac_cv_sizeof_long_double=`cat conftestval`
  2733. else
  2734.   echo "configure: failed program was:" >&5
  2735.   cat conftest.$ac_ext >&5
  2736.   rm -fr conftest*
  2737.   ac_cv_sizeof_long_double=0
  2738. fi
  2739. rm -fr conftest*
  2740. fi
  2741. fi
  2742. echo "$ac_t""$ac_cv_sizeof_long_double" 1>&6
  2743. cat >> confdefs.h <<EOF
  2744. #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
  2745. EOF
  2746. echo $ac_n "checking for strftime""... $ac_c" 1>&6
  2747. echo "configure:3037: checking for strftime" >&5
  2748. if eval "test "`echo '$''{'ac_cv_func_strftime'+set}'`" = set"; then
  2749.   echo $ac_n "(cached) $ac_c" 1>&6
  2750. else
  2751.   cat > conftest.$ac_ext <<EOF
  2752. #line 3042 "configure"
  2753. #include "confdefs.h"
  2754. /* System header to define __stub macros and hopefully few prototypes,
  2755.     which can conflict with char strftime(); below.  */
  2756. #include <assert.h>
  2757. /* Override any gcc2 internal prototype to avoid an error.  */
  2758. /* We use char because int might match the return type of a gcc2
  2759.     builtin and then its argument prototype would still apply.  */
  2760. char strftime();
  2761. int main() {
  2762. /* The GNU C library defines this for functions which it implements
  2763.     to always fail with ENOSYS.  Some functions are actually named
  2764.     something starting with __ and the normal name is an alias.  */
  2765. #if defined (__stub_strftime) || defined (__stub___strftime)
  2766. choke me
  2767. #else
  2768. strftime();
  2769. #endif
  2770. ; return 0; }
  2771. EOF
  2772. if { (eval echo configure:3065: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2773.   rm -rf conftest*
  2774.   eval "ac_cv_func_strftime=yes"
  2775. else
  2776.   echo "configure: failed program was:" >&5
  2777.   cat conftest.$ac_ext >&5
  2778.   rm -rf conftest*
  2779.   eval "ac_cv_func_strftime=no"
  2780. fi
  2781. rm -f conftest*
  2782. fi
  2783. if eval "test "`echo '$ac_cv_func_'strftime`" = yes"; then
  2784.   echo "$ac_t""yes" 1>&6
  2785.   cat >> confdefs.h <<EOF
  2786. #define HAVE_STRFTIME 1
  2787. EOF
  2788. else
  2789.   echo "$ac_t""no" 1>&6
  2790. # strftime is in -lintl on SCO UNIX.
  2791. echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
  2792. echo "configure:3087: checking for strftime in -lintl" >&5
  2793. ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
  2794. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2795.   echo $ac_n "(cached) $ac_c" 1>&6
  2796. else
  2797.   ac_save_LIBS="$LIBS"
  2798. LIBS="-lintl  $LIBS"
  2799. cat > conftest.$ac_ext <<EOF
  2800. #line 3095 "configure"
  2801. #include "confdefs.h"
  2802. /* Override any gcc2 internal prototype to avoid an error.  */
  2803. /* We use char because int might match the return type of a gcc2
  2804.     builtin and then its argument prototype would still apply.  */
  2805. char strftime();
  2806. int main() {
  2807. strftime()
  2808. ; return 0; }
  2809. EOF
  2810. if { (eval echo configure:3106: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2811.   rm -rf conftest*
  2812.   eval "ac_cv_lib_$ac_lib_var=yes"
  2813. else
  2814.   echo "configure: failed program was:" >&5
  2815.   cat conftest.$ac_ext >&5
  2816.   rm -rf conftest*
  2817.   eval "ac_cv_lib_$ac_lib_var=no"
  2818. fi
  2819. rm -f conftest*
  2820. LIBS="$ac_save_LIBS"
  2821. fi
  2822. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2823.   echo "$ac_t""yes" 1>&6
  2824.   cat >> confdefs.h <<EOF
  2825. #define HAVE_STRFTIME 1
  2826. EOF
  2827. LIBS="-lintl $LIBS"
  2828. else
  2829.   echo "$ac_t""no" 1>&6
  2830. fi
  2831. fi
  2832. echo $ac_n "checking for vprintf""... $ac_c" 1>&6
  2833. echo "configure:3133: checking for vprintf" >&5
  2834. if eval "test "`echo '$''{'ac_cv_func_vprintf'+set}'`" = set"; then
  2835.   echo $ac_n "(cached) $ac_c" 1>&6
  2836. else
  2837.   cat > conftest.$ac_ext <<EOF
  2838. #line 3138 "configure"
  2839. #include "confdefs.h"
  2840. /* System header to define __stub macros and hopefully few prototypes,
  2841.     which can conflict with char vprintf(); below.  */
  2842. #include <assert.h>
  2843. /* Override any gcc2 internal prototype to avoid an error.  */
  2844. /* We use char because int might match the return type of a gcc2
  2845.     builtin and then its argument prototype would still apply.  */
  2846. char vprintf();
  2847. int main() {
  2848. /* The GNU C library defines this for functions which it implements
  2849.     to always fail with ENOSYS.  Some functions are actually named
  2850.     something starting with __ and the normal name is an alias.  */
  2851. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2852. choke me
  2853. #else
  2854. vprintf();
  2855. #endif
  2856. ; return 0; }
  2857. EOF
  2858. if { (eval echo configure:3161: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2859.   rm -rf conftest*
  2860.   eval "ac_cv_func_vprintf=yes"
  2861. else
  2862.   echo "configure: failed program was:" >&5
  2863.   cat conftest.$ac_ext >&5
  2864.   rm -rf conftest*
  2865.   eval "ac_cv_func_vprintf=no"
  2866. fi
  2867. rm -f conftest*
  2868. fi
  2869. if eval "test "`echo '$ac_cv_func_'vprintf`" = yes"; then
  2870.   echo "$ac_t""yes" 1>&6
  2871.   cat >> confdefs.h <<EOF
  2872. #define HAVE_VPRINTF 1
  2873. EOF
  2874. else
  2875.   echo "$ac_t""no" 1>&6
  2876. fi
  2877. if test "$ac_cv_func_vprintf" != yes; then
  2878. echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
  2879. echo "configure:3185: checking for _doprnt" >&5
  2880. if eval "test "`echo '$''{'ac_cv_func__doprnt'+set}'`" = set"; then
  2881.   echo $ac_n "(cached) $ac_c" 1>&6
  2882. else
  2883.   cat > conftest.$ac_ext <<EOF
  2884. #line 3190 "configure"
  2885. #include "confdefs.h"
  2886. /* System header to define __stub macros and hopefully few prototypes,
  2887.     which can conflict with char _doprnt(); below.  */
  2888. #include <assert.h>
  2889. /* Override any gcc2 internal prototype to avoid an error.  */
  2890. /* We use char because int might match the return type of a gcc2
  2891.     builtin and then its argument prototype would still apply.  */
  2892. char _doprnt();
  2893. int main() {
  2894. /* The GNU C library defines this for functions which it implements
  2895.     to always fail with ENOSYS.  Some functions are actually named
  2896.     something starting with __ and the normal name is an alias.  */
  2897. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2898. choke me
  2899. #else
  2900. _doprnt();
  2901. #endif
  2902. ; return 0; }
  2903. EOF
  2904. if { (eval echo configure:3213: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2905.   rm -rf conftest*
  2906.   eval "ac_cv_func__doprnt=yes"
  2907. else
  2908.   echo "configure: failed program was:" >&5
  2909.   cat conftest.$ac_ext >&5
  2910.   rm -rf conftest*
  2911.   eval "ac_cv_func__doprnt=no"
  2912. fi
  2913. rm -f conftest*
  2914. fi
  2915. if eval "test "`echo '$ac_cv_func_'_doprnt`" = yes"; then
  2916.   echo "$ac_t""yes" 1>&6
  2917.   cat >> confdefs.h <<EOF
  2918. #define HAVE_DOPRNT 1
  2919. EOF
  2920. else
  2921.   echo "$ac_t""no" 1>&6
  2922. fi
  2923. fi
  2924. for ac_func in strstr memcpy uname cftime getlogin cuserid
  2925. do
  2926. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2927. echo "configure:3241: checking for $ac_func" >&5
  2928. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2929.   echo $ac_n "(cached) $ac_c" 1>&6
  2930. else
  2931.   cat > conftest.$ac_ext <<EOF
  2932. #line 3246 "configure"
  2933. #include "confdefs.h"
  2934. /* System header to define __stub macros and hopefully few prototypes,
  2935.     which can conflict with char $ac_func(); below.  */
  2936. #include <assert.h>
  2937. /* Override any gcc2 internal prototype to avoid an error.  */
  2938. /* We use char because int might match the return type of a gcc2
  2939.     builtin and then its argument prototype would still apply.  */
  2940. char $ac_func();
  2941. int main() {
  2942. /* The GNU C library defines this for functions which it implements
  2943.     to always fail with ENOSYS.  Some functions are actually named
  2944.     something starting with __ and the normal name is an alias.  */
  2945. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2946. choke me
  2947. #else
  2948. $ac_func();
  2949. #endif
  2950. ; return 0; }
  2951. EOF
  2952. if { (eval echo configure:3269: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2953.   rm -rf conftest*
  2954.   eval "ac_cv_func_$ac_func=yes"
  2955. else
  2956.   echo "configure: failed program was:" >&5
  2957.   cat conftest.$ac_ext >&5
  2958.   rm -rf conftest*
  2959.   eval "ac_cv_func_$ac_func=no"
  2960. fi
  2961. rm -f conftest*
  2962. fi
  2963. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2964.   echo "$ac_t""yes" 1>&6
  2965.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2966.   cat >> confdefs.h <<EOF
  2967. #define $ac_tr_func 1
  2968. EOF
  2969.  
  2970. else
  2971.   echo "$ac_t""no" 1>&6
  2972. fi
  2973. done
  2974. for ac_func in svc_unreg svc_unregister atexit on_exit
  2975. do
  2976. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2977. echo "configure:3296: checking for $ac_func" >&5
  2978. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2979.   echo $ac_n "(cached) $ac_c" 1>&6
  2980. else
  2981.   cat > conftest.$ac_ext <<EOF
  2982. #line 3301 "configure"
  2983. #include "confdefs.h"
  2984. /* System header to define __stub macros and hopefully few prototypes,
  2985.     which can conflict with char $ac_func(); below.  */
  2986. #include <assert.h>
  2987. /* Override any gcc2 internal prototype to avoid an error.  */
  2988. /* We use char because int might match the return type of a gcc2
  2989.     builtin and then its argument prototype would still apply.  */
  2990. char $ac_func();
  2991. int main() {
  2992. /* The GNU C library defines this for functions which it implements
  2993.     to always fail with ENOSYS.  Some functions are actually named
  2994.     something starting with __ and the normal name is an alias.  */
  2995. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2996. choke me
  2997. #else
  2998. $ac_func();
  2999. #endif
  3000. ; return 0; }
  3001. EOF
  3002. if { (eval echo configure:3324: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  3003.   rm -rf conftest*
  3004.   eval "ac_cv_func_$ac_func=yes"
  3005. else
  3006.   echo "configure: failed program was:" >&5
  3007.   cat conftest.$ac_ext >&5
  3008.   rm -rf conftest*
  3009.   eval "ac_cv_func_$ac_func=no"
  3010. fi
  3011. rm -f conftest*
  3012. fi
  3013. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  3014.   echo "$ac_t""yes" 1>&6
  3015.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3016.   cat >> confdefs.h <<EOF
  3017. #define $ac_tr_func 1
  3018. EOF
  3019.  
  3020. else
  3021.   echo "$ac_t""no" 1>&6
  3022. fi
  3023. done
  3024. if test "$GCC" != "yes" ; then
  3025.   for ac_func in alloca
  3026. do
  3027. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3028. echo "configure:3353: checking for $ac_func" >&5
  3029. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  3030.   echo $ac_n "(cached) $ac_c" 1>&6
  3031. else
  3032.   cat > conftest.$ac_ext <<EOF
  3033. #line 3358 "configure"
  3034. #include "confdefs.h"
  3035. /* System header to define __stub macros and hopefully few prototypes,
  3036.     which can conflict with char $ac_func(); below.  */
  3037. #include <assert.h>
  3038. /* Override any gcc2 internal prototype to avoid an error.  */
  3039. /* We use char because int might match the return type of a gcc2
  3040.     builtin and then its argument prototype would still apply.  */
  3041. char $ac_func();
  3042. int main() {
  3043. /* The GNU C library defines this for functions which it implements
  3044.     to always fail with ENOSYS.  Some functions are actually named
  3045.     something starting with __ and the normal name is an alias.  */
  3046. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3047. choke me
  3048. #else
  3049. $ac_func();
  3050. #endif
  3051. ; return 0; }
  3052. EOF
  3053. if { (eval echo configure:3381: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  3054.   rm -rf conftest*
  3055.   eval "ac_cv_func_$ac_func=yes"
  3056. else
  3057.   echo "configure: failed program was:" >&5
  3058.   cat conftest.$ac_ext >&5
  3059.   rm -rf conftest*
  3060.   eval "ac_cv_func_$ac_func=no"
  3061. fi
  3062. rm -f conftest*
  3063. fi
  3064. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  3065.   echo "$ac_t""yes" 1>&6
  3066.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3067.   cat >> confdefs.h <<EOF
  3068. #define $ac_tr_func 1
  3069. EOF
  3070.  
  3071. else
  3072.   echo "$ac_t""no" 1>&6
  3073. fi
  3074. done
  3075.   if test $ac_cv_func_alloca = "no" ; then # if we have not found alloca
  3076.     ## provide our own version instead
  3077.     ALLOCA=alloca.o
  3078.   fi
  3079. fi
  3080. ### create makefiles list to configure
  3081. ### and cook postconfigure RCS creation in subdirectories
  3082. ### prepare makefiles templates
  3083. configurables=`${srcdir}/etc/conf-templ create "${LN_S}" ${MAKE} $gss_cv_MAKE_includes`
  3084. if test "x$configurables" = x ; then
  3085.   exit 1
  3086. fi
  3087. trap '' 1 2 15
  3088. cat > confcache <<EOF
  3089. # This file is a shell script that caches the results of configure
  3090. # tests run on this system so they can be shared between configure
  3091. # scripts and configure runs.  It is not useful on other systems.
  3092. # If it contains results you don't want to keep, you may remove or edit it.
  3093. #
  3094. # By default, configure uses ./config.cache as the cache file,
  3095. # creating it if it does not exist already.  You can give configure
  3096. # the --cache-file=FILE option to use a different cache file; that is
  3097. # what configure does when it calls configure scripts in
  3098. # subdirectories, so they share the cache.
  3099. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  3100. # config.status only pays attention to the cache file if you give it the
  3101. # --recheck option to rerun configure.
  3102. #
  3103. EOF
  3104. # The following way of writing the cache mishandles newlines in values,
  3105. # but we know of no workaround that is simple, portable, and efficient.
  3106. # So, don't put newlines in cache variables' values.
  3107. # Ultrix sh set writes to stderr and can't be redirected directly,
  3108. # and sets the high bit in the cache file unless we assign to the vars.
  3109. (set) 2>&1 |
  3110.   case `(ac_space=' '; set) 2>&1` in
  3111.   *ac_space= *)
  3112.     # `set' does not quote correctly, so add quotes (double-quote substitution
  3113.     # turns \\ into \, and sed turns \ into ).
  3114.     sed -n 
  3115.       -e "s/'/'\\''/g" 
  3116.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  3117.     ;;
  3118.   *)
  3119.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  3120.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  3121.     ;;
  3122.   esac >> confcache
  3123. if cmp -s $cache_file confcache; then
  3124.   :
  3125. else
  3126.   if test -w $cache_file; then
  3127.     echo "updating cache $cache_file"
  3128.     cat confcache > $cache_file
  3129.   else
  3130.     echo "not updating unwritable cache $cache_file"
  3131.   fi
  3132. fi
  3133. rm -f confcache
  3134. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  3135. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3136. # Let make expand exec_prefix.
  3137. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3138. # Any assignment to VPATH causes Sun make to only execute
  3139. # the first set of double-colon rules, so remove it if not needed.
  3140. # If there is a colon in the path, we need to keep it.
  3141. if test "x$srcdir" = x.; then
  3142.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  3143. fi
  3144. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3145. DEFS=-DHAVE_CONFIG_H
  3146. # Without the "./", some shells look in PATH for config.status.
  3147. : ${CONFIG_STATUS=./config.status}
  3148. echo creating $CONFIG_STATUS
  3149. rm -f $CONFIG_STATUS
  3150. cat > $CONFIG_STATUS <<EOF
  3151. #! /bin/sh
  3152. # Generated automatically by configure.
  3153. # Run this file to recreate the current configuration.
  3154. # This directory was configured as follows,
  3155. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3156. #
  3157. # $0 $ac_configure_args
  3158. #
  3159. # Compiler output produced by configure, useful for debugging
  3160. # configure, is in ./config.log if it exists.
  3161. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3162. for ac_option
  3163. do
  3164.   case "$ac_option" in
  3165.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3166.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3167.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3168.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3169.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  3170.     exit 0 ;;
  3171.   -help | --help | --hel | --he | --h)
  3172.     echo "$ac_cs_usage"; exit 0 ;;
  3173.   *) echo "$ac_cs_usage"; exit 1 ;;
  3174.   esac
  3175. done
  3176. ac_given_srcdir=$srcdir
  3177. ac_given_INSTALL="$INSTALL"
  3178. trap 'rm -fr `echo "${configurables}  src/include/config.h:config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3179. EOF
  3180. cat >> $CONFIG_STATUS <<EOF
  3181. # Protect against being on the right side of a sed subst in config.status.
  3182. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  3183.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  3184. $ac_vpsub
  3185. $extrasub
  3186. s%@CFLAGS@%$CFLAGS%g
  3187. s%@CPPFLAGS@%$CPPFLAGS%g
  3188. s%@CXXFLAGS@%$CXXFLAGS%g
  3189. s%@DEFS@%$DEFS%g
  3190. s%@LDFLAGS@%$LDFLAGS%g
  3191. s%@LIBS@%$LIBS%g
  3192. s%@exec_prefix@%$exec_prefix%g
  3193. s%@prefix@%$prefix%g
  3194. s%@program_transform_name@%$program_transform_name%g
  3195. s%@bindir@%$bindir%g
  3196. s%@sbindir@%$sbindir%g
  3197. s%@libexecdir@%$libexecdir%g
  3198. s%@datadir@%$datadir%g
  3199. s%@sysconfdir@%$sysconfdir%g
  3200. s%@sharedstatedir@%$sharedstatedir%g
  3201. s%@localstatedir@%$localstatedir%g
  3202. s%@libdir@%$libdir%g
  3203. s%@includedir@%$includedir%g
  3204. s%@oldincludedir@%$oldincludedir%g
  3205. s%@infodir@%$infodir%g
  3206. s%@mandir@%$mandir%g
  3207. s%@host@%$host%g
  3208. s%@host_alias@%$host_alias%g
  3209. s%@host_cpu@%$host_cpu%g
  3210. s%@host_vendor@%$host_vendor%g
  3211. s%@host_os@%$host_os%g
  3212. s%@CC@%$CC%g
  3213. s%@CPP@%$CPP%g
  3214. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3215. s%@INSTALL_DATA@%$INSTALL_DATA%g
  3216. s%@YACC@%$YACC%g
  3217. s%@LEX@%$LEX%g
  3218. s%@LEXLIB@%$LEXLIB%g
  3219. s%@LN_S@%$LN_S%g
  3220. s%@RANLIB@%$RANLIB%g
  3221. s%@MAKE@%$MAKE%g
  3222. s%@DDD@%$DDD%g
  3223. s%@XTERM@%$XTERM%g
  3224. s%@XXGDB@%$XXGDB%g
  3225. s%@GDB@%$GDB%g
  3226. s%@DBX@%$DBX%g
  3227. s%@RPCGEN@%$RPCGEN%g
  3228. s%@srcdir@%$srcdir%g
  3229. s%@dbhome@%$dbhome%g
  3230. s%@builddir@%$builddir%g
  3231. s%@version@%$version%g
  3232. s%@YFLAGS@%$YFLAGS%g
  3233. s%@LFLAGS@%$LFLAGS%g
  3234. s%@SET_MAKE@%$SET_MAKE%g
  3235. s%@A2K_proc@%$A2K_proc%g
  3236. s%@A2K_entry@%$A2K_entry%g
  3237. s%@U@%$U%g
  3238. s%@ALLOCA@%$ALLOCA%g
  3239. s%@MCYCLE@%$MCYCLE%g
  3240. s%@INT_SHELL@%$INT_SHELL%g
  3241. CEOF
  3242. EOF
  3243. cat >> $CONFIG_STATUS <<EOF
  3244. # Split the substitutions into bite-sized pieces for seds with
  3245. # small command number limits, like on Digital OSF/1 and HP-UX.
  3246. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  3247. ac_file=1 # Number of current file.
  3248. ac_beg=1 # First line for current file.
  3249. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  3250. ac_more_lines=:
  3251. ac_sed_cmds=""
  3252. while $ac_more_lines; do
  3253.   if test $ac_beg -gt 1; then
  3254.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  3255.   else
  3256.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  3257.   fi
  3258.   if test ! -s conftest.s$ac_file; then
  3259.     ac_more_lines=false
  3260.     rm -f conftest.s$ac_file
  3261.   else
  3262.     if test -z "$ac_sed_cmds"; then
  3263.       ac_sed_cmds="sed -f conftest.s$ac_file"
  3264.     else
  3265.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  3266.     fi
  3267.     ac_file=`expr $ac_file + 1`
  3268.     ac_beg=$ac_end
  3269.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  3270.   fi
  3271. done
  3272. if test -z "$ac_sed_cmds"; then
  3273.   ac_sed_cmds=cat
  3274. fi
  3275. EOF
  3276. cat >> $CONFIG_STATUS <<EOF
  3277. CONFIG_FILES=${CONFIG_FILES-"${configurables} "}
  3278. EOF
  3279. cat >> $CONFIG_STATUS <<EOF
  3280. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3281.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3282.   case "$ac_file" in
  3283.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3284.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3285.   *) ac_file_in="${ac_file}.in" ;;
  3286.   esac
  3287.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  3288.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3289.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3290.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3291.     # The file is in a subdirectory.
  3292.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3293.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  3294.     # A "../" for each directory in $ac_dir_suffix.
  3295.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3296.   else
  3297.     ac_dir_suffix= ac_dots=
  3298.   fi
  3299.   case "$ac_given_srcdir" in
  3300.   .)  srcdir=.
  3301.       if test -z "$ac_dots"; then top_srcdir=.
  3302.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3303.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3304.   *) # Relative path.
  3305.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3306.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3307.   esac
  3308.   case "$ac_given_INSTALL" in
  3309.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3310.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3311.   esac
  3312.   echo creating "$ac_file"
  3313.   rm -f "$ac_file"
  3314.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3315.   case "$ac_file" in
  3316.   *Makefile*) ac_comsub="1i\
  3317. # $configure_input" ;;
  3318.   *) ac_comsub= ;;
  3319.   esac
  3320.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3321.   sed -e "$ac_comsub
  3322. s%@configure_input@%$configure_input%g
  3323. s%@srcdir@%$srcdir%g
  3324. s%@top_srcdir@%$top_srcdir%g
  3325. s%@INSTALL@%$INSTALL%g
  3326. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  3327. fi; done
  3328. rm -f conftest.s*
  3329. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3330. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3331. #
  3332. # ac_d sets the value in "#define NAME VALUE" lines.
  3333. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  3334. ac_dB='([  ][  ]*)[^  ]*%1#2'
  3335. ac_dC='3'
  3336. ac_dD='%g'
  3337. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  3338. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3339. ac_uB='([  ])%1#2define3'
  3340. ac_uC=' '
  3341. ac_uD='4%g'
  3342. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3343. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3344. ac_eB='$%1#2define3'
  3345. ac_eC=' '
  3346. ac_eD='%g'
  3347. if test "${CONFIG_HEADERS+set}" != set; then
  3348. EOF
  3349. cat >> $CONFIG_STATUS <<EOF
  3350.   CONFIG_HEADERS="src/include/config.h:config.h.in"
  3351. EOF
  3352. cat >> $CONFIG_STATUS <<EOF
  3353. fi
  3354. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  3355.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3356.   case "$ac_file" in
  3357.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3358.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3359.   *) ac_file_in="${ac_file}.in" ;;
  3360.   esac
  3361.   echo creating $ac_file
  3362.   rm -f conftest.frag conftest.in conftest.out
  3363.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3364.   cat $ac_file_inputs > conftest.in
  3365. EOF
  3366. # Transform confdefs.h into a sed script conftest.vals that substitutes
  3367. # the proper values into config.h.in to produce config.h.  And first:
  3368. # Protect against being on the right side of a sed subst in config.status.
  3369. # Protect against being in an unquoted here document in config.status.
  3370. rm -f conftest.vals
  3371. cat > conftest.hdr <<EOF
  3372. s/[\&%]/\&/g
  3373. s%[\$`]%\&%g
  3374. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  3375. s%ac_d%ac_u%gp
  3376. s%ac_u%ac_e%gp
  3377. EOF
  3378. sed -n -f conftest.hdr confdefs.h > conftest.vals
  3379. rm -f conftest.hdr
  3380. # This sed command replaces #undef with comments.  This is necessary, for
  3381. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3382. # on some systems where configure will not decide to define it.
  3383. cat >> conftest.vals <<EOF
  3384. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  3385. EOF
  3386. # Break up conftest.vals because some shells have a limit on
  3387. # the size of here documents, and old seds have small limits too.
  3388. rm -f conftest.tail
  3389. while :
  3390. do
  3391.   ac_lines=`grep -c . conftest.vals`
  3392.   # grep -c gives empty output for an empty file on some AIX systems.
  3393.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3394.   # Write a limited-size here document to conftest.frag.
  3395.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3396.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3397.   echo 'CEOF
  3398.   sed -f conftest.frag conftest.in > conftest.out
  3399.   rm -f conftest.in
  3400.   mv conftest.out conftest.in
  3401. ' >> $CONFIG_STATUS
  3402.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3403.   rm -f conftest.vals
  3404.   mv conftest.tail conftest.vals
  3405. done
  3406. rm -f conftest.vals
  3407. cat >> $CONFIG_STATUS <<EOF
  3408.   rm -f conftest.frag conftest.h
  3409.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3410.   cat conftest.in >> conftest.h
  3411.   rm -f conftest.in
  3412.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3413.     echo "$ac_file is unchanged"
  3414.     rm -f conftest.h
  3415.   else
  3416.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3417.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3418.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3419.       # The file is in a subdirectory.
  3420.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3421.     fi
  3422.     rm -f $ac_file
  3423.     mv conftest.h $ac_file
  3424.   fi
  3425. fi; done
  3426. EOF
  3427. cat >> $CONFIG_STATUS <<EOF
  3428. EOF
  3429. cat >> $CONFIG_STATUS <<EOF
  3430. chmod a+x etc/dq
  3431.           echo timestamp > stamp-h
  3432.           ${top_srcdir}/etc/conf-templ postconfigure
  3433. exit 0
  3434. EOF
  3435. chmod +x $CONFIG_STATUS
  3436. rm -fr confdefs* $ac_clean_files
  3437. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1