home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / configure < prev    next >
Text File  |  1996-10-01  |  66KB  |  2,309 lines

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