home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / gnu / groff_src.lha / groff-1.10src / AMIGA_FILES / configure next >
Text File  |  1995-12-09  |  71KB  |  2,450 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.7 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/gnu
  13. # Any additions from configure.in:
  14.  
  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.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  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.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { /bin/echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { /bin/echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       /bin/echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     /bin/echo "configure generated by autoconf version 2.7"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { /bin/echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { /bin/echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { /bin/echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       /bin/echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { /bin/echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { /bin/echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. /bin/echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. /bin/echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=groff/groff.cc
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { /bin/echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { /bin/echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     /bin/echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   /bin/echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   /bin/echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  499. $CPP $CPPFLAGS'
  500. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  501. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  502. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  503. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  504.  
  505. if (/bin/echo "testing\c"; /bin/echo 1,2,3) | grep c >/dev/null; then
  506.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  507.   if (/bin/echo -n testing; /bin/echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  508.     ac_n= ac_c='
  509. ' ac_t='    '
  510.   else
  511.     ac_n=-n ac_c= ac_t=
  512.   fi
  513. else
  514.   ac_n= ac_c='\c' ac_t=
  515. fi
  516.  
  517.  
  518. if test "x$prefix" = xNONE; then
  519. /bin/echo $ac_n "checking for prefix by ""... $ac_c" 1>&6
  520. # Extract the first word of "grops", so it can be a program name with args.
  521. set dummy grops; ac_word=$2
  522. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  523. if eval "test \"`/bin/echo '$''{'ac_cv_path_GROPS'+set}'`\" = set"; then
  524.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  525. else
  526.   case "$GROPS" in
  527.   /*)
  528.   ac_cv_path_GROPS="$GROPS" # Let the user override the test with a path.
  529.   ;;
  530.   *)
  531.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  532.   for ac_dir in $PATH; do
  533.     test -z "$ac_dir" && ac_dir=.
  534.     if test -f $ac_dir/$ac_word; then
  535.       ac_cv_path_GROPS="$ac_dir/$ac_word"
  536.       break
  537.     fi
  538.   done
  539.   IFS="$ac_save_ifs"
  540.   ;;
  541. esac
  542. fi
  543. GROPS="$ac_cv_path_GROPS"
  544. if test -n "$GROPS"; then
  545.   /bin/echo "$ac_t""$GROPS" 1>&6
  546. else
  547.   /bin/echo "$ac_t""no" 1>&6
  548. fi
  549.  
  550.   if test -n "$ac_cv_path_GROPS"; then
  551.     prefix=`/bin/echo $ac_cv_path_GROPS|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
  552.   fi
  553. fi
  554.  
  555. # Extract the first word of "gcc", so it can be a program name with args.
  556. set dummy gcc; ac_word=$2
  557. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  558. if eval "test \"`/bin/echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  559.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  560. else
  561.   if test -n "$CC"; then
  562.   ac_cv_prog_CC="$CC" # Let the user override the test.
  563. else
  564.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  565.   for ac_dir in $PATH; do
  566.     test -z "$ac_dir" && ac_dir=.
  567.     if test -f $ac_dir/$ac_word; then
  568.       ac_cv_prog_CC="gcc"
  569.       break
  570.     fi
  571.   done
  572.   IFS="$ac_save_ifs"
  573.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  574. fi
  575. fi
  576. CC="$ac_cv_prog_CC"
  577. if test -n "$CC"; then
  578.   /bin/echo "$ac_t""$CC" 1>&6
  579. else
  580.   /bin/echo "$ac_t""no" 1>&6
  581. fi
  582.  
  583.  
  584. /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  585. if eval "test \"`/bin/echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  586.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  587. else
  588.   cat > conftest.c <<EOF
  589. #ifdef __GNUC__
  590.   yes;
  591. #endif
  592. EOF
  593. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  594.   ac_cv_prog_gcc=yes
  595. else
  596.   ac_cv_prog_gcc=no
  597. fi
  598. fi
  599.  
  600. /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  601. if test $ac_cv_prog_gcc = yes; then
  602.   GCC=yes
  603.   if test "${CFLAGS+set}" != set; then
  604.     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  605. if eval "test \"`/bin/echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  606.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  607. else
  608.   /bin/echo 'void f(){}' > conftest.c
  609. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  610.   ac_cv_prog_gcc_g=yes
  611. else
  612.   ac_cv_prog_gcc_g=no
  613. fi
  614. rm -f conftest*
  615.  
  616. fi
  617.  
  618. /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  619.     if test $ac_cv_prog_gcc_g = yes; then
  620.       # Amiga hack - suppress automatically using -g for now
  621.       # Also default to using -O2
  622.       CFLAGS="-O2"
  623.     else
  624.       CFLAGS="-O2"
  625.     fi
  626.   fi
  627. else
  628.   GCC=
  629.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  630. fi
  631.  
  632. for ac_prog in $CCC c++ g++ gcc CC cxx
  633. do
  634. # Extract the first word of "$ac_prog", so it can be a program name with args.
  635. set dummy $ac_prog; ac_word=$2
  636. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  637. if eval "test \"`/bin/echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  638.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  639. else
  640.   if test -n "$CXX"; then
  641.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  642. else
  643.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  644.   for ac_dir in $PATH; do
  645.     test -z "$ac_dir" && ac_dir=.
  646.     if test -f $ac_dir/$ac_word; then
  647.       ac_cv_prog_CXX="$ac_prog"
  648.       break
  649.     fi
  650.   done
  651.   IFS="$ac_save_ifs"
  652. fi
  653. fi
  654. CXX="$ac_cv_prog_CXX"
  655. if test -n "$CXX"; then
  656.   /bin/echo "$ac_t""$CXX" 1>&6
  657. else
  658.   /bin/echo "$ac_t""no" 1>&6
  659. fi
  660.  
  661. test -n "$CXX" && break
  662. done
  663. test -n "$CXX" || CXX="gcc"
  664.  
  665.  
  666. /bin/echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  667. if eval "test \"`/bin/echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  668.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  669. else
  670.   cat > conftest.C <<EOF
  671. #ifdef __GNUC__
  672.   yes;
  673. #endif
  674. EOF
  675. if ${CXX-g++} -E conftest.C 2>&5 | egrep yes >/dev/null 2>&1; then
  676.   ac_cv_prog_gxx=yes
  677. else
  678.   ac_cv_prog_gxx=no
  679. fi
  680. fi
  681.  
  682. /bin/echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  683. if test $ac_cv_prog_gxx = yes; then
  684.   GXX=yes
  685.   if test "${CXXFLAGS+set}" != set; then
  686.     /bin/echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  687. if eval "test \"`/bin/echo '$''{'ac_cv_prog_gxx_g'+set}'`\" = set"; then
  688.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  689. else
  690.   /bin/echo 'void f(){}' > conftest.cc
  691. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  692.   ac_cv_prog_gxx_g=yes
  693. else
  694.   ac_cv_prog_gxx_g=no
  695. fi
  696. rm -f conftest*
  697.  
  698. fi
  699.  
  700. /bin/echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
  701.     if test $ac_cv_prog_gxx_g = yes; then
  702.       # Amiga hack - suppress automatically using -g for now
  703.       # Also default to using -O2
  704.       CXXFLAGS="-O2"
  705.     else
  706.       CXXFLAGS="-O2"
  707.     fi
  708.   fi
  709. else
  710.   GXX=
  711.   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
  712. fi
  713.  
  714. # If we cannot run a trivial program, we must be cross compiling.
  715. /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  716. if eval "test \"`/bin/echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  717.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  718. else
  719.   if test "$cross_compiling" = yes; then
  720.   ac_cv_c_cross=yes
  721. else
  722. cat > conftest.$ac_ext <<EOF
  723. #line 724 "configure"
  724. #include "confdefs.h"
  725. main(){return(0);}
  726. EOF
  727. eval $ac_link
  728. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  729.   ac_cv_c_cross=no
  730. else
  731.   ac_cv_c_cross=yes
  732. fi
  733. fi
  734. rm -fr conftest*
  735. fi
  736.  
  737. /bin/echo "$ac_t""$ac_cv_c_cross" 1>&6
  738. cross_compiling=$ac_cv_c_cross
  739.  
  740.  
  741.  
  742.  
  743. ac_ext=C
  744. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  745. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  746. $CXXCPP $CPPFLAGS'
  747. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  748. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  749. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  750. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  751.  
  752. if test "$cross_compiling" = no; then
  753. /bin/echo $ac_n "checking that C++ compiler can compile simple program""... $ac_c" 1>&6
  754. fi
  755. if test "$cross_compiling" = yes; then
  756.   :
  757. else
  758. cat > conftest.$ac_ext <<EOF
  759. #line 760 "configure"
  760. #include "confdefs.h"
  761. #ifdef __cplusplus
  762. extern "C" void exit(int);
  763. #endif
  764. int main() { return 0; }
  765. EOF
  766. eval $ac_link
  767. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  768.   /bin/echo "$ac_t""yes" 1>&6
  769. else
  770.   /bin/echo "$ac_t""no" 1>&6
  771. { /bin/echo "configure: error: a working C++ compiler is required" 1>&2; exit 1; }
  772. fi
  773. fi
  774. rm -fr conftest*
  775. if test "$cross_compiling" = no; then
  776. /bin/echo $ac_n "checking that C++ static constructors and destructors are called""... $ac_c" 1>&6
  777. fi
  778. if test "$cross_compiling" = yes; then
  779.   :
  780. else
  781. cat > conftest.$ac_ext <<EOF
  782. #line 783 "configure"
  783. #include "confdefs.h"
  784. #ifdef __cplusplus
  785. extern "C" void exit(int);
  786. #endif
  787.  
  788. extern "C" {
  789.   void _exit(int);
  790. }
  791. int i;
  792. struct A {
  793.   char dummy;
  794.   A() { i = 1; }
  795.   ~A() { if (i == 1) _exit(0); }
  796. };
  797. A a;
  798. int main() { return 1; }
  799.  
  800. EOF
  801. eval $ac_link
  802. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  803.   /bin/echo "$ac_t""yes" 1>&6
  804. else
  805.   /bin/echo "$ac_t""no" 1>&6
  806. { /bin/echo "configure: error: a working C++ compiler is required" 1>&2; exit 1; }
  807. fi
  808. fi
  809. rm -fr conftest*
  810. /bin/echo $ac_n "checking that header files support C++""... $ac_c" 1>&6
  811. cat > conftest.$ac_ext <<EOF
  812. #line 813 "configure"
  813. #include "confdefs.h"
  814. #include <stdio.h>
  815. int main() { return 0; }
  816. int t() {
  817. fopen(0, 0);
  818. ; return 0; }
  819. EOF
  820. if eval $ac_link; then
  821.   rm -rf conftest*
  822.   /bin/echo "$ac_t""yes" 1>&6
  823. else
  824.   rm -rf conftest*
  825.   /bin/echo "$ac_t""no" 1>&6
  826. { /bin/echo "configure: error: header files do not support C++ (if you are using a version of gcc/g++ earlier than 2.5, you should install libg++)" 1>&2; exit 1; }
  827. fi
  828. rm -f conftest*
  829.  
  830. ac_ext=c
  831. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  832. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  833. $CPP $CPPFLAGS'
  834. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  835. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  836. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  837. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  838.  
  839.  
  840. if test -z "$PSPRINT"
  841. then
  842.     for ac_prog in lpr
  843. do
  844. # Extract the first word of "$ac_prog", so it can be a program name with args.
  845. set dummy $ac_prog; ac_word=$2
  846. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  847. if eval "test \"`/bin/echo '$''{'ac_cv_prog_LPR'+set}'`\" = set"; then
  848.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  849. else
  850.   if test -n "$LPR"; then
  851.   ac_cv_prog_LPR="$LPR" # Let the user override the test.
  852. else
  853.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  854.   for ac_dir in $PATH; do
  855.     test -z "$ac_dir" && ac_dir=.
  856.     if test -f $ac_dir/$ac_word; then
  857.       ac_cv_prog_LPR="$ac_prog"
  858.       break
  859.     fi
  860.   done
  861.   IFS="$ac_save_ifs"
  862. fi
  863. fi
  864. LPR="$ac_cv_prog_LPR"
  865. if test -n "$LPR"; then
  866.   /bin/echo "$ac_t""$LPR" 1>&6
  867. else
  868.   /bin/echo "$ac_t""no" 1>&6
  869. fi
  870.  
  871. test -n "$LPR" && break
  872. done
  873.  
  874.     for ac_prog in lp
  875. do
  876. # Extract the first word of "$ac_prog", so it can be a program name with args.
  877. set dummy $ac_prog; ac_word=$2
  878. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  879. if eval "test \"`/bin/echo '$''{'ac_cv_prog_LP'+set}'`\" = set"; then
  880.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  881. else
  882.   if test -n "$LP"; then
  883.   ac_cv_prog_LP="$LP" # Let the user override the test.
  884. else
  885.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  886.   for ac_dir in $PATH; do
  887.     test -z "$ac_dir" && ac_dir=.
  888.     if test -f $ac_dir/$ac_word; then
  889.       ac_cv_prog_LP="$ac_prog"
  890.       break
  891.     fi
  892.   done
  893.   IFS="$ac_save_ifs"
  894. fi
  895. fi
  896. LP="$ac_cv_prog_LP"
  897. if test -n "$LP"; then
  898.   /bin/echo "$ac_t""$LP" 1>&6
  899. else
  900.   /bin/echo "$ac_t""no" 1>&6
  901. fi
  902.  
  903. test -n "$LP" && break
  904. done
  905.  
  906.     if test -n "$LPR" && test -n "$LP"
  907.     then
  908.         # HP-UX provides an lpr command that emulates lpr using lp,
  909.         # but it doesn't have lpq; in this case we want to use lp
  910.         # rather than lpr.
  911.         for ac_prog in lpq
  912. do
  913. # Extract the first word of "$ac_prog", so it can be a program name with args.
  914. set dummy $ac_prog; ac_word=$2
  915. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  916. if eval "test \"`/bin/echo '$''{'ac_cv_prog_LPQ'+set}'`\" = set"; then
  917.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  918. else
  919.   if test -n "$LPQ"; then
  920.   ac_cv_prog_LPQ="$LPQ" # Let the user override the test.
  921. else
  922.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  923.   for ac_dir in $PATH; do
  924.     test -z "$ac_dir" && ac_dir=.
  925.     if test -f $ac_dir/$ac_word; then
  926.       ac_cv_prog_LPQ="$ac_prog"
  927.       break
  928.     fi
  929.   done
  930.   IFS="$ac_save_ifs"
  931. fi
  932. fi
  933. LPQ="$ac_cv_prog_LPQ"
  934. if test -n "$LPQ"; then
  935.   /bin/echo "$ac_t""$LPQ" 1>&6
  936. else
  937.   /bin/echo "$ac_t""no" 1>&6
  938. fi
  939.  
  940. test -n "$LPQ" && break
  941. done
  942.  
  943.         test -n "$LPQ" || LPR=
  944.     fi
  945.     if test -n "$LPR"
  946.     then
  947.         PSPRINT="$LPR"
  948.     elif test -n "$LP"
  949.     then
  950.         PSPRINT="$LP"
  951.     fi
  952. fi
  953.  
  954. /bin/echo $ac_n "checking for command to use for printing PostScript files""... $ac_c" 1>&6
  955. /bin/echo "$ac_t""$PSPRINT" 1>&6
  956. # Figure out DVIPRINT from PSPRINT.
  957. /bin/echo $ac_n "checking for command to use for printing dvi files""... $ac_c" 1>&6
  958. if test -n "$PSPRINT" && test -z "$DVIPRINT"
  959. then
  960.     if test "X$PSPRINT" = "Xlpr"
  961.     then
  962.         DVIPRINT="lpr -d"
  963.     else
  964.         DVIPRINT="$PSPRINT"
  965.     fi
  966. fi
  967.  
  968. /bin/echo "$ac_t""$DVIPRINT" 1>&6
  969. # Extract the first word of "perl", so it can be a program name with args.
  970. set dummy perl; ac_word=$2
  971. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  972. if eval "test \"`/bin/echo '$''{'ac_cv_path_PERLPATH'+set}'`\" = set"; then
  973.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  974. else
  975.   case "$PERLPATH" in
  976.   /*)
  977.   ac_cv_path_PERLPATH="$PERLPATH" # Let the user override the test with a path.
  978.   ;;
  979.   *)
  980.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  981.   for ac_dir in $PATH; do
  982.     test -z "$ac_dir" && ac_dir=.
  983.     if test -f $ac_dir/$ac_word; then
  984.       ac_cv_path_PERLPATH="$ac_dir/$ac_word"
  985.       break
  986.     fi
  987.   done
  988.   IFS="$ac_save_ifs"
  989.   test -z "$ac_cv_path_PERLPATH" && ac_cv_path_PERLPATH="/usr/bin/perl"
  990.   ;;
  991. esac
  992. fi
  993. PERLPATH="$ac_cv_path_PERLPATH"
  994. if test -n "$PERLPATH"; then
  995.   /bin/echo "$ac_t""$PERLPATH" 1>&6
  996. else
  997.   /bin/echo "$ac_t""no" 1>&6
  998. fi
  999.  
  1000. for ac_prog in byacc 'bison -y'
  1001. do
  1002. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1003. set dummy $ac_prog; ac_word=$2
  1004. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1005. if eval "test \"`/bin/echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
  1006.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1007. else
  1008.   if test -n "$YACC"; then
  1009.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  1010. else
  1011.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1012.   for ac_dir in $PATH; do
  1013.     test -z "$ac_dir" && ac_dir=.
  1014.     if test -f $ac_dir/$ac_word; then
  1015.       ac_cv_prog_YACC="$ac_prog"
  1016.       break
  1017.     fi
  1018.   done
  1019.   IFS="$ac_save_ifs"
  1020. fi
  1021. fi
  1022. YACC="$ac_cv_prog_YACC"
  1023. if test -n "$YACC"; then
  1024.   /bin/echo "$ac_t""$YACC" 1>&6
  1025. else
  1026.   /bin/echo "$ac_t""no" 1>&6
  1027. fi
  1028.  
  1029. test -n "$YACC" && break
  1030. done
  1031. test -n "$YACC" || YACC="yacc"
  1032.  
  1033. # Extract the first word of "ranlib", so it can be a program name with args.
  1034. set dummy ranlib; ac_word=$2
  1035. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1036. if eval "test \"`/bin/echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1037.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1038. else
  1039.   if test -n "$RANLIB"; then
  1040.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1041. else
  1042.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1043.   for ac_dir in $PATH; do
  1044.     test -z "$ac_dir" && ac_dir=.
  1045.     if test -f $ac_dir/$ac_word; then
  1046.       ac_cv_prog_RANLIB="ranlib"
  1047.       break
  1048.     fi
  1049.   done
  1050.   IFS="$ac_save_ifs"
  1051.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1052. fi
  1053. fi
  1054. RANLIB="$ac_cv_prog_RANLIB"
  1055. if test -n "$RANLIB"; then
  1056.   /bin/echo "$ac_t""$RANLIB" 1>&6
  1057. else
  1058.   /bin/echo "$ac_t""no" 1>&6
  1059. fi
  1060.  
  1061. ac_aux_dir=
  1062. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1063.   if test -f $ac_dir/install-sh; then
  1064.     ac_aux_dir=$ac_dir
  1065.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1066.     break
  1067.   elif test -f $ac_dir/install.sh; then
  1068.     ac_aux_dir=$ac_dir
  1069.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1070.     break
  1071.   fi
  1072. done
  1073. if test -z "$ac_aux_dir"; then
  1074.   { /bin/echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  1075. fi
  1076. ac_config_guess=$ac_aux_dir/config.guess
  1077. ac_config_sub=$ac_aux_dir/config.sub
  1078. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  1079.  
  1080. ac_dir=`cd $ac_aux_dir; pwd`
  1081. ac_install_sh="$ac_dir/install-sh -c"
  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. /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1094. if test -z "$INSTALL"; then
  1095. if eval "test \"`/bin/echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  1096.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1097. else
  1098.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1099.   for ac_dir in $PATH; do
  1100.     # Account for people who put trailing slashes in PATH elements.
  1101.     case "$ac_dir/" in
  1102.     /|./|.//|/gnu/etc/*) ;;
  1103.     *)
  1104.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1105.       for ac_prog in ginstall installbsd scoinst install; do
  1106.         if test -f $ac_dir/$ac_prog; then
  1107.       if test $ac_prog = install &&
  1108.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1109.         # AIX install.  It has an incompatible calling convention.
  1110.         # OSF/1 installbsd also uses dspmsg, but is usable.
  1111.         :
  1112.       else
  1113.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  1114.         break 2
  1115.       fi
  1116.     fi
  1117.       done
  1118.       ;;
  1119.     esac
  1120.   done
  1121.   IFS="$ac_save_ifs"
  1122.  
  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. /bin/echo "$ac_t""$INSTALL" 1>&6
  1135.  
  1136. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1137. # It thinks the first close brace ends the variable substitution.
  1138. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1139.  
  1140. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1141.  
  1142. /bin/echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1143. if eval "test \"`/bin/echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  1144.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1145. else
  1146.   rm -f conftestdata
  1147. if ln -s X conftestdata 2>/dev/null
  1148. then
  1149.   rm -f conftestdata
  1150.   ac_cv_prog_LN_S="ln"            # hack; was "ln -s"; see note above; fnf
  1151. else
  1152.   ac_cv_prog_LN_S=ln
  1153. fi
  1154. fi
  1155. LN_S="$ac_cv_prog_LN_S"
  1156. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1157.   /bin/echo "$ac_t""yes" 1>&6
  1158. else
  1159.   /bin/echo "$ac_t""no" 1>&6
  1160. fi
  1161.  
  1162. /bin/echo $ac_n "checking for csh hash hack""... $ac_c" 1>&6
  1163. cat <<EOF >conftest.sh
  1164. #!/bin/sh
  1165. true || exit 0
  1166. export PATH || exit 0
  1167. exit 1
  1168. EOF
  1169. chmod +x conftest.sh
  1170. if echo ./conftest.sh | (csh >/dev/null 2>&1) >/dev/null 2>&1
  1171. then
  1172.     /bin/echo "$ac_t""yes" 1>&6; SH_SCRIPT_SED_CMD='1s/.*/:/'
  1173. else
  1174.     /bin/echo "$ac_t""no" 1>&6; SH_SCRIPT_SED_CMD=''
  1175. fi
  1176. rm -f conftest.sh
  1177.  
  1178.  
  1179. /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1180. # On Suns, sometimes $CPP names a directory.
  1181. if test -n "$CPP" && test -d "$CPP"; then
  1182.   CPP=
  1183. fi
  1184. if test -z "$CPP"; then
  1185. if eval "test \"`/bin/echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1186.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1187. else
  1188.     # This must be in double quotes, not single quotes, because CPP may get
  1189.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1190.   CPP="${CC-cc} -E"
  1191.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1192.   # not just through cpp.
  1193.   cat > conftest.$ac_ext <<EOF
  1194. #line 1195 "configure"
  1195. #include "confdefs.h"
  1196. #include <assert.h>
  1197. Syntax Error
  1198. EOF
  1199. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1200. ac_err=`grep -v '^ *+' conftest.out`
  1201. if test -z "$ac_err"; then
  1202.   :
  1203. else
  1204.   /bin/echo "$ac_err" >&5
  1205.   rm -rf conftest*
  1206.   CPP="${CC-cc} -E -traditional-cpp"
  1207.   cat > conftest.$ac_ext <<EOF
  1208. #line 1209 "configure"
  1209. #include "confdefs.h"
  1210. #include <assert.h>
  1211. Syntax Error
  1212. EOF
  1213. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1214. ac_err=`grep -v '^ *+' conftest.out`
  1215. if test -z "$ac_err"; then
  1216.   :
  1217. else
  1218.   /bin/echo "$ac_err" >&5
  1219.   rm -rf conftest*
  1220.   CPP=/lib/cpp
  1221. fi
  1222. rm -f conftest*
  1223. fi
  1224. rm -f conftest*
  1225.   ac_cv_prog_CPP="$CPP"
  1226. fi
  1227.   CPP="$ac_cv_prog_CPP"
  1228. else
  1229.   ac_cv_prog_CPP="$CPP"
  1230. fi
  1231. /bin/echo "$ac_t""$CPP" 1>&6
  1232.  
  1233. for ac_hdr in unistd.h dirent.h limits.h sys/dir.h stdlib.h
  1234. do
  1235. ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  1236. /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1237. if eval "test \"`/bin/echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1238.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1239. else
  1240.   cat > conftest.$ac_ext <<EOF
  1241. #line 1242 "configure"
  1242. #include "confdefs.h"
  1243. #include <$ac_hdr>
  1244. EOF
  1245. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1246. ac_err=`grep -v '^ *+' conftest.out`
  1247. if test -z "$ac_err"; then
  1248.   rm -rf conftest*
  1249.   eval "ac_cv_header_$ac_safe=yes"
  1250. else
  1251.   /bin/echo "$ac_err" >&5
  1252.   rm -rf conftest*
  1253.   eval "ac_cv_header_$ac_safe=no"
  1254. fi
  1255. rm -f conftest*
  1256. fi
  1257. if eval "test \"`/bin/echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1258.   /bin/echo "$ac_t""yes" 1>&6
  1259.     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1260.   cat >> confdefs.h <<EOF
  1261. #define $ac_tr_hdr 1
  1262. EOF
  1263.  
  1264. else
  1265.   /bin/echo "$ac_t""no" 1>&6
  1266. fi
  1267. done
  1268.  
  1269. /bin/echo $ac_n "checking for ISC 3.x or 4.x""... $ac_c" 1>&6
  1270. if grep '[34]\.' /usr/options/cb.name >/dev/null 2>&1
  1271. then
  1272.     /bin/echo "$ac_t""yes" 1>&6
  1273.     cat >> confdefs.h <<\EOF
  1274. #define _SYSV3 1
  1275. EOF
  1276.  
  1277. else
  1278.     /bin/echo "$ac_t""no" 1>&6
  1279. fi
  1280. /bin/echo $ac_n "checking whether -D_POSIX_SOURCE is necessary""... $ac_c" 1>&6
  1281.  
  1282. ac_ext=C
  1283. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1284. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1285. $CXXCPP $CPPFLAGS'
  1286. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1287. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1288. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1289. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1290.  
  1291. cat > conftest.$ac_ext <<EOF
  1292. #line 1293 "configure"
  1293. #include "confdefs.h"
  1294. #include <stdio.h>
  1295. extern "C" { void fileno(int); }
  1296. int main() { return 0; }
  1297. int t() {
  1298.  
  1299. ; return 0; }
  1300. EOF
  1301. if eval $ac_compile; then
  1302.   rm -rf conftest*
  1303.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1304. #define _POSIX_SOURCE 1
  1305. EOF
  1306.  
  1307. else
  1308.   rm -rf conftest*
  1309.   /bin/echo "$ac_t""no" 1>&6
  1310. fi
  1311. rm -f conftest*
  1312.  
  1313. ac_ext=c
  1314. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1315. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1316. $CPP $CPPFLAGS'
  1317. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1318. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1319. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1320. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1321.  
  1322.  
  1323. ac_ext=C
  1324. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1325. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1326. $CXXCPP $CPPFLAGS'
  1327. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1328. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1329. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1330. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1331.  
  1332. /bin/echo $ac_n "checking declaration of getopt in stdlib.h""... $ac_c" 1>&6
  1333. cat > conftest.$ac_ext <<EOF
  1334. #line 1335 "configure"
  1335. #include "confdefs.h"
  1336. #include <stdlib.h>
  1337. extern "C" { void getopt(int); }
  1338. int main() { return 0; }
  1339. int t() {
  1340.  
  1341. ; return 0; }
  1342. EOF
  1343. if eval $ac_compile; then
  1344.   rm -rf conftest*
  1345.   /bin/echo "$ac_t""no" 1>&6
  1346. else
  1347.   rm -rf conftest*
  1348.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1349. #define STDLIB_H_DECLARES_GETOPT 1
  1350. EOF
  1351.  
  1352. fi
  1353. rm -f conftest*
  1354.  
  1355. /bin/echo $ac_n "checking declaration of getopt in unistd.h""... $ac_c" 1>&6
  1356. cat > conftest.$ac_ext <<EOF
  1357. #line 1358 "configure"
  1358. #include "confdefs.h"
  1359. #include <sys/types.h>
  1360. #include <unistd.h>
  1361. extern "C" { void getopt(int); }
  1362. int main() { return 0; }
  1363. int t() {
  1364.  
  1365. ; return 0; }
  1366. EOF
  1367. if eval $ac_compile; then
  1368.   rm -rf conftest*
  1369.   /bin/echo "$ac_t""no" 1>&6
  1370. else
  1371.   rm -rf conftest*
  1372.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1373. #define UNISTD_H_DECLARES_GETOPT 1
  1374. EOF
  1375.  
  1376. fi
  1377. rm -f conftest*
  1378.  
  1379. ac_ext=c
  1380. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1381. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1382. $CPP $CPPFLAGS'
  1383. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1384. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1385. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1386. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1387.  
  1388.  
  1389. ac_ext=C
  1390. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1391. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1392. $CXXCPP $CPPFLAGS'
  1393. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1394. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1395. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1396. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1397.  
  1398. /bin/echo $ac_n "checking declaration of putenv""... $ac_c" 1>&6
  1399. cat > conftest.$ac_ext <<EOF
  1400. #line 1401 "configure"
  1401. #include "confdefs.h"
  1402. #include <stdlib.h>
  1403. extern "C" { void putenv(int); }
  1404. int main() { return 0; }
  1405. int t() {
  1406.  
  1407. ; return 0; }
  1408. EOF
  1409. if eval $ac_compile; then
  1410.   rm -rf conftest*
  1411.   /bin/echo "$ac_t""no" 1>&6
  1412. else
  1413.   rm -rf conftest*
  1414.   /bin/echo "$ac_t""yes" 1>&6
  1415. cat >> confdefs.h <<\EOF
  1416. #define STDLIB_H_DECLARES_PUTENV 1
  1417. EOF
  1418.  
  1419. fi
  1420. rm -f conftest*
  1421.  
  1422. ac_ext=c
  1423. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1424. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1425. $CPP $CPPFLAGS'
  1426. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1427. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1428. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1429. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1430.  
  1431.  
  1432. ac_ext=C
  1433. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1434. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1435. $CXXCPP $CPPFLAGS'
  1436. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1437. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1438. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1439. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1440.  
  1441. /bin/echo $ac_n "checking declaration of popen""... $ac_c" 1>&6
  1442. cat > conftest.$ac_ext <<EOF
  1443. #line 1444 "configure"
  1444. #include "confdefs.h"
  1445. #include <stdio.h>
  1446. extern "C" { void popen(int); }
  1447. int main() { return 0; }
  1448. int t() {
  1449.  
  1450. ; return 0; }
  1451. EOF
  1452. if eval $ac_compile; then
  1453.   rm -rf conftest*
  1454.   /bin/echo "$ac_t""no" 1>&6
  1455. else
  1456.   rm -rf conftest*
  1457.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1458. #define STDIO_H_DECLARES_POPEN 1
  1459. EOF
  1460.  
  1461. fi
  1462. rm -f conftest*
  1463.  
  1464. ac_ext=c
  1465. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1466. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1467. $CPP $CPPFLAGS'
  1468. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1469. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1470. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1471. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1472.  
  1473.  
  1474. ac_ext=C
  1475. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1476. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1477. $CXXCPP $CPPFLAGS'
  1478. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1479. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1480. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1481. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1482.  
  1483. /bin/echo $ac_n "checking declaration of pclose""... $ac_c" 1>&6
  1484. cat > conftest.$ac_ext <<EOF
  1485. #line 1486 "configure"
  1486. #include "confdefs.h"
  1487. #include <stdio.h>
  1488. extern "C" { void pclose(int); }
  1489. int main() { return 0; }
  1490. int t() {
  1491.  
  1492. ; return 0; }
  1493. EOF
  1494. if eval $ac_compile; then
  1495.   rm -rf conftest*
  1496.   /bin/echo "$ac_t""no" 1>&6
  1497. else
  1498.   rm -rf conftest*
  1499.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1500. #define STDIO_H_DECLARES_PCLOSE 1
  1501. EOF
  1502.  
  1503. fi
  1504. rm -f conftest*
  1505.  
  1506. ac_ext=c
  1507. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1508. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1509. $CPP $CPPFLAGS'
  1510. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1511. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1512. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1513. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1514.  
  1515.  
  1516. ac_ext=C
  1517. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1518. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1519. $CXXCPP $CPPFLAGS'
  1520. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1521. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1522. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1523. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1524.  
  1525. /bin/echo $ac_n "checking C++ <osfcn.h>""... $ac_c" 1>&6
  1526. cat > conftest.$ac_ext <<EOF
  1527. #line 1528 "configure"
  1528. #include "confdefs.h"
  1529. #include <osfcn.h>
  1530. int main() { return 0; }
  1531. int t() {
  1532. read(0, 0, 0); open(0, 0);
  1533. ; return 0; }
  1534. EOF
  1535. if eval $ac_compile; then
  1536.   rm -rf conftest*
  1537.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1538. #define HAVE_CC_OSFCN_H 1
  1539. EOF
  1540.  
  1541. else
  1542.   rm -rf conftest*
  1543.   /bin/echo "$ac_t""no" 1>&6
  1544. fi
  1545. rm -f conftest*
  1546.  
  1547. ac_ext=c
  1548. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1549. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1550. $CPP $CPPFLAGS'
  1551. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1552. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1553. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1554. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1555.  
  1556.  
  1557. ac_ext=C
  1558. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1559. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1560. $CXXCPP $CPPFLAGS'
  1561. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1562. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1563. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1564. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1565.  
  1566. /bin/echo $ac_n "checking C++ <limits.h>""... $ac_c" 1>&6
  1567. cat > conftest.$ac_ext <<EOF
  1568. #line 1569 "configure"
  1569. #include "confdefs.h"
  1570. #include <limits.h>
  1571. int main() { return 0; }
  1572. int t() {
  1573. int x = INT_MIN; int y = INT_MAX; int z = UCHAR_MAX;
  1574. ; return 0; }
  1575. EOF
  1576. if eval $ac_compile; then
  1577.   rm -rf conftest*
  1578.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1579. #define HAVE_CC_LIMITS_H 1
  1580. EOF
  1581.  
  1582. else
  1583.   rm -rf conftest*
  1584.   /bin/echo "$ac_t""no" 1>&6
  1585. fi
  1586. rm -f conftest*
  1587.  
  1588. ac_ext=c
  1589. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1590. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1591. $CPP $CPPFLAGS'
  1592. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1593. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1594. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1595. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1596.  
  1597.  
  1598. ac_ext=C
  1599. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1600. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1601. $CXXCPP $CPPFLAGS'
  1602. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1603. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1604. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1605. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1606.  
  1607. /bin/echo $ac_n "checking for declaration of time_t""... $ac_c" 1>&6
  1608. cat > conftest.$ac_ext <<EOF
  1609. #line 1610 "configure"
  1610. #include "confdefs.h"
  1611. #include <time.h>
  1612. int main() { return 0; }
  1613. int t() {
  1614. time_t t = time(0); struct tm *p = localtime(&t);
  1615. ; return 0; }
  1616. EOF
  1617. if eval $ac_compile; then
  1618.   rm -rf conftest*
  1619.   /bin/echo "$ac_t""yes" 1>&6
  1620. else
  1621.   rm -rf conftest*
  1622.   /bin/echo "$ac_t""no" 1>&6;cat >> confdefs.h <<\EOF
  1623. #define LONG_FOR_TIME_T 1
  1624. EOF
  1625.  
  1626. fi
  1627. rm -f conftest*
  1628.  
  1629. ac_ext=c
  1630. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1631. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  1632. $CPP $CPPFLAGS'
  1633. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1634. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1635. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1636. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1637.  
  1638. /bin/echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1639. if eval "test \"`/bin/echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  1640.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1641. else
  1642.   cat > conftest.$ac_ext <<EOF
  1643. #line 1644 "configure"
  1644. #include "confdefs.h"
  1645. #include <sys/types.h>
  1646. #include <signal.h>
  1647. #ifdef signal
  1648. #undef signal
  1649. #endif
  1650. #ifdef __cplusplus
  1651. extern "C" void (*signal (int, void (*)(int)))(int);
  1652. #else
  1653. void (*signal ()) ();
  1654. #endif
  1655.  
  1656. int main() { return 0; }
  1657. int t() {
  1658. int i;
  1659. ; return 0; }
  1660. EOF
  1661. if eval $ac_compile; then
  1662.   rm -rf conftest*
  1663.   ac_cv_type_signal=void
  1664. else
  1665.   rm -rf conftest*
  1666.   ac_cv_type_signal=int
  1667. fi
  1668. rm -f conftest*
  1669.  
  1670. fi
  1671.  
  1672. /bin/echo "$ac_t""$ac_cv_type_signal" 1>&6
  1673. cat >> confdefs.h <<EOF
  1674. #define RETSIGTYPE $ac_cv_type_signal
  1675. EOF
  1676.  
  1677.  
  1678. /bin/echo $ac_n "checking struct exception""... $ac_c" 1>&6
  1679. cat > conftest.$ac_ext <<EOF
  1680. #line 1681 "configure"
  1681. #include "confdefs.h"
  1682. #include <math.h>
  1683. int main() { return 0; }
  1684. int t() {
  1685. struct exception e;
  1686. ; return 0; }
  1687. EOF
  1688. if eval $ac_compile; then
  1689.   rm -rf conftest*
  1690.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  1691. #define HAVE_STRUCT_EXCEPTION 1
  1692. EOF
  1693.  
  1694. else
  1695.   rm -rf conftest*
  1696.   /bin/echo "$ac_t""no" 1>&6
  1697. fi
  1698. rm -f conftest*
  1699.  
  1700. for ac_func in valloc getpagesize
  1701. do
  1702. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1703. if eval "test \"`/bin/echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1704.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1705. else
  1706.   cat > conftest.$ac_ext <<EOF
  1707. #line 1708 "configure"
  1708. #include "confdefs.h"
  1709. /* System header to define __stub macros and hopefully few prototypes,
  1710.     which can conflict with char $ac_func(); below.  */
  1711. #include <assert.h>
  1712. /* Override any gcc2 internal prototype to avoid an error.  */
  1713. char $ac_func();
  1714.  
  1715. int main() { return 0; }
  1716. int t() {
  1717.  
  1718. /* The GNU C library defines this for functions which it implements
  1719.     to always fail with ENOSYS.  Some functions are actually named
  1720.     something starting with __ and the normal name is an alias.  */
  1721. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1722. choke me
  1723. #else
  1724. $ac_func();
  1725. #endif
  1726.  
  1727. ; return 0; }
  1728. EOF
  1729. if eval $ac_link; then
  1730.   rm -rf conftest*
  1731.   eval "ac_cv_func_$ac_func=yes"
  1732. else
  1733.   rm -rf conftest*
  1734.   eval "ac_cv_func_$ac_func=no"
  1735. fi
  1736. rm -f conftest*
  1737.  
  1738. fi
  1739. if eval "test \"`/bin/echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1740.   /bin/echo "$ac_t""yes" 1>&6
  1741.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1742.   cat >> confdefs.h <<EOF
  1743. #define $ac_tr_func 1
  1744. EOF
  1745.  
  1746. else
  1747.   /bin/echo "$ac_t""no" 1>&6
  1748. fi
  1749. done
  1750.  
  1751. /bin/echo $ac_n "checking for working mmap""... $ac_c" 1>&6
  1752. if eval "test \"`/bin/echo '$''{'ac_cv_func_mmap'+set}'`\" = set"; then
  1753.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1754. else
  1755.   if test "$cross_compiling" = yes; then
  1756.   ac_cv_func_mmap=no
  1757. else
  1758. cat > conftest.$ac_ext <<EOF
  1759. #line 1760 "configure"
  1760. #include "confdefs.h"
  1761.  
  1762. /* Thanks to Mike Haertel and Jim Avera for this test. */
  1763. #include <sys/types.h>
  1764. #include <fcntl.h>
  1765. #include <sys/mman.h>
  1766.  
  1767. #ifndef HAVE_GETPAGESIZE
  1768. # include <sys/param.h>
  1769. # ifdef EXEC_PAGESIZE
  1770. #  define getpagesize() EXEC_PAGESIZE
  1771. # else
  1772. #  ifdef NBPG
  1773. #   define getpagesize() NBPG * CLSIZE
  1774. #   ifndef CLSIZE
  1775. #    define CLSIZE 1
  1776. #   endif
  1777. #  else
  1778. #   ifdef NBPC
  1779. #    define getpagesize() NBPC
  1780. #   else
  1781. #    define getpagesize() PAGESIZE /* SVR4 */
  1782. #   endif
  1783. #  endif
  1784. # endif
  1785. #endif
  1786.  
  1787. #ifndef HAVE_VALLOC
  1788. # define valloc malloc
  1789. #endif
  1790.  
  1791. #ifdef __cplusplus
  1792. extern "C" { void *valloc(unsigned), *malloc(unsigned); }
  1793. #else
  1794. char *valloc(), *malloc();
  1795. #endif
  1796.  
  1797. int
  1798. main()
  1799. {
  1800.   char *buf1, *buf2, *buf3;
  1801.   int i = getpagesize(), j;
  1802.   int i2 = i * 2;
  1803.   int fd;
  1804.  
  1805.   buf1 = (char *)valloc(i2);
  1806.   buf2 = (char *)valloc(i);
  1807.   buf3 = (char *)malloc(i2);
  1808.   for (j = 0; j < i2; ++j)
  1809.     *(buf1 + j) = rand();
  1810.   fd = open("conftestmmap", O_CREAT | O_RDWR, 0666);
  1811.   write(fd, buf1, i2);
  1812.   mmap(buf2, i, PROT_READ | PROT_WRITE, MAP_FIXED | MAP_PRIVATE, fd, 0);
  1813.   for (j = 0; j < i; ++j)
  1814.     if (*(buf1 + j) != *(buf2 + j))
  1815.       exit(1);
  1816.   lseek(fd, (long)i, 0);
  1817.   read(fd, buf2, i); /* read into mapped memory -- file should not change */
  1818.   /* (it does in i386 SVR4.0 - Jim Avera, jima@netcom.com) */
  1819.   lseek(fd, (long)0, 0);
  1820.   read(fd, buf3, i2);
  1821.   for (j = 0; j < i2; ++j)
  1822.     if (*(buf1 + j) != *(buf3 + j))
  1823.       exit(1);
  1824.   exit(0);
  1825. }
  1826.  
  1827. EOF
  1828. eval $ac_link
  1829. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1830.   ac_cv_func_mmap=yes
  1831. else
  1832.   ac_cv_func_mmap=no
  1833. fi
  1834. fi
  1835. rm -fr conftest*
  1836. fi
  1837.  
  1838. /bin/echo "$ac_t""$ac_cv_func_mmap" 1>&6
  1839. if test $ac_cv_func_mmap = yes; then
  1840.   cat >> confdefs.h <<\EOF
  1841. #define HAVE_MMAP 1
  1842. EOF
  1843.  
  1844. fi
  1845.  
  1846. saved_libs="$LIBS"
  1847. LIBS="$LIBS -lm"
  1848. for ac_func in fmod strtol getcwd strerror putenv
  1849. do
  1850. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1851. if eval "test \"`/bin/echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1852.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1853. else
  1854.   cat > conftest.$ac_ext <<EOF
  1855. #line 1856 "configure"
  1856. #include "confdefs.h"
  1857. /* System header to define __stub macros and hopefully few prototypes,
  1858.     which can conflict with char $ac_func(); below.  */
  1859. #include <assert.h>
  1860. /* Override any gcc2 internal prototype to avoid an error.  */
  1861. char $ac_func();
  1862.  
  1863. int main() { return 0; }
  1864. int t() {
  1865.  
  1866. /* The GNU C library defines this for functions which it implements
  1867.     to always fail with ENOSYS.  Some functions are actually named
  1868.     something starting with __ and the normal name is an alias.  */
  1869. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1870. choke me
  1871. #else
  1872. $ac_func();
  1873. #endif
  1874.  
  1875. ; return 0; }
  1876. EOF
  1877. if eval $ac_link; then
  1878.   rm -rf conftest*
  1879.   eval "ac_cv_func_$ac_func=yes"
  1880. else
  1881.   rm -rf conftest*
  1882.   eval "ac_cv_func_$ac_func=no"
  1883. fi
  1884. rm -f conftest*
  1885.  
  1886. fi
  1887. if eval "test \"`/bin/echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1888.   /bin/echo "$ac_t""yes" 1>&6
  1889.   :
  1890. else
  1891.   /bin/echo "$ac_t""no" 1>&6
  1892. LIBOBJS="$LIBOBJS ${ac_func}.o"
  1893. fi
  1894.  
  1895. done
  1896.  
  1897. LIBS="$saved_libs"
  1898. for ac_func in rename mkstemp
  1899. do
  1900. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1901. if eval "test \"`/bin/echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1902.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1903. else
  1904.   cat > conftest.$ac_ext <<EOF
  1905. #line 1906 "configure"
  1906. #include "confdefs.h"
  1907. /* System header to define __stub macros and hopefully few prototypes,
  1908.     which can conflict with char $ac_func(); below.  */
  1909. #include <assert.h>
  1910. /* Override any gcc2 internal prototype to avoid an error.  */
  1911. char $ac_func();
  1912.  
  1913. int main() { return 0; }
  1914. int t() {
  1915.  
  1916. /* The GNU C library defines this for functions which it implements
  1917.     to always fail with ENOSYS.  Some functions are actually named
  1918.     something starting with __ and the normal name is an alias.  */
  1919. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1920. choke me
  1921. #else
  1922. $ac_func();
  1923. #endif
  1924.  
  1925. ; return 0; }
  1926. EOF
  1927. if eval $ac_link; then
  1928.   rm -rf conftest*
  1929.   eval "ac_cv_func_$ac_func=yes"
  1930. else
  1931.   rm -rf conftest*
  1932.   eval "ac_cv_func_$ac_func=no"
  1933. fi
  1934. rm -f conftest*
  1935.  
  1936. fi
  1937. if eval "test \"`/bin/echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1938.   /bin/echo "$ac_t""yes" 1>&6
  1939.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1940.   cat >> confdefs.h <<EOF
  1941. #define $ac_tr_func 1
  1942. EOF
  1943.  
  1944. else
  1945.   /bin/echo "$ac_t""no" 1>&6
  1946. fi
  1947. done
  1948.  
  1949. /bin/echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
  1950. if eval "test \"`/bin/echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
  1951.   /bin/echo $ac_n "(cached) $ac_c" 1>&6
  1952. else
  1953.   cat > conftest.$ac_ext <<EOF
  1954. #line 1955 "configure"
  1955. #include "confdefs.h"
  1956. #include <sys/types.h>
  1957. #include <signal.h>
  1958. /* NetBSD declares sys_siglist in unistd.h.  */
  1959. #ifdef HAVE_UNISTD_H
  1960. #include <unistd.h>
  1961. #endif
  1962. int main() { return 0; }
  1963. int t() {
  1964. char *msg = *(sys_siglist + 1);
  1965. ; return 0; }
  1966. EOF
  1967. if eval $ac_compile; then
  1968.   rm -rf conftest*
  1969.   ac_cv_decl_sys_siglist=yes
  1970. else
  1971.   rm -rf conftest*
  1972.   ac_cv_decl_sys_siglist=no
  1973. fi
  1974. rm -f conftest*
  1975.  
  1976. fi
  1977.  
  1978. /bin/echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6
  1979. if test $ac_cv_decl_sys_siglist = yes; then
  1980.   cat >> confdefs.h <<\EOF
  1981. #define SYS_SIGLIST_DECLARED 1
  1982. EOF
  1983.  
  1984. fi
  1985.  
  1986.  
  1987. ac_ext=C
  1988. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1989. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  1990. $CXXCPP $CPPFLAGS'
  1991. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  1992. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  1993. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  1994. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  1995.  
  1996. /bin/echo $ac_n "checking whether ANSI array delete syntax supported""... $ac_c" 1>&6
  1997. cat > conftest.$ac_ext <<EOF
  1998. #line 1999 "configure"
  1999. #include "confdefs.h"
  2000.  
  2001. int main() { return 0; }
  2002. int t() {
  2003. char *p = new char[5]; delete [] p;
  2004. ; return 0; }
  2005. EOF
  2006. if eval $ac_compile; then
  2007.   rm -rf conftest*
  2008.   /bin/echo "$ac_t""yes" 1>&6
  2009. else
  2010.   rm -rf conftest*
  2011.   /bin/echo "$ac_t""no" 1>&6;cat >> confdefs.h <<\EOF
  2012. #define ARRAY_DELETE_NEEDS_SIZE 1
  2013. EOF
  2014.  
  2015. fi
  2016. rm -f conftest*
  2017.  
  2018. ac_ext=c
  2019. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2020. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  2021. $CPP $CPPFLAGS'
  2022. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  2023. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  2024. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  2025. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  2026.  
  2027.  
  2028. ac_ext=C
  2029. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2030. ac_cpp='/bin/echo $CXXCPP $CPPFLAGS 1>&5;
  2031. $CXXCPP $CPPFLAGS'
  2032. ac_compile='/bin/echo ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  2033. ${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  2034. ac_link='/bin/echo ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  2035. ${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  2036.  
  2037. /bin/echo $ac_n "checking traditional preprocessor""... $ac_c" 1>&6
  2038. cat > conftest.$ac_ext <<EOF
  2039. #line 2040 "configure"
  2040. #include "confdefs.h"
  2041. #define name2(a,b) a/**/b
  2042. int main() { return 0; }
  2043. int t() {
  2044. int name2(foo,bar);
  2045. ; return 0; }
  2046. EOF
  2047. if eval $ac_compile; then
  2048.   rm -rf conftest*
  2049.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  2050. #define TRADITIONAL_CPP 1
  2051. EOF
  2052.  
  2053. else
  2054.   rm -rf conftest*
  2055.   /bin/echo "$ac_t""no" 1>&6
  2056. fi
  2057. rm -f conftest*
  2058.  
  2059. ac_ext=c
  2060. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2061. ac_cpp='/bin/echo $CPP $CPPFLAGS 1>&5;
  2062. $CPP $CPPFLAGS'
  2063. ac_compile='/bin/echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  2064. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  2065. ac_link='/bin/echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  2066. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  2067.  
  2068. /bin/echo $ac_n "checking w_coredump""... $ac_c" 1>&6
  2069. if test "$cross_compiling" = yes; then
  2070.   /bin/echo "$ac_t""no" 1>&6
  2071. else
  2072. cat > conftest.$ac_ext <<EOF
  2073. #line 2074 "configure"
  2074. #include "confdefs.h"
  2075.  
  2076. #include <sys/types.h>
  2077. #include <sys/wait.h>
  2078. main()
  2079. {
  2080. #ifdef WCOREFLAG
  2081.   exit(1);
  2082. #else
  2083.   int i = 0;
  2084.   ((union wait *)&i)->w_coredump = 1;
  2085.   exit(i != 0200);
  2086. #endif
  2087. }
  2088.  
  2089. EOF
  2090. eval $ac_link
  2091. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2092.   /bin/echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
  2093. #define WCOREFLAG 0200
  2094. EOF
  2095.  
  2096. else
  2097.   /bin/echo "$ac_t""no" 1>&6
  2098. fi
  2099. fi
  2100. rm -fr conftest*
  2101. /bin/echo $ac_n "checking default value for grops -b option""... $ac_c" 1>&6
  2102. test -n "${BROKEN_SPOOLER_FLAGS}" || BROKEN_SPOOLER_FLAGS=7
  2103. /bin/echo "$ac_t""$BROKEN_SPOOLER_FLAGS" 1>&6
  2104.  
  2105. /bin/echo $ac_n "checking default paper size""... $ac_c" 1>&6
  2106. if test -z "$PAGE"
  2107. then
  2108.     descfile=
  2109.     if test -r $prefix/share/groff/font/devps/DESC
  2110.     then
  2111.         descfile=$prefix/share/groff/font/devps/DESC
  2112.     elif test -r $prefix/lib/groff/font/devps/DESC
  2113.     then
  2114.         descfile=$prefix/lib/groff/font/devps/DESC
  2115.     fi
  2116.     if test -n "$descfile" \
  2117.       && grep "^paperlength 841890" $descfile >/dev/null 2>&1
  2118.     then
  2119.         PAGE=A4
  2120.     else
  2121.         PAGE=letter
  2122.     fi
  2123. fi
  2124. if test -z "$PAGE"
  2125. then
  2126.     dom=`awk '($1 == "dom" || $1 == "search") { print $2; exit}' \
  2127.         /etc/resolv.conf 2>/dev/null`
  2128.  
  2129.     if test -z "$dom"
  2130.     then
  2131.         dom=`(domainname) 2>/dev/null | tr -d '+'`
  2132.         if test -z "$dom"
  2133.         then
  2134.             dom=`(hostname) 2>/dev/null | grep '\.'`
  2135.         fi
  2136.     fi
  2137.  
  2138.     # If the top-level domain is two letters and it's not `us' or `ca'
  2139.     # then they probably use A4 paper.
  2140.     case "$dom" in
  2141.     *.[Uu][Ss]|*.[Cc][Aa]) ;;
  2142.     *.[A-Za-z][A-Za-z]) PAGE=A4 ;;
  2143.     esac
  2144. fi
  2145. test -n "$PAGE" || PAGE=letter
  2146. /bin/echo "$ac_t""$PAGE" 1>&6
  2147.  
  2148. /bin/echo $ac_n "checking for existing troff installation""... $ac_c" 1>&6
  2149. if test "x`(echo .tm '|n(.g' | tr '|' '\\\\' | troff -z -i 2>&1) 2>/dev/null`" \
  2150.   = x0
  2151. then
  2152.     /bin/echo "$ac_t""yes" 1>&6
  2153.     g=g
  2154. else
  2155.     /bin/echo "$ac_t""no" 1>&6
  2156.     g=
  2157. fi
  2158.  
  2159.  
  2160.  
  2161. /bin/echo $ac_n "checking for prefix of system macro packages""... $ac_c" 1>&6
  2162. sys_tmac_prefix=
  2163. sys_tmac_file_prefix=
  2164. for d in /usr/share/lib/tmac /usr/lib/tmac
  2165. do
  2166.     for t in "" tmac.
  2167.     do
  2168.         for m in an s m
  2169.         do
  2170.             f=$d/$t$m
  2171.             if test -z "$sys_tmac_prefix" \
  2172.               && test -f $f \
  2173.               && grep '^\.if' $f >/dev/null 2>&1
  2174.             then
  2175.                 sys_tmac_prefix=$d/$t
  2176.                 sys_tmac_file_prefix=$t
  2177.             fi
  2178.         done
  2179.     done
  2180. done
  2181. /bin/echo "$ac_t""$sys_tmac_prefix" 1>&6
  2182.  
  2183. tmac_wrap=
  2184. /bin/echo $ac_n "checking which system macro packages should be made available""... $ac_c" 1>&6
  2185. if test "x$sys_tmac_file_prefix" = "xtmac."
  2186. then
  2187.     for f in $sys_tmac_prefix*
  2188.     do
  2189.         suff=`echo $f | sed -e "s;$sys_tmac_prefix;;"`
  2190.         case "$suff" in
  2191.         e);;
  2192.         *)
  2193.         grep "Copyright.*Free Software Foundation" $f >/dev/null \
  2194.           || tmac_wrap="$tmac_wrap $suff"
  2195.         ;;
  2196.         esac 
  2197.     done
  2198. elif test -n "$sys_tmac_prefix"
  2199. then
  2200.     files=`echo $sys_tmac_prefix*`
  2201.     grep "\\.so" $files >conftest.sol
  2202.     for f in $files
  2203.     do
  2204.         case "$f" in
  2205.         ${sys_tmac_prefix}e) ;;
  2206.         *.me) ;;
  2207.         */ms.*) ;;
  2208.         *)
  2209.         b=`basename $f`
  2210.         if grep "\\.so.*/$b\$" conftest.sol >/dev/null \
  2211.           || grep -l "Copyright.*Free Software Foundation" $f >/dev/null
  2212.         then
  2213.             :
  2214.         else
  2215.             suff=`echo $f | sed -e "s;$sys_tmac_prefix;;"`
  2216.             case "$suff" in
  2217.             tmac.*);;
  2218.             *) tmac_wrap="$tmac_wrap $suff" ;;
  2219.             esac
  2220.         fi
  2221.         esac
  2222.     done
  2223.     rm -f conftest.sol
  2224. fi
  2225. /bin/echo "$ac_t""$tmac_wrap" 1>&6
  2226.  
  2227.  
  2228. trap '' 1 2 15
  2229. cat > confcache <<\EOF
  2230. # This file is a shell script that caches the results of configure
  2231. # tests run on this system so they can be shared between configure
  2232. # scripts and configure runs.  It is not useful on other systems.
  2233. # If it contains results you don't want to keep, you may remove or edit it.
  2234. #
  2235. # By default, configure uses ./config.cache as the cache file,
  2236. # creating it if it does not exist already.  You can give configure
  2237. # the --cache-file=FILE option to use a different cache file; that is
  2238. # what configure does when it calls configure scripts in
  2239. # subdirectories, so they share the cache.
  2240. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2241. # config.status only pays attention to the cache file if you give it the
  2242. # --recheck option to rerun configure.
  2243. #
  2244. EOF
  2245. # Ultrix sh set writes to stderr and can't be redirected directly,
  2246. # and sets the high bit in the cache file unless we assign to the vars.
  2247. (set) 2>&1 |
  2248.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  2249.   >> confcache
  2250. if cmp -s $cache_file confcache; then
  2251.   :
  2252. else
  2253.   if test -w $cache_file; then
  2254.     /bin/echo "updating cache $cache_file"
  2255.     cat confcache > $cache_file
  2256.   else
  2257.     /bin/echo "not updating unwritable cache $cache_file"
  2258.   fi
  2259. fi
  2260. rm -f confcache
  2261.  
  2262. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2263.  
  2264. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2265. # Let make expand exec_prefix.
  2266. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2267.  
  2268. # Any assignment to VPATH causes Sun make to only execute
  2269. # the first set of double-colon rules, so remove it if not needed.
  2270. # If there is a colon in the path, we need to keep it.
  2271. if test "x$srcdir" = x.; then
  2272.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2273. fi
  2274.  
  2275. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2276.  
  2277. # Transform confdefs.h into DEFS.
  2278. # Protect against shell expansion while executing Makefile rules.
  2279. # Protect against Makefile macro expansion.
  2280. cat > conftest.defs <<\EOF
  2281. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  2282. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  2283. s%\[%\\&%g
  2284. s%\]%\\&%g
  2285. s%\$%$$%g
  2286. EOF
  2287. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  2288. rm -f conftest.defs
  2289.  
  2290.  
  2291. # Without the "./", some shells look in PATH for config.status.
  2292. : ${CONFIG_STATUS=./config.status}
  2293.  
  2294. /bin/echo creating $CONFIG_STATUS
  2295. # Some systems, like AmigaOS, won't allow you to remove a script that is
  2296. # being executed, so just move it out of the way instead.
  2297. if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  2298. cat > $CONFIG_STATUS <<EOF
  2299. #! /bin/sh
  2300. # Generated automatically by configure.
  2301. # Run this file to recreate the current configuration.
  2302. # This directory was configured as follows,
  2303. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2304. #
  2305. # $0 $ac_configure_args
  2306. #
  2307. # Compiler output produced by configure, useful for debugging
  2308. # configure, is in ./config.log if it exists.
  2309.  
  2310. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2311. for ac_option
  2312. do
  2313.   case "\$ac_option" in
  2314.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2315.     /bin/echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2316.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2317.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2318.     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.7"
  2319.     exit 0 ;;
  2320.   -help | --help | --hel | --he | --h)
  2321.     /bin/echo "\$ac_cs_usage"; exit 0 ;;
  2322.   *) /bin/echo "\$ac_cs_usage"; exit 1 ;;
  2323.   esac
  2324. done
  2325.  
  2326. ac_given_srcdir=$srcdir
  2327. ac_given_INSTALL="$INSTALL"
  2328.  
  2329. trap 'rm -fr `/bin/echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2330. EOF
  2331. cat >> $CONFIG_STATUS <<EOF
  2332.  
  2333. # Protect against being on the right side of a sed subst in config.status.
  2334. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  2335.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  2336. $ac_vpsub
  2337. $extrasub
  2338. s%@CFLAGS@%$CFLAGS%g
  2339. s%@CPPFLAGS@%$CPPFLAGS%g
  2340. s%@CXXFLAGS@%$CXXFLAGS%g
  2341. s%@DEFS@%$DEFS%g
  2342. s%@LDFLAGS@%$LDFLAGS%g
  2343. s%@LIBS@%$LIBS%g
  2344. s%@exec_prefix@%$exec_prefix%g
  2345. s%@prefix@%$prefix%g
  2346. s%@program_transform_name@%$program_transform_name%g
  2347. s%@bindir@%$bindir%g
  2348. s%@sbindir@%$sbindir%g
  2349. s%@libexecdir@%$libexecdir%g
  2350. s%@datadir@%$datadir%g
  2351. s%@sysconfdir@%$sysconfdir%g
  2352. s%@sharedstatedir@%$sharedstatedir%g
  2353. s%@localstatedir@%$localstatedir%g
  2354. s%@libdir@%$libdir%g
  2355. s%@includedir@%$includedir%g
  2356. s%@oldincludedir@%$oldincludedir%g
  2357. s%@infodir@%$infodir%g
  2358. s%@mandir@%$mandir%g
  2359. s%@GROPS@%$GROPS%g
  2360. s%@CC@%$CC%g
  2361. s%@CXX@%$CXX%g
  2362. s%@LPR@%$LPR%g
  2363. s%@LP@%$LP%g
  2364. s%@LPQ@%$LPQ%g
  2365. s%@PSPRINT@%$PSPRINT%g
  2366. s%@DVIPRINT@%$DVIPRINT%g
  2367. s%@PERLPATH@%$PERLPATH%g
  2368. s%@YACC@%$YACC%g
  2369. s%@RANLIB@%$RANLIB%g
  2370. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2371. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2372. s%@LN_S@%$LN_S%g
  2373. s%@SH_SCRIPT_SED_CMD@%$SH_SCRIPT_SED_CMD%g
  2374. s%@CPP@%$CPP%g
  2375. s%@LIBOBJS@%$LIBOBJS%g
  2376. s%@BROKEN_SPOOLER_FLAGS@%$BROKEN_SPOOLER_FLAGS%g
  2377. s%@PAGE@%$PAGE%g
  2378. s%@g@%$g%g
  2379. s%@sys_tmac_prefix@%$sys_tmac_prefix%g
  2380. s%@tmac_wrap@%$tmac_wrap%g
  2381.  
  2382. CEOF
  2383. EOF
  2384. cat >> $CONFIG_STATUS <<EOF
  2385.  
  2386. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  2387. EOF
  2388. cat >> $CONFIG_STATUS <<\EOF
  2389. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2390.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2391.   case "$ac_file" in
  2392.   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  2393.        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  2394.   *) ac_file_in="${ac_file}.in" ;;
  2395.   esac
  2396.  
  2397.   # Adjust relative srcdir, etc. for subdirectories.
  2398.  
  2399.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2400.   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2401.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2402.     # The file is in a subdirectory.
  2403.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2404.     ac_dir_suffix="/`/bin/echo $ac_dir|sed 's%^\./%%'`"
  2405.     # A "../" for each directory in $ac_dir_suffix.
  2406.     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2407.   else
  2408.     ac_dir_suffix= ac_dots=
  2409.   fi
  2410.  
  2411.   case "$ac_given_srcdir" in
  2412.   .)  srcdir=.
  2413.       if test -z "$ac_dots"; then top_srcdir=.
  2414.       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  2415.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2416.   *) # Relative path.
  2417.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2418.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2419.   esac
  2420.  
  2421.   case "$ac_given_INSTALL" in
  2422.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2423.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2424.   esac
  2425.   /bin/echo creating "$ac_file"
  2426.   rm -f "$ac_file"
  2427.   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  2428.   case "$ac_file" in
  2429.   *Makefile*) ac_comsub="1i\\
  2430. # $configure_input" ;;
  2431.   *) ac_comsub= ;;
  2432.   esac
  2433.   sed -e "$ac_comsub
  2434. s%@configure_input@%$configure_input%g
  2435. s%@srcdir@%$srcdir%g
  2436. s%@top_srcdir@%$top_srcdir%g
  2437. s%@INSTALL@%$INSTALL%g
  2438. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  2439. fi; done
  2440. rm -f conftest.subs
  2441.  
  2442.  
  2443.  
  2444. exit 0
  2445. EOF
  2446. chmod +x $CONFIG_STATUS
  2447. rm -fr confdefs* $ac_clean_files
  2448. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  2449.  
  2450.