home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / grep-2.0-src.tgz / tar.out / fsf / grep / configure < prev    next >
Text File  |  1996-10-01  |  52KB  |  1,791 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.  
  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. guidedir='${prefix}/guide'
  48. psdir='${prefix}/ps'
  49. dvidir='${prefix}/dvi'
  50. mandir='${prefix}/man'
  51.  
  52. # Initialize some other variables.
  53. subdirs=
  54. MFLAGS= MAKEFLAGS=
  55.  
  56. ac_prev=
  57. for ac_option
  58. do
  59.  
  60.   # If the previous option needs an argument, assign it.
  61.   if test -n "$ac_prev"; then
  62.     eval "$ac_prev=\$ac_option"
  63.     ac_prev=
  64.     continue
  65.   fi
  66.  
  67.   case "$ac_option" in
  68.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  69.   *) ac_optarg= ;;
  70.   esac
  71.  
  72.   # Accept the important Cygnus configure options, so we can diagnose typos.
  73.  
  74.   case "$ac_option" in
  75.  
  76.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  77.     ac_prev=bindir ;;
  78.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  79.     bindir="$ac_optarg" ;;
  80.  
  81.   -build | --build | --buil | --bui | --bu)
  82.     ac_prev=build ;;
  83.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  84.     build="$ac_optarg" ;;
  85.  
  86.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  87.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  88.     ac_prev=cache_file ;;
  89.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  90.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  91.     cache_file="$ac_optarg" ;;
  92.  
  93.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  94.     ac_prev=datadir ;;
  95.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  96.   | --da=*)
  97.     datadir="$ac_optarg" ;;
  98.  
  99.   -disable-* | --disable-*)
  100.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  101.     # Reject names that are not valid shell variable names.
  102.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  103.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  104.     fi
  105.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  106.     eval "enable_${ac_feature}=no" ;;
  107.  
  108.   -enable-* | --enable-*)
  109.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  110.     # Reject names that are not valid shell variable names.
  111.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  112.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  113.     fi
  114.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  115.     case "$ac_option" in
  116.       *=*) ;;
  117.       *) ac_optarg=yes ;;
  118.     esac
  119.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  120.  
  121.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  122.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  123.   | --exec | --exe | --ex)
  124.     ac_prev=exec_prefix ;;
  125.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  126.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  127.   | --exec=* | --exe=* | --ex=*)
  128.     exec_prefix="$ac_optarg" ;;
  129.  
  130.   -gas | --gas | --ga | --g)
  131.     # Obsolete; use --with-gas.
  132.     with_gas=yes ;;
  133.  
  134.   -help | --help | --hel | --he)
  135.     # Omit some internal or obsolete options to make the list less imposing.
  136.     # This message is too long to be a string in the A/UX 3.1 sh.
  137.     cat << EOF
  138. Usage: configure [options] [host]
  139. Options: [defaults in brackets after descriptions]
  140. Configuration:
  141.   --cache-file=FILE       cache test results in FILE
  142.   --help                  print this message
  143.   --no-create             do not create output files
  144.   --quiet, --silent       do not print \`checking...' messages
  145.   --version               print the version of autoconf that created configure
  146. Directory and file names:
  147.   --prefix=PREFIX         install architecture-independent files in PREFIX
  148.                           [$ac_default_prefix]
  149.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  150.                           [same as prefix]
  151.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  152.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  153.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  154.   --datadir=DIR           read-only architecture-independent data in DIR
  155.                           [PREFIX/share]
  156.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  157.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  158.                           [PREFIX/com]
  159.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  160.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  161.   --includedir=DIR        C header files in DIR [PREFIX/include]
  162.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  163.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  164.   --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  165.   --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  166.   --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  167.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  168.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  169.   --program-prefix=PREFIX prepend PREFIX to installed program names
  170.   --program-suffix=SUFFIX append SUFFIX to installed program names
  171.   --program-transform-name=PROGRAM
  172.                           run sed PROGRAM on installed program names
  173. EOF
  174.     cat << EOF
  175. Host type:
  176.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  177.   --host=HOST             configure for HOST [guessed]
  178.   --target=TARGET         configure for TARGET [TARGET=HOST]
  179. Features and packages:
  180.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  181.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  182.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  183.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  184.   --x-includes=DIR        X include files are in DIR
  185.   --x-libraries=DIR       X library files are in DIR
  186. EOF
  187.     if test -n "$ac_help"; then
  188.       echo "--enable and --with options recognized:$ac_help"
  189.     fi
  190.     exit 0 ;;
  191.  
  192.   -host | --host | --hos | --ho)
  193.     ac_prev=host ;;
  194.   -host=* | --host=* | --hos=* | --ho=*)
  195.     host="$ac_optarg" ;;
  196.  
  197.   -includedir | --includedir | --includedi | --included | --include \
  198.   | --includ | --inclu | --incl | --inc)
  199.     ac_prev=includedir ;;
  200.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  201.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  202.     includedir="$ac_optarg" ;;
  203.  
  204.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  205.     ac_prev=infodir ;;
  206.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  207.     infodir="$ac_optarg" ;;
  208.  
  209.  -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  210.    ac_prev=guidedir ;;
  211.  -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  212.  
  213.  -psdir | --psdir | --psdi | --psd | --ps)
  214.    ac_prev=psdir ;;
  215.  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  216.  
  217.  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  218.    ac_prev=dvidir ;;
  219.  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  220.  
  221.   -libdir | --libdir | --libdi | --libd)
  222.     ac_prev=libdir ;;
  223.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  224.     libdir="$ac_optarg" ;;
  225.  
  226.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  227.   | --libexe | --libex | --libe)
  228.     ac_prev=libexecdir ;;
  229.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  230.   | --libexe=* | --libex=* | --libe=*)
  231.     libexecdir="$ac_optarg" ;;
  232.  
  233.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  234.   | --localstate | --localstat | --localsta | --localst \
  235.   | --locals | --local | --loca | --loc | --lo)
  236.     ac_prev=localstatedir ;;
  237.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  238.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  239.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  240.     localstatedir="$ac_optarg" ;;
  241.  
  242.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  243.     ac_prev=mandir ;;
  244.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  245.     mandir="$ac_optarg" ;;
  246.  
  247.   -nfp | --nfp | --nf)
  248.     # Obsolete; use --without-fp.
  249.     with_fp=no ;;
  250.  
  251.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  252.   | --no-cr | --no-c)
  253.     no_create=yes ;;
  254.  
  255.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  256.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  257.     no_recursion=yes ;;
  258.  
  259.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  260.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  261.   | --oldin | --oldi | --old | --ol | --o)
  262.     ac_prev=oldincludedir ;;
  263.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  264.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  265.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  266.     oldincludedir="$ac_optarg" ;;
  267.  
  268.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  269.     ac_prev=prefix ;;
  270.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  271.     prefix="$ac_optarg" ;;
  272.  
  273.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  274.   | --program-pre | --program-pr | --program-p)
  275.     ac_prev=program_prefix ;;
  276.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  277.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  278.     program_prefix="$ac_optarg" ;;
  279.  
  280.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  281.   | --program-suf | --program-su | --program-s)
  282.     ac_prev=program_suffix ;;
  283.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  284.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  285.     program_suffix="$ac_optarg" ;;
  286.  
  287.   -program-transform-name | --program-transform-name \
  288.   | --program-transform-nam | --program-transform-na \
  289.   | --program-transform-n | --program-transform- \
  290.   | --program-transform | --program-transfor \
  291.   | --program-transfo | --program-transf \
  292.   | --program-trans | --program-tran \
  293.   | --progr-tra | --program-tr | --program-t)
  294.     ac_prev=program_transform_name ;;
  295.   -program-transform-name=* | --program-transform-name=* \
  296.   | --program-transform-nam=* | --program-transform-na=* \
  297.   | --program-transform-n=* | --program-transform-=* \
  298.   | --program-transform=* | --program-transfor=* \
  299.   | --program-transfo=* | --program-transf=* \
  300.   | --program-trans=* | --program-tran=* \
  301.   | --progr-tra=* | --program-tr=* | --program-t=*)
  302.     program_transform_name="$ac_optarg" ;;
  303.  
  304.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  305.   | -silent | --silent | --silen | --sile | --sil)
  306.     silent=yes ;;
  307.  
  308.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  309.     ac_prev=sbindir ;;
  310.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  311.   | --sbi=* | --sb=*)
  312.     sbindir="$ac_optarg" ;;
  313.  
  314.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  315.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  316.   | --sharedst | --shareds | --shared | --share | --shar \
  317.   | --sha | --sh)
  318.     ac_prev=sharedstatedir ;;
  319.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  320.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  321.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  322.   | --sha=* | --sh=*)
  323.     sharedstatedir="$ac_optarg" ;;
  324.  
  325.   -site | --site | --sit)
  326.     ac_prev=site ;;
  327.   -site=* | --site=* | --sit=*)
  328.     site="$ac_optarg" ;;
  329.  
  330.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  331.     ac_prev=srcdir ;;
  332.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  333.     srcdir="$ac_optarg" ;;
  334.  
  335.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  336.   | --syscon | --sysco | --sysc | --sys | --sy)
  337.     ac_prev=sysconfdir ;;
  338.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  339.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  340.     sysconfdir="$ac_optarg" ;;
  341.  
  342.   -target | --target | --targe | --targ | --tar | --ta | --t)
  343.     ac_prev=target ;;
  344.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  345.     target="$ac_optarg" ;;
  346.  
  347.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  348.     verbose=yes ;;
  349.  
  350.   -version | --version | --versio | --versi | --vers)
  351.     echo "configure generated by autoconf version 2.10"
  352.     exit 0 ;;
  353.  
  354.   -with-* | --with-*)
  355.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  356.     # Reject names that are not valid shell variable names.
  357.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  358.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  359.     fi
  360.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  361.     case "$ac_option" in
  362.       *=*) ;;
  363.       *) ac_optarg=yes ;;
  364.     esac
  365.     eval "with_${ac_package}='$ac_optarg'" ;;
  366.  
  367.   -without-* | --without-*)
  368.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  369.     # Reject names that are not valid shell variable names.
  370.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  371.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  372.     fi
  373.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  374.     eval "with_${ac_package}=no" ;;
  375.  
  376.   --x)
  377.     # Obsolete; use --with-x.
  378.     with_x=yes ;;
  379.  
  380.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  381.   | --x-incl | --x-inc | --x-in | --x-i)
  382.     ac_prev=x_includes ;;
  383.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  384.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  385.     x_includes="$ac_optarg" ;;
  386.  
  387.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  388.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  389.     ac_prev=x_libraries ;;
  390.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  391.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  392.     x_libraries="$ac_optarg" ;;
  393.  
  394.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  395.     ;;
  396.  
  397.   *)
  398.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  399.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  400.     fi
  401.     if test "x$nonopt" != xNONE; then
  402.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  403.     fi
  404.     nonopt="$ac_option"
  405.     ;;
  406.  
  407.   esac
  408. done
  409.  
  410. if test -n "$ac_prev"; then
  411.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  412. fi
  413.  
  414. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  415.  
  416. # File descriptor usage:
  417. # 0 standard input
  418. # 1 file creation
  419. # 2 errors and warnings
  420. # 3 some systems may open it to /dev/tty
  421. # 4 used on the Kubota Titan
  422. # 6 checking for... messages and results
  423. # 5 compiler messages saved in config.log
  424. if test "$silent" = yes; then
  425.   exec 6>/dev/null
  426. else
  427.   exec 6>&1
  428. fi
  429. exec 5>./config.log
  430.  
  431. echo "\
  432. This file contains any messages produced by compilers while
  433. running configure, to aid debugging if configure makes a mistake.
  434. " 1>&5
  435.  
  436. # Strip out --no-create and --no-recursion so they do not pile up.
  437. # Also quote any args containing shell metacharacters.
  438. ac_configure_args=
  439. for ac_arg
  440. do
  441.   case "$ac_arg" in
  442.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  443.   | --no-cr | --no-c) ;;
  444.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  445.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  446.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  447.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  448.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  449.   esac
  450. done
  451.  
  452. # NLS nuisances.
  453. # Only set LANG and LC_ALL to C if already set.
  454. # These must not be set unconditionally because not all systems understand
  455. # e.g. LANG=C (notably SCO).
  456. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  457. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  458.  
  459. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  460. rm -rf conftest* confdefs.h
  461. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  462. echo > confdefs.h
  463.  
  464. # A filename unique to this package, relative to the directory that
  465. # configure is in, which we can look for to find out if srcdir is correct.
  466. ac_unique_file=grep.c
  467.  
  468. # Find the source files, if location was not specified.
  469. if test -z "$srcdir"; then
  470.   ac_srcdir_defaulted=yes
  471.   # Try the directory containing this script, then its parent.
  472.   ac_prog=$0
  473.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  474.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  475.   srcdir=$ac_confdir
  476.   if test ! -r $srcdir/$ac_unique_file; then
  477.     srcdir=..
  478.   fi
  479. else
  480.   ac_srcdir_defaulted=no
  481. fi
  482. if test ! -r $srcdir/$ac_unique_file; then
  483.   if test "$ac_srcdir_defaulted" = yes; then
  484.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  485.   else
  486.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  487.   fi
  488. fi
  489. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  490.  
  491. # Prefer explicitly selected file to automatically selected ones.
  492. if test -z "$CONFIG_SITE"; then
  493.   if test "x$prefix" != xNONE; then
  494.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  495.   else
  496.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  497.   fi
  498. fi
  499. for ac_site_file in $CONFIG_SITE; do
  500.   if test -r "$ac_site_file"; then
  501.     echo "loading site script $ac_site_file"
  502.     . "$ac_site_file"
  503.   fi
  504. done
  505.  
  506. if test -r "$cache_file"; then
  507.   echo "loading cache $cache_file"
  508.   . $cache_file
  509. else
  510.   echo "creating cache $cache_file"
  511.   > $cache_file
  512. fi
  513.  
  514. ac_ext=c
  515. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  516. ac_cpp='$CPP $CPPFLAGS'
  517. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  518. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  519.  
  520. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  521.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  522.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  523.     ac_n= ac_c='
  524. ' ac_t='    '
  525.   else
  526.     ac_n=-n ac_c= ac_t=
  527.   fi
  528. else
  529.   ac_n= ac_c='\c' ac_t=
  530. fi
  531.  
  532.  
  533. for ac_prog in mawk gawk nawk awk
  534. do
  535. # Extract the first word of "$ac_prog", so it can be a program name with args.
  536. set dummy $ac_prog; ac_word=$2
  537. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  538. if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
  539.   echo $ac_n "(cached) $ac_c" 1>&6
  540. else
  541.   if test -n "$AWK"; then
  542.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  543. else
  544.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  545.   for ac_dir in $PATH; do
  546.     test -z "$ac_dir" && ac_dir=.
  547.     if test -f $ac_dir/$ac_word; then
  548.       ac_cv_prog_AWK="$ac_prog"
  549.       break
  550.     fi
  551.   done
  552.   IFS="$ac_save_ifs"
  553. fi
  554. fi
  555. AWK="$ac_cv_prog_AWK"
  556. if test -n "$AWK"; then
  557.   echo "$ac_t""$AWK" 1>&6
  558. else
  559.   echo "$ac_t""no" 1>&6
  560. fi
  561.  
  562. test -n "$AWK" && break
  563. done
  564.  
  565. # Extract the first word of "gcc", so it can be a program name with args.
  566. set dummy gcc; ac_word=$2
  567. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  568. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  569.   echo $ac_n "(cached) $ac_c" 1>&6
  570. else
  571.   if test -n "$CC"; then
  572.   ac_cv_prog_CC="$CC" # Let the user override the test.
  573. else
  574.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  575.   for ac_dir in $PATH; do
  576.     test -z "$ac_dir" && ac_dir=.
  577.     if test -f $ac_dir/$ac_word; then
  578.       ac_cv_prog_CC="gcc"
  579.       break
  580.     fi
  581.   done
  582.   IFS="$ac_save_ifs"
  583. fi
  584. fi
  585. CC="$ac_cv_prog_CC"
  586. if test -n "$CC"; then
  587.   echo "$ac_t""$CC" 1>&6
  588. else
  589.   echo "$ac_t""no" 1>&6
  590. fi
  591.  
  592. if test -z "$CC"; then
  593.   # Extract the first word of "cc", so it can be a program name with args.
  594. set dummy cc; ac_word=$2
  595. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  596. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  597.   echo $ac_n "(cached) $ac_c" 1>&6
  598. else
  599.   if test -n "$CC"; then
  600.   ac_cv_prog_CC="$CC" # Let the user override the test.
  601. else
  602.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  603.   ac_prog_rejected=no
  604.   for ac_dir in $PATH; do
  605.     test -z "$ac_dir" && ac_dir=.
  606.     if test -f $ac_dir/$ac_word; then
  607.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  608.         ac_prog_rejected=yes
  609.     continue
  610.       fi
  611.       ac_cv_prog_CC="cc"
  612.       break
  613.     fi
  614.   done
  615.   IFS="$ac_save_ifs"
  616. if test $ac_prog_rejected = yes; then
  617.   # We found a bogon in the path, so make sure we never use it.
  618.   set dummy $ac_cv_prog_CC
  619.   shift
  620.   if test $# -gt 0; then
  621.     # We chose a different compiler from the bogus one.
  622.     # However, it has the same basename, so the bogon will be chosen
  623.     # first if we set CC to just the basename; use the full file name.
  624.     shift
  625.     set dummy "$ac_dir/$ac_word" "$@"
  626.     shift
  627.     ac_cv_prog_CC="$@"
  628.   fi
  629. fi
  630. fi
  631. fi
  632. CC="$ac_cv_prog_CC"
  633. if test -n "$CC"; then
  634.   echo "$ac_t""$CC" 1>&6
  635. else
  636.   echo "$ac_t""no" 1>&6
  637. fi
  638.  
  639.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  640. fi
  641.  
  642. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  643. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  644.   echo $ac_n "(cached) $ac_c" 1>&6
  645. else
  646.   cat > conftest.c <<EOF
  647. #ifdef __GNUC__
  648.   yes;
  649. #endif
  650. EOF
  651. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  652.   ac_cv_prog_gcc=yes
  653. else
  654.   ac_cv_prog_gcc=no
  655. fi
  656. fi
  657.  
  658. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  659. if test $ac_cv_prog_gcc = yes; then
  660.   GCC=yes
  661.   if test "${CFLAGS+set}" != set; then
  662.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  663. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  664.   echo $ac_n "(cached) $ac_c" 1>&6
  665. else
  666.   echo 'void f(){}' > conftest.c
  667. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  668.   ac_cv_prog_gcc_g=yes
  669. else
  670.   ac_cv_prog_gcc_g=no
  671. fi
  672. rm -f conftest*
  673.  
  674. fi
  675.  
  676. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  677.     if test $ac_cv_prog_gcc_g = yes; then
  678.       CFLAGS="-g -O2"
  679.     else
  680.       CFLAGS="-O2"
  681.     fi
  682.   fi
  683. else
  684.   GCC=
  685.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  686. fi
  687.  
  688. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  689. if test -d /etc/conf/kconfig.d &&
  690.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  691. then
  692.   echo "$ac_t""yes" 1>&6
  693.   ISC=yes # If later tests want to check for ISC.
  694.   cat >> confdefs.h <<\EOF
  695. #define _POSIX_SOURCE 1
  696. EOF
  697.  
  698.   if test "$GCC" = yes; then
  699.     CC="$CC -posix"
  700.   else
  701.     CC="$CC -Xp"
  702.   fi
  703. else
  704.   echo "$ac_t""no" 1>&6
  705.   ISC=
  706. fi
  707.  
  708. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  709. # On Suns, sometimes $CPP names a directory.
  710. if test -n "$CPP" && test -d "$CPP"; then
  711.   CPP=
  712. fi
  713. if test -z "$CPP"; then
  714. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  715.   echo $ac_n "(cached) $ac_c" 1>&6
  716. else
  717.     # This must be in double quotes, not single quotes, because CPP may get
  718.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  719.   CPP="${CC-cc} -E"
  720.   # On the NeXT, cc -E runs the code through the compiler's parser,
  721.   # not just through cpp.
  722.   cat > conftest.$ac_ext <<EOF
  723. #line 724 "configure"
  724. #include "confdefs.h"
  725. #include <assert.h>
  726. Syntax Error
  727. EOF
  728. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  729. { (eval echo configure:730: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  730. ac_err=`grep -v '^ *+' conftest.out`
  731. if test -z "$ac_err"; then
  732.   :
  733. else
  734.   echo "$ac_err" >&5
  735.   rm -rf conftest*
  736.   CPP="${CC-cc} -E -traditional-cpp"
  737.   cat > conftest.$ac_ext <<EOF
  738. #line 739 "configure"
  739. #include "confdefs.h"
  740. #include <assert.h>
  741. Syntax Error
  742. EOF
  743. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  744. { (eval echo configure:745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  745. ac_err=`grep -v '^ *+' conftest.out`
  746. if test -z "$ac_err"; then
  747.   :
  748. else
  749.   echo "$ac_err" >&5
  750.   rm -rf conftest*
  751.   CPP=/lib/cpp
  752. fi
  753. rm -f conftest*
  754. fi
  755. rm -f conftest*
  756.   ac_cv_prog_CPP="$CPP"
  757. fi
  758.   CPP="$ac_cv_prog_CPP"
  759. else
  760.   ac_cv_prog_CPP="$CPP"
  761. fi
  762. echo "$ac_t""$CPP" 1>&6
  763.  
  764. ac_aux_dir=
  765. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  766.   if test -f $ac_dir/install-sh; then
  767.     ac_aux_dir=$ac_dir
  768.     ac_install_sh="$ac_aux_dir/install-sh -c"
  769.     break
  770.   elif test -f $ac_dir/install.sh; then
  771.     ac_aux_dir=$ac_dir
  772.     ac_install_sh="$ac_aux_dir/install.sh -c"
  773.     break
  774.   fi
  775. done
  776. if test -z "$ac_aux_dir"; then
  777.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  778. fi
  779. ac_config_guess=$ac_aux_dir/config.guess
  780. ac_config_sub=$ac_aux_dir/config.sub
  781. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  782.  
  783. # Find a good install program.  We prefer a C program (faster),
  784. # so one script is as good as another.  But avoid the broken or
  785. # incompatible versions:
  786. # SysV /etc/install, /usr/sbin/install
  787. # SunOS /usr/etc/install
  788. # IRIX /sbin/install
  789. # AIX /bin/install
  790. # AmigaOS /c/install
  791. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  792. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  793. # ./install, which can be erroneously created by make from ./install.sh.
  794. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  795. if test -z "$INSTALL"; then
  796. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  797.   echo $ac_n "(cached) $ac_c" 1>&6
  798. else
  799.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  800.   for ac_dir in $PATH; do
  801.     # Account for people who put trailing slashes in PATH elements.
  802.     case "$ac_dir/" in
  803.     /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  804.     *)
  805.       # OSF1 and SCO ODT 3.0 have their own names for install.
  806.       for ac_prog in ginstall installbsd scoinst install; do
  807.         if test -f $ac_dir/$ac_prog; then
  808.       if test $ac_prog = install &&
  809.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  810.         # AIX install.  It has an incompatible calling convention.
  811.         # OSF/1 installbsd also uses dspmsg, but is usable.
  812.         :
  813.       else
  814.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  815.         break 2
  816.       fi
  817.     fi
  818.       done
  819.       ;;
  820.     esac
  821.   done
  822.   IFS="$ac_save_ifs"
  823.  
  824. fi
  825.   if test "${ac_cv_path_install+set}" = set; then
  826.     INSTALL="$ac_cv_path_install"
  827.   else
  828.     # As a last resort, use the slow shell script.  We don't cache a
  829.     # path for INSTALL within a source directory, because that will
  830.     # break other packages using the cache if that directory is
  831.     # removed, or if the path is relative.
  832.     INSTALL="$ac_install_sh"
  833.   fi
  834. fi
  835. echo "$ac_t""$INSTALL" 1>&6
  836.  
  837. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  838. # It thinks the first close brace ends the variable substitution.
  839. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  840.  
  841. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  842.  
  843. # If we cannot run a trivial program, we must be cross compiling.
  844. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  845. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  846.   echo $ac_n "(cached) $ac_c" 1>&6
  847. else
  848.   if test "$cross_compiling" = yes; then
  849.   ac_cv_c_cross=yes
  850. else
  851. cat > conftest.$ac_ext <<EOF
  852. #line 853 "configure"
  853. #include "confdefs.h"
  854. main(){return(0);}
  855. EOF
  856. { (eval echo configure:857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  857. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  858.   ac_cv_c_cross=no
  859. else
  860.   ac_cv_c_cross=yes
  861. fi
  862. fi
  863. rm -fr conftest*
  864. fi
  865.  
  866. echo "$ac_t""$ac_cv_c_cross" 1>&6
  867. cross_compiling=$ac_cv_c_cross
  868.  
  869. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  870. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  871.   echo $ac_n "(cached) $ac_c" 1>&6
  872. else
  873.   cat > conftest.$ac_ext <<EOF
  874. #line 875 "configure"
  875. #include "confdefs.h"
  876. #include <stdlib.h>
  877. #include <stdarg.h>
  878. #include <string.h>
  879. #include <float.h>
  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.   rm -rf conftest*
  886.   ac_cv_header_stdc=yes
  887. else
  888.   echo "$ac_err" >&5
  889.   rm -rf conftest*
  890.   ac_cv_header_stdc=no
  891. fi
  892. rm -f conftest*
  893.  
  894. if test $ac_cv_header_stdc = yes; then
  895.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  896. cat > conftest.$ac_ext <<EOF
  897. #line 898 "configure"
  898. #include "confdefs.h"
  899. #include <string.h>
  900. EOF
  901. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  902.   egrep "memchr" >/dev/null 2>&1; then
  903.   :
  904. else
  905.   rm -rf conftest*
  906.   ac_cv_header_stdc=no
  907. fi
  908. rm -f conftest*
  909.  
  910. fi
  911.  
  912. if test $ac_cv_header_stdc = yes; then
  913.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  914. cat > conftest.$ac_ext <<EOF
  915. #line 916 "configure"
  916. #include "confdefs.h"
  917. #include <stdlib.h>
  918. EOF
  919. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  920.   egrep "free" >/dev/null 2>&1; then
  921.   :
  922. else
  923.   rm -rf conftest*
  924.   ac_cv_header_stdc=no
  925. fi
  926. rm -f conftest*
  927.  
  928. fi
  929.  
  930. if test $ac_cv_header_stdc = yes; then
  931.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  932. if test "$cross_compiling" = yes; then
  933.   :
  934. else
  935. cat > conftest.$ac_ext <<EOF
  936. #line 937 "configure"
  937. #include "confdefs.h"
  938. #include <ctype.h>
  939. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  940. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  941. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  942. int main () { int i; for (i = 0; i < 256; i++)
  943. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  944. exit (0); }
  945.  
  946. EOF
  947. { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  948. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  949.   :
  950. else
  951.   ac_cv_header_stdc=no
  952. fi
  953. fi
  954. rm -fr conftest*
  955. fi
  956. fi
  957.  
  958. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  959. if test $ac_cv_header_stdc = yes; then
  960.   cat >> confdefs.h <<\EOF
  961. #define STDC_HEADERS 1
  962. EOF
  963.  
  964. fi
  965.  
  966. for ac_hdr in string.h sys/param.h
  967. do
  968. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  969. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  970. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  971.   echo $ac_n "(cached) $ac_c" 1>&6
  972. else
  973.   cat > conftest.$ac_ext <<EOF
  974. #line 975 "configure"
  975. #include "confdefs.h"
  976. #include <$ac_hdr>
  977. EOF
  978. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  979. { (eval echo configure:980: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  980. ac_err=`grep -v '^ *+' conftest.out`
  981. if test -z "$ac_err"; then
  982.   rm -rf conftest*
  983.   eval "ac_cv_header_$ac_safe=yes"
  984. else
  985.   echo "$ac_err" >&5
  986.   rm -rf conftest*
  987.   eval "ac_cv_header_$ac_safe=no"
  988. fi
  989. rm -f conftest*
  990. fi
  991. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  992.   echo "$ac_t""yes" 1>&6
  993.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  994.   cat >> confdefs.h <<EOF
  995. #define $ac_tr_hdr 1
  996. EOF
  997.  
  998. else
  999.   echo "$ac_t""no" 1>&6
  1000. fi
  1001. done
  1002.  
  1003. for ac_hdr in memory.h
  1004. do
  1005. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1006. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1007. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1008.   echo $ac_n "(cached) $ac_c" 1>&6
  1009. else
  1010.   cat > conftest.$ac_ext <<EOF
  1011. #line 1012 "configure"
  1012. #include "confdefs.h"
  1013. #include <$ac_hdr>
  1014. EOF
  1015. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1016. { (eval echo configure:1017: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1017. ac_err=`grep -v '^ *+' conftest.out`
  1018. if test -z "$ac_err"; then
  1019.   rm -rf conftest*
  1020.   eval "ac_cv_header_$ac_safe=yes"
  1021. else
  1022.   echo "$ac_err" >&5
  1023.   rm -rf conftest*
  1024.   eval "ac_cv_header_$ac_safe=no"
  1025. fi
  1026. rm -f conftest*
  1027. fi
  1028. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1029.   echo "$ac_t""yes" 1>&6
  1030.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1031.   cat >> confdefs.h <<EOF
  1032. #define $ac_tr_hdr 1
  1033. EOF
  1034.  
  1035. else
  1036.   echo "$ac_t""no" 1>&6
  1037. fi
  1038. done
  1039.  
  1040. for ac_hdr in unistd.h
  1041. do
  1042. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1043. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1044. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1045.   echo $ac_n "(cached) $ac_c" 1>&6
  1046. else
  1047.   cat > conftest.$ac_ext <<EOF
  1048. #line 1049 "configure"
  1049. #include "confdefs.h"
  1050. #include <$ac_hdr>
  1051. EOF
  1052. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1053. { (eval echo configure:1054: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1054. ac_err=`grep -v '^ *+' conftest.out`
  1055. if test -z "$ac_err"; then
  1056.   rm -rf conftest*
  1057.   eval "ac_cv_header_$ac_safe=yes"
  1058. else
  1059.   echo "$ac_err" >&5
  1060.   rm -rf conftest*
  1061.   eval "ac_cv_header_$ac_safe=no"
  1062. fi
  1063. rm -f conftest*
  1064. fi
  1065. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1066.   echo "$ac_t""yes" 1>&6
  1067.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1068.   cat >> confdefs.h <<EOF
  1069. #define $ac_tr_hdr 1
  1070. EOF
  1071.  
  1072. else
  1073.   echo "$ac_t""no" 1>&6
  1074. fi
  1075. done
  1076.  
  1077. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1078. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  1079.   echo $ac_n "(cached) $ac_c" 1>&6
  1080. else
  1081.   cat > conftest.$ac_ext <<EOF
  1082. #line 1083 "configure"
  1083. #include "confdefs.h"
  1084. #include <sys/types.h>
  1085. #if STDC_HEADERS
  1086. #include <stdlib.h>
  1087. #endif
  1088. EOF
  1089. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1090.   egrep "size_t" >/dev/null 2>&1; then
  1091.   rm -rf conftest*
  1092.   ac_cv_type_size_t=yes
  1093. else
  1094.   rm -rf conftest*
  1095.   ac_cv_type_size_t=no
  1096. fi
  1097. rm -f conftest*
  1098.  
  1099. fi
  1100. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1101. if test $ac_cv_type_size_t = no; then
  1102.   cat >> confdefs.h <<\EOF
  1103. #define size_t unsigned
  1104. EOF
  1105.  
  1106. fi
  1107.  
  1108. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1109. # for constant arguments.  Useless!
  1110. echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
  1111. if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1112.   echo $ac_n "(cached) $ac_c" 1>&6
  1113. else
  1114.   cat > conftest.$ac_ext <<EOF
  1115. #line 1116 "configure"
  1116. #include "confdefs.h"
  1117. #include <alloca.h>
  1118. int main() { t(); return 0; }
  1119. int t() {
  1120. char *p = alloca(2 * sizeof(int));
  1121. ; return 0; }
  1122. EOF
  1123. if { (eval echo configure:1124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1124.   rm -rf conftest*
  1125.   ac_cv_header_alloca_h=yes
  1126. else
  1127.   rm -rf conftest*
  1128.   ac_cv_header_alloca_h=no
  1129. fi
  1130. rm -f conftest*
  1131.  
  1132. fi
  1133.  
  1134. echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
  1135. if test $ac_cv_header_alloca_h = yes; then
  1136.   cat >> confdefs.h <<\EOF
  1137. #define HAVE_ALLOCA_H 1
  1138. EOF
  1139.  
  1140. fi
  1141.  
  1142. echo $ac_n "checking for alloca""... $ac_c" 1>&6
  1143. if eval "test \"`echo '$''{'ac_cv_func_alloca'+set}'`\" = set"; then
  1144.   echo $ac_n "(cached) $ac_c" 1>&6
  1145. else
  1146.   cat > conftest.$ac_ext <<EOF
  1147. #line 1148 "configure"
  1148. #include "confdefs.h"
  1149.  
  1150. #ifdef __GNUC__
  1151. # define alloca __builtin_alloca
  1152. #else
  1153. # if HAVE_ALLOCA_H
  1154. #  include <alloca.h>
  1155. # else
  1156. #  ifdef _AIX
  1157.  #pragma alloca
  1158. #  else
  1159. #   ifndef alloca /* predefined by HP cc +Olibcalls */
  1160. char *alloca ();
  1161. #   endif
  1162. #  endif
  1163. # endif
  1164. #endif
  1165.  
  1166. int main() { t(); return 0; }
  1167. int t() {
  1168. char *p = (char *) alloca(1);
  1169. ; return 0; }
  1170. EOF
  1171. if { (eval echo configure:1172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1172.   rm -rf conftest*
  1173.   ac_cv_func_alloca=yes
  1174. else
  1175.   rm -rf conftest*
  1176.   ac_cv_func_alloca=no
  1177. fi
  1178. rm -f conftest*
  1179.  
  1180. fi
  1181.  
  1182. echo "$ac_t""$ac_cv_func_alloca" 1>&6
  1183. if test $ac_cv_func_alloca = yes; then
  1184.   cat >> confdefs.h <<\EOF
  1185. #define HAVE_ALLOCA 1
  1186. EOF
  1187.  
  1188. fi
  1189.  
  1190. if test $ac_cv_func_alloca = no; then
  1191.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1192.   # that cause trouble.  Some versions do not even contain alloca or
  1193.   # contain a buggy version.  If you still want to use their alloca,
  1194.   # use ar to extract alloca.o from them instead of compiling alloca.c.
  1195.   ALLOCA=alloca.o
  1196.   cat >> confdefs.h <<\EOF
  1197. #define C_ALLOCA 1
  1198. EOF
  1199.  
  1200.  
  1201. echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
  1202. if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
  1203.   echo $ac_n "(cached) $ac_c" 1>&6
  1204. else
  1205.   cat > conftest.$ac_ext <<EOF
  1206. #line 1207 "configure"
  1207. #include "confdefs.h"
  1208. #if defined(CRAY) && ! defined(CRAY2)
  1209. webecray
  1210. #else
  1211. wenotbecray
  1212. #endif
  1213.  
  1214. EOF
  1215. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1216.   egrep "webecray" >/dev/null 2>&1; then
  1217.   rm -rf conftest*
  1218.   ac_cv_os_cray=yes
  1219. else
  1220.   rm -rf conftest*
  1221.   ac_cv_os_cray=no
  1222. fi
  1223. rm -f conftest*
  1224.  
  1225. fi
  1226.  
  1227. echo "$ac_t""$ac_cv_os_cray" 1>&6
  1228. if test $ac_cv_os_cray = yes; then
  1229. for ac_func in _getb67 GETB67 getb67; do
  1230.   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1231. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1232.   echo $ac_n "(cached) $ac_c" 1>&6
  1233. else
  1234.   cat > conftest.$ac_ext <<EOF
  1235. #line 1236 "configure"
  1236. #include "confdefs.h"
  1237. /* System header to define __stub macros and hopefully few prototypes,
  1238.     which can conflict with char $ac_func(); below.  */
  1239. #include <assert.h>
  1240. /* Override any gcc2 internal prototype to avoid an error.  */
  1241. /* We use char because int might match the return type of a gcc2
  1242.     builtin and then its argument prototype would still apply.  */
  1243. char $ac_func();
  1244.  
  1245. int main() { t(); return 0; }
  1246. int t() {
  1247.  
  1248. /* The GNU C library defines this for functions which it implements
  1249.     to always fail with ENOSYS.  Some functions are actually named
  1250.     something starting with __ and the normal name is an alias.  */
  1251. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1252. choke me
  1253. #else
  1254. $ac_func();
  1255. #endif
  1256.  
  1257. ; return 0; }
  1258. EOF
  1259. if { (eval echo configure:1260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1260.   rm -rf conftest*
  1261.   eval "ac_cv_func_$ac_func=yes"
  1262. else
  1263.   rm -rf conftest*
  1264.   eval "ac_cv_func_$ac_func=no"
  1265. fi
  1266. rm -f conftest*
  1267.  
  1268. fi
  1269. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1270.   echo "$ac_t""yes" 1>&6
  1271.   cat >> confdefs.h <<EOF
  1272. #define CRAY_STACKSEG_END $ac_func
  1273. EOF
  1274.  
  1275.   break
  1276. else
  1277.   echo "$ac_t""no" 1>&6
  1278. fi
  1279.  
  1280. done
  1281. fi
  1282.  
  1283. echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
  1284. if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
  1285.   echo $ac_n "(cached) $ac_c" 1>&6
  1286. else
  1287.   if test "$cross_compiling" = yes; then
  1288.   ac_cv_c_stack_direction=0
  1289. else
  1290. cat > conftest.$ac_ext <<EOF
  1291. #line 1292 "configure"
  1292. #include "confdefs.h"
  1293. find_stack_direction ()
  1294. {
  1295.   static char *addr = 0;
  1296.   auto char dummy;
  1297.   if (addr == 0)
  1298.     {
  1299.       addr = &dummy;
  1300.       return find_stack_direction ();
  1301.     }
  1302.   else
  1303.     return (&dummy > addr) ? 1 : -1;
  1304. }
  1305. main ()
  1306. {
  1307.   exit (find_stack_direction() < 0);
  1308. }
  1309. EOF
  1310. { (eval echo configure:1311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1311. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1312.   ac_cv_c_stack_direction=1
  1313. else
  1314.   ac_cv_c_stack_direction=-1
  1315. fi
  1316. fi
  1317. rm -fr conftest*
  1318. fi
  1319.  
  1320. echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
  1321. cat >> confdefs.h <<EOF
  1322. #define STACK_DIRECTION $ac_cv_c_stack_direction
  1323. EOF
  1324.  
  1325. fi
  1326.  
  1327. for ac_func in getpagesize memchr strerror valloc
  1328. do
  1329. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1330. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1331.   echo $ac_n "(cached) $ac_c" 1>&6
  1332. else
  1333.   cat > conftest.$ac_ext <<EOF
  1334. #line 1335 "configure"
  1335. #include "confdefs.h"
  1336. /* System header to define __stub macros and hopefully few prototypes,
  1337.     which can conflict with char $ac_func(); below.  */
  1338. #include <assert.h>
  1339. /* Override any gcc2 internal prototype to avoid an error.  */
  1340. /* We use char because int might match the return type of a gcc2
  1341.     builtin and then its argument prototype would still apply.  */
  1342. char $ac_func();
  1343.  
  1344. int main() { t(); return 0; }
  1345. int t() {
  1346.  
  1347. /* The GNU C library defines this for functions which it implements
  1348.     to always fail with ENOSYS.  Some functions are actually named
  1349.     something starting with __ and the normal name is an alias.  */
  1350. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1351. choke me
  1352. #else
  1353. $ac_func();
  1354. #endif
  1355.  
  1356. ; return 0; }
  1357. EOF
  1358. if { (eval echo configure:1359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1359.   rm -rf conftest*
  1360.   eval "ac_cv_func_$ac_func=yes"
  1361. else
  1362.   rm -rf conftest*
  1363.   eval "ac_cv_func_$ac_func=no"
  1364. fi
  1365. rm -f conftest*
  1366.  
  1367. fi
  1368. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1369.   echo "$ac_t""yes" 1>&6
  1370.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1371.   cat >> confdefs.h <<EOF
  1372. #define $ac_tr_func 1
  1373. EOF
  1374.  
  1375. else
  1376.   echo "$ac_t""no" 1>&6
  1377. fi
  1378. done
  1379.  
  1380. echo $ac_n "checking whether char is unsigned""... $ac_c" 1>&6
  1381. if eval "test \"`echo '$''{'ac_cv_c_char_unsigned'+set}'`\" = set"; then
  1382.   echo $ac_n "(cached) $ac_c" 1>&6
  1383. else
  1384.   if test "$GCC" = yes; then
  1385.   # GCC predefines this symbol on systems where it applies.
  1386. cat > conftest.$ac_ext <<EOF
  1387. #line 1388 "configure"
  1388. #include "confdefs.h"
  1389. #ifdef __CHAR_UNSIGNED__
  1390.   yes
  1391. #endif
  1392.  
  1393. EOF
  1394. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1395.   egrep "yes" >/dev/null 2>&1; then
  1396.   rm -rf conftest*
  1397.   ac_cv_c_char_unsigned=yes
  1398. else
  1399.   rm -rf conftest*
  1400.   ac_cv_c_char_unsigned=no
  1401. fi
  1402. rm -f conftest*
  1403.  
  1404. else
  1405. if test "$cross_compiling" = yes; then
  1406.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1407. else
  1408. cat > conftest.$ac_ext <<EOF
  1409. #line 1410 "configure"
  1410. #include "confdefs.h"
  1411. /* volatile prevents gcc2 from optimizing the test away on sparcs.  */
  1412. #if !defined(__STDC__) || __STDC__ != 1
  1413. #define volatile
  1414. #endif
  1415. main() {
  1416.   volatile char c = 255; exit(c < 0);
  1417. }
  1418. EOF
  1419. { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1420. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1421.   ac_cv_c_char_unsigned=yes
  1422. else
  1423.   ac_cv_c_char_unsigned=no
  1424. fi
  1425. fi
  1426. rm -fr conftest*
  1427. fi
  1428. fi
  1429.  
  1430. echo "$ac_t""$ac_cv_c_char_unsigned" 1>&6
  1431. if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
  1432.   cat >> confdefs.h <<\EOF
  1433. #define __CHAR_UNSIGNED__ 1
  1434. EOF
  1435.  
  1436. fi
  1437.  
  1438. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1439. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  1440.   echo $ac_n "(cached) $ac_c" 1>&6
  1441. else
  1442.   cat > conftest.$ac_ext <<EOF
  1443. #line 1444 "configure"
  1444. #include "confdefs.h"
  1445.  
  1446. int main() { return 0; }
  1447. int t() {
  1448.  
  1449. /* Ultrix mips cc rejects this.  */
  1450. typedef int charset[2]; const charset x;
  1451. /* SunOS 4.1.1 cc rejects this.  */
  1452. char const *const *ccp;
  1453. char **p;
  1454. /* NEC SVR4.0.2 mips cc rejects this.  */
  1455. struct point {int x, y;};
  1456. static struct point const zero = {0,0};
  1457. /* AIX XL C 1.02.0.0 rejects this.
  1458.    It does not let you subtract one const X* pointer from another in an arm
  1459.    of an if-expression whose if-part is not a constant expression */
  1460. const char *g = "string";
  1461. ccp = &g + (g ? g-g : 0);
  1462. /* HPUX 7.0 cc rejects these. */
  1463. ++ccp;
  1464. p = (char**) ccp;
  1465. ccp = (char const *const *) p;
  1466. { /* SCO 3.2v4 cc rejects this.  */
  1467.   char *t;
  1468.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1469.  
  1470.   *t++ = 0;
  1471. }
  1472. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1473.   int x[] = {25, 17};
  1474.   const int *foo = &x[0];
  1475.   ++foo;
  1476. }
  1477. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1478.   typedef const int *iptr;
  1479.   iptr p = 0;
  1480.   ++p;
  1481. }
  1482. { /* AIX XL C 1.02.0.0 rejects this saying
  1483.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1484.   struct s { int j; const int *ap[3]; };
  1485.   struct s *b; b->j = 5;
  1486. }
  1487. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1488.   const int foo = 10;
  1489. }
  1490.  
  1491. ; return 0; }
  1492. EOF
  1493. if { (eval echo configure:1494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1494.   rm -rf conftest*
  1495.   ac_cv_c_const=yes
  1496. else
  1497.   rm -rf conftest*
  1498.   ac_cv_c_const=no
  1499. fi
  1500. rm -f conftest*
  1501.  
  1502. fi
  1503.  
  1504. echo "$ac_t""$ac_cv_c_const" 1>&6
  1505. if test $ac_cv_c_const = no; then
  1506.   cat >> confdefs.h <<\EOF
  1507. #define const 
  1508. EOF
  1509.  
  1510. fi
  1511.  
  1512. echo checking for working mmap
  1513. if test "$cross_compiling" = yes; then
  1514.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1515. else
  1516. cat > conftest.$ac_ext <<EOF
  1517. #line 1518 "configure"
  1518. #include "confdefs.h"
  1519.  
  1520. #include <fcntl.h>
  1521. #include <sys/types.h>
  1522. #include <sys/mman.h>
  1523.  
  1524. #ifdef BSD
  1525. #ifndef BSD4_1
  1526. #define HAVE_GETPAGESIZE
  1527. #endif
  1528. #endif
  1529. #ifndef HAVE_GETPAGESIZE
  1530. #include <sys/param.h>
  1531. #ifdef EXEC_PAGESIZE
  1532. #define getpagesize() EXEC_PAGESIZE
  1533. #else
  1534. #ifdef NBPG
  1535. #define getpagesize() NBPG * CLSIZE
  1536. #ifndef CLSIZE
  1537. #define CLSIZE 1
  1538. #endif /* no CLSIZE */
  1539. #else /* no NBPG */
  1540. #define getpagesize() NBPC
  1541. #endif /* no NBPG */
  1542. #endif /* no EXEC_PAGESIZE */
  1543. #endif /* not HAVE_GETPAGESIZE */
  1544.  
  1545. #ifdef __osf__
  1546. #define valloc malloc
  1547. #endif
  1548.  
  1549. extern char *valloc();
  1550.  
  1551. int
  1552. main()
  1553. {
  1554.   char *buf1, *buf2;
  1555.   int i = getpagesize(), j;
  1556.   int fd;
  1557.  
  1558.   buf1 = valloc(i);
  1559.   buf2 = valloc(i);
  1560.   for (j = 0; j < i; ++j)
  1561.     *(buf1 + j) = rand();
  1562.   fd = open("conftestmmap", O_CREAT | O_RDWR, 0666);
  1563.   write(fd, buf1, i);
  1564.   mmap(buf2, i, PROT_READ | PROT_WRITE, MAP_FIXED | MAP_PRIVATE, fd, 0);
  1565.   for (j = 0; j < i; ++j)
  1566.     if (*(buf1 + j) != *(buf2 + j))
  1567.       exit(1);
  1568.   exit(0);
  1569. }
  1570.  
  1571. EOF
  1572. { (eval echo configure:1573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1573. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1574.   cat >> confdefs.h <<\EOF
  1575. #define HAVE_WORKING_MMAP 1
  1576. EOF
  1577.  
  1578. fi
  1579. fi
  1580. rm -fr conftest*
  1581. trap '' 1 2 15
  1582. cat > confcache <<\EOF
  1583. # This file is a shell script that caches the results of configure
  1584. # tests run on this system so they can be shared between configure
  1585. # scripts and configure runs.  It is not useful on other systems.
  1586. # If it contains results you don't want to keep, you may remove or edit it.
  1587. #
  1588. # By default, configure uses ./config.cache as the cache file,
  1589. # creating it if it does not exist already.  You can give configure
  1590. # the --cache-file=FILE option to use a different cache file; that is
  1591. # what configure does when it calls configure scripts in
  1592. # subdirectories, so they share the cache.
  1593. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1594. # config.status only pays attention to the cache file if you give it the
  1595. # --recheck option to rerun configure.
  1596. #
  1597. EOF
  1598. # Ultrix sh set writes to stderr and can't be redirected directly,
  1599. # and sets the high bit in the cache file unless we assign to the vars.
  1600. (set) 2>&1 |
  1601.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1602.   >> confcache
  1603. if cmp -s $cache_file confcache; then
  1604.   :
  1605. else
  1606.   if test -w $cache_file; then
  1607.     echo "updating cache $cache_file"
  1608.     cat confcache > $cache_file
  1609.   else
  1610.     echo "not updating unwritable cache $cache_file"
  1611.   fi
  1612. fi
  1613. rm -f confcache
  1614.  
  1615. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1616.  
  1617. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1618. # Let make expand exec_prefix.
  1619. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1620.  
  1621. # Any assignment to VPATH causes Sun make to only execute
  1622. # the first set of double-colon rules, so remove it if not needed.
  1623. # If there is a colon in the path, we need to keep it.
  1624. if test "x$srcdir" = x.; then
  1625.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1626. fi
  1627.  
  1628. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1629.  
  1630. # Transform confdefs.h into DEFS.
  1631. # Protect against shell expansion while executing Makefile rules.
  1632. # Protect against Makefile macro expansion.
  1633. cat > conftest.defs <<\EOF
  1634. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  1635. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1636. s%\[%\\&%g
  1637. s%\]%\\&%g
  1638. s%\$%$$%g
  1639. EOF
  1640. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1641. rm -f conftest.defs
  1642.  
  1643.  
  1644. # Without the "./", some shells look in PATH for config.status.
  1645. : ${CONFIG_STATUS=./config.status}
  1646.  
  1647. echo creating $CONFIG_STATUS
  1648. # Some systems, like AmigaOS, won't allow you to remove a script that is
  1649. # being executed, so just move it out of the way instead.
  1650. if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  1651. cat > $CONFIG_STATUS <<EOF
  1652. #! /bin/sh
  1653. # Generated automatically by configure.
  1654. # Run this file to recreate the current configuration.
  1655. # This directory was configured as follows,
  1656. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1657. #
  1658. # $0 $ac_configure_args
  1659. #
  1660. # Compiler output produced by configure, useful for debugging
  1661. # configure, is in ./config.log if it exists.
  1662.  
  1663. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1664. for ac_option
  1665. do
  1666.   case "\$ac_option" in
  1667.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1668.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1669.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1670.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1671.     echo "$CONFIG_STATUS generated by autoconf version 2.10"
  1672.     exit 0 ;;
  1673.   -help | --help | --hel | --he | --h)
  1674.     echo "\$ac_cs_usage"; exit 0 ;;
  1675.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1676.   esac
  1677. done
  1678.  
  1679. ac_given_srcdir=$srcdir
  1680. ac_given_INSTALL="$INSTALL"
  1681.  
  1682. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1683. EOF
  1684. cat >> $CONFIG_STATUS <<EOF
  1685.  
  1686. # Protect against being on the right side of a sed subst in config.status.
  1687. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1688.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1689. $ac_vpsub
  1690. $extrasub
  1691. s%@CFLAGS@%$CFLAGS%g
  1692. s%@CPPFLAGS@%$CPPFLAGS%g
  1693. s%@CXXFLAGS@%$CXXFLAGS%g
  1694. s%@DEFS@%$DEFS%g
  1695. s%@LDFLAGS@%$LDFLAGS%g
  1696. s%@LIBS@%$LIBS%g
  1697. s%@exec_prefix@%$exec_prefix%g
  1698. s%@prefix@%$prefix%g
  1699. s%@program_transform_name@%$program_transform_name%g
  1700. s%@bindir@%$bindir%g
  1701. s%@sbindir@%$sbindir%g
  1702. s%@libexecdir@%$libexecdir%g
  1703. s%@datadir@%$datadir%g
  1704. s%@sysconfdir@%$sysconfdir%g
  1705. s%@sharedstatedir@%$sharedstatedir%g
  1706. s%@localstatedir@%$localstatedir%g
  1707. s%@libdir@%$libdir%g
  1708. s%@includedir@%$includedir%g
  1709. s%@oldincludedir@%$oldincludedir%g
  1710. s%@infodir@%$infodir%g
  1711. s%@guidedir@%$guidedir%g
  1712. s%@psdir@%$psdir%g
  1713. s%@dvidir@%$dvidir%g
  1714. s%@mandir@%$mandir%g
  1715. s%@AWK@%$AWK%g
  1716. s%@CC@%$CC%g
  1717. s%@CPP@%$CPP%g
  1718. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1719. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1720. s%@ALLOCA@%$ALLOCA%g
  1721.  
  1722. CEOF
  1723. EOF
  1724. cat >> $CONFIG_STATUS <<EOF
  1725.  
  1726. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  1727. EOF
  1728. cat >> $CONFIG_STATUS <<\EOF
  1729. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1730.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1731.   case "$ac_file" in
  1732.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1733.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1734.   *) ac_file_in="${ac_file}.in" ;;
  1735.   esac
  1736.  
  1737.   # Adjust relative srcdir, etc. for subdirectories.
  1738.  
  1739.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1740.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1741.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1742.     # The file is in a subdirectory.
  1743.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1744.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1745.     # A "../" for each directory in $ac_dir_suffix.
  1746.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1747.   else
  1748.     ac_dir_suffix= ac_dots=
  1749.   fi
  1750.  
  1751.   case "$ac_given_srcdir" in
  1752.   .)  srcdir=.
  1753.       if test -z "$ac_dots"; then top_srcdir=.
  1754.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1755.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1756.   *) # Relative path.
  1757.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1758.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1759.   esac
  1760.  
  1761.   case "$ac_given_INSTALL" in
  1762.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1763.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1764.   esac
  1765.   echo creating "$ac_file"
  1766.   rm -f "$ac_file"
  1767.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1768.   case "$ac_file" in
  1769.   *Makefile*) ac_comsub="1i\\
  1770. # $configure_input" ;;
  1771.   *) ac_comsub= ;;
  1772.   esac
  1773.   sed -e "$ac_comsub
  1774. s%@configure_input@%$configure_input%g
  1775. s%@srcdir@%$srcdir%g
  1776. s%@top_srcdir@%$top_srcdir%g
  1777. s%@INSTALL@%$INSTALL%g
  1778. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1779. fi; done
  1780. rm -f conftest.subs
  1781.  
  1782.  
  1783.  
  1784. exit 0
  1785. EOF
  1786. chmod +x $CONFIG_STATUS
  1787. rm -f CONFIG.STATUS.old
  1788. rm -fr confdefs* $ac_clean_files
  1789. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1790.  
  1791.