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

WEB邮件程序

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.  --with-random=/dev/urandom - location of the system random file generator
  14. --without-random            - there is no system random file generator "
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48. # Initialize some other variables.
  49. subdirs=
  50. MFLAGS= MAKEFLAGS=
  51. SHELL=${CONFIG_SHELL-/bin/sh}
  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.13"
  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=random128.c
  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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  448. cross_compiling=$ac_cv_prog_cc_cross
  449. ac_exeext=
  450. ac_objext=o
  451. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  452.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  453.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  454.     ac_n= ac_c='
  455. ' ac_t=' '
  456.   else
  457.     ac_n=-n ac_c= ac_t=
  458.   fi
  459. else
  460.   ac_n= ac_c='c' ac_t=
  461. fi
  462. ac_aux_dir=
  463. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  464.   if test -f $ac_dir/install-sh; then
  465.     ac_aux_dir=$ac_dir
  466.     ac_install_sh="$ac_aux_dir/install-sh -c"
  467.     break
  468.   elif test -f $ac_dir/install.sh; then
  469.     ac_aux_dir=$ac_dir
  470.     ac_install_sh="$ac_aux_dir/install.sh -c"
  471.     break
  472.   fi
  473. done
  474. if test -z "$ac_aux_dir"; then
  475.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  476. fi
  477. ac_config_guess=$ac_aux_dir/config.guess
  478. ac_config_sub=$ac_aux_dir/config.sub
  479. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  480. # Find a good install program.  We prefer a C program (faster),
  481. # so one script is as good as another.  But avoid the broken or
  482. # incompatible versions:
  483. # SysV /etc/install, /usr/sbin/install
  484. # SunOS /usr/etc/install
  485. # IRIX /sbin/install
  486. # AIX /bin/install
  487. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  488. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  489. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  490. # ./install, which can be erroneously created by make from ./install.sh.
  491. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  492. echo "configure:560: checking for a BSD compatible install" >&5
  493. if test -z "$INSTALL"; then
  494. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  495.   echo $ac_n "(cached) $ac_c" 1>&6
  496. else
  497.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  498.   for ac_dir in $PATH; do
  499.     # Account for people who put trailing slashes in PATH elements.
  500.     case "$ac_dir/" in
  501.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  502.     *)
  503.       # OSF1 and SCO ODT 3.0 have their own names for install.
  504.       # Don't use installbsd from OSF since it installs stuff as root
  505.       # by default.
  506.       for ac_prog in ginstall scoinst install; do
  507.         if test -f $ac_dir/$ac_prog; then
  508.   if test $ac_prog = install &&
  509.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  510.     # AIX install.  It has an incompatible calling convention.
  511.     :
  512.   else
  513.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  514.     break 2
  515.   fi
  516. fi
  517.       done
  518.       ;;
  519.     esac
  520.   done
  521.   IFS="$ac_save_IFS"
  522. fi
  523.   if test "${ac_cv_path_install+set}" = set; then
  524.     INSTALL="$ac_cv_path_install"
  525.   else
  526.     # As a last resort, use the slow shell script.  We don't cache a
  527.     # path for INSTALL within a source directory, because that will
  528.     # break other packages using the cache if that directory is
  529.     # removed, or if the path is relative.
  530.     INSTALL="$ac_install_sh"
  531.   fi
  532. fi
  533. echo "$ac_t""$INSTALL" 1>&6
  534. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  535. # It thinks the first close brace ends the variable substitution.
  536. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  537. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  538. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  539. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  540. echo "configure:613: checking whether build environment is sane" >&5
  541. # Just in case
  542. sleep 1
  543. echo timestamp > conftestfile
  544. # Do `set' in a subshell so we don't clobber the current shell's
  545. # arguments.  Must try -L first in case configure is actually a
  546. # symlink; some systems play weird games with the mod time of symlinks
  547. # (eg FreeBSD returns the mod time of the symlink's containing
  548. # directory).
  549. if (
  550.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  551.    if test "$*" = "X"; then
  552.       # -L didn't work.
  553.       set X `ls -t $srcdir/configure conftestfile`
  554.    fi
  555.    if test "$*" != "X $srcdir/configure conftestfile" 
  556.       && test "$*" != "X conftestfile $srcdir/configure"; then
  557.       # If neither matched, then we have a broken ls.  This can happen
  558.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  559.       # broken ls alias from the environment.  This has actually
  560.       # happened.  Such a system could not be considered "sane".
  561.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  562. alias in your environment" 1>&2; exit 1; }
  563.    fi
  564.    test "$2" = conftestfile
  565.    )
  566. then
  567.    # Ok.
  568.    :
  569. else
  570.    { echo "configure: error: newly created file is older than distributed files!
  571. Check your system clock" 1>&2; exit 1; }
  572. fi
  573. rm -f conftest*
  574. echo "$ac_t""yes" 1>&6
  575. if test "$program_transform_name" = s,x,x,; then
  576.   program_transform_name=
  577. else
  578.   # Double any  or $.  echo might interpret backslashes.
  579.   cat <<EOF_SED > conftestsed
  580. s,\,\\,g; s,$,$$,g
  581. EOF_SED
  582.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  583.   rm -f conftestsed
  584. fi
  585. test "$program_prefix" != NONE &&
  586.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  587. # Use a double $ so make ignores it.
  588. test "$program_suffix" != NONE &&
  589.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  590. # sed with no file args requires a program.
  591. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  592. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  593. echo "configure:670: checking whether ${MAKE-make} sets ${MAKE}" >&5
  594. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  595. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  596.   echo $ac_n "(cached) $ac_c" 1>&6
  597. else
  598.   cat > conftestmake <<EOF
  599. all:
  600. @echo 'ac_maketemp="${MAKE}"'
  601. EOF
  602. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  603. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  604. if test -n "$ac_maketemp"; then
  605.   eval ac_cv_prog_make_${ac_make}_set=yes
  606. else
  607.   eval ac_cv_prog_make_${ac_make}_set=no
  608. fi
  609. rm -f conftestmake
  610. fi
  611. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  612.   echo "$ac_t""yes" 1>&6
  613.   SET_MAKE=
  614. else
  615.   echo "$ac_t""no" 1>&6
  616.   SET_MAKE="MAKE=${MAKE-make}"
  617. fi
  618. PACKAGE=random128
  619. VERSION=0.10
  620. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  621.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  622. fi
  623. missing_dir=`cd $ac_aux_dir && pwd`
  624. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  625. echo "configure:709: checking for working aclocal" >&5
  626. # Run test in a subshell; some versions of sh will print an error if
  627. # an executable is not found, even if stderr is redirected.
  628. # Redirect stdin to placate older versions of autoconf.  Sigh.
  629. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  630.    ACLOCAL=aclocal
  631.    echo "$ac_t""found" 1>&6
  632. else
  633.    ACLOCAL="$missing_dir/missing aclocal"
  634.    echo "$ac_t""missing" 1>&6
  635. fi
  636. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  637. echo "configure:722: checking for working autoconf" >&5
  638. # Run test in a subshell; some versions of sh will print an error if
  639. # an executable is not found, even if stderr is redirected.
  640. # Redirect stdin to placate older versions of autoconf.  Sigh.
  641. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  642.    AUTOCONF=autoconf
  643.    echo "$ac_t""found" 1>&6
  644. else
  645.    AUTOCONF="$missing_dir/missing autoconf"
  646.    echo "$ac_t""missing" 1>&6
  647. fi
  648. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  649. echo "configure:735: checking for working automake" >&5
  650. # Run test in a subshell; some versions of sh will print an error if
  651. # an executable is not found, even if stderr is redirected.
  652. # Redirect stdin to placate older versions of autoconf.  Sigh.
  653. if (automake --version) < /dev/null > /dev/null 2>&1; then
  654.    AUTOMAKE=automake
  655.    echo "$ac_t""found" 1>&6
  656. else
  657.    AUTOMAKE="$missing_dir/missing automake"
  658.    echo "$ac_t""missing" 1>&6
  659. fi
  660. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  661. echo "configure:748: checking for working autoheader" >&5
  662. # Run test in a subshell; some versions of sh will print an error if
  663. # an executable is not found, even if stderr is redirected.
  664. # Redirect stdin to placate older versions of autoconf.  Sigh.
  665. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  666.    AUTOHEADER=autoheader
  667.    echo "$ac_t""found" 1>&6
  668. else
  669.    AUTOHEADER="$missing_dir/missing autoheader"
  670.    echo "$ac_t""missing" 1>&6
  671. fi
  672. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  673. echo "configure:761: checking for working makeinfo" >&5
  674. # Run test in a subshell; some versions of sh will print an error if
  675. # an executable is not found, even if stderr is redirected.
  676. # Redirect stdin to placate older versions of autoconf.  Sigh.
  677. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  678.    MAKEINFO=makeinfo
  679.    echo "$ac_t""found" 1>&6
  680. else
  681.    MAKEINFO="$missing_dir/missing makeinfo"
  682.    echo "$ac_t""missing" 1>&6
  683. fi
  684. # Extract the first word of "gcc", so it can be a program name with args.
  685. set dummy gcc; ac_word=$2
  686. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  687. echo "configure:781: checking for $ac_word" >&5
  688. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  689.   echo $ac_n "(cached) $ac_c" 1>&6
  690. else
  691.   if test -n "$CC"; then
  692.   ac_cv_prog_CC="$CC" # Let the user override the test.
  693. else
  694.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  695.   ac_dummy="$PATH"
  696.   for ac_dir in $ac_dummy; do
  697.     test -z "$ac_dir" && ac_dir=.
  698.     if test -f $ac_dir/$ac_word; then
  699.       ac_cv_prog_CC="gcc"
  700.       break
  701.     fi
  702.   done
  703.   IFS="$ac_save_ifs"
  704. fi
  705. fi
  706. CC="$ac_cv_prog_CC"
  707. if test -n "$CC"; then
  708.   echo "$ac_t""$CC" 1>&6
  709. else
  710.   echo "$ac_t""no" 1>&6
  711. fi
  712. if test -z "$CC"; then
  713.   # Extract the first word of "cc", so it can be a program name with args.
  714. set dummy cc; ac_word=$2
  715. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  716. echo "configure:811: checking for $ac_word" >&5
  717. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  718.   echo $ac_n "(cached) $ac_c" 1>&6
  719. else
  720.   if test -n "$CC"; then
  721.   ac_cv_prog_CC="$CC" # Let the user override the test.
  722. else
  723.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  724.   ac_prog_rejected=no
  725.   ac_dummy="$PATH"
  726.   for ac_dir in $ac_dummy; do
  727.     test -z "$ac_dir" && ac_dir=.
  728.     if test -f $ac_dir/$ac_word; then
  729.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  730.         ac_prog_rejected=yes
  731. continue
  732.       fi
  733.       ac_cv_prog_CC="cc"
  734.       break
  735.     fi
  736.   done
  737.   IFS="$ac_save_ifs"
  738. if test $ac_prog_rejected = yes; then
  739.   # We found a bogon in the path, so make sure we never use it.
  740.   set dummy $ac_cv_prog_CC
  741.   shift
  742.   if test $# -gt 0; then
  743.     # We chose a different compiler from the bogus one.
  744.     # However, it has the same basename, so the bogon will be chosen
  745.     # first if we set CC to just the basename; use the full file name.
  746.     shift
  747.     set dummy "$ac_dir/$ac_word" "$@"
  748.     shift
  749.     ac_cv_prog_CC="$@"
  750.   fi
  751. fi
  752. fi
  753. fi
  754. CC="$ac_cv_prog_CC"
  755. if test -n "$CC"; then
  756.   echo "$ac_t""$CC" 1>&6
  757. else
  758.   echo "$ac_t""no" 1>&6
  759. fi
  760.   if test -z "$CC"; then
  761.     case "`uname -s`" in
  762.     *win32* | *WIN32*)
  763.       # Extract the first word of "cl", so it can be a program name with args.
  764. set dummy cl; ac_word=$2
  765. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  766. echo "configure:862: checking for $ac_word" >&5
  767. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  768.   echo $ac_n "(cached) $ac_c" 1>&6
  769. else
  770.   if test -n "$CC"; then
  771.   ac_cv_prog_CC="$CC" # Let the user override the test.
  772. else
  773.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  774.   ac_dummy="$PATH"
  775.   for ac_dir in $ac_dummy; do
  776.     test -z "$ac_dir" && ac_dir=.
  777.     if test -f $ac_dir/$ac_word; then
  778.       ac_cv_prog_CC="cl"
  779.       break
  780.     fi
  781.   done
  782.   IFS="$ac_save_ifs"
  783. fi
  784. fi
  785. CC="$ac_cv_prog_CC"
  786. if test -n "$CC"; then
  787.   echo "$ac_t""$CC" 1>&6
  788. else
  789.   echo "$ac_t""no" 1>&6
  790. fi
  791.  ;;
  792.     esac
  793.   fi
  794.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  795. fi
  796. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  797. echo "configure:894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  798. ac_ext=c
  799. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  800. ac_cpp='$CPP $CPPFLAGS'
  801. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  802. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  803. cross_compiling=$ac_cv_prog_cc_cross
  804. cat > conftest.$ac_ext << EOF
  805. #line 905 "configure"
  806. #include "confdefs.h"
  807. main(){return(0);}
  808. EOF
  809. if { (eval echo configure:910: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  810.   ac_cv_prog_cc_works=yes
  811.   # If we can't run a trivial program, we are probably using a cross compiler.
  812.   if (./conftest; exit) 2>/dev/null; then
  813.     ac_cv_prog_cc_cross=no
  814.   else
  815.     ac_cv_prog_cc_cross=yes
  816.   fi
  817. else
  818.   echo "configure: failed program was:" >&5
  819.   cat conftest.$ac_ext >&5
  820.   ac_cv_prog_cc_works=no
  821. fi
  822. rm -fr conftest*
  823. ac_ext=c
  824. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  825. ac_cpp='$CPP $CPPFLAGS'
  826. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  827. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  828. cross_compiling=$ac_cv_prog_cc_cross
  829. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  830. if test $ac_cv_prog_cc_works = no; then
  831.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  832. fi
  833. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  834. echo "configure:936: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  835. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  836. cross_compiling=$ac_cv_prog_cc_cross
  837. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  838. echo "configure:941: checking whether we are using GNU C" >&5
  839. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  840.   echo $ac_n "(cached) $ac_c" 1>&6
  841. else
  842.   cat > conftest.c <<EOF
  843. #ifdef __GNUC__
  844.   yes;
  845. #endif
  846. EOF
  847. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:950: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  848.   ac_cv_prog_gcc=yes
  849. else
  850.   ac_cv_prog_gcc=no
  851. fi
  852. fi
  853. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  854. if test $ac_cv_prog_gcc = yes; then
  855.   GCC=yes
  856. else
  857.   GCC=
  858. fi
  859. ac_test_CFLAGS="${CFLAGS+set}"
  860. ac_save_CFLAGS="$CFLAGS"
  861. CFLAGS=
  862. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  863. echo "configure:969: checking whether ${CC-cc} accepts -g" >&5
  864. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  865.   echo $ac_n "(cached) $ac_c" 1>&6
  866. else
  867.   echo 'void f(){}' > conftest.c
  868. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  869.   ac_cv_prog_cc_g=yes
  870. else
  871.   ac_cv_prog_cc_g=no
  872. fi
  873. rm -f conftest*
  874. fi
  875. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  876. if test "$ac_test_CFLAGS" = set; then
  877.   CFLAGS="$ac_save_CFLAGS"
  878. elif test $ac_cv_prog_cc_g = yes; then
  879.   if test "$GCC" = yes; then
  880.     CFLAGS="-g -O2"
  881.   else
  882.     CFLAGS="-g"
  883.   fi
  884. else
  885.   if test "$GCC" = yes; then
  886.     CFLAGS="-O2"
  887.   else
  888.     CFLAGS=
  889.   fi
  890. fi
  891. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  892. echo "configure:1001: checking for POSIXized ISC" >&5
  893. if test -d /etc/conf/kconfig.d &&
  894.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  895. then
  896.   echo "$ac_t""yes" 1>&6
  897.   ISC=yes # If later tests want to check for ISC.
  898.   cat >> confdefs.h <<EOF
  899. #define _POSIX_SOURCE 1
  900. EOF
  901.   if test "$GCC" = yes; then
  902.     CC="$CC -posix"
  903.   else
  904.     CC="$CC -Xp"
  905.   fi
  906. else
  907.   echo "$ac_t""no" 1>&6
  908.   ISC=
  909. fi
  910. # Find a good install program.  We prefer a C program (faster),
  911. # so one script is as good as another.  But avoid the broken or
  912. # incompatible versions:
  913. # SysV /etc/install, /usr/sbin/install
  914. # SunOS /usr/etc/install
  915. # IRIX /sbin/install
  916. # AIX /bin/install
  917. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  918. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  919. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  920. # ./install, which can be erroneously created by make from ./install.sh.
  921. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  922. echo "configure:1033: checking for a BSD compatible install" >&5
  923. if test -z "$INSTALL"; then
  924. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  925.   echo $ac_n "(cached) $ac_c" 1>&6
  926. else
  927.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  928.   for ac_dir in $PATH; do
  929.     # Account for people who put trailing slashes in PATH elements.
  930.     case "$ac_dir/" in
  931.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  932.     *)
  933.       # OSF1 and SCO ODT 3.0 have their own names for install.
  934.       # Don't use installbsd from OSF since it installs stuff as root
  935.       # by default.
  936.       for ac_prog in ginstall scoinst install; do
  937.         if test -f $ac_dir/$ac_prog; then
  938.   if test $ac_prog = install &&
  939.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  940.     # AIX install.  It has an incompatible calling convention.
  941.     :
  942.   else
  943.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  944.     break 2
  945.   fi
  946. fi
  947.       done
  948.       ;;
  949.     esac
  950.   done
  951.   IFS="$ac_save_IFS"
  952. fi
  953.   if test "${ac_cv_path_install+set}" = set; then
  954.     INSTALL="$ac_cv_path_install"
  955.   else
  956.     # As a last resort, use the slow shell script.  We don't cache a
  957.     # path for INSTALL within a source directory, because that will
  958.     # break other packages using the cache if that directory is
  959.     # removed, or if the path is relative.
  960.     INSTALL="$ac_install_sh"
  961.   fi
  962. fi
  963. echo "$ac_t""$INSTALL" 1>&6
  964. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  965. # It thinks the first close brace ends the variable substitution.
  966. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  967. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  968. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  969. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  970. echo "configure:1086: checking whether ln -s works" >&5
  971. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  972.   echo $ac_n "(cached) $ac_c" 1>&6
  973. else
  974.   rm -f conftestdata
  975. if ln -s X conftestdata 2>/dev/null
  976. then
  977.   rm -f conftestdata
  978.   ac_cv_prog_LN_S="ln -s"
  979. else
  980.   ac_cv_prog_LN_S=ln
  981. fi
  982. fi
  983. LN_S="$ac_cv_prog_LN_S"
  984. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  985.   echo "$ac_t""yes" 1>&6
  986. else
  987.   echo "$ac_t""no" 1>&6
  988. fi
  989. # Extract the first word of "ranlib", so it can be a program name with args.
  990. set dummy ranlib; ac_word=$2
  991. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  992. echo "configure:1109: checking for $ac_word" >&5
  993. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  994.   echo $ac_n "(cached) $ac_c" 1>&6
  995. else
  996.   if test -n "$RANLIB"; then
  997.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  998. else
  999.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1000.   ac_dummy="$PATH"
  1001.   for ac_dir in $ac_dummy; do
  1002.     test -z "$ac_dir" && ac_dir=.
  1003.     if test -f $ac_dir/$ac_word; then
  1004.       ac_cv_prog_RANLIB="ranlib"
  1005.       break
  1006.     fi
  1007.   done
  1008.   IFS="$ac_save_ifs"
  1009.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1010. fi
  1011. fi
  1012. RANLIB="$ac_cv_prog_RANLIB"
  1013. if test -n "$RANLIB"; then
  1014.   echo "$ac_t""$RANLIB" 1>&6
  1015. else
  1016.   echo "$ac_t""no" 1>&6
  1017. fi
  1018. # Extract the first word of "gcc", so it can be a program name with args.
  1019. set dummy gcc; ac_word=$2
  1020. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1021. echo "configure:1139: checking for $ac_word" >&5
  1022. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1023.   echo $ac_n "(cached) $ac_c" 1>&6
  1024. else
  1025.   if test -n "$CC"; then
  1026.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1027. else
  1028.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1029.   ac_dummy="$PATH"
  1030.   for ac_dir in $ac_dummy; do
  1031.     test -z "$ac_dir" && ac_dir=.
  1032.     if test -f $ac_dir/$ac_word; then
  1033.       ac_cv_prog_CC="gcc"
  1034.       break
  1035.     fi
  1036.   done
  1037.   IFS="$ac_save_ifs"
  1038. fi
  1039. fi
  1040. CC="$ac_cv_prog_CC"
  1041. if test -n "$CC"; then
  1042.   echo "$ac_t""$CC" 1>&6
  1043. else
  1044.   echo "$ac_t""no" 1>&6
  1045. fi
  1046. if test -z "$CC"; then
  1047.   # Extract the first word of "cc", so it can be a program name with args.
  1048. set dummy cc; ac_word=$2
  1049. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1050. echo "configure:1169: checking for $ac_word" >&5
  1051. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1052.   echo $ac_n "(cached) $ac_c" 1>&6
  1053. else
  1054.   if test -n "$CC"; then
  1055.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1056. else
  1057.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1058.   ac_prog_rejected=no
  1059.   ac_dummy="$PATH"
  1060.   for ac_dir in $ac_dummy; do
  1061.     test -z "$ac_dir" && ac_dir=.
  1062.     if test -f $ac_dir/$ac_word; then
  1063.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  1064.         ac_prog_rejected=yes
  1065. continue
  1066.       fi
  1067.       ac_cv_prog_CC="cc"
  1068.       break
  1069.     fi
  1070.   done
  1071.   IFS="$ac_save_ifs"
  1072. if test $ac_prog_rejected = yes; then
  1073.   # We found a bogon in the path, so make sure we never use it.
  1074.   set dummy $ac_cv_prog_CC
  1075.   shift
  1076.   if test $# -gt 0; then
  1077.     # We chose a different compiler from the bogus one.
  1078.     # However, it has the same basename, so the bogon will be chosen
  1079.     # first if we set CC to just the basename; use the full file name.
  1080.     shift
  1081.     set dummy "$ac_dir/$ac_word" "$@"
  1082.     shift
  1083.     ac_cv_prog_CC="$@"
  1084.   fi
  1085. fi
  1086. fi
  1087. fi
  1088. CC="$ac_cv_prog_CC"
  1089. if test -n "$CC"; then
  1090.   echo "$ac_t""$CC" 1>&6
  1091. else
  1092.   echo "$ac_t""no" 1>&6
  1093. fi
  1094.   if test -z "$CC"; then
  1095.     case "`uname -s`" in
  1096.     *win32* | *WIN32*)
  1097.       # Extract the first word of "cl", so it can be a program name with args.
  1098. set dummy cl; ac_word=$2
  1099. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1100. echo "configure:1220: checking for $ac_word" >&5
  1101. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1102.   echo $ac_n "(cached) $ac_c" 1>&6
  1103. else
  1104.   if test -n "$CC"; then
  1105.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1106. else
  1107.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1108.   ac_dummy="$PATH"
  1109.   for ac_dir in $ac_dummy; do
  1110.     test -z "$ac_dir" && ac_dir=.
  1111.     if test -f $ac_dir/$ac_word; then
  1112.       ac_cv_prog_CC="cl"
  1113.       break
  1114.     fi
  1115.   done
  1116.   IFS="$ac_save_ifs"
  1117. fi
  1118. fi
  1119. CC="$ac_cv_prog_CC"
  1120. if test -n "$CC"; then
  1121.   echo "$ac_t""$CC" 1>&6
  1122. else
  1123.   echo "$ac_t""no" 1>&6
  1124. fi
  1125.  ;;
  1126.     esac
  1127.   fi
  1128.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  1129. fi
  1130. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1131. echo "configure:1252: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  1132. ac_ext=c
  1133. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1134. ac_cpp='$CPP $CPPFLAGS'
  1135. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1136. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1137. cross_compiling=$ac_cv_prog_cc_cross
  1138. cat > conftest.$ac_ext << EOF
  1139. #line 1263 "configure"
  1140. #include "confdefs.h"
  1141. main(){return(0);}
  1142. EOF
  1143. if { (eval echo configure:1268: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1144.   ac_cv_prog_cc_works=yes
  1145.   # If we can't run a trivial program, we are probably using a cross compiler.
  1146.   if (./conftest; exit) 2>/dev/null; then
  1147.     ac_cv_prog_cc_cross=no
  1148.   else
  1149.     ac_cv_prog_cc_cross=yes
  1150.   fi
  1151. else
  1152.   echo "configure: failed program was:" >&5
  1153.   cat conftest.$ac_ext >&5
  1154.   ac_cv_prog_cc_works=no
  1155. fi
  1156. rm -fr conftest*
  1157. ac_ext=c
  1158. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1159. ac_cpp='$CPP $CPPFLAGS'
  1160. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1161. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1162. cross_compiling=$ac_cv_prog_cc_cross
  1163. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1164. if test $ac_cv_prog_cc_works = no; then
  1165.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1166. fi
  1167. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1168. echo "configure:1294: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1169. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1170. cross_compiling=$ac_cv_prog_cc_cross
  1171. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1172. echo "configure:1299: checking whether we are using GNU C" >&5
  1173. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  1174.   echo $ac_n "(cached) $ac_c" 1>&6
  1175. else
  1176.   cat > conftest.c <<EOF
  1177. #ifdef __GNUC__
  1178.   yes;
  1179. #endif
  1180. EOF
  1181. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1308: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1182.   ac_cv_prog_gcc=yes
  1183. else
  1184.   ac_cv_prog_gcc=no
  1185. fi
  1186. fi
  1187. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1188. if test $ac_cv_prog_gcc = yes; then
  1189.   GCC=yes
  1190. else
  1191.   GCC=
  1192. fi
  1193. ac_test_CFLAGS="${CFLAGS+set}"
  1194. ac_save_CFLAGS="$CFLAGS"
  1195. CFLAGS=
  1196. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1197. echo "configure:1327: checking whether ${CC-cc} accepts -g" >&5
  1198. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  1199.   echo $ac_n "(cached) $ac_c" 1>&6
  1200. else
  1201.   echo 'void f(){}' > conftest.c
  1202. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1203.   ac_cv_prog_cc_g=yes
  1204. else
  1205.   ac_cv_prog_cc_g=no
  1206. fi
  1207. rm -f conftest*
  1208. fi
  1209. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1210. if test "$ac_test_CFLAGS" = set; then
  1211.   CFLAGS="$ac_save_CFLAGS"
  1212. elif test $ac_cv_prog_cc_g = yes; then
  1213.   if test "$GCC" = yes; then
  1214.     CFLAGS="-g -O2"
  1215.   else
  1216.     CFLAGS="-g"
  1217.   fi
  1218. else
  1219.   if test "$GCC" = yes; then
  1220.     CFLAGS="-O2"
  1221.   else
  1222.     CFLAGS=
  1223.   fi
  1224. fi
  1225. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1226. echo "configure:1359: checking how to run the C preprocessor" >&5
  1227. # On Suns, sometimes $CPP names a directory.
  1228. if test -n "$CPP" && test -d "$CPP"; then
  1229.   CPP=
  1230. fi
  1231. if test -z "$CPP"; then
  1232. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1233.   echo $ac_n "(cached) $ac_c" 1>&6
  1234. else
  1235.     # This must be in double quotes, not single quotes, because CPP may get
  1236.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1237.   CPP="${CC-cc} -E"
  1238.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1239.   # not just through cpp.
  1240.   cat > conftest.$ac_ext <<EOF
  1241. #line 1374 "configure"
  1242. #include "confdefs.h"
  1243. #include <assert.h>
  1244. Syntax Error
  1245. EOF
  1246. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1247. { (eval echo configure:1380: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1248. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1249. if test -z "$ac_err"; then
  1250.   :
  1251. else
  1252.   echo "$ac_err" >&5
  1253.   echo "configure: failed program was:" >&5
  1254.   cat conftest.$ac_ext >&5
  1255.   rm -rf conftest*
  1256.   CPP="${CC-cc} -E -traditional-cpp"
  1257.   cat > conftest.$ac_ext <<EOF
  1258. #line 1391 "configure"
  1259. #include "confdefs.h"
  1260. #include <assert.h>
  1261. Syntax Error
  1262. EOF
  1263. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1264. { (eval echo configure:1397: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1265. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1266. if test -z "$ac_err"; then
  1267.   :
  1268. else
  1269.   echo "$ac_err" >&5
  1270.   echo "configure: failed program was:" >&5
  1271.   cat conftest.$ac_ext >&5
  1272.   rm -rf conftest*
  1273.   CPP="${CC-cc} -nologo -E"
  1274.   cat > conftest.$ac_ext <<EOF
  1275. #line 1408 "configure"
  1276. #include "confdefs.h"
  1277. #include <assert.h>
  1278. Syntax Error
  1279. EOF
  1280. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1281. { (eval echo configure:1414: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1282. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1283. if test -z "$ac_err"; then
  1284.   :
  1285. else
  1286.   echo "$ac_err" >&5
  1287.   echo "configure: failed program was:" >&5
  1288.   cat conftest.$ac_ext >&5
  1289.   rm -rf conftest*
  1290.   CPP=/lib/cpp
  1291. fi
  1292. rm -f conftest*
  1293. fi
  1294. rm -f conftest*
  1295. fi
  1296. rm -f conftest*
  1297.   ac_cv_prog_CPP="$CPP"
  1298. fi
  1299.   CPP="$ac_cv_prog_CPP"
  1300. else
  1301.   ac_cv_prog_CPP="$CPP"
  1302. fi
  1303. echo "$ac_t""$CPP" 1>&6
  1304. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  1305. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  1306. echo "configure:1440: checking for minix/config.h" >&5
  1307. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1308.   echo $ac_n "(cached) $ac_c" 1>&6
  1309. else
  1310.   cat > conftest.$ac_ext <<EOF
  1311. #line 1445 "configure"
  1312. #include "confdefs.h"
  1313. #include <minix/config.h>
  1314. EOF
  1315. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1316. { (eval echo configure:1450: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1317. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1318. if test -z "$ac_err"; then
  1319.   rm -rf conftest*
  1320.   eval "ac_cv_header_$ac_safe=yes"
  1321. else
  1322.   echo "$ac_err" >&5
  1323.   echo "configure: failed program was:" >&5
  1324.   cat conftest.$ac_ext >&5
  1325.   rm -rf conftest*
  1326.   eval "ac_cv_header_$ac_safe=no"
  1327. fi
  1328. rm -f conftest*
  1329. fi
  1330. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1331.   echo "$ac_t""yes" 1>&6
  1332.   MINIX=yes
  1333. else
  1334.   echo "$ac_t""no" 1>&6
  1335. MINIX=
  1336. fi
  1337. if test "$MINIX" = yes; then
  1338.   cat >> confdefs.h <<EOF
  1339. #define _POSIX_SOURCE 1
  1340. EOF
  1341.   cat >> confdefs.h <<EOF
  1342. #define _POSIX_1_SOURCE 2
  1343. EOF
  1344.   cat >> confdefs.h <<EOF
  1345. #define _MINIX 1
  1346. EOF
  1347. fi
  1348. echo $ac_n "checking for AIX""... $ac_c" 1>&6
  1349. echo "configure:1488: checking for AIX" >&5
  1350. cat > conftest.$ac_ext <<EOF
  1351. #line 1490 "configure"
  1352. #include "confdefs.h"
  1353. #ifdef _AIX
  1354.   yes
  1355. #endif
  1356. EOF
  1357. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1358.   egrep "yes" >/dev/null 2>&1; then
  1359.   rm -rf conftest*
  1360.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<EOF
  1361. #define _ALL_SOURCE 1
  1362. EOF
  1363. else
  1364.   rm -rf conftest*
  1365.   echo "$ac_t""no" 1>&6
  1366. fi
  1367. rm -f conftest*
  1368. for ac_prog in ps
  1369. do
  1370. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1371. set dummy $ac_prog; ac_word=$2
  1372. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1373. echo "configure:1516: checking for $ac_word" >&5
  1374. if eval "test "`echo '$''{'ac_cv_path_PS'+set}'`" = set"; then
  1375.   echo $ac_n "(cached) $ac_c" 1>&6
  1376. else
  1377.   case "$PS" in
  1378.   /*)
  1379.   ac_cv_path_PS="$PS" # Let the user override the test with a path.
  1380.   ;;
  1381.   ?:/*)  
  1382.   ac_cv_path_PS="$PS" # Let the user override the test with a dos path.
  1383.   ;;
  1384.   *)
  1385.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1386.   ac_dummy="$PATH"
  1387.   for ac_dir in $ac_dummy; do 
  1388.     test -z "$ac_dir" && ac_dir=.
  1389.     if test -f $ac_dir/$ac_word; then
  1390.       ac_cv_path_PS="$ac_dir/$ac_word"
  1391.       break
  1392.     fi
  1393.   done
  1394.   IFS="$ac_save_ifs"
  1395.   ;;
  1396. esac
  1397. fi
  1398. PS="$ac_cv_path_PS"
  1399. if test -n "$PS"; then
  1400.   echo "$ac_t""$PS" 1>&6
  1401. else
  1402.   echo "$ac_t""no" 1>&6
  1403. fi
  1404. test -n "$PS" && break
  1405. done
  1406. test -n "$PS" || PS="ps"
  1407. for ac_prog in w
  1408. do
  1409. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1410. set dummy $ac_prog; ac_word=$2
  1411. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1412. echo "configure:1557: checking for $ac_word" >&5
  1413. if eval "test "`echo '$''{'ac_cv_path_W'+set}'`" = set"; then
  1414.   echo $ac_n "(cached) $ac_c" 1>&6
  1415. else
  1416.   case "$W" in
  1417.   /*)
  1418.   ac_cv_path_W="$W" # Let the user override the test with a path.
  1419.   ;;
  1420.   ?:/*)  
  1421.   ac_cv_path_W="$W" # Let the user override the test with a dos path.
  1422.   ;;
  1423.   *)
  1424.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1425.   ac_dummy="$PATH"
  1426.   for ac_dir in $ac_dummy; do 
  1427.     test -z "$ac_dir" && ac_dir=.
  1428.     if test -f $ac_dir/$ac_word; then
  1429.       ac_cv_path_W="$ac_dir/$ac_word"
  1430.       break
  1431.     fi
  1432.   done
  1433.   IFS="$ac_save_ifs"
  1434.   ;;
  1435. esac
  1436. fi
  1437. W="$ac_cv_path_W"
  1438. if test -n "$W"; then
  1439.   echo "$ac_t""$W" 1>&6
  1440. else
  1441.   echo "$ac_t""no" 1>&6
  1442. fi
  1443. test -n "$W" && break
  1444. done
  1445. test -n "$W" || W="w"
  1446. if test "$PS" = "ps"
  1447. then
  1448. { echo "configure: error: Cannot find pathname to ps" 1>&2; exit 1; }
  1449. fi
  1450. if test x$GXX = xyes
  1451. then
  1452. CFLAGS="-Wall $CFLAGS"
  1453. fi
  1454. CFLAGS="-I.. -I$srcdir/.. $CFLAGS"
  1455. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  1456. echo "configure:1608: checking for sys/wait.h that is POSIX.1 compatible" >&5
  1457. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  1458.   echo $ac_n "(cached) $ac_c" 1>&6
  1459. else
  1460.   cat > conftest.$ac_ext <<EOF
  1461. #line 1613 "configure"
  1462. #include "confdefs.h"
  1463. #include <sys/types.h>
  1464. #include <sys/wait.h>
  1465. #ifndef WEXITSTATUS
  1466. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  1467. #endif
  1468. #ifndef WIFEXITED
  1469. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  1470. #endif
  1471. int main() {
  1472. int s;
  1473. wait (&s);
  1474. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  1475. ; return 0; }
  1476. EOF
  1477. if { (eval echo configure:1629: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1478.   rm -rf conftest*
  1479.   ac_cv_header_sys_wait_h=yes
  1480. else
  1481.   echo "configure: failed program was:" >&5
  1482.   cat conftest.$ac_ext >&5
  1483.   rm -rf conftest*
  1484.   ac_cv_header_sys_wait_h=no
  1485. fi
  1486. rm -f conftest*
  1487. fi
  1488. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  1489. if test $ac_cv_header_sys_wait_h = yes; then
  1490.   cat >> confdefs.h <<EOF
  1491. #define HAVE_SYS_WAIT_H 1
  1492. EOF
  1493. fi
  1494. for ac_hdr in unistd.h fcntl.h
  1495. do
  1496. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1497. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1498. echo "configure:1653: checking for $ac_hdr" >&5
  1499. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1500.   echo $ac_n "(cached) $ac_c" 1>&6
  1501. else
  1502.   cat > conftest.$ac_ext <<EOF
  1503. #line 1658 "configure"
  1504. #include "confdefs.h"
  1505. #include <$ac_hdr>
  1506. EOF
  1507. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1508. { (eval echo configure:1663: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1509. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1510. if test -z "$ac_err"; then
  1511.   rm -rf conftest*
  1512.   eval "ac_cv_header_$ac_safe=yes"
  1513. else
  1514.   echo "$ac_err" >&5
  1515.   echo "configure: failed program was:" >&5
  1516.   cat conftest.$ac_ext >&5
  1517.   rm -rf conftest*
  1518.   eval "ac_cv_header_$ac_safe=no"
  1519. fi
  1520. rm -f conftest*
  1521. fi
  1522. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1523.   echo "$ac_t""yes" 1>&6
  1524.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1525.   cat >> confdefs.h <<EOF
  1526. #define $ac_tr_hdr 1
  1527. EOF
  1528.  
  1529. else
  1530.   echo "$ac_t""no" 1>&6
  1531. fi
  1532. done
  1533. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1534. echo "configure:1691: checking for ANSI C header files" >&5
  1535. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1536.   echo $ac_n "(cached) $ac_c" 1>&6
  1537. else
  1538.   cat > conftest.$ac_ext <<EOF
  1539. #line 1696 "configure"
  1540. #include "confdefs.h"
  1541. #include <stdlib.h>
  1542. #include <stdarg.h>
  1543. #include <string.h>
  1544. #include <float.h>
  1545. EOF
  1546. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1547. { (eval echo configure:1704: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1548. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1549. if test -z "$ac_err"; then
  1550.   rm -rf conftest*
  1551.   ac_cv_header_stdc=yes
  1552. else
  1553.   echo "$ac_err" >&5
  1554.   echo "configure: failed program was:" >&5
  1555.   cat conftest.$ac_ext >&5
  1556.   rm -rf conftest*
  1557.   ac_cv_header_stdc=no
  1558. fi
  1559. rm -f conftest*
  1560. if test $ac_cv_header_stdc = yes; then
  1561.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1562. cat > conftest.$ac_ext <<EOF
  1563. #line 1721 "configure"
  1564. #include "confdefs.h"
  1565. #include <string.h>
  1566. EOF
  1567. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1568.   egrep "memchr" >/dev/null 2>&1; then
  1569.   :
  1570. else
  1571.   rm -rf conftest*
  1572.   ac_cv_header_stdc=no
  1573. fi
  1574. rm -f conftest*
  1575. fi
  1576. if test $ac_cv_header_stdc = yes; then
  1577.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1578. cat > conftest.$ac_ext <<EOF
  1579. #line 1739 "configure"
  1580. #include "confdefs.h"
  1581. #include <stdlib.h>
  1582. EOF
  1583. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1584.   egrep "free" >/dev/null 2>&1; then
  1585.   :
  1586. else
  1587.   rm -rf conftest*
  1588.   ac_cv_header_stdc=no
  1589. fi
  1590. rm -f conftest*
  1591. fi
  1592. if test $ac_cv_header_stdc = yes; then
  1593.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1594. if test "$cross_compiling" = yes; then
  1595.   :
  1596. else
  1597.   cat > conftest.$ac_ext <<EOF
  1598. #line 1760 "configure"
  1599. #include "confdefs.h"
  1600. #include <ctype.h>
  1601. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1602. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1603. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1604. int main () { int i; for (i = 0; i < 256; i++)
  1605. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1606. exit (0); }
  1607. EOF
  1608. if { (eval echo configure:1771: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1609. then
  1610.   :
  1611. else
  1612.   echo "configure: failed program was:" >&5
  1613.   cat conftest.$ac_ext >&5
  1614.   rm -fr conftest*
  1615.   ac_cv_header_stdc=no
  1616. fi
  1617. rm -fr conftest*
  1618. fi
  1619. fi
  1620. fi
  1621. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1622. if test $ac_cv_header_stdc = yes; then
  1623.   cat >> confdefs.h <<EOF
  1624. #define STDC_HEADERS 1
  1625. EOF
  1626. fi
  1627. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  1628. echo "configure:1795: checking for pid_t" >&5
  1629. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  1630.   echo $ac_n "(cached) $ac_c" 1>&6
  1631. else
  1632.   cat > conftest.$ac_ext <<EOF
  1633. #line 1800 "configure"
  1634. #include "confdefs.h"
  1635. #include <sys/types.h>
  1636. #if STDC_HEADERS
  1637. #include <stdlib.h>
  1638. #include <stddef.h>
  1639. #endif
  1640. EOF
  1641. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1642.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1643.   rm -rf conftest*
  1644.   ac_cv_type_pid_t=yes
  1645. else
  1646.   rm -rf conftest*
  1647.   ac_cv_type_pid_t=no
  1648. fi
  1649. rm -f conftest*
  1650. fi
  1651. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  1652. if test $ac_cv_type_pid_t = no; then
  1653.   cat >> confdefs.h <<EOF
  1654. #define pid_t int
  1655. EOF
  1656. fi
  1657. # Check whether --with-random or --without-random was given.
  1658. if test "${with_random+set}" = set; then
  1659.   withval="$with_random"
  1660.   random="$enableval"
  1661. else
  1662.   random="y"
  1663. fi
  1664. case "$random" in
  1665. /*)
  1666. ;;
  1667. y*|1*)
  1668. echo $ac_n "checking for random source""... $ac_c" 1>&6
  1669. echo "configure:1842: checking for random source" >&5
  1670. if eval "test "`echo '$''{'random_cv_RANDOM'+set}'`" = set"; then
  1671.   echo $ac_n "(cached) $ac_c" 1>&6
  1672. else
  1673.   if test -c /dev/urandom
  1674. then
  1675. random_cv_RANDOM=/dev/urandom
  1676. else
  1677. if test -c /dev/random
  1678. then
  1679. random_cv_RANDOM=/dev/random
  1680. else
  1681. random_cv_RANDOM="none"
  1682. fi
  1683. fi
  1684. fi
  1685. echo "$ac_t""$random_cv_RANDOM" 1>&6
  1686. random="$random_cv_RANDOM"
  1687. ;;
  1688. *)
  1689. random="none"
  1690. ;;
  1691. esac
  1692. if test "$random" != "none"
  1693. then
  1694. cat >> confdefs.h <<EOF
  1695. #define RANDOM "$random_cv_RANDOM"
  1696. EOF
  1697. fi
  1698. echo $ac_n "checking for some good options for ps""... $ac_c" 1>&6
  1699. echo "configure:1877: checking for some good options for ps" >&5
  1700. if eval "test "`echo '$''{'random_cv_PS_OPTIONS'+set}'`" = set"; then
  1701.   echo $ac_n "(cached) $ac_c" 1>&6
  1702. else
  1703.   for opts in -Afl -Afw -Af -Al -afl -afw -af -al Afl Afw Af Al afl afw af al
  1704. do
  1705. ps $opts >/dev/null 2>/dev/null || continue
  1706. break
  1707. done
  1708. random_cv_PS_OPTIONS="$opts"
  1709. fi
  1710. echo "$ac_t""$random_cv_PS_OPTIONS" 1>&6
  1711. cat >> confdefs.h <<EOF
  1712. #define PS_OPTIONS "$random_cv_PS_OPTIONS"
  1713. EOF
  1714. cat >> confdefs.h <<EOF
  1715. #define PS "$PS"
  1716. EOF
  1717. if test "$W" != "w"
  1718. then
  1719. cat >> confdefs.h <<EOF
  1720. #define W "$w"
  1721. EOF
  1722. fi
  1723. trap '' 1 2 15
  1724. cat > confcache <<EOF
  1725. # This file is a shell script that caches the results of configure
  1726. # tests run on this system so they can be shared between configure
  1727. # scripts and configure runs.  It is not useful on other systems.
  1728. # If it contains results you don't want to keep, you may remove or edit it.
  1729. #
  1730. # By default, configure uses ./config.cache as the cache file,
  1731. # creating it if it does not exist already.  You can give configure
  1732. # the --cache-file=FILE option to use a different cache file; that is
  1733. # what configure does when it calls configure scripts in
  1734. # subdirectories, so they share the cache.
  1735. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1736. # config.status only pays attention to the cache file if you give it the
  1737. # --recheck option to rerun configure.
  1738. #
  1739. EOF
  1740. # The following way of writing the cache mishandles newlines in values,
  1741. # but we know of no workaround that is simple, portable, and efficient.
  1742. # So, don't put newlines in cache variables' values.
  1743. # Ultrix sh set writes to stderr and can't be redirected directly,
  1744. # and sets the high bit in the cache file unless we assign to the vars.
  1745. (set) 2>&1 |
  1746.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1747.   *ac_space= *)
  1748.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1749.     # turns \\ into \, and sed turns \ into ).
  1750.     sed -n 
  1751.       -e "s/'/'\\''/g" 
  1752.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1753.     ;;
  1754.   *)
  1755.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1756.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1757.     ;;
  1758.   esac >> confcache
  1759. if cmp -s $cache_file confcache; then
  1760.   :
  1761. else
  1762.   if test -w $cache_file; then
  1763.     echo "updating cache $cache_file"
  1764.     cat confcache > $cache_file
  1765.   else
  1766.     echo "not updating unwritable cache $cache_file"
  1767.   fi
  1768. fi
  1769. rm -f confcache
  1770. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1771. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1772. # Let make expand exec_prefix.
  1773. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1774. # Any assignment to VPATH causes Sun make to only execute
  1775. # the first set of double-colon rules, so remove it if not needed.
  1776. # If there is a colon in the path, we need to keep it.
  1777. if test "x$srcdir" = x.; then
  1778.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1779. fi
  1780. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1781. DEFS=-DHAVE_CONFIG_H
  1782. # Without the "./", some shells look in PATH for config.status.
  1783. : ${CONFIG_STATUS=./config.status}
  1784. echo creating $CONFIG_STATUS
  1785. rm -f $CONFIG_STATUS
  1786. cat > $CONFIG_STATUS <<EOF
  1787. #! /bin/sh
  1788. # Generated automatically by configure.
  1789. # Run this file to recreate the current configuration.
  1790. # This directory was configured as follows,
  1791. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1792. #
  1793. # $0 $ac_configure_args
  1794. #
  1795. # Compiler output produced by configure, useful for debugging
  1796. # configure, is in ./config.log if it exists.
  1797. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1798. for ac_option
  1799. do
  1800.   case "$ac_option" in
  1801.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1802.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1803.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1804.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1805.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1806.     exit 0 ;;
  1807.   -help | --help | --hel | --he | --h)
  1808.     echo "$ac_cs_usage"; exit 0 ;;
  1809.   *) echo "$ac_cs_usage"; exit 1 ;;
  1810.   esac
  1811. done
  1812. ac_given_srcdir=$srcdir
  1813. ac_given_INSTALL="$INSTALL"
  1814. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1815. EOF
  1816. cat >> $CONFIG_STATUS <<EOF
  1817. # Protect against being on the right side of a sed subst in config.status.
  1818. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1819.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1820. $ac_vpsub
  1821. $extrasub
  1822. s%@SHELL@%$SHELL%g
  1823. s%@CFLAGS@%$CFLAGS%g
  1824. s%@CPPFLAGS@%$CPPFLAGS%g
  1825. s%@CXXFLAGS@%$CXXFLAGS%g
  1826. s%@FFLAGS@%$FFLAGS%g
  1827. s%@DEFS@%$DEFS%g
  1828. s%@LDFLAGS@%$LDFLAGS%g
  1829. s%@LIBS@%$LIBS%g
  1830. s%@exec_prefix@%$exec_prefix%g
  1831. s%@prefix@%$prefix%g
  1832. s%@program_transform_name@%$program_transform_name%g
  1833. s%@bindir@%$bindir%g
  1834. s%@sbindir@%$sbindir%g
  1835. s%@libexecdir@%$libexecdir%g
  1836. s%@datadir@%$datadir%g
  1837. s%@sysconfdir@%$sysconfdir%g
  1838. s%@sharedstatedir@%$sharedstatedir%g
  1839. s%@localstatedir@%$localstatedir%g
  1840. s%@libdir@%$libdir%g
  1841. s%@includedir@%$includedir%g
  1842. s%@oldincludedir@%$oldincludedir%g
  1843. s%@infodir@%$infodir%g
  1844. s%@mandir@%$mandir%g
  1845. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1846. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1847. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1848. s%@PACKAGE@%$PACKAGE%g
  1849. s%@VERSION@%$VERSION%g
  1850. s%@ACLOCAL@%$ACLOCAL%g
  1851. s%@AUTOCONF@%$AUTOCONF%g
  1852. s%@AUTOMAKE@%$AUTOMAKE%g
  1853. s%@AUTOHEADER@%$AUTOHEADER%g
  1854. s%@MAKEINFO@%$MAKEINFO%g
  1855. s%@SET_MAKE@%$SET_MAKE%g
  1856. s%@CC@%$CC%g
  1857. s%@LN_S@%$LN_S%g
  1858. s%@RANLIB@%$RANLIB%g
  1859. s%@CPP@%$CPP%g
  1860. s%@PS@%$PS%g
  1861. s%@W@%$W%g
  1862. CEOF
  1863. EOF
  1864. cat >> $CONFIG_STATUS <<EOF
  1865. # Split the substitutions into bite-sized pieces for seds with
  1866. # small command number limits, like on Digital OSF/1 and HP-UX.
  1867. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1868. ac_file=1 # Number of current file.
  1869. ac_beg=1 # First line for current file.
  1870. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1871. ac_more_lines=:
  1872. ac_sed_cmds=""
  1873. while $ac_more_lines; do
  1874.   if test $ac_beg -gt 1; then
  1875.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1876.   else
  1877.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1878.   fi
  1879.   if test ! -s conftest.s$ac_file; then
  1880.     ac_more_lines=false
  1881.     rm -f conftest.s$ac_file
  1882.   else
  1883.     if test -z "$ac_sed_cmds"; then
  1884.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1885.     else
  1886.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1887.     fi
  1888.     ac_file=`expr $ac_file + 1`
  1889.     ac_beg=$ac_end
  1890.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1891.   fi
  1892. done
  1893. if test -z "$ac_sed_cmds"; then
  1894.   ac_sed_cmds=cat
  1895. fi
  1896. EOF
  1897. cat >> $CONFIG_STATUS <<EOF
  1898. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1899. EOF
  1900. cat >> $CONFIG_STATUS <<EOF
  1901. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1902.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1903.   case "$ac_file" in
  1904.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1905.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1906.   *) ac_file_in="${ac_file}.in" ;;
  1907.   esac
  1908.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1909.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1910.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1911.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1912.     # The file is in a subdirectory.
  1913.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1914.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1915.     # A "../" for each directory in $ac_dir_suffix.
  1916.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1917.   else
  1918.     ac_dir_suffix= ac_dots=
  1919.   fi
  1920.   case "$ac_given_srcdir" in
  1921.   .)  srcdir=.
  1922.       if test -z "$ac_dots"; then top_srcdir=.
  1923.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1924.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1925.   *) # Relative path.
  1926.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1927.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1928.   esac
  1929.   case "$ac_given_INSTALL" in
  1930.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1931.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1932.   esac
  1933.   echo creating "$ac_file"
  1934.   rm -f "$ac_file"
  1935.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1936.   case "$ac_file" in
  1937.   *Makefile*) ac_comsub="1i\
  1938. # $configure_input" ;;
  1939.   *) ac_comsub= ;;
  1940.   esac
  1941.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1942.   sed -e "$ac_comsub
  1943. s%@configure_input@%$configure_input%g
  1944. s%@srcdir@%$srcdir%g
  1945. s%@top_srcdir@%$top_srcdir%g
  1946. s%@INSTALL@%$INSTALL%g
  1947. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1948. fi; done
  1949. rm -f conftest.s*
  1950. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1951. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1952. #
  1953. # ac_d sets the value in "#define NAME VALUE" lines.
  1954. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1955. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1956. ac_dC='3'
  1957. ac_dD='%g'
  1958. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1959. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1960. ac_uB='([  ])%1#2define3'
  1961. ac_uC=' '
  1962. ac_uD='4%g'
  1963. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1964. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1965. ac_eB='$%1#2define3'
  1966. ac_eC=' '
  1967. ac_eD='%g'
  1968. if test "${CONFIG_HEADERS+set}" != set; then
  1969. EOF
  1970. cat >> $CONFIG_STATUS <<EOF
  1971.   CONFIG_HEADERS="config.h"
  1972. EOF
  1973. cat >> $CONFIG_STATUS <<EOF
  1974. fi
  1975. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1976.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1977.   case "$ac_file" in
  1978.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1979.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1980.   *) ac_file_in="${ac_file}.in" ;;
  1981.   esac
  1982.   echo creating $ac_file
  1983.   rm -f conftest.frag conftest.in conftest.out
  1984.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1985.   cat $ac_file_inputs > conftest.in
  1986. EOF
  1987. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1988. # the proper values into config.h.in to produce config.h.  And first:
  1989. # Protect against being on the right side of a sed subst in config.status.
  1990. # Protect against being in an unquoted here document in config.status.
  1991. rm -f conftest.vals
  1992. cat > conftest.hdr <<EOF
  1993. s/[\&%]/\&/g
  1994. s%[\$`]%\&%g
  1995. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1996. s%ac_d%ac_u%gp
  1997. s%ac_u%ac_e%gp
  1998. EOF
  1999. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2000. rm -f conftest.hdr
  2001. # This sed command replaces #undef with comments.  This is necessary, for
  2002. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2003. # on some systems where configure will not decide to define it.
  2004. cat >> conftest.vals <<EOF
  2005. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2006. EOF
  2007. # Break up conftest.vals because some shells have a limit on
  2008. # the size of here documents, and old seds have small limits too.
  2009. rm -f conftest.tail
  2010. while :
  2011. do
  2012.   ac_lines=`grep -c . conftest.vals`
  2013.   # grep -c gives empty output for an empty file on some AIX systems.
  2014.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2015.   # Write a limited-size here document to conftest.frag.
  2016.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2017.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2018.   echo 'CEOF
  2019.   sed -f conftest.frag conftest.in > conftest.out
  2020.   rm -f conftest.in
  2021.   mv conftest.out conftest.in
  2022. ' >> $CONFIG_STATUS
  2023.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2024.   rm -f conftest.vals
  2025.   mv conftest.tail conftest.vals
  2026. done
  2027. rm -f conftest.vals
  2028. cat >> $CONFIG_STATUS <<EOF
  2029.   rm -f conftest.frag conftest.h
  2030.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2031.   cat conftest.in >> conftest.h
  2032.   rm -f conftest.in
  2033.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2034.     echo "$ac_file is unchanged"
  2035.     rm -f conftest.h
  2036.   else
  2037.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2038.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2039.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2040.       # The file is in a subdirectory.
  2041.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2042.     fi
  2043.     rm -f $ac_file
  2044.     mv conftest.h $ac_file
  2045.   fi
  2046. fi; done
  2047. EOF
  2048. cat >> $CONFIG_STATUS <<EOF
  2049. EOF
  2050. cat >> $CONFIG_STATUS <<EOF
  2051. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  2052. exit 0
  2053. EOF
  2054. chmod +x $CONFIG_STATUS
  2055. rm -fr confdefs* $ac_clean_files
  2056. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1