configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:76k
源码类别:

通讯编程

开发平台:

Visual C++

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