home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / termcap / configure < prev    next >
Encoding:
Text File  |  1998-12-06  |  39.9 KB  |  1,271 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.12 
  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. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52. # Maximum number of lines to put in a shell here document.
  53. ac_max_here_lines=12
  54.  
  55. ac_prev=
  56. for ac_option
  57. do
  58.  
  59.   # If the previous option needs an argument, assign it.
  60.   if test -n "$ac_prev"; then
  61.     eval "$ac_prev=\$ac_option"
  62.     ac_prev=
  63.     continue
  64.   fi
  65.  
  66.   case "$ac_option" in
  67.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  68.   *) ac_optarg= ;;
  69.   esac
  70.  
  71.   # Accept the important Cygnus configure options, so we can diagnose typos.
  72.  
  73.   case "$ac_option" in
  74.  
  75.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  76.     ac_prev=bindir ;;
  77.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  78.     bindir="$ac_optarg" ;;
  79.  
  80.   -build | --build | --buil | --bui | --bu)
  81.     ac_prev=build ;;
  82.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  83.     build="$ac_optarg" ;;
  84.  
  85.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  86.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  87.     ac_prev=cache_file ;;
  88.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  89.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  90.     cache_file="$ac_optarg" ;;
  91.  
  92.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  93.     ac_prev=datadir ;;
  94.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  95.   | --da=*)
  96.     datadir="$ac_optarg" ;;
  97.  
  98.   -disable-* | --disable-*)
  99.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  100.     # Reject names that are not valid shell variable names.
  101.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  102.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  103.     fi
  104.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  105.     eval "enable_${ac_feature}=no" ;;
  106.  
  107.   -enable-* | --enable-*)
  108.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  109.     # Reject names that are not valid shell variable names.
  110.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  111.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  112.     fi
  113.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  114.     case "$ac_option" in
  115.       *=*) ;;
  116.       *) ac_optarg=yes ;;
  117.     esac
  118.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  119.  
  120.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  121.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  122.   | --exec | --exe | --ex)
  123.     ac_prev=exec_prefix ;;
  124.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  125.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  126.   | --exec=* | --exe=* | --ex=*)
  127.     exec_prefix="$ac_optarg" ;;
  128.  
  129.   -gas | --gas | --ga | --g)
  130.     # Obsolete; use --with-gas.
  131.     with_gas=yes ;;
  132.  
  133.   -help | --help | --hel | --he)
  134.     # Omit some internal or obsolete options to make the list less imposing.
  135.     # This message is too long to be a string in the A/UX 3.1 sh.
  136.     cat << EOF
  137. Usage: configure [options] [host]
  138. Options: [defaults in brackets after descriptions]
  139. Configuration:
  140.   --cache-file=FILE       cache test results in FILE
  141.   --help                  print this message
  142.   --no-create             do not create output files
  143.   --quiet, --silent       do not print \`checking...' messages
  144.   --version               print the version of autoconf that created configure
  145. Directory and file names:
  146.   --prefix=PREFIX         install architecture-independent files in PREFIX
  147.                           [$ac_default_prefix]
  148.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  149.                           [same as prefix]
  150.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  151.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  152.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  153.   --datadir=DIR           read-only architecture-independent data in DIR
  154.                           [PREFIX/share]
  155.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  156.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  157.                           [PREFIX/com]
  158.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  159.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  160.   --includedir=DIR        C header files in DIR [PREFIX/include]
  161.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  162.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  163.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  164.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  165.   --program-prefix=PREFIX prepend PREFIX to installed program names
  166.   --program-suffix=SUFFIX append SUFFIX to installed program names
  167.   --program-transform-name=PROGRAM
  168.                           run sed PROGRAM on installed program names
  169. EOF
  170.     cat << EOF
  171. Host type:
  172.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  173.   --host=HOST             configure for HOST [guessed]
  174.   --target=TARGET         configure for TARGET [TARGET=HOST]
  175. Features and packages:
  176.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  177.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  178.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  179.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  180.   --x-includes=DIR        X include files are in DIR
  181.   --x-libraries=DIR       X library files are in DIR
  182. EOF
  183.     if test -n "$ac_help"; then
  184.       echo "--enable and --with options recognized:$ac_help"
  185.     fi
  186.     exit 0 ;;
  187.  
  188.   -host | --host | --hos | --ho)
  189.     ac_prev=host ;;
  190.   -host=* | --host=* | --hos=* | --ho=*)
  191.     host="$ac_optarg" ;;
  192.  
  193.   -includedir | --includedir | --includedi | --included | --include \
  194.   | --includ | --inclu | --incl | --inc)
  195.     ac_prev=includedir ;;
  196.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  197.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  198.     includedir="$ac_optarg" ;;
  199.  
  200.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  201.     ac_prev=infodir ;;
  202.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  203.     infodir="$ac_optarg" ;;
  204.  
  205.   -libdir | --libdir | --libdi | --libd)
  206.     ac_prev=libdir ;;
  207.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  208.     libdir="$ac_optarg" ;;
  209.  
  210.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  211.   | --libexe | --libex | --libe)
  212.     ac_prev=libexecdir ;;
  213.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  214.   | --libexe=* | --libex=* | --libe=*)
  215.     libexecdir="$ac_optarg" ;;
  216.  
  217.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  218.   | --localstate | --localstat | --localsta | --localst \
  219.   | --locals | --local | --loca | --loc | --lo)
  220.     ac_prev=localstatedir ;;
  221.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  222.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  223.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  224.     localstatedir="$ac_optarg" ;;
  225.  
  226.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  227.     ac_prev=mandir ;;
  228.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  229.     mandir="$ac_optarg" ;;
  230.  
  231.   -nfp | --nfp | --nf)
  232.     # Obsolete; use --without-fp.
  233.     with_fp=no ;;
  234.  
  235.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  236.   | --no-cr | --no-c)
  237.     no_create=yes ;;
  238.  
  239.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  240.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  241.     no_recursion=yes ;;
  242.  
  243.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  244.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  245.   | --oldin | --oldi | --old | --ol | --o)
  246.     ac_prev=oldincludedir ;;
  247.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  248.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  249.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  250.     oldincludedir="$ac_optarg" ;;
  251.  
  252.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  253.     ac_prev=prefix ;;
  254.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  255.     prefix="$ac_optarg" ;;
  256.  
  257.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  258.   | --program-pre | --program-pr | --program-p)
  259.     ac_prev=program_prefix ;;
  260.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  261.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  262.     program_prefix="$ac_optarg" ;;
  263.  
  264.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  265.   | --program-suf | --program-su | --program-s)
  266.     ac_prev=program_suffix ;;
  267.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  268.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  269.     program_suffix="$ac_optarg" ;;
  270.  
  271.   -program-transform-name | --program-transform-name \
  272.   | --program-transform-nam | --program-transform-na \
  273.   | --program-transform-n | --program-transform- \
  274.   | --program-transform | --program-transfor \
  275.   | --program-transfo | --program-transf \
  276.   | --program-trans | --program-tran \
  277.   | --progr-tra | --program-tr | --program-t)
  278.     ac_prev=program_transform_name ;;
  279.   -program-transform-name=* | --program-transform-name=* \
  280.   | --program-transform-nam=* | --program-transform-na=* \
  281.   | --program-transform-n=* | --program-transform-=* \
  282.   | --program-transform=* | --program-transfor=* \
  283.   | --program-transfo=* | --program-transf=* \
  284.   | --program-trans=* | --program-tran=* \
  285.   | --progr-tra=* | --program-tr=* | --program-t=*)
  286.     program_transform_name="$ac_optarg" ;;
  287.  
  288.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  289.   | -silent | --silent | --silen | --sile | --sil)
  290.     silent=yes ;;
  291.  
  292.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  293.     ac_prev=sbindir ;;
  294.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  295.   | --sbi=* | --sb=*)
  296.     sbindir="$ac_optarg" ;;
  297.  
  298.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  299.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  300.   | --sharedst | --shareds | --shared | --share | --shar \
  301.   | --sha | --sh)
  302.     ac_prev=sharedstatedir ;;
  303.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  304.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  305.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  306.   | --sha=* | --sh=*)
  307.     sharedstatedir="$ac_optarg" ;;
  308.  
  309.   -site | --site | --sit)
  310.     ac_prev=site ;;
  311.   -site=* | --site=* | --sit=*)
  312.     site="$ac_optarg" ;;
  313.  
  314.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  315.     ac_prev=srcdir ;;
  316.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  317.     srcdir="$ac_optarg" ;;
  318.  
  319.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  320.   | --syscon | --sysco | --sysc | --sys | --sy)
  321.     ac_prev=sysconfdir ;;
  322.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  323.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  324.     sysconfdir="$ac_optarg" ;;
  325.  
  326.   -target | --target | --targe | --targ | --tar | --ta | --t)
  327.     ac_prev=target ;;
  328.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  329.     target="$ac_optarg" ;;
  330.  
  331.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  332.     verbose=yes ;;
  333.  
  334.   -version | --version | --versio | --versi | --vers)
  335.     echo "configure generated by autoconf version 2.12"
  336.     exit 0 ;;
  337.  
  338.   -with-* | --with-*)
  339.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  340.     # Reject names that are not valid shell variable names.
  341.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  342.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  343.     fi
  344.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  345.     case "$ac_option" in
  346.       *=*) ;;
  347.       *) ac_optarg=yes ;;
  348.     esac
  349.     eval "with_${ac_package}='$ac_optarg'" ;;
  350.  
  351.   -without-* | --without-*)
  352.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  353.     # Reject names that are not valid shell variable names.
  354.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  355.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  356.     fi
  357.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  358.     eval "with_${ac_package}=no" ;;
  359.  
  360.   --x)
  361.     # Obsolete; use --with-x.
  362.     with_x=yes ;;
  363.  
  364.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  365.   | --x-incl | --x-inc | --x-in | --x-i)
  366.     ac_prev=x_includes ;;
  367.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  368.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  369.     x_includes="$ac_optarg" ;;
  370.  
  371.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  372.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  373.     ac_prev=x_libraries ;;
  374.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  375.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  376.     x_libraries="$ac_optarg" ;;
  377.  
  378.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  379.     ;;
  380.  
  381.   *)
  382.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  383.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  384.     fi
  385.     if test "x$nonopt" != xNONE; then
  386.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  387.     fi
  388.     nonopt="$ac_option"
  389.     ;;
  390.  
  391.   esac
  392. done
  393.  
  394. if test -n "$ac_prev"; then
  395.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  396. fi
  397.  
  398. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  399.  
  400. # File descriptor usage:
  401. # 0 standard input
  402. # 1 file creation
  403. # 2 errors and warnings
  404. # 3 some systems may open it to /dev/tty
  405. # 4 used on the Kubota Titan
  406. # 6 checking for... messages and results
  407. # 5 compiler messages saved in config.log
  408. if test "$silent" = yes; then
  409.   exec 6>/dev/null
  410. else
  411.   exec 6>&1
  412. fi
  413. exec 5>./config.log
  414.  
  415. echo "\
  416. This file contains any messages produced by compilers while
  417. running configure, to aid debugging if configure makes a mistake.
  418. " 1>&5
  419.  
  420. # Strip out --no-create and --no-recursion so they do not pile up.
  421. # Also quote any args containing shell metacharacters.
  422. ac_configure_args=
  423. for ac_arg
  424. do
  425.   case "$ac_arg" in
  426.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  427.   | --no-cr | --no-c) ;;
  428.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  429.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  430.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  431.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  432.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  433.   esac
  434. done
  435.  
  436. # NLS nuisances.
  437. # Only set these to C if already set.  These must not be set unconditionally
  438. # because not all systems understand e.g. LANG=C (notably SCO).
  439. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  440. # Non-C LC_CTYPE values break the ctype check.
  441. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  442. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  443. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  444. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  445.  
  446. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  447. rm -rf conftest* confdefs.h
  448. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  449. echo > confdefs.h
  450.  
  451. # A filename unique to this package, relative to the directory that
  452. # configure is in, which we can look for to find out if srcdir is correct.
  453. ac_unique_file=termcap.h
  454.  
  455. # Find the source files, if location was not specified.
  456. if test -z "$srcdir"; then
  457.   ac_srcdir_defaulted=yes
  458.   # Try the directory containing this script, then its parent.
  459.   ac_prog=$0
  460.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  461.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  462.   srcdir=$ac_confdir
  463.   if test ! -r $srcdir/$ac_unique_file; then
  464.     srcdir=..
  465.   fi
  466. else
  467.   ac_srcdir_defaulted=no
  468. fi
  469. if test ! -r $srcdir/$ac_unique_file; then
  470.   if test "$ac_srcdir_defaulted" = yes; then
  471.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  472.   else
  473.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  474.   fi
  475. fi
  476. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  477.  
  478. # Prefer explicitly selected file to automatically selected ones.
  479. if test -z "$CONFIG_SITE"; then
  480.   if test "x$prefix" != xNONE; then
  481.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  482.   else
  483.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  484.   fi
  485. fi
  486. for ac_site_file in $CONFIG_SITE; do
  487.   if test -r "$ac_site_file"; then
  488.     echo "loading site script $ac_site_file"
  489.     . "$ac_site_file"
  490.   fi
  491. done
  492.  
  493. if test -r "$cache_file"; then
  494.   echo "loading cache $cache_file"
  495.   . $cache_file
  496. else
  497.   echo "creating cache $cache_file"
  498.   > $cache_file
  499. fi
  500.  
  501. ac_ext=c
  502. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  503. ac_cpp='$CPP $CPPFLAGS'
  504. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  505. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  506. cross_compiling=$ac_cv_prog_cc_cross
  507.  
  508. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  509.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  510.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  511.     ac_n= ac_c='
  512. ' ac_t='    '
  513.   else
  514.     ac_n=-n ac_c= ac_t=
  515.   fi
  516. else
  517.   ac_n= ac_c='\c' ac_t=
  518. fi
  519.  
  520.  
  521. # Extract the first word of "gcc", so it can be a program name with args.
  522. set dummy gcc; ac_word=$2
  523. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  524. echo "configure:525: checking for $ac_word" >&5
  525. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  526.   echo $ac_n "(cached) $ac_c" 1>&6
  527. else
  528.   if test -n "$CC"; then
  529.   ac_cv_prog_CC="$CC" # Let the user override the test.
  530. else
  531.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  532.   for ac_dir in $PATH; do
  533.     test -z "$ac_dir" && ac_dir=.
  534.     if test -f $ac_dir/$ac_word; then
  535.       ac_cv_prog_CC="gcc"
  536.       break
  537.     fi
  538.   done
  539.   IFS="$ac_save_ifs"
  540. fi
  541. fi
  542. CC="$ac_cv_prog_CC"
  543. if test -n "$CC"; then
  544.   echo "$ac_t""$CC" 1>&6
  545. else
  546.   echo "$ac_t""no" 1>&6
  547. fi
  548.  
  549. if test -z "$CC"; then
  550.   # Extract the first word of "cc", so it can be a program name with args.
  551. set dummy cc; ac_word=$2
  552. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  553. echo "configure:554: checking for $ac_word" >&5
  554. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  555.   echo $ac_n "(cached) $ac_c" 1>&6
  556. else
  557.   if test -n "$CC"; then
  558.   ac_cv_prog_CC="$CC" # Let the user override the test.
  559. else
  560.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  561.   ac_prog_rejected=no
  562.   for ac_dir in $PATH; do
  563.     test -z "$ac_dir" && ac_dir=.
  564.     if test -f $ac_dir/$ac_word; then
  565.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  566.         ac_prog_rejected=yes
  567.     continue
  568.       fi
  569.       ac_cv_prog_CC="cc"
  570.       break
  571.     fi
  572.   done
  573.   IFS="$ac_save_ifs"
  574. if test $ac_prog_rejected = yes; then
  575.   # We found a bogon in the path, so make sure we never use it.
  576.   set dummy $ac_cv_prog_CC
  577.   shift
  578.   if test $# -gt 0; then
  579.     # We chose a different compiler from the bogus one.
  580.     # However, it has the same basename, so the bogon will be chosen
  581.     # first if we set CC to just the basename; use the full file name.
  582.     shift
  583.     set dummy "$ac_dir/$ac_word" "$@"
  584.     shift
  585.     ac_cv_prog_CC="$@"
  586.   fi
  587. fi
  588. fi
  589. fi
  590. CC="$ac_cv_prog_CC"
  591. if test -n "$CC"; then
  592.   echo "$ac_t""$CC" 1>&6
  593. else
  594.   echo "$ac_t""no" 1>&6
  595. fi
  596.  
  597.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  598. fi
  599.  
  600. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  601. echo "configure:602: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  602.  
  603. ac_ext=c
  604. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  605. ac_cpp='$CPP $CPPFLAGS'
  606. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  607. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  608. cross_compiling=$ac_cv_prog_cc_cross
  609.  
  610. cat > conftest.$ac_ext <<EOF
  611. #line 612 "configure"
  612. #include "confdefs.h"
  613. main(){return(0);}
  614. EOF
  615. if { (eval echo configure:616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  616.   ac_cv_prog_cc_works=yes
  617.   # If we can't run a trivial program, we are probably using a cross compiler.
  618.   if (./conftest; exit) 2>/dev/null; then
  619.     ac_cv_prog_cc_cross=no
  620.   else
  621.     ac_cv_prog_cc_cross=yes
  622.   fi
  623. else
  624.   echo "configure: failed program was:" >&5
  625.   cat conftest.$ac_ext >&5
  626.   ac_cv_prog_cc_works=no
  627. fi
  628. rm -fr conftest*
  629.  
  630. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  631. if test $ac_cv_prog_cc_works = no; then
  632.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  633. fi
  634. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  635. echo "configure:636: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  636. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  637. cross_compiling=$ac_cv_prog_cc_cross
  638.  
  639. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  640. echo "configure:641: checking whether we are using GNU C" >&5
  641. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  642.   echo $ac_n "(cached) $ac_c" 1>&6
  643. else
  644.   cat > conftest.c <<EOF
  645. #ifdef __GNUC__
  646.   yes;
  647. #endif
  648. EOF
  649. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  650.   ac_cv_prog_gcc=yes
  651. else
  652.   ac_cv_prog_gcc=no
  653. fi
  654. fi
  655.  
  656. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  657.  
  658. if test $ac_cv_prog_gcc = yes; then
  659.   GCC=yes
  660.   ac_test_CFLAGS="${CFLAGS+set}"
  661.   ac_save_CFLAGS="$CFLAGS"
  662.   CFLAGS=
  663.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  664. echo "configure:665: checking whether ${CC-cc} accepts -g" >&5
  665. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  666.   echo $ac_n "(cached) $ac_c" 1>&6
  667. else
  668.   echo 'void f(){}' > conftest.c
  669. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  670.   ac_cv_prog_cc_g=yes
  671. else
  672.   ac_cv_prog_cc_g=no
  673. fi
  674. rm -f conftest*
  675.  
  676. fi
  677.  
  678. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  679.   if test "$ac_test_CFLAGS" = set; then
  680.     CFLAGS="$ac_save_CFLAGS"
  681.   elif test $ac_cv_prog_cc_g = yes; then
  682.     CFLAGS="-g -O2"
  683.   else
  684.     CFLAGS="-O2"
  685.   fi
  686. else
  687.   GCC=
  688.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  689. fi
  690.  
  691. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  692. echo "configure:693: checking how to run the C preprocessor" >&5
  693. # On Suns, sometimes $CPP names a directory.
  694. if test -n "$CPP" && test -d "$CPP"; then
  695.   CPP=
  696. fi
  697. if test -z "$CPP"; then
  698. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  699.   echo $ac_n "(cached) $ac_c" 1>&6
  700. else
  701.     # This must be in double quotes, not single quotes, because CPP may get
  702.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  703.   CPP="${CC-cc} -E"
  704.   # On the NeXT, cc -E runs the code through the compiler's parser,
  705.   # not just through cpp.
  706.   cat > conftest.$ac_ext <<EOF
  707. #line 708 "configure"
  708. #include "confdefs.h"
  709. #include <assert.h>
  710. Syntax Error
  711. EOF
  712. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  713. { (eval echo configure:714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  714. ac_err=`grep -v '^ *+' conftest.out`
  715. if test -z "$ac_err"; then
  716.   :
  717. else
  718.   echo "$ac_err" >&5
  719.   echo "configure: failed program was:" >&5
  720.   cat conftest.$ac_ext >&5
  721.   rm -rf conftest*
  722.   CPP="${CC-cc} -E -traditional-cpp"
  723.   cat > conftest.$ac_ext <<EOF
  724. #line 725 "configure"
  725. #include "confdefs.h"
  726. #include <assert.h>
  727. Syntax Error
  728. EOF
  729. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  730. { (eval echo configure:731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  731. ac_err=`grep -v '^ *+' conftest.out`
  732. if test -z "$ac_err"; then
  733.   :
  734. else
  735.   echo "$ac_err" >&5
  736.   echo "configure: failed program was:" >&5
  737.   cat conftest.$ac_ext >&5
  738.   rm -rf conftest*
  739.   CPP=/lib/cpp
  740. fi
  741. rm -f conftest*
  742. fi
  743. rm -f conftest*
  744.   ac_cv_prog_CPP="$CPP"
  745. fi
  746.   CPP="$ac_cv_prog_CPP"
  747. else
  748.   ac_cv_prog_CPP="$CPP"
  749. fi
  750. echo "$ac_t""$CPP" 1>&6
  751.  
  752. ac_aux_dir=
  753. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  754.   if test -f $ac_dir/install-sh; then
  755.     ac_aux_dir=$ac_dir
  756.     ac_install_sh="$ac_aux_dir/install-sh -c"
  757.     break
  758.   elif test -f $ac_dir/install.sh; then
  759.     ac_aux_dir=$ac_dir
  760.     ac_install_sh="$ac_aux_dir/install.sh -c"
  761.     break
  762.   fi
  763. done
  764. if test -z "$ac_aux_dir"; then
  765.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  766. fi
  767. ac_config_guess=$ac_aux_dir/config.guess
  768. ac_config_sub=$ac_aux_dir/config.sub
  769. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  770.  
  771. # Find a good install program.  We prefer a C program (faster),
  772. # so one script is as good as another.  But avoid the broken or
  773. # incompatible versions:
  774. # SysV /etc/install, /usr/sbin/install
  775. # SunOS /usr/etc/install
  776. # IRIX /sbin/install
  777. # AIX /bin/install
  778. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  779. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  780. # ./install, which can be erroneously created by make from ./install.sh.
  781. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  782. echo "configure:783: checking for a BSD compatible install" >&5
  783. if test -z "$INSTALL"; then
  784. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  785.   echo $ac_n "(cached) $ac_c" 1>&6
  786. else
  787.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  788.   for ac_dir in $PATH; do
  789.     # Account for people who put trailing slashes in PATH elements.
  790.     case "$ac_dir/" in
  791.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  792.     *)
  793.       # OSF1 and SCO ODT 3.0 have their own names for install.
  794.       for ac_prog in ginstall installbsd scoinst install; do
  795.         if test -f $ac_dir/$ac_prog; then
  796.       if test $ac_prog = install &&
  797.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  798.         # AIX install.  It has an incompatible calling convention.
  799.         # OSF/1 installbsd also uses dspmsg, but is usable.
  800.         :
  801.       else
  802.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  803.         break 2
  804.       fi
  805.     fi
  806.       done
  807.       ;;
  808.     esac
  809.   done
  810.   IFS="$ac_save_IFS"
  811.  
  812. fi
  813.   if test "${ac_cv_path_install+set}" = set; then
  814.     INSTALL="$ac_cv_path_install"
  815.   else
  816.     # As a last resort, use the slow shell script.  We don't cache a
  817.     # path for INSTALL within a source directory, because that will
  818.     # break other packages using the cache if that directory is
  819.     # removed, or if the path is relative.
  820.     INSTALL="$ac_install_sh"
  821.   fi
  822. fi
  823. echo "$ac_t""$INSTALL" 1>&6
  824.  
  825. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  826. # It thinks the first close brace ends the variable substitution.
  827. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  828.  
  829. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  830.  
  831. for ac_hdr in string.h
  832. do
  833. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  834. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  835. echo "configure:836: checking for $ac_hdr" >&5
  836. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  837.   echo $ac_n "(cached) $ac_c" 1>&6
  838. else
  839.   cat > conftest.$ac_ext <<EOF
  840. #line 841 "configure"
  841. #include "confdefs.h"
  842. #include <$ac_hdr>
  843. EOF
  844. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  845. { (eval echo configure:846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  846. ac_err=`grep -v '^ *+' conftest.out`
  847. if test -z "$ac_err"; then
  848.   rm -rf conftest*
  849.   eval "ac_cv_header_$ac_safe=yes"
  850. else
  851.   echo "$ac_err" >&5
  852.   echo "configure: failed program was:" >&5
  853.   cat conftest.$ac_ext >&5
  854.   rm -rf conftest*
  855.   eval "ac_cv_header_$ac_safe=no"
  856. fi
  857. rm -f conftest*
  858. fi
  859. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  860.   echo "$ac_t""yes" 1>&6
  861.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  862.   cat >> confdefs.h <<EOF
  863. #define $ac_tr_hdr 1
  864. EOF
  865.  
  866. else
  867.   echo "$ac_t""no" 1>&6
  868. fi
  869. done
  870.  
  871. ac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'`
  872. echo $ac_n "checking for unistd.h""... $ac_c" 1>&6
  873. echo "configure:874: checking for unistd.h" >&5
  874. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  875.   echo $ac_n "(cached) $ac_c" 1>&6
  876. else
  877.   cat > conftest.$ac_ext <<EOF
  878. #line 879 "configure"
  879. #include "confdefs.h"
  880. #include <unistd.h>
  881. EOF
  882. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  883. { (eval echo configure:884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  884. ac_err=`grep -v '^ *+' conftest.out`
  885. if test -z "$ac_err"; then
  886.   rm -rf conftest*
  887.   eval "ac_cv_header_$ac_safe=yes"
  888. else
  889.   echo "$ac_err" >&5
  890.   echo "configure: failed program was:" >&5
  891.   cat conftest.$ac_ext >&5
  892.   rm -rf conftest*
  893.   eval "ac_cv_header_$ac_safe=no"
  894. fi
  895. rm -f conftest*
  896. fi
  897. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  898.   echo "$ac_t""yes" 1>&6
  899.   cat >> confdefs.h <<\EOF
  900. #define HAVE_UNISTD_H 1
  901. EOF
  902.  
  903. else
  904.   echo "$ac_t""no" 1>&6
  905. fi
  906.  
  907. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  908. echo "configure:909: checking for ANSI C header files" >&5
  909. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  910.   echo $ac_n "(cached) $ac_c" 1>&6
  911. else
  912.   cat > conftest.$ac_ext <<EOF
  913. #line 914 "configure"
  914. #include "confdefs.h"
  915. #include <stdlib.h>
  916. #include <stdarg.h>
  917. #include <string.h>
  918. #include <float.h>
  919. EOF
  920. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  921. { (eval echo configure:922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  922. ac_err=`grep -v '^ *+' conftest.out`
  923. if test -z "$ac_err"; then
  924.   rm -rf conftest*
  925.   ac_cv_header_stdc=yes
  926. else
  927.   echo "$ac_err" >&5
  928.   echo "configure: failed program was:" >&5
  929.   cat conftest.$ac_ext >&5
  930.   rm -rf conftest*
  931.   ac_cv_header_stdc=no
  932. fi
  933. rm -f conftest*
  934.  
  935. if test $ac_cv_header_stdc = yes; then
  936.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  937. cat > conftest.$ac_ext <<EOF
  938. #line 939 "configure"
  939. #include "confdefs.h"
  940. #include <string.h>
  941. EOF
  942. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  943.   egrep "memchr" >/dev/null 2>&1; then
  944.   :
  945. else
  946.   rm -rf conftest*
  947.   ac_cv_header_stdc=no
  948. fi
  949. rm -f conftest*
  950.  
  951. fi
  952.  
  953. if test $ac_cv_header_stdc = yes; then
  954.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  955. cat > conftest.$ac_ext <<EOF
  956. #line 957 "configure"
  957. #include "confdefs.h"
  958. #include <stdlib.h>
  959. EOF
  960. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  961.   egrep "free" >/dev/null 2>&1; then
  962.   :
  963. else
  964.   rm -rf conftest*
  965.   ac_cv_header_stdc=no
  966. fi
  967. rm -f conftest*
  968.  
  969. fi
  970.  
  971. if test $ac_cv_header_stdc = yes; then
  972.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  973. if test "$cross_compiling" = yes; then
  974.   :
  975. else
  976.   cat > conftest.$ac_ext <<EOF
  977. #line 978 "configure"
  978. #include "confdefs.h"
  979. #include <ctype.h>
  980. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  981. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  982. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  983. int main () { int i; for (i = 0; i < 256; i++)
  984. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  985. exit (0); }
  986.  
  987. EOF
  988. if { (eval echo configure:989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  989. then
  990.   :
  991. else
  992.   echo "configure: failed program was:" >&5
  993.   cat conftest.$ac_ext >&5
  994.   rm -fr conftest*
  995.   ac_cv_header_stdc=no
  996. fi
  997. rm -fr conftest*
  998. fi
  999.  
  1000. fi
  1001. fi
  1002.  
  1003. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1004. if test $ac_cv_header_stdc = yes; then
  1005.   cat >> confdefs.h <<\EOF
  1006. #define STDC_HEADERS 1
  1007. EOF
  1008.  
  1009. fi
  1010.  
  1011. trap '' 1 2 15
  1012. cat > confcache <<\EOF
  1013. # This file is a shell script that caches the results of configure
  1014. # tests run on this system so they can be shared between configure
  1015. # scripts and configure runs.  It is not useful on other systems.
  1016. # If it contains results you don't want to keep, you may remove or edit it.
  1017. #
  1018. # By default, configure uses ./config.cache as the cache file,
  1019. # creating it if it does not exist already.  You can give configure
  1020. # the --cache-file=FILE option to use a different cache file; that is
  1021. # what configure does when it calls configure scripts in
  1022. # subdirectories, so they share the cache.
  1023. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1024. # config.status only pays attention to the cache file if you give it the
  1025. # --recheck option to rerun configure.
  1026. #
  1027. EOF
  1028. # The following way of writing the cache mishandles newlines in values,
  1029. # but we know of no workaround that is simple, portable, and efficient.
  1030. # So, don't put newlines in cache variables' values.
  1031. # Ultrix sh set writes to stderr and can't be redirected directly,
  1032. # and sets the high bit in the cache file unless we assign to the vars.
  1033. (set) 2>&1 |
  1034.   case `(ac_space=' '; set) 2>&1` in
  1035.   *ac_space=\ *)
  1036.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1037.     # turns \\\\ into \\, and sed turns \\ into \).
  1038.     sed -n \
  1039.       -e "s/'/'\\\\''/g" \
  1040.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  1041.     ;;
  1042.   *)
  1043.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1044.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  1045.     ;;
  1046.   esac >> confcache
  1047. if cmp -s $cache_file confcache; then
  1048.   :
  1049. else
  1050.   if test -w $cache_file; then
  1051.     echo "updating cache $cache_file"
  1052.     cat confcache > $cache_file
  1053.   else
  1054.     echo "not updating unwritable cache $cache_file"
  1055.   fi
  1056. fi
  1057. rm -f confcache
  1058.  
  1059. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1060.  
  1061. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1062. # Let make expand exec_prefix.
  1063. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1064.  
  1065. # Any assignment to VPATH causes Sun make to only execute
  1066. # the first set of double-colon rules, so remove it if not needed.
  1067. # If there is a colon in the path, we need to keep it.
  1068. if test "x$srcdir" = x.; then
  1069.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1070. fi
  1071.  
  1072. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1073.  
  1074. # Transform confdefs.h into DEFS.
  1075. # Protect against shell expansion while executing Makefile rules.
  1076. # Protect against Makefile macro expansion.
  1077. cat > conftest.defs <<\EOF
  1078. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  1079. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1080. s%\[%\\&%g
  1081. s%\]%\\&%g
  1082. s%\$%$$%g
  1083. EOF
  1084. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1085. rm -f conftest.defs
  1086.  
  1087.  
  1088. # Without the "./", some shells look in PATH for config.status.
  1089. : ${CONFIG_STATUS=./config.status}
  1090.  
  1091. echo creating $CONFIG_STATUS
  1092. rm -f $CONFIG_STATUS
  1093. cat > $CONFIG_STATUS <<EOF
  1094. #! /bin/sh
  1095. # Generated automatically by configure.
  1096. # Run this file to recreate the current configuration.
  1097. # This directory was configured as follows,
  1098. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1099. #
  1100. # $0 $ac_configure_args
  1101. #
  1102. # Compiler output produced by configure, useful for debugging
  1103. # configure, is in ./config.log if it exists.
  1104.  
  1105. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1106. for ac_option
  1107. do
  1108.   case "\$ac_option" in
  1109.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1110.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1111.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1112.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1113.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1114.     exit 0 ;;
  1115.   -help | --help | --hel | --he | --h)
  1116.     echo "\$ac_cs_usage"; exit 0 ;;
  1117.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1118.   esac
  1119. done
  1120.  
  1121. ac_given_srcdir=$srcdir
  1122. ac_given_INSTALL="$INSTALL"
  1123.  
  1124. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1125. EOF
  1126. cat >> $CONFIG_STATUS <<EOF
  1127.  
  1128. # Protect against being on the right side of a sed subst in config.status.
  1129. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1130.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1131. $ac_vpsub
  1132. $extrasub
  1133. s%@CFLAGS@%$CFLAGS%g
  1134. s%@CPPFLAGS@%$CPPFLAGS%g
  1135. s%@CXXFLAGS@%$CXXFLAGS%g
  1136. s%@DEFS@%$DEFS%g
  1137. s%@LDFLAGS@%$LDFLAGS%g
  1138. s%@LIBS@%$LIBS%g
  1139. s%@exec_prefix@%$exec_prefix%g
  1140. s%@prefix@%$prefix%g
  1141. s%@program_transform_name@%$program_transform_name%g
  1142. s%@bindir@%$bindir%g
  1143. s%@sbindir@%$sbindir%g
  1144. s%@libexecdir@%$libexecdir%g
  1145. s%@datadir@%$datadir%g
  1146. s%@sysconfdir@%$sysconfdir%g
  1147. s%@sharedstatedir@%$sharedstatedir%g
  1148. s%@localstatedir@%$localstatedir%g
  1149. s%@libdir@%$libdir%g
  1150. s%@includedir@%$includedir%g
  1151. s%@oldincludedir@%$oldincludedir%g
  1152. s%@infodir@%$infodir%g
  1153. s%@mandir@%$mandir%g
  1154. s%@PROGS@%$PROGS%g
  1155. s%@CC@%$CC%g
  1156. s%@CPP@%$CPP%g
  1157. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1158. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1159.  
  1160. CEOF
  1161. EOF
  1162.  
  1163. cat >> $CONFIG_STATUS <<\EOF
  1164.  
  1165. # Split the substitutions into bite-sized pieces for seds with
  1166. # small command number limits, like on Digital OSF/1 and HP-UX.
  1167. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1168. ac_file=1 # Number of current file.
  1169. ac_beg=1 # First line for current file.
  1170. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1171. ac_more_lines=:
  1172. ac_sed_cmds=""
  1173. while $ac_more_lines; do
  1174.   if test $ac_beg -gt 1; then
  1175.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1176.   else
  1177.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1178.   fi
  1179.   if test ! -s conftest.s$ac_file; then
  1180.     ac_more_lines=false
  1181.     rm -f conftest.s$ac_file
  1182.   else
  1183.     if test -z "$ac_sed_cmds"; then
  1184.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1185.     else
  1186.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1187.     fi
  1188.     ac_file=`expr $ac_file + 1`
  1189.     ac_beg=$ac_end
  1190.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1191.   fi
  1192. done
  1193. if test -z "$ac_sed_cmds"; then
  1194.   ac_sed_cmds=cat
  1195. fi
  1196. EOF
  1197.  
  1198. cat >> $CONFIG_STATUS <<EOF
  1199.  
  1200. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  1201. EOF
  1202. cat >> $CONFIG_STATUS <<\EOF
  1203. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1204.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1205.   case "$ac_file" in
  1206.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1207.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1208.   *) ac_file_in="${ac_file}.in" ;;
  1209.   esac
  1210.  
  1211.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1212.  
  1213.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1214.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1215.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1216.     # The file is in a subdirectory.
  1217.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1218.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1219.     # A "../" for each directory in $ac_dir_suffix.
  1220.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1221.   else
  1222.     ac_dir_suffix= ac_dots=
  1223.   fi
  1224.  
  1225.   case "$ac_given_srcdir" in
  1226.   .)  srcdir=.
  1227.       if test -z "$ac_dots"; then top_srcdir=.
  1228.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1229.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1230.   *) # Relative path.
  1231.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1232.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1233.   esac
  1234.  
  1235.   case "$ac_given_INSTALL" in
  1236.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1237.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1238.   esac
  1239.  
  1240.   echo creating "$ac_file"
  1241.   rm -f "$ac_file"
  1242.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1243.   case "$ac_file" in
  1244.   *Makefile*) ac_comsub="1i\\
  1245. # $configure_input" ;;
  1246.   *) ac_comsub= ;;
  1247.   esac
  1248.  
  1249.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1250.   sed -e "$ac_comsub
  1251. s%@configure_input@%$configure_input%g
  1252. s%@srcdir@%$srcdir%g
  1253. s%@top_srcdir@%$top_srcdir%g
  1254. s%@INSTALL@%$INSTALL%g
  1255. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1256. fi; done
  1257. rm -f conftest.s*
  1258.  
  1259. EOF
  1260. cat >> $CONFIG_STATUS <<EOF
  1261.  
  1262. EOF
  1263. cat >> $CONFIG_STATUS <<\EOF
  1264.  
  1265. exit 0
  1266. EOF
  1267. chmod +x $CONFIG_STATUS
  1268. rm -fr confdefs* $ac_clean_files
  1269. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1270.  
  1271.