configure
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:222k
源码类别:

Ftp客户端

开发平台:

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.   --disable-gtk20   Don't look for GTK+ 2.0 libraries"
  14. ac_help="$ac_help
  15.   --disable-gtkport   Disable compiling the GTK+ port"
  16. ac_help="$ac_help
  17.   --disable-textport   Disable compiling the text port"
  18. ac_help="$ac_help
  19.   --enable-dmalloc   Enable the dmalloc library"
  20. ac_help="$ac_help
  21.   --disable-largefile     omit support for large files"
  22. ac_help="$ac_help
  23.   --enable-maintainer-mode enable make rules and dependencies not useful
  24.                           (and sometimes confusing) to the casual installer"
  25. ac_help="$ac_help
  26.   --with-glib-prefix=PFX   Prefix where GLIB is installed (optional)"
  27. ac_help="$ac_help
  28.   --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)"
  29. ac_help="$ac_help
  30.   --disable-glibtest       Do not try to compile and run a test GLIB program"
  31. ac_help="$ac_help
  32.   --with-readline         turn on readline [default=yes, default tries -lncurses, -lcurses, -ltermcap]"
  33. ac_help="$ac_help
  34.   --with-dmalloc          use dmalloc, as in
  35.                           ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz"
  36. ac_help="$ac_help
  37.   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)"
  38. ac_help="$ac_help
  39.   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
  40. ac_help="$ac_help
  41.   --disable-gtktest       Do not try to compile and run a test GTK program"
  42. ac_help="$ac_help
  43.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
  44. ac_help="$ac_help
  45.   --disable-rpath         do not hardcode runtime library paths"
  46. ac_help="$ac_help
  47.   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  48.   --without-libiconv-prefix     don't search for libiconv in includedir and libdir"
  49. ac_help="$ac_help
  50.   --disable-nls           do not use Native Language Support"
  51. ac_help="$ac_help
  52.   --with-included-gettext use the GNU gettext library included here"
  53. ac_help="$ac_help
  54.   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  55.   --without-libintl-prefix     don't search for libintl in includedir and libdir"
  56. # Initialize some variables set by options.
  57. # The variables have the same names as the options, with
  58. # dashes changed to underlines.
  59. build=NONE
  60. cache_file=./config.cache
  61. exec_prefix=NONE
  62. host=NONE
  63. no_create=
  64. nonopt=NONE
  65. no_recursion=
  66. prefix=NONE
  67. program_prefix=NONE
  68. program_suffix=NONE
  69. program_transform_name=s,x,x,
  70. silent=
  71. site=
  72. srcdir=
  73. target=NONE
  74. verbose=
  75. x_includes=NONE
  76. x_libraries=NONE
  77. bindir='${exec_prefix}/bin'
  78. sbindir='${exec_prefix}/sbin'
  79. libexecdir='${exec_prefix}/libexec'
  80. datadir='${prefix}/share'
  81. sysconfdir='${prefix}/etc'
  82. sharedstatedir='${prefix}/com'
  83. localstatedir='${prefix}/var'
  84. libdir='${exec_prefix}/lib'
  85. includedir='${prefix}/include'
  86. oldincludedir='/usr/include'
  87. infodir='${prefix}/info'
  88. mandir='${prefix}/man'
  89. # Initialize some other variables.
  90. subdirs=
  91. MFLAGS= MAKEFLAGS=
  92. SHELL=${CONFIG_SHELL-/bin/sh}
  93. # Maximum number of lines to put in a shell here document.
  94. ac_max_here_lines=12
  95. ac_prev=
  96. for ac_option
  97. do
  98.   # If the previous option needs an argument, assign it.
  99.   if test -n "$ac_prev"; then
  100.     eval "$ac_prev=$ac_option"
  101.     ac_prev=
  102.     continue
  103.   fi
  104.   case "$ac_option" in
  105.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  106.   *) ac_optarg= ;;
  107.   esac
  108.   # Accept the important Cygnus configure options, so we can diagnose typos.
  109.   case "$ac_option" in
  110.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  111.     ac_prev=bindir ;;
  112.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  113.     bindir="$ac_optarg" ;;
  114.   -build | --build | --buil | --bui | --bu)
  115.     ac_prev=build ;;
  116.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  117.     build="$ac_optarg" ;;
  118.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  119.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  120.     ac_prev=cache_file ;;
  121.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  122.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  123.     cache_file="$ac_optarg" ;;
  124.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  125.     ac_prev=datadir ;;
  126.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  127.   | --da=*)
  128.     datadir="$ac_optarg" ;;
  129.   -disable-* | --disable-*)
  130.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  131.     # Reject names that are not valid shell variable names.
  132.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  133.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  134.     fi
  135.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  136.     eval "enable_${ac_feature}=no" ;;
  137.   -enable-* | --enable-*)
  138.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  139.     # Reject names that are not valid shell variable names.
  140.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  141.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  142.     fi
  143.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  144.     case "$ac_option" in
  145.       *=*) ;;
  146.       *) ac_optarg=yes ;;
  147.     esac
  148.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  149.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  150.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  151.   | --exec | --exe | --ex)
  152.     ac_prev=exec_prefix ;;
  153.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  154.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  155.   | --exec=* | --exe=* | --ex=*)
  156.     exec_prefix="$ac_optarg" ;;
  157.   -gas | --gas | --ga | --g)
  158.     # Obsolete; use --with-gas.
  159.     with_gas=yes ;;
  160.   -help | --help | --hel | --he)
  161.     # Omit some internal or obsolete options to make the list less imposing.
  162.     # This message is too long to be a string in the A/UX 3.1 sh.
  163.     cat << EOF
  164. Usage: configure [options] [host]
  165. Options: [defaults in brackets after descriptions]
  166. Configuration:
  167.   --cache-file=FILE       cache test results in FILE
  168.   --help                  print this message
  169.   --no-create             do not create output files
  170.   --quiet, --silent       do not print `checking...' messages
  171.   --version               print the version of autoconf that created configure
  172. Directory and file names:
  173.   --prefix=PREFIX         install architecture-independent files in PREFIX
  174.                           [$ac_default_prefix]
  175.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  176.                           [same as prefix]
  177.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  178.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  179.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  180.   --datadir=DIR           read-only architecture-independent data in DIR
  181.                           [PREFIX/share]
  182.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  183.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  184.                           [PREFIX/com]
  185.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  186.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  187.   --includedir=DIR        C header files in DIR [PREFIX/include]
  188.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  189.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  190.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  191.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  192.   --program-prefix=PREFIX prepend PREFIX to installed program names
  193.   --program-suffix=SUFFIX append SUFFIX to installed program names
  194.   --program-transform-name=PROGRAM
  195.                           run sed PROGRAM on installed program names
  196. EOF
  197.     cat << EOF
  198. Host type:
  199.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  200.   --host=HOST             configure for HOST [guessed]
  201.   --target=TARGET         configure for TARGET [TARGET=HOST]
  202. Features and packages:
  203.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  204.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  205.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  206.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  207.   --x-includes=DIR        X include files are in DIR
  208.   --x-libraries=DIR       X library files are in DIR
  209. EOF
  210.     if test -n "$ac_help"; then
  211.       echo "--enable and --with options recognized:$ac_help"
  212.     fi
  213.     exit 0 ;;
  214.   -host | --host | --hos | --ho)
  215.     ac_prev=host ;;
  216.   -host=* | --host=* | --hos=* | --ho=*)
  217.     host="$ac_optarg" ;;
  218.   -includedir | --includedir | --includedi | --included | --include 
  219.   | --includ | --inclu | --incl | --inc)
  220.     ac_prev=includedir ;;
  221.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  222.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  223.     includedir="$ac_optarg" ;;
  224.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  225.     ac_prev=infodir ;;
  226.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  227.     infodir="$ac_optarg" ;;
  228.   -libdir | --libdir | --libdi | --libd)
  229.     ac_prev=libdir ;;
  230.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  231.     libdir="$ac_optarg" ;;
  232.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  233.   | --libexe | --libex | --libe)
  234.     ac_prev=libexecdir ;;
  235.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  236.   | --libexe=* | --libex=* | --libe=*)
  237.     libexecdir="$ac_optarg" ;;
  238.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  239.   | --localstate | --localstat | --localsta | --localst 
  240.   | --locals | --local | --loca | --loc | --lo)
  241.     ac_prev=localstatedir ;;
  242.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  243.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  244.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  245.     localstatedir="$ac_optarg" ;;
  246.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  247.     ac_prev=mandir ;;
  248.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  249.     mandir="$ac_optarg" ;;
  250.   -nfp | --nfp | --nf)
  251.     # Obsolete; use --without-fp.
  252.     with_fp=no ;;
  253.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  254.   | --no-cr | --no-c)
  255.     no_create=yes ;;
  256.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  257.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  258.     no_recursion=yes ;;
  259.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  260.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  261.   | --oldin | --oldi | --old | --ol | --o)
  262.     ac_prev=oldincludedir ;;
  263.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  264.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  265.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  266.     oldincludedir="$ac_optarg" ;;
  267.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  268.     ac_prev=prefix ;;
  269.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  270.     prefix="$ac_optarg" ;;
  271.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  272.   | --program-pre | --program-pr | --program-p)
  273.     ac_prev=program_prefix ;;
  274.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  275.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  276.     program_prefix="$ac_optarg" ;;
  277.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  278.   | --program-suf | --program-su | --program-s)
  279.     ac_prev=program_suffix ;;
  280.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  281.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  282.     program_suffix="$ac_optarg" ;;
  283.   -program-transform-name | --program-transform-name 
  284.   | --program-transform-nam | --program-transform-na 
  285.   | --program-transform-n | --program-transform- 
  286.   | --program-transform | --program-transfor 
  287.   | --program-transfo | --program-transf 
  288.   | --program-trans | --program-tran 
  289.   | --progr-tra | --program-tr | --program-t)
  290.     ac_prev=program_transform_name ;;
  291.   -program-transform-name=* | --program-transform-name=* 
  292.   | --program-transform-nam=* | --program-transform-na=* 
  293.   | --program-transform-n=* | --program-transform-=* 
  294.   | --program-transform=* | --program-transfor=* 
  295.   | --program-transfo=* | --program-transf=* 
  296.   | --program-trans=* | --program-tran=* 
  297.   | --progr-tra=* | --program-tr=* | --program-t=*)
  298.     program_transform_name="$ac_optarg" ;;
  299.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  300.   | -silent | --silent | --silen | --sile | --sil)
  301.     silent=yes ;;
  302.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  303.     ac_prev=sbindir ;;
  304.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  305.   | --sbi=* | --sb=*)
  306.     sbindir="$ac_optarg" ;;
  307.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  308.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  309.   | --sharedst | --shareds | --shared | --share | --shar 
  310.   | --sha | --sh)
  311.     ac_prev=sharedstatedir ;;
  312.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  313.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  314.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  315.   | --sha=* | --sh=*)
  316.     sharedstatedir="$ac_optarg" ;;
  317.   -site | --site | --sit)
  318.     ac_prev=site ;;
  319.   -site=* | --site=* | --sit=*)
  320.     site="$ac_optarg" ;;
  321.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  322.     ac_prev=srcdir ;;
  323.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  324.     srcdir="$ac_optarg" ;;
  325.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  326.   | --syscon | --sysco | --sysc | --sys | --sy)
  327.     ac_prev=sysconfdir ;;
  328.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  329.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  330.     sysconfdir="$ac_optarg" ;;
  331.   -target | --target | --targe | --targ | --tar | --ta | --t)
  332.     ac_prev=target ;;
  333.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  334.     target="$ac_optarg" ;;
  335.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  336.     verbose=yes ;;
  337.   -version | --version | --versio | --versi | --vers)
  338.     echo "configure generated by autoconf version 2.13"
  339.     exit 0 ;;
  340.   -with-* | --with-*)
  341.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  342.     # Reject names that are not valid shell variable names.
  343.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  344.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  345.     fi
  346.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  347.     case "$ac_option" in
  348.       *=*) ;;
  349.       *) ac_optarg=yes ;;
  350.     esac
  351.     eval "with_${ac_package}='$ac_optarg'" ;;
  352.   -without-* | --without-*)
  353.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  354.     # Reject names that are not valid shell variable names.
  355.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  356.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  357.     fi
  358.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  359.     eval "with_${ac_package}=no" ;;
  360.   --x)
  361.     # Obsolete; use --with-x.
  362.     with_x=yes ;;
  363.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  364.   | --x-incl | --x-inc | --x-in | --x-i)
  365.     ac_prev=x_includes ;;
  366.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  367.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  368.     x_includes="$ac_optarg" ;;
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  376.     ;;
  377.   *)
  378.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  379.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  380.     fi
  381.     if test "x$nonopt" != xNONE; then
  382.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  383.     fi
  384.     nonopt="$ac_option"
  385.     ;;
  386.   esac
  387. done
  388. if test -n "$ac_prev"; then
  389.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  390. fi
  391. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  392. # File descriptor usage:
  393. # 0 standard input
  394. # 1 file creation
  395. # 2 errors and warnings
  396. # 3 some systems may open it to /dev/tty
  397. # 4 used on the Kubota Titan
  398. # 6 checking for... messages and results
  399. # 5 compiler messages saved in config.log
  400. if test "$silent" = yes; then
  401.   exec 6>/dev/null
  402. else
  403.   exec 6>&1
  404. fi
  405. exec 5>./config.log
  406. echo "
  407. This file contains any messages produced by compilers while
  408. running configure, to aid debugging if configure makes a mistake.
  409. " 1>&5
  410. # Strip out --no-create and --no-recursion so they do not pile up.
  411. # Also quote any args containing shell metacharacters.
  412. ac_configure_args=
  413. for ac_arg
  414. do
  415.   case "$ac_arg" in
  416.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  417.   | --no-cr | --no-c) ;;
  418.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  419.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  420.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  421.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  422.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  423.   esac
  424. done
  425. # NLS nuisances.
  426. # Only set these to C if already set.  These must not be set unconditionally
  427. # because not all systems understand e.g. LANG=C (notably SCO).
  428. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  429. # Non-C LC_CTYPE values break the ctype check.
  430. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  431. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  432. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  433. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  434. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  435. rm -rf conftest* confdefs.h
  436. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  437. echo > confdefs.h
  438. # A filename unique to this package, relative to the directory that
  439. # configure is in, which we can look for to find out if srcdir is correct.
  440. ac_unique_file=lib/gftp.h
  441. # Find the source files, if location was not specified.
  442. if test -z "$srcdir"; then
  443.   ac_srcdir_defaulted=yes
  444.   # Try the directory containing this script, then its parent.
  445.   ac_prog=$0
  446.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  447.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  448.   srcdir=$ac_confdir
  449.   if test ! -r $srcdir/$ac_unique_file; then
  450.     srcdir=..
  451.   fi
  452. else
  453.   ac_srcdir_defaulted=no
  454. fi
  455. if test ! -r $srcdir/$ac_unique_file; then
  456.   if test "$ac_srcdir_defaulted" = yes; then
  457.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  458.   else
  459.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  460.   fi
  461. fi
  462. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  463. # Prefer explicitly selected file to automatically selected ones.
  464. if test -z "$CONFIG_SITE"; then
  465.   if test "x$prefix" != xNONE; then
  466.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  467.   else
  468.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  469.   fi
  470. fi
  471. for ac_site_file in $CONFIG_SITE; do
  472.   if test -r "$ac_site_file"; then
  473.     echo "loading site script $ac_site_file"
  474.     . "$ac_site_file"
  475.   fi
  476. done
  477. if test -r "$cache_file"; then
  478.   echo "loading cache $cache_file"
  479.   . $cache_file
  480. else
  481.   echo "creating cache $cache_file"
  482.   > $cache_file
  483. fi
  484. ac_ext=c
  485. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  486. ac_cpp='$CPP $CPPFLAGS'
  487. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  488. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  489. cross_compiling=$ac_cv_prog_cc_cross
  490. ac_exeext=
  491. ac_objext=o
  492. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  493.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  494.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  495.     ac_n= ac_c='
  496. ' ac_t=' '
  497.   else
  498.     ac_n=-n ac_c= ac_t=
  499.   fi
  500. else
  501.   ac_n= ac_c='c' ac_t=
  502. fi
  503. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  504. if test "${with_gnu_ld+set}" = set; then
  505.   withval="$with_gnu_ld"
  506.   test "$withval" = no || with_gnu_ld=yes
  507. else
  508.   with_gnu_ld=no
  509. fi
  510. ac_prog=ld
  511. if test "$GCC" = yes; then
  512.   # Check if gcc -print-prog-name=ld gives a path.
  513.   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
  514. echo "configure:580: checking for ld used by GCC" >&5
  515.   case $host in
  516.   *-*-mingw*)
  517.     # gcc leaves a trailing carriage return which upsets mingw
  518.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  519.   *)
  520.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  521.   esac
  522.   case $ac_prog in
  523.     # Accept absolute paths.
  524.     [\/]* | [A-Za-z]:[\/]*)
  525.       re_direlt='/[^/][^/]*/../'
  526.       # Canonicalize the path of ld
  527.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  528.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  529. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  530.       done
  531.       test -z "$LD" && LD="$ac_prog"
  532.       ;;
  533.   "")
  534.     # If it fails, then pretend we aren't using GCC.
  535.     ac_prog=ld
  536.     ;;
  537.   *)
  538.     # If it is relative, then search for the first ld in PATH.
  539.     with_gnu_ld=unknown
  540.     ;;
  541.   esac
  542. elif test "$with_gnu_ld" = yes; then
  543.   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
  544. echo "configure:610: checking for GNU ld" >&5
  545. else
  546.   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  547. echo "configure:613: checking for non-GNU ld" >&5
  548. fi
  549. if eval "test "`echo '$''{'acl_cv_path_LD'+set}'`" = set"; then
  550.   echo $ac_n "(cached) $ac_c" 1>&6
  551. else
  552.   if test -z "$LD"; then
  553.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  554.   for ac_dir in $PATH; do
  555.     test -z "$ac_dir" && ac_dir=.
  556.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  557.       acl_cv_path_LD="$ac_dir/$ac_prog"
  558.       # Check to see if the program is GNU ld.  I'd rather use --version,
  559.       # but apparently some GNU ld's only accept -v.
  560.       # Break only if it was the GNU/non-GNU ld that we prefer.
  561.       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  562. test "$with_gnu_ld" != no && break
  563.       else
  564. test "$with_gnu_ld" != yes && break
  565.       fi
  566.     fi
  567.   done
  568.   IFS="$ac_save_ifs"
  569. else
  570.   acl_cv_path_LD="$LD" # Let the user override the test with a path.
  571. fi
  572. fi
  573. LD="$acl_cv_path_LD"
  574. if test -n "$LD"; then
  575.   echo "$ac_t""$LD" 1>&6
  576. else
  577.   echo "$ac_t""no" 1>&6
  578. fi
  579. test -z "$LD" && { echo "configure: error: no acceptable ld found in $PATH" 1>&2; exit 1; }
  580. echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
  581. echo "configure:648: checking if the linker ($LD) is GNU ld" >&5
  582. if eval "test "`echo '$''{'acl_cv_prog_gnu_ld'+set}'`" = set"; then
  583.   echo $ac_n "(cached) $ac_c" 1>&6
  584. else
  585.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  586. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  587.   acl_cv_prog_gnu_ld=yes
  588. else
  589.   acl_cv_prog_gnu_ld=no
  590. fi
  591. fi
  592. echo "$ac_t""$acl_cv_prog_gnu_ld" 1>&6
  593. with_gnu_ld=$acl_cv_prog_gnu_ld
  594. ac_aux_dir=
  595. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  596.   if test -f $ac_dir/install-sh; then
  597.     ac_aux_dir=$ac_dir
  598.     ac_install_sh="$ac_aux_dir/install-sh -c"
  599.     break
  600.   elif test -f $ac_dir/install.sh; then
  601.     ac_aux_dir=$ac_dir
  602.     ac_install_sh="$ac_aux_dir/install.sh -c"
  603.     break
  604.   fi
  605. done
  606. if test -z "$ac_aux_dir"; then
  607.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  608. fi
  609. ac_config_guess=$ac_aux_dir/config.guess
  610. ac_config_sub=$ac_aux_dir/config.sub
  611. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  612. am__api_version="1.4"
  613. # Find a good install program.  We prefer a C program (faster),
  614. # so one script is as good as another.  But avoid the broken or
  615. # incompatible versions:
  616. # SysV /etc/install, /usr/sbin/install
  617. # SunOS /usr/etc/install
  618. # IRIX /sbin/install
  619. # AIX /bin/install
  620. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  621. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  622. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  623. # ./install, which can be erroneously created by make from ./install.sh.
  624. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  625. echo "configure:701: checking for a BSD compatible install" >&5
  626. if test -z "$INSTALL"; then
  627. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  628.   echo $ac_n "(cached) $ac_c" 1>&6
  629. else
  630.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  631.   for ac_dir in $PATH; do
  632.     # Account for people who put trailing slashes in PATH elements.
  633.     case "$ac_dir/" in
  634.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  635.     *)
  636.       # OSF1 and SCO ODT 3.0 have their own names for install.
  637.       # Don't use installbsd from OSF since it installs stuff as root
  638.       # by default.
  639.       for ac_prog in ginstall scoinst install; do
  640.         if test -f $ac_dir/$ac_prog; then
  641.   if test $ac_prog = install &&
  642.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  643.     # AIX install.  It has an incompatible calling convention.
  644.     :
  645.   else
  646.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  647.     break 2
  648.   fi
  649. fi
  650.       done
  651.       ;;
  652.     esac
  653.   done
  654.   IFS="$ac_save_IFS"
  655. fi
  656.   if test "${ac_cv_path_install+set}" = set; then
  657.     INSTALL="$ac_cv_path_install"
  658.   else
  659.     # As a last resort, use the slow shell script.  We don't cache a
  660.     # path for INSTALL within a source directory, because that will
  661.     # break other packages using the cache if that directory is
  662.     # removed, or if the path is relative.
  663.     INSTALL="$ac_install_sh"
  664.   fi
  665. fi
  666. echo "$ac_t""$INSTALL" 1>&6
  667. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  668. # It thinks the first close brace ends the variable substitution.
  669. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  670. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  671. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  672. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  673. echo "configure:754: checking whether build environment is sane" >&5
  674. # Just in case
  675. sleep 1
  676. echo timestamp > conftestfile
  677. # Do `set' in a subshell so we don't clobber the current shell's
  678. # arguments.  Must try -L first in case configure is actually a
  679. # symlink; some systems play weird games with the mod time of symlinks
  680. # (eg FreeBSD returns the mod time of the symlink's containing
  681. # directory).
  682. if (
  683.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  684.    if test "$*" = "X"; then
  685.       # -L didn't work.
  686.       set X `ls -t $srcdir/configure conftestfile`
  687.    fi
  688.    if test "$*" != "X $srcdir/configure conftestfile" 
  689.       && test "$*" != "X conftestfile $srcdir/configure"; then
  690.       # If neither matched, then we have a broken ls.  This can happen
  691.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  692.       # broken ls alias from the environment.  This has actually
  693.       # happened.  Such a system could not be considered "sane".
  694.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  695. alias in your environment" 1>&2; exit 1; }
  696.    fi
  697.    test "$2" = conftestfile
  698.    )
  699. then
  700.    # Ok.
  701.    :
  702. else
  703.    { echo "configure: error: newly created file is older than distributed files!
  704. Check your system clock" 1>&2; exit 1; }
  705. fi
  706. rm -f conftest*
  707. echo "$ac_t""yes" 1>&6
  708. if test "$program_transform_name" = s,x,x,; then
  709.   program_transform_name=
  710. else
  711.   # Double any  or $.  echo might interpret backslashes.
  712.   cat <<EOF_SED > conftestsed
  713. s,\,\\,g; s,$,$$,g
  714. EOF_SED
  715.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  716.   rm -f conftestsed
  717. fi
  718. test "$program_prefix" != NONE &&
  719.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  720. # Use a double $ so make ignores it.
  721. test "$program_suffix" != NONE &&
  722.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  723. # sed with no file args requires a program.
  724. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  725. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  726. echo "configure:811: checking whether ${MAKE-make} sets ${MAKE}" >&5
  727. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  728. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  729.   echo $ac_n "(cached) $ac_c" 1>&6
  730. else
  731.   cat > conftestmake <<EOF
  732. all:
  733. @echo 'ac_maketemp="${MAKE}"'
  734. EOF
  735. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  736. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  737. if test -n "$ac_maketemp"; then
  738.   eval ac_cv_prog_make_${ac_make}_set=yes
  739. else
  740.   eval ac_cv_prog_make_${ac_make}_set=no
  741. fi
  742. rm -f conftestmake
  743. fi
  744. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  745.   echo "$ac_t""yes" 1>&6
  746.   SET_MAKE=
  747. else
  748.   echo "$ac_t""no" 1>&6
  749.   SET_MAKE="MAKE=${MAKE-make}"
  750. fi
  751. PACKAGE=gftp
  752. VERSION=2.0.14
  753. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  754.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  755. fi
  756. cat >> confdefs.h <<EOF
  757. #define PACKAGE "$PACKAGE"
  758. EOF
  759. cat >> confdefs.h <<EOF
  760. #define VERSION "$VERSION"
  761. EOF
  762. missing_dir=`cd $ac_aux_dir && pwd`
  763. echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
  764. echo "configure:857: checking for working aclocal-${am__api_version}" >&5
  765. # Run test in a subshell; some versions of sh will print an error if
  766. # an executable is not found, even if stderr is redirected.
  767. # Redirect stdin to placate older versions of autoconf.  Sigh.
  768. if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  769.    ACLOCAL=aclocal-${am__api_version}
  770.    echo "$ac_t""found" 1>&6
  771. else
  772.    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
  773.    echo "$ac_t""missing" 1>&6
  774. fi
  775. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  776. echo "configure:870: checking for working autoconf" >&5
  777. # Run test in a subshell; some versions of sh will print an error if
  778. # an executable is not found, even if stderr is redirected.
  779. # Redirect stdin to placate older versions of autoconf.  Sigh.
  780. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  781.    AUTOCONF=autoconf
  782.    echo "$ac_t""found" 1>&6
  783. else
  784.    AUTOCONF="$missing_dir/missing autoconf"
  785.    echo "$ac_t""missing" 1>&6
  786. fi
  787. echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
  788. echo "configure:883: checking for working automake-${am__api_version}" >&5
  789. # Run test in a subshell; some versions of sh will print an error if
  790. # an executable is not found, even if stderr is redirected.
  791. # Redirect stdin to placate older versions of autoconf.  Sigh.
  792. if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  793.    AUTOMAKE=automake-${am__api_version}
  794.    echo "$ac_t""found" 1>&6
  795. else
  796.    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
  797.    echo "$ac_t""missing" 1>&6
  798. fi
  799. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  800. echo "configure:896: checking for working autoheader" >&5
  801. # Run test in a subshell; some versions of sh will print an error if
  802. # an executable is not found, even if stderr is redirected.
  803. # Redirect stdin to placate older versions of autoconf.  Sigh.
  804. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  805.    AUTOHEADER=autoheader
  806.    echo "$ac_t""found" 1>&6
  807. else
  808.    AUTOHEADER="$missing_dir/missing autoheader"
  809.    echo "$ac_t""missing" 1>&6
  810. fi
  811. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  812. echo "configure:909: checking for working makeinfo" >&5
  813. # Run test in a subshell; some versions of sh will print an error if
  814. # an executable is not found, even if stderr is redirected.
  815. # Redirect stdin to placate older versions of autoconf.  Sigh.
  816. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  817.    MAKEINFO=makeinfo
  818.    echo "$ac_t""found" 1>&6
  819. else
  820.    MAKEINFO="$missing_dir/missing makeinfo"
  821.    echo "$ac_t""missing" 1>&6
  822. fi
  823. # Check whether --enable-gtk20 or --disable-gtk20 was given.
  824. if test "${enable_gtk20+set}" = set; then
  825.   enableval="$enable_gtk20"
  826.   enable_gtk20=0
  827. else
  828.   enable_gtk20=1
  829. fi
  830. # Check whether --enable-gtkport or --disable-gtkport was given.
  831. if test "${enable_gtkport+set}" = set; then
  832.   enableval="$enable_gtkport"
  833.   enable_gtkport=0
  834. else
  835.   enable_gtkport=1
  836. fi
  837. # Check whether --enable-textport or --disable-textport was given.
  838. if test "${enable_textport+set}" = set; then
  839.   enableval="$enable_textport"
  840.   enable_textport=0
  841. else
  842.   enable_textport=1
  843. fi
  844. # Check whether --enable-dmalloc or --disable-dmalloc was given.
  845. if test "${enable_dmalloc+set}" = set; then
  846.   enableval="$enable_dmalloc"
  847.   enable_dmalloc=1
  848. else
  849.   enable_dmalloc=0
  850. fi
  851. ALL_LINGUAS="bg cs da de es fi fr hu it ja ko nl no pl pt_BR ro ru sv tr zh_CN zh_TW"
  852. cat >> confdefs.h <<EOF
  853. #define _GNU_SOURCE 1
  854. EOF
  855. # Make sure we can run config.sub.
  856. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  857. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  858. fi
  859. echo $ac_n "checking host system type""... $ac_c" 1>&6
  860. echo "configure:974: checking host system type" >&5
  861. host_alias=$host
  862. case "$host_alias" in
  863. NONE)
  864.   case $nonopt in
  865.   NONE)
  866.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  867.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  868.     fi ;;
  869.   *) host_alias=$nonopt ;;
  870.   esac ;;
  871. esac
  872. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  873. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  874. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  875. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  876. echo "$ac_t""$host" 1>&6
  877. # Extract the first word of "gcc", so it can be a program name with args.
  878. set dummy gcc; ac_word=$2
  879. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  880. echo "configure:997: checking for $ac_word" >&5
  881. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  882.   echo $ac_n "(cached) $ac_c" 1>&6
  883. else
  884.   if test -n "$CC"; then
  885.   ac_cv_prog_CC="$CC" # Let the user override the test.
  886. else
  887.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  888.   ac_dummy="$PATH"
  889.   for ac_dir in $ac_dummy; do
  890.     test -z "$ac_dir" && ac_dir=.
  891.     if test -f $ac_dir/$ac_word; then
  892.       ac_cv_prog_CC="gcc"
  893.       break
  894.     fi
  895.   done
  896.   IFS="$ac_save_ifs"
  897. fi
  898. fi
  899. CC="$ac_cv_prog_CC"
  900. if test -n "$CC"; then
  901.   echo "$ac_t""$CC" 1>&6
  902. else
  903.   echo "$ac_t""no" 1>&6
  904. fi
  905. if test -z "$CC"; then
  906.   # Extract the first word of "cc", so it can be a program name with args.
  907. set dummy cc; ac_word=$2
  908. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  909. echo "configure:1027: checking for $ac_word" >&5
  910. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  911.   echo $ac_n "(cached) $ac_c" 1>&6
  912. else
  913.   if test -n "$CC"; then
  914.   ac_cv_prog_CC="$CC" # Let the user override the test.
  915. else
  916.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  917.   ac_prog_rejected=no
  918.   ac_dummy="$PATH"
  919.   for ac_dir in $ac_dummy; do
  920.     test -z "$ac_dir" && ac_dir=.
  921.     if test -f $ac_dir/$ac_word; then
  922.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  923.         ac_prog_rejected=yes
  924. continue
  925.       fi
  926.       ac_cv_prog_CC="cc"
  927.       break
  928.     fi
  929.   done
  930.   IFS="$ac_save_ifs"
  931. if test $ac_prog_rejected = yes; then
  932.   # We found a bogon in the path, so make sure we never use it.
  933.   set dummy $ac_cv_prog_CC
  934.   shift
  935.   if test $# -gt 0; then
  936.     # We chose a different compiler from the bogus one.
  937.     # However, it has the same basename, so the bogon will be chosen
  938.     # first if we set CC to just the basename; use the full file name.
  939.     shift
  940.     set dummy "$ac_dir/$ac_word" "$@"
  941.     shift
  942.     ac_cv_prog_CC="$@"
  943.   fi
  944. fi
  945. fi
  946. fi
  947. CC="$ac_cv_prog_CC"
  948. if test -n "$CC"; then
  949.   echo "$ac_t""$CC" 1>&6
  950. else
  951.   echo "$ac_t""no" 1>&6
  952. fi
  953.   if test -z "$CC"; then
  954.     case "`uname -s`" in
  955.     *win32* | *WIN32*)
  956.       # Extract the first word of "cl", so it can be a program name with args.
  957. set dummy cl; ac_word=$2
  958. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  959. echo "configure:1078: checking for $ac_word" >&5
  960. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  961.   echo $ac_n "(cached) $ac_c" 1>&6
  962. else
  963.   if test -n "$CC"; then
  964.   ac_cv_prog_CC="$CC" # Let the user override the test.
  965. else
  966.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  967.   ac_dummy="$PATH"
  968.   for ac_dir in $ac_dummy; do
  969.     test -z "$ac_dir" && ac_dir=.
  970.     if test -f $ac_dir/$ac_word; then
  971.       ac_cv_prog_CC="cl"
  972.       break
  973.     fi
  974.   done
  975.   IFS="$ac_save_ifs"
  976. fi
  977. fi
  978. CC="$ac_cv_prog_CC"
  979. if test -n "$CC"; then
  980.   echo "$ac_t""$CC" 1>&6
  981. else
  982.   echo "$ac_t""no" 1>&6
  983. fi
  984.  ;;
  985.     esac
  986.   fi
  987.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  988. fi
  989. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  990. echo "configure:1110: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  991. ac_ext=c
  992. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  993. ac_cpp='$CPP $CPPFLAGS'
  994. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  995. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  996. cross_compiling=$ac_cv_prog_cc_cross
  997. cat > conftest.$ac_ext << EOF
  998. #line 1121 "configure"
  999. #include "confdefs.h"
  1000. main(){return(0);}
  1001. EOF
  1002. if { (eval echo configure:1126: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1003.   ac_cv_prog_cc_works=yes
  1004.   # If we can't run a trivial program, we are probably using a cross compiler.
  1005.   if (./conftest; exit) 2>/dev/null; then
  1006.     ac_cv_prog_cc_cross=no
  1007.   else
  1008.     ac_cv_prog_cc_cross=yes
  1009.   fi
  1010. else
  1011.   echo "configure: failed program was:" >&5
  1012.   cat conftest.$ac_ext >&5
  1013.   ac_cv_prog_cc_works=no
  1014. fi
  1015. rm -fr conftest*
  1016. ac_ext=c
  1017. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1018. ac_cpp='$CPP $CPPFLAGS'
  1019. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1020. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1021. cross_compiling=$ac_cv_prog_cc_cross
  1022. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1023. if test $ac_cv_prog_cc_works = no; then
  1024.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1025. fi
  1026. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1027. echo "configure:1152: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1028. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1029. cross_compiling=$ac_cv_prog_cc_cross
  1030. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1031. echo "configure:1157: checking whether we are using GNU C" >&5
  1032. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  1033.   echo $ac_n "(cached) $ac_c" 1>&6
  1034. else
  1035.   cat > conftest.c <<EOF
  1036. #ifdef __GNUC__
  1037.   yes;
  1038. #endif
  1039. EOF
  1040. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1166: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1041.   ac_cv_prog_gcc=yes
  1042. else
  1043.   ac_cv_prog_gcc=no
  1044. fi
  1045. fi
  1046. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1047. if test $ac_cv_prog_gcc = yes; then
  1048.   GCC=yes
  1049. else
  1050.   GCC=
  1051. fi
  1052. ac_test_CFLAGS="${CFLAGS+set}"
  1053. ac_save_CFLAGS="$CFLAGS"
  1054. CFLAGS=
  1055. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1056. echo "configure:1185: checking whether ${CC-cc} accepts -g" >&5
  1057. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  1058.   echo $ac_n "(cached) $ac_c" 1>&6
  1059. else
  1060.   echo 'void f(){}' > conftest.c
  1061. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1062.   ac_cv_prog_cc_g=yes
  1063. else
  1064.   ac_cv_prog_cc_g=no
  1065. fi
  1066. rm -f conftest*
  1067. fi
  1068. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1069. if test "$ac_test_CFLAGS" = set; then
  1070.   CFLAGS="$ac_save_CFLAGS"
  1071. elif test $ac_cv_prog_cc_g = yes; then
  1072.   if test "$GCC" = yes; then
  1073.     CFLAGS="-g -O2"
  1074.   else
  1075.     CFLAGS="-g"
  1076.   fi
  1077. else
  1078.   if test "$GCC" = yes; then
  1079.     CFLAGS="-O2"
  1080.   else
  1081.     CFLAGS=
  1082.   fi
  1083. fi
  1084. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1085. echo "configure:1217: checking how to run the C preprocessor" >&5
  1086. # On Suns, sometimes $CPP names a directory.
  1087. if test -n "$CPP" && test -d "$CPP"; then
  1088.   CPP=
  1089. fi
  1090. if test -z "$CPP"; then
  1091. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1092.   echo $ac_n "(cached) $ac_c" 1>&6
  1093. else
  1094.     # This must be in double quotes, not single quotes, because CPP may get
  1095.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1096.   CPP="${CC-cc} -E"
  1097.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1098.   # not just through cpp.
  1099.   cat > conftest.$ac_ext <<EOF
  1100. #line 1232 "configure"
  1101. #include "confdefs.h"
  1102. #include <assert.h>
  1103. Syntax Error
  1104. EOF
  1105. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1106. { (eval echo configure:1238: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1107. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1108. if test -z "$ac_err"; then
  1109.   :
  1110. else
  1111.   echo "$ac_err" >&5
  1112.   echo "configure: failed program was:" >&5
  1113.   cat conftest.$ac_ext >&5
  1114.   rm -rf conftest*
  1115.   CPP="${CC-cc} -E -traditional-cpp"
  1116.   cat > conftest.$ac_ext <<EOF
  1117. #line 1249 "configure"
  1118. #include "confdefs.h"
  1119. #include <assert.h>
  1120. Syntax Error
  1121. EOF
  1122. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1123. { (eval echo configure:1255: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1124. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1125. if test -z "$ac_err"; then
  1126.   :
  1127. else
  1128.   echo "$ac_err" >&5
  1129.   echo "configure: failed program was:" >&5
  1130.   cat conftest.$ac_ext >&5
  1131.   rm -rf conftest*
  1132.   CPP="${CC-cc} -nologo -E"
  1133.   cat > conftest.$ac_ext <<EOF
  1134. #line 1266 "configure"
  1135. #include "confdefs.h"
  1136. #include <assert.h>
  1137. Syntax Error
  1138. EOF
  1139. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1140. { (eval echo configure:1272: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1141. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1142. if test -z "$ac_err"; then
  1143.   :
  1144. else
  1145.   echo "$ac_err" >&5
  1146.   echo "configure: failed program was:" >&5
  1147.   cat conftest.$ac_ext >&5
  1148.   rm -rf conftest*
  1149.   CPP=/lib/cpp
  1150. fi
  1151. rm -f conftest*
  1152. fi
  1153. rm -f conftest*
  1154. fi
  1155. rm -f conftest*
  1156.   ac_cv_prog_CPP="$CPP"
  1157. fi
  1158.   CPP="$ac_cv_prog_CPP"
  1159. else
  1160.   ac_cv_prog_CPP="$CPP"
  1161. fi
  1162. echo "$ac_t""$CPP" 1>&6
  1163. echo $ac_n "checking for AIX""... $ac_c" 1>&6
  1164. echo "configure:1297: checking for AIX" >&5
  1165. cat > conftest.$ac_ext <<EOF
  1166. #line 1299 "configure"
  1167. #include "confdefs.h"
  1168. #ifdef _AIX
  1169.   yes
  1170. #endif
  1171. EOF
  1172. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1173.   egrep "yes" >/dev/null 2>&1; then
  1174.   rm -rf conftest*
  1175.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<EOF
  1176. #define _ALL_SOURCE 1
  1177. EOF
  1178. else
  1179.   rm -rf conftest*
  1180.   echo "$ac_t""no" 1>&6
  1181. fi
  1182. rm -f conftest*
  1183. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  1184. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  1185. echo "configure:1322: checking for minix/config.h" >&5
  1186. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1187.   echo $ac_n "(cached) $ac_c" 1>&6
  1188. else
  1189.   cat > conftest.$ac_ext <<EOF
  1190. #line 1327 "configure"
  1191. #include "confdefs.h"
  1192. #include <minix/config.h>
  1193. EOF
  1194. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1195. { (eval echo configure:1332: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1196. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1197. if test -z "$ac_err"; then
  1198.   rm -rf conftest*
  1199.   eval "ac_cv_header_$ac_safe=yes"
  1200. else
  1201.   echo "$ac_err" >&5
  1202.   echo "configure: failed program was:" >&5
  1203.   cat conftest.$ac_ext >&5
  1204.   rm -rf conftest*
  1205.   eval "ac_cv_header_$ac_safe=no"
  1206. fi
  1207. rm -f conftest*
  1208. fi
  1209. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1210.   echo "$ac_t""yes" 1>&6
  1211.   MINIX=yes
  1212. else
  1213.   echo "$ac_t""no" 1>&6
  1214. MINIX=
  1215. fi
  1216. if test "$MINIX" = yes; then
  1217.   cat >> confdefs.h <<EOF
  1218. #define _POSIX_SOURCE 1
  1219. EOF
  1220.   cat >> confdefs.h <<EOF
  1221. #define _POSIX_1_SOURCE 2
  1222. EOF
  1223.   cat >> confdefs.h <<EOF
  1224. #define _MINIX 1
  1225. EOF
  1226. fi
  1227. echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  1228. echo "configure:1370: checking for Cygwin environment" >&5
  1229. if eval "test "`echo '$''{'ac_cv_cygwin'+set}'`" = set"; then
  1230.   echo $ac_n "(cached) $ac_c" 1>&6
  1231. else
  1232.   cat > conftest.$ac_ext <<EOF
  1233. #line 1375 "configure"
  1234. #include "confdefs.h"
  1235. int main() {
  1236. #ifndef __CYGWIN__
  1237. #define __CYGWIN__ __CYGWIN32__
  1238. #endif
  1239. return __CYGWIN__;
  1240. ; return 0; }
  1241. EOF
  1242. if { (eval echo configure:1386: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1243.   rm -rf conftest*
  1244.   ac_cv_cygwin=yes
  1245. else
  1246.   echo "configure: failed program was:" >&5
  1247.   cat conftest.$ac_ext >&5
  1248.   rm -rf conftest*
  1249.   ac_cv_cygwin=no
  1250. fi
  1251. rm -f conftest*
  1252. rm -f conftest*
  1253. fi
  1254. echo "$ac_t""$ac_cv_cygwin" 1>&6
  1255. CYGWIN=
  1256. test "$ac_cv_cygwin" = yes && CYGWIN=yes
  1257. echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  1258. echo "configure:1403: checking for mingw32 environment" >&5
  1259. if eval "test "`echo '$''{'ac_cv_mingw32'+set}'`" = set"; then
  1260.   echo $ac_n "(cached) $ac_c" 1>&6
  1261. else
  1262.   cat > conftest.$ac_ext <<EOF
  1263. #line 1408 "configure"
  1264. #include "confdefs.h"
  1265. int main() {
  1266. return __MINGW32__;
  1267. ; return 0; }
  1268. EOF
  1269. if { (eval echo configure:1415: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1270.   rm -rf conftest*
  1271.   ac_cv_mingw32=yes
  1272. else
  1273.   echo "configure: failed program was:" >&5
  1274.   cat conftest.$ac_ext >&5
  1275.   rm -rf conftest*
  1276.   ac_cv_mingw32=no
  1277. fi
  1278. rm -f conftest*
  1279. rm -f conftest*
  1280. fi
  1281. echo "$ac_t""$ac_cv_mingw32" 1>&6
  1282. MINGW32=
  1283. test "$ac_cv_mingw32" = yes && MINGW32=yes
  1284. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  1285. echo "configure:1434: checking for executable suffix" >&5
  1286. if eval "test "`echo '$''{'ac_cv_exeext'+set}'`" = set"; then
  1287.   echo $ac_n "(cached) $ac_c" 1>&6
  1288. else
  1289.   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  1290.   ac_cv_exeext=.exe
  1291. else
  1292.   rm -f conftest*
  1293.   echo 'int main () { return 0; }' > conftest.$ac_ext
  1294.   ac_cv_exeext=
  1295.   if { (eval echo configure:1444: "$ac_link") 1>&5; (eval $ac_link) 2>&5; }; then
  1296.     for file in conftest.*; do
  1297.       case $file in
  1298.       *.$ac_ext | *.c | *.o | *.obj) ;;
  1299.       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
  1300.       esac
  1301.     done
  1302.   else
  1303.     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  1304.   fi
  1305.   rm -f conftest*
  1306.   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
  1307. fi
  1308. fi
  1309. EXEEXT=""
  1310. test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
  1311. echo "$ac_t""${ac_cv_exeext}" 1>&6
  1312. ac_exeext=$EXEEXT
  1313. # Extract the first word of "ranlib", so it can be a program name with args.
  1314. set dummy ranlib; ac_word=$2
  1315. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1316. echo "configure:1467: checking for $ac_word" >&5
  1317. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1318.   echo $ac_n "(cached) $ac_c" 1>&6
  1319. else
  1320.   if test -n "$RANLIB"; then
  1321.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1322. else
  1323.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1324.   ac_dummy="$PATH"
  1325.   for ac_dir in $ac_dummy; do
  1326.     test -z "$ac_dir" && ac_dir=.
  1327.     if test -f $ac_dir/$ac_word; then
  1328.       ac_cv_prog_RANLIB="ranlib"
  1329.       break
  1330.     fi
  1331.   done
  1332.   IFS="$ac_save_ifs"
  1333.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1334. fi
  1335. fi
  1336. RANLIB="$ac_cv_prog_RANLIB"
  1337. if test -n "$RANLIB"; then
  1338.   echo "$ac_t""$RANLIB" 1>&6
  1339. else
  1340.   echo "$ac_t""no" 1>&6
  1341. fi
  1342. echo $ac_n "checking build system type""... $ac_c" 1>&6
  1343. echo "configure:1495: checking build system type" >&5
  1344. build_alias=$build
  1345. case "$build_alias" in
  1346. NONE)
  1347.   case $nonopt in
  1348.   NONE) build_alias=$host_alias ;;
  1349.   *) build_alias=$nonopt ;;
  1350.   esac ;;
  1351. esac
  1352. build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
  1353. build_cpu=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1354. build_vendor=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1355. build_os=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1356. echo "$ac_t""$build" 1>&6
  1357. if test $host != $build; then
  1358.   ac_tool_prefix=${host_alias}-
  1359. else
  1360.   ac_tool_prefix=
  1361. fi
  1362.    # Check whether --enable-largefile or --disable-largefile was given.
  1363. if test "${enable_largefile+set}" = set; then
  1364.   enableval="$enable_largefile"
  1365.   :
  1366. fi
  1367.    if test "$enable_largefile" != no; then
  1368.      # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
  1369. set dummy ${ac_tool_prefix}getconf; ac_word=$2
  1370. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1371. echo "configure:1529: checking for $ac_word" >&5
  1372. if eval "test "`echo '$''{'ac_cv_prog_GETCONF'+set}'`" = set"; then
  1373.   echo $ac_n "(cached) $ac_c" 1>&6
  1374. else
  1375.   if test -n "$GETCONF"; then
  1376.   ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
  1377. else
  1378.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1379.   ac_dummy="$PATH"
  1380.   for ac_dir in $ac_dummy; do
  1381.     test -z "$ac_dir" && ac_dir=.
  1382.     if test -f $ac_dir/$ac_word; then
  1383.       ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
  1384.       break
  1385.     fi
  1386.   done
  1387.   IFS="$ac_save_ifs"
  1388.   test -z "$ac_cv_prog_GETCONF" && ac_cv_prog_GETCONF="getconf"
  1389. fi
  1390. fi
  1391. GETCONF="$ac_cv_prog_GETCONF"
  1392. if test -n "$GETCONF"; then
  1393.   echo "$ac_t""$GETCONF" 1>&6
  1394. else
  1395.   echo "$ac_t""no" 1>&6
  1396. fi
  1397.      echo $ac_n "checking for CFLAGS value to request large file support""... $ac_c" 1>&6
  1398. echo "configure:1559: checking for CFLAGS value to request large file support" >&5
  1399. if eval "test "`echo '$''{'ac_cv_sys_largefile_CFLAGS'+set}'`" = set"; then
  1400.   echo $ac_n "(cached) $ac_c" 1>&6
  1401. else
  1402.   ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
  1403. ac_cv_sys_largefile_CFLAGS=no
  1404. case "$host_os" in
  1405.    # IRIX 6.2 and later require cc -n32.
  1406.    irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
  1407.      if test "$GCC" != yes; then
  1408.        ac_cv_sys_largefile_CFLAGS=-n32
  1409.      fi
  1410.      ac_save_CC="$CC"
  1411.      CC="$CC $ac_cv_sys_largefile_CFLAGS"
  1412.      cat > conftest.$ac_ext <<EOF
  1413. #line 1574 "configure"
  1414. #include "confdefs.h"
  1415. int main() {
  1416. ; return 0; }
  1417. EOF
  1418. if { (eval echo configure:1581: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1419.   :
  1420. else
  1421.   echo "configure: failed program was:" >&5
  1422.   cat conftest.$ac_ext >&5
  1423.   rm -rf conftest*
  1424.   ac_cv_sys_largefile_CFLAGS=no
  1425. fi
  1426. rm -f conftest*
  1427.      CC="$ac_save_CC"
  1428.    esac
  1429.       }
  1430. fi
  1431. echo "$ac_t""$ac_cv_sys_largefile_CFLAGS" 1>&6
  1432.      echo $ac_n "checking for LDFLAGS value to request large file support""... $ac_c" 1>&6
  1433. echo "configure:1597: checking for LDFLAGS value to request large file support" >&5
  1434. if eval "test "`echo '$''{'ac_cv_sys_largefile_LDFLAGS'+set}'`" = set"; then
  1435.   echo $ac_n "(cached) $ac_c" 1>&6
  1436. else
  1437.   ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
  1438. ac_cv_sys_largefile_LDFLAGS=no
  1439.       }
  1440. fi
  1441. echo "$ac_t""$ac_cv_sys_largefile_LDFLAGS" 1>&6
  1442.      echo $ac_n "checking for LIBS value to request large file support""... $ac_c" 1>&6
  1443. echo "configure:1609: checking for LIBS value to request large file support" >&5
  1444. if eval "test "`echo '$''{'ac_cv_sys_largefile_LIBS'+set}'`" = set"; then
  1445.   echo $ac_n "(cached) $ac_c" 1>&6
  1446. else
  1447.   ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
  1448. ac_cv_sys_largefile_LIBS=no
  1449.       }
  1450. fi
  1451. echo "$ac_t""$ac_cv_sys_largefile_LIBS" 1>&6
  1452.      for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  1453.        case "$ac_flag" in
  1454.        no) ;;
  1455.        -D_FILE_OFFSET_BITS=*) ;;
  1456.        -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
  1457.        -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
  1458.        -D?* | -I?*)
  1459.  case "$ac_flag" in
  1460.    no) ;;
  1461.    ?*)
  1462.      case "$CPPFLAGS" in
  1463.      '') CPPFLAGS="$ac_flag" ;;
  1464.      *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
  1465.      esac ;;
  1466.    esac ;;
  1467.        *)
  1468.  case "$ac_flag" in
  1469.    no) ;;
  1470.    ?*)
  1471.      case "$CFLAGS" in
  1472.      '') CFLAGS="$ac_flag" ;;
  1473.      *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
  1474.      esac ;;
  1475.    esac ;;
  1476.        esac
  1477.      done
  1478.      case "$ac_cv_sys_largefile_LDFLAGS" in
  1479.    no) ;;
  1480.    ?*)
  1481.      case "$LDFLAGS" in
  1482.      '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
  1483.      *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
  1484.      esac ;;
  1485.    esac
  1486.      case "$ac_cv_sys_largefile_LIBS" in
  1487.    no) ;;
  1488.    ?*)
  1489.      case "$LIBS" in
  1490.      '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
  1491.      *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
  1492.      esac ;;
  1493.    esac
  1494.      echo $ac_n "checking for _FILE_OFFSET_BITS""... $ac_c" 1>&6
  1495. echo "configure:1664: checking for _FILE_OFFSET_BITS" >&5
  1496. if eval "test "`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`" = set"; then
  1497.   echo $ac_n "(cached) $ac_c" 1>&6
  1498. else
  1499.   ac_cv_sys_file_offset_bits=no
  1500.       
  1501.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  1502. case "$ac_flag" in
  1503. -D_FILE_OFFSET_BITS)
  1504.   ac_cv_sys_file_offset_bits=1 ;;
  1505. -D_FILE_OFFSET_BITS=*)
  1506.   ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  1507. esac
  1508.       done
  1509.       
  1510. fi
  1511. echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
  1512.    if test "$ac_cv_sys_file_offset_bits" != no; then
  1513.      cat >> confdefs.h <<EOF
  1514. #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
  1515. EOF
  1516.    fi
  1517.      echo $ac_n "checking for _LARGEFILE_SOURCE""... $ac_c" 1>&6
  1518. echo "configure:1689: checking for _LARGEFILE_SOURCE" >&5
  1519. if eval "test "`echo '$''{'ac_cv_sys_largefile_source'+set}'`" = set"; then
  1520.   echo $ac_n "(cached) $ac_c" 1>&6
  1521. else
  1522.   ac_cv_sys_largefile_source=no
  1523.       case "$host_os" in
  1524. # HP-UX 10.20 and later
  1525. hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
  1526.   ac_cv_sys_largefile_source=1 ;;
  1527. esac
  1528.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  1529. case "$ac_flag" in
  1530. -D_LARGEFILE_SOURCE)
  1531.   ac_cv_sys_largefile_source=1 ;;
  1532. -D_LARGEFILE_SOURCE=*)
  1533.   ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  1534. esac
  1535.       done
  1536.       
  1537. fi
  1538. echo "$ac_t""$ac_cv_sys_largefile_source" 1>&6
  1539.    if test "$ac_cv_sys_largefile_source" != no; then
  1540.      cat >> confdefs.h <<EOF
  1541. #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
  1542. EOF
  1543.    fi
  1544.      echo $ac_n "checking for _LARGE_FILES""... $ac_c" 1>&6
  1545. echo "configure:1718: checking for _LARGE_FILES" >&5
  1546. if eval "test "`echo '$''{'ac_cv_sys_large_files'+set}'`" = set"; then
  1547.   echo $ac_n "(cached) $ac_c" 1>&6
  1548. else
  1549.   ac_cv_sys_large_files=no
  1550.       case "$host_os" in
  1551. # AIX 4.2 and later
  1552. aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*)
  1553.   ac_cv_sys_large_files=1 ;;
  1554. esac
  1555.       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
  1556. case "$ac_flag" in
  1557. -D_LARGE_FILES)
  1558.   ac_cv_sys_large_files=1 ;;
  1559. -D_LARGE_FILES=*)
  1560.   ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=(.*)'` ;;
  1561. esac
  1562.       done
  1563.       
  1564. fi
  1565. echo "$ac_t""$ac_cv_sys_large_files" 1>&6
  1566.    if test "$ac_cv_sys_large_files" != no; then
  1567.      cat >> confdefs.h <<EOF
  1568. #define _LARGE_FILES $ac_cv_sys_large_files
  1569. EOF
  1570.    fi
  1571.    fi
  1572.   
  1573. echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
  1574. echo "configure:1752: checking for ${CC-cc} option to accept ANSI C" >&5
  1575. if eval "test "`echo '$''{'am_cv_prog_cc_stdc'+set}'`" = set"; then
  1576.   echo $ac_n "(cached) $ac_c" 1>&6
  1577. else
  1578.   am_cv_prog_cc_stdc=no
  1579. ac_save_CC="$CC"
  1580. # Don't try gcc -ansi; that turns off useful extensions and
  1581. # breaks some systems' header files.
  1582. # AIX -qlanglvl=ansi
  1583. # Ultrix and OSF/1 -std1
  1584. # HP-UX -Aa -D_HPUX_SOURCE
  1585. # SVR4 -Xc -D__EXTENSIONS__
  1586. for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1587. do
  1588.   CC="$ac_save_CC $ac_arg"
  1589.   cat > conftest.$ac_ext <<EOF
  1590. #line 1768 "configure"
  1591. #include "confdefs.h"
  1592. #include <stdarg.h>
  1593. #include <stdio.h>
  1594. #include <sys/types.h>
  1595. #include <sys/stat.h>
  1596. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1597. struct buf { int x; };
  1598. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1599. static char *e (p, i)
  1600.      char **p;
  1601.      int i;
  1602. {
  1603.   return p[i];
  1604. }
  1605. static char *f (char * (*g) (char **, int), char **p, ...)
  1606. {
  1607.   char *s;
  1608.   va_list v;
  1609.   va_start (v,p);
  1610.   s = g (p, va_arg (v,int));
  1611.   va_end (v);
  1612.   return s;
  1613. }
  1614. int test (int i, double x);
  1615. struct s1 {int (*f) (int a);};
  1616. struct s2 {int (*f) (double a);};
  1617. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1618. int argc;
  1619. char **argv;
  1620. int main() {
  1621. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1622. ; return 0; }
  1623. EOF
  1624. if { (eval echo configure:1805: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1625.   rm -rf conftest*
  1626.   am_cv_prog_cc_stdc="$ac_arg"; break
  1627. else
  1628.   echo "configure: failed program was:" >&5
  1629.   cat conftest.$ac_ext >&5
  1630. fi
  1631. rm -f conftest*
  1632. done
  1633. CC="$ac_save_CC"
  1634. fi
  1635. if test -z "$am_cv_prog_cc_stdc"; then
  1636.   echo "$ac_t""none needed" 1>&6
  1637. else
  1638.   echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
  1639. fi
  1640. case "x$am_cv_prog_cc_stdc" in
  1641.   x|xno) ;;
  1642.   *) CC="$CC $am_cv_prog_cc_stdc" ;;
  1643. esac
  1644. echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
  1645. echo "configure:1831: checking for function prototypes" >&5
  1646. if test "$am_cv_prog_cc_stdc" != no; then
  1647.   echo "$ac_t""yes" 1>&6
  1648.   cat >> confdefs.h <<EOF
  1649. #define PROTOTYPES 1
  1650. EOF
  1651.   U= ANSI2KNR=
  1652. else
  1653.   echo "$ac_t""no" 1>&6
  1654.   U=_ ANSI2KNR=./ansi2knr
  1655.   # Ensure some checks needed by ansi2knr itself.
  1656.   echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1657. echo "configure:1844: checking for ANSI C header files" >&5
  1658. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1659.   echo $ac_n "(cached) $ac_c" 1>&6
  1660. else
  1661.   cat > conftest.$ac_ext <<EOF
  1662. #line 1849 "configure"
  1663. #include "confdefs.h"
  1664. #include <stdlib.h>
  1665. #include <stdarg.h>
  1666. #include <string.h>
  1667. #include <float.h>
  1668. EOF
  1669. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1670. { (eval echo configure:1857: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1671. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1672. if test -z "$ac_err"; then
  1673.   rm -rf conftest*
  1674.   ac_cv_header_stdc=yes
  1675. else
  1676.   echo "$ac_err" >&5
  1677.   echo "configure: failed program was:" >&5
  1678.   cat conftest.$ac_ext >&5
  1679.   rm -rf conftest*
  1680.   ac_cv_header_stdc=no
  1681. fi
  1682. rm -f conftest*
  1683. if test $ac_cv_header_stdc = yes; then
  1684.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1685. cat > conftest.$ac_ext <<EOF
  1686. #line 1874 "configure"
  1687. #include "confdefs.h"
  1688. #include <string.h>
  1689. EOF
  1690. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1691.   egrep "memchr" >/dev/null 2>&1; then
  1692.   :
  1693. else
  1694.   rm -rf conftest*
  1695.   ac_cv_header_stdc=no
  1696. fi
  1697. rm -f conftest*
  1698. fi
  1699. if test $ac_cv_header_stdc = yes; then
  1700.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1701. cat > conftest.$ac_ext <<EOF
  1702. #line 1892 "configure"
  1703. #include "confdefs.h"
  1704. #include <stdlib.h>
  1705. EOF
  1706. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1707.   egrep "free" >/dev/null 2>&1; then
  1708.   :
  1709. else
  1710.   rm -rf conftest*
  1711.   ac_cv_header_stdc=no
  1712. fi
  1713. rm -f conftest*
  1714. fi
  1715. if test $ac_cv_header_stdc = yes; then
  1716.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1717. if test "$cross_compiling" = yes; then
  1718.   :
  1719. else
  1720.   cat > conftest.$ac_ext <<EOF
  1721. #line 1913 "configure"
  1722. #include "confdefs.h"
  1723. #include <ctype.h>
  1724. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1725. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1726. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1727. int main () { int i; for (i = 0; i < 256; i++)
  1728. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1729. exit (0); }
  1730. EOF
  1731. if { (eval echo configure:1924: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1732. then
  1733.   :
  1734. else
  1735.   echo "configure: failed program was:" >&5
  1736.   cat conftest.$ac_ext >&5
  1737.   rm -fr conftest*
  1738.   ac_cv_header_stdc=no
  1739. fi
  1740. rm -fr conftest*
  1741. fi
  1742. fi
  1743. fi
  1744. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1745. if test $ac_cv_header_stdc = yes; then
  1746.   cat >> confdefs.h <<EOF
  1747. #define STDC_HEADERS 1
  1748. EOF
  1749. fi
  1750.   for ac_hdr in string.h
  1751. do
  1752. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1753. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1754. echo "configure:1951: checking for $ac_hdr" >&5
  1755. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1756.   echo $ac_n "(cached) $ac_c" 1>&6
  1757. else
  1758.   cat > conftest.$ac_ext <<EOF
  1759. #line 1956 "configure"
  1760. #include "confdefs.h"
  1761. #include <$ac_hdr>
  1762. EOF
  1763. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1764. { (eval echo configure:1961: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1765. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1766. if test -z "$ac_err"; then
  1767.   rm -rf conftest*
  1768.   eval "ac_cv_header_$ac_safe=yes"
  1769. else
  1770.   echo "$ac_err" >&5
  1771.   echo "configure: failed program was:" >&5
  1772.   cat conftest.$ac_ext >&5
  1773.   rm -rf conftest*
  1774.   eval "ac_cv_header_$ac_safe=no"
  1775. fi
  1776. rm -f conftest*
  1777. fi
  1778. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1779.   echo "$ac_t""yes" 1>&6
  1780.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1781.   cat >> confdefs.h <<EOF
  1782. #define $ac_tr_hdr 1
  1783. EOF
  1784.  
  1785. else
  1786.   echo "$ac_t""no" 1>&6
  1787. fi
  1788. done
  1789. fi
  1790. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1791. echo "configure:1990: checking for working const" >&5
  1792. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1793.   echo $ac_n "(cached) $ac_c" 1>&6
  1794. else
  1795.   cat > conftest.$ac_ext <<EOF
  1796. #line 1995 "configure"
  1797. #include "confdefs.h"
  1798. int main() {
  1799. /* Ultrix mips cc rejects this.  */
  1800. typedef int charset[2]; const charset x;
  1801. /* SunOS 4.1.1 cc rejects this.  */
  1802. char const *const *ccp;
  1803. char **p;
  1804. /* NEC SVR4.0.2 mips cc rejects this.  */
  1805. struct point {int x, y;};
  1806. static struct point const zero = {0,0};
  1807. /* AIX XL C 1.02.0.0 rejects this.
  1808.    It does not let you subtract one const X* pointer from another in an arm
  1809.    of an if-expression whose if-part is not a constant expression */
  1810. const char *g = "string";
  1811. ccp = &g + (g ? g-g : 0);
  1812. /* HPUX 7.0 cc rejects these. */
  1813. ++ccp;
  1814. p = (char**) ccp;
  1815. ccp = (char const *const *) p;
  1816. { /* SCO 3.2v4 cc rejects this.  */
  1817.   char *t;
  1818.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1819.   *t++ = 0;
  1820. }
  1821. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1822.   int x[] = {25, 17};
  1823.   const int *foo = &x[0];
  1824.   ++foo;
  1825. }
  1826. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1827.   typedef const int *iptr;
  1828.   iptr p = 0;
  1829.   ++p;
  1830. }
  1831. { /* AIX XL C 1.02.0.0 rejects this saying
  1832.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1833.   struct s { int j; const int *ap[3]; };
  1834.   struct s *b; b->j = 5;
  1835. }
  1836. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1837.   const int foo = 10;
  1838. }
  1839. ; return 0; }
  1840. EOF
  1841. if { (eval echo configure:2044: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1842.   rm -rf conftest*
  1843.   ac_cv_c_const=yes
  1844. else
  1845.   echo "configure: failed program was:" >&5
  1846.   cat conftest.$ac_ext >&5
  1847.   rm -rf conftest*
  1848.   ac_cv_c_const=no
  1849. fi
  1850. rm -f conftest*
  1851. fi
  1852. echo "$ac_t""$ac_cv_c_const" 1>&6
  1853. if test $ac_cv_c_const = no; then
  1854.   cat >> confdefs.h <<EOF
  1855. #define const 
  1856. EOF
  1857. fi
  1858. echo $ac_n "checking for inline""... $ac_c" 1>&6
  1859. echo "configure:2065: checking for inline" >&5
  1860. if eval "test "`echo '$''{'ac_cv_c_inline'+set}'`" = set"; then
  1861.   echo $ac_n "(cached) $ac_c" 1>&6
  1862. else
  1863.   ac_cv_c_inline=no
  1864. for ac_kw in inline __inline__ __inline; do
  1865.   cat > conftest.$ac_ext <<EOF
  1866. #line 2072 "configure"
  1867. #include "confdefs.h"
  1868. int main() {
  1869. } $ac_kw foo() {
  1870. ; return 0; }
  1871. EOF
  1872. if { (eval echo configure:2079: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1873.   rm -rf conftest*
  1874.   ac_cv_c_inline=$ac_kw; break
  1875. else
  1876.   echo "configure: failed program was:" >&5
  1877.   cat conftest.$ac_ext >&5
  1878. fi
  1879. rm -f conftest*
  1880. done
  1881. fi
  1882. echo "$ac_t""$ac_cv_c_inline" 1>&6
  1883. case "$ac_cv_c_inline" in
  1884.   inline | yes) ;;
  1885.   no) cat >> confdefs.h <<EOF
  1886. #define inline 
  1887. EOF
  1888.  ;;
  1889.   *)  cat >> confdefs.h <<EOF
  1890. #define inline $ac_cv_c_inline
  1891. EOF
  1892.  ;;
  1893. esac
  1894. echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
  1895. echo "configure:2106: checking whether to enable maintainer-specific portions of Makefiles" >&5
  1896.     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  1897. if test "${enable_maintainer_mode+set}" = set; then
  1898.   enableval="$enable_maintainer_mode"
  1899.   USE_MAINTAINER_MODE=$enableval
  1900. else
  1901.   USE_MAINTAINER_MODE=no
  1902. fi
  1903.   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
  1904.   
  1905. if test $USE_MAINTAINER_MODE = yes; then
  1906.   MAINTAINER_MODE_TRUE=
  1907.   MAINTAINER_MODE_FALSE='#'
  1908. else
  1909.   MAINTAINER_MODE_TRUE='#'
  1910.   MAINTAINER_MODE_FALSE=
  1911. fi
  1912.   MAINT=$MAINTAINER_MODE_TRUE
  1913.   
  1914. for ac_prog in mawk gawk nawk awk
  1915. do
  1916. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1917. set dummy $ac_prog; ac_word=$2
  1918. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1919. echo "configure:2134: checking for $ac_word" >&5
  1920. if eval "test "`echo '$''{'ac_cv_prog_AWK'+set}'`" = set"; then
  1921.   echo $ac_n "(cached) $ac_c" 1>&6
  1922. else
  1923.   if test -n "$AWK"; then
  1924.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1925. else
  1926.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1927.   ac_dummy="$PATH"
  1928.   for ac_dir in $ac_dummy; do
  1929.     test -z "$ac_dir" && ac_dir=.
  1930.     if test -f $ac_dir/$ac_word; then
  1931.       ac_cv_prog_AWK="$ac_prog"
  1932.       break
  1933.     fi
  1934.   done
  1935.   IFS="$ac_save_ifs"
  1936. fi
  1937. fi
  1938. AWK="$ac_cv_prog_AWK"
  1939. if test -n "$AWK"; then
  1940.   echo "$ac_t""$AWK" 1>&6
  1941. else
  1942.   echo "$ac_t""no" 1>&6
  1943. fi
  1944. test -n "$AWK" && break
  1945. done
  1946. # Find a good install program.  We prefer a C program (faster),
  1947. # so one script is as good as another.  But avoid the broken or
  1948. # incompatible versions:
  1949. # SysV /etc/install, /usr/sbin/install
  1950. # SunOS /usr/etc/install
  1951. # IRIX /sbin/install
  1952. # AIX /bin/install
  1953. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1954. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1955. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1956. # ./install, which can be erroneously created by make from ./install.sh.
  1957. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1958. echo "configure:2175: checking for a BSD compatible install" >&5
  1959. if test -z "$INSTALL"; then
  1960. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1961.   echo $ac_n "(cached) $ac_c" 1>&6
  1962. else
  1963.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  1964.   for ac_dir in $PATH; do
  1965.     # Account for people who put trailing slashes in PATH elements.
  1966.     case "$ac_dir/" in
  1967.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1968.     *)
  1969.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1970.       # Don't use installbsd from OSF since it installs stuff as root
  1971.       # by default.
  1972.       for ac_prog in ginstall scoinst install; do
  1973.         if test -f $ac_dir/$ac_prog; then
  1974.   if test $ac_prog = install &&
  1975.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1976.     # AIX install.  It has an incompatible calling convention.
  1977.     :
  1978.   else
  1979.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1980.     break 2
  1981.   fi
  1982. fi
  1983.       done
  1984.       ;;
  1985.     esac
  1986.   done
  1987.   IFS="$ac_save_IFS"
  1988. fi
  1989.   if test "${ac_cv_path_install+set}" = set; then
  1990.     INSTALL="$ac_cv_path_install"
  1991.   else
  1992.     # As a last resort, use the slow shell script.  We don't cache a
  1993.     # path for INSTALL within a source directory, because that will
  1994.     # break other packages using the cache if that directory is
  1995.     # removed, or if the path is relative.
  1996.     INSTALL="$ac_install_sh"
  1997.   fi
  1998. fi
  1999. echo "$ac_t""$INSTALL" 1>&6
  2000. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2001. # It thinks the first close brace ends the variable substitution.
  2002. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2003. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  2004. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2005. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  2006. echo "configure:2228: checking whether ln -s works" >&5
  2007. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  2008.   echo $ac_n "(cached) $ac_c" 1>&6
  2009. else
  2010.   rm -f conftestdata
  2011. if ln -s X conftestdata 2>/dev/null
  2012. then
  2013.   rm -f conftestdata
  2014.   ac_cv_prog_LN_S="ln -s"
  2015. else
  2016.   ac_cv_prog_LN_S=ln
  2017. fi
  2018. fi
  2019. LN_S="$ac_cv_prog_LN_S"
  2020. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  2021.   echo "$ac_t""yes" 1>&6
  2022. else
  2023.   echo "$ac_t""no" 1>&6
  2024. fi
  2025. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  2026. echo "configure:2249: checking whether ${MAKE-make} sets ${MAKE}" >&5
  2027. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  2028. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  2029.   echo $ac_n "(cached) $ac_c" 1>&6
  2030. else
  2031.   cat > conftestmake <<EOF
  2032. all:
  2033. @echo 'ac_maketemp="${MAKE}"'
  2034. EOF
  2035. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2036. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  2037. if test -n "$ac_maketemp"; then
  2038.   eval ac_cv_prog_make_${ac_make}_set=yes
  2039. else
  2040.   eval ac_cv_prog_make_${ac_make}_set=no
  2041. fi
  2042. rm -f conftestmake
  2043. fi
  2044. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  2045.   echo "$ac_t""yes" 1>&6
  2046.   SET_MAKE=
  2047. else
  2048.   echo "$ac_t""no" 1>&6
  2049.   SET_MAKE="MAKE=${MAKE-make}"
  2050. fi
  2051. ac_header_dirent=no
  2052. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  2053. do
  2054. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2055. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  2056. echo "configure:2281: checking for $ac_hdr that defines DIR" >&5
  2057. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  2058.   echo $ac_n "(cached) $ac_c" 1>&6
  2059. else
  2060.   cat > conftest.$ac_ext <<EOF
  2061. #line 2286 "configure"
  2062. #include "confdefs.h"
  2063. #include <sys/types.h>
  2064. #include <$ac_hdr>
  2065. int main() {
  2066. DIR *dirp = 0;
  2067. ; return 0; }
  2068. EOF
  2069. if { (eval echo configure:2294: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2070.   rm -rf conftest*
  2071.   eval "ac_cv_header_dirent_$ac_safe=yes"
  2072. else
  2073.   echo "configure: failed program was:" >&5
  2074.   cat conftest.$ac_ext >&5
  2075.   rm -rf conftest*
  2076.   eval "ac_cv_header_dirent_$ac_safe=no"
  2077. fi
  2078. rm -f conftest*
  2079. fi
  2080. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  2081.   echo "$ac_t""yes" 1>&6
  2082.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2083.   cat >> confdefs.h <<EOF
  2084. #define $ac_tr_hdr 1
  2085. EOF
  2086.  ac_header_dirent=$ac_hdr; break
  2087. else
  2088.   echo "$ac_t""no" 1>&6
  2089. fi
  2090. done
  2091. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  2092. if test $ac_header_dirent = dirent.h; then
  2093. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  2094. echo "configure:2319: checking for opendir in -ldir" >&5
  2095. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  2096. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2097.   echo $ac_n "(cached) $ac_c" 1>&6
  2098. else
  2099.   ac_save_LIBS="$LIBS"
  2100. LIBS="-ldir  $LIBS"
  2101. cat > conftest.$ac_ext <<EOF
  2102. #line 2327 "configure"
  2103. #include "confdefs.h"
  2104. /* Override any gcc2 internal prototype to avoid an error.  */
  2105. /* We use char because int might match the return type of a gcc2
  2106.     builtin and then its argument prototype would still apply.  */
  2107. char opendir();
  2108. int main() {
  2109. opendir()
  2110. ; return 0; }
  2111. EOF
  2112. if { (eval echo configure:2338: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2113.   rm -rf conftest*
  2114.   eval "ac_cv_lib_$ac_lib_var=yes"
  2115. else
  2116.   echo "configure: failed program was:" >&5
  2117.   cat conftest.$ac_ext >&5
  2118.   rm -rf conftest*
  2119.   eval "ac_cv_lib_$ac_lib_var=no"
  2120. fi
  2121. rm -f conftest*
  2122. LIBS="$ac_save_LIBS"
  2123. fi
  2124. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2125.   echo "$ac_t""yes" 1>&6
  2126.   LIBS="$LIBS -ldir"
  2127. else
  2128.   echo "$ac_t""no" 1>&6
  2129. fi
  2130. else
  2131. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  2132. echo "configure:2360: checking for opendir in -lx" >&5
  2133. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  2134. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2135.   echo $ac_n "(cached) $ac_c" 1>&6
  2136. else
  2137.   ac_save_LIBS="$LIBS"
  2138. LIBS="-lx  $LIBS"
  2139. cat > conftest.$ac_ext <<EOF
  2140. #line 2368 "configure"
  2141. #include "confdefs.h"
  2142. /* Override any gcc2 internal prototype to avoid an error.  */
  2143. /* We use char because int might match the return type of a gcc2
  2144.     builtin and then its argument prototype would still apply.  */
  2145. char opendir();
  2146. int main() {
  2147. opendir()
  2148. ; return 0; }
  2149. EOF
  2150. if { (eval echo configure:2379: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2151.   rm -rf conftest*
  2152.   eval "ac_cv_lib_$ac_lib_var=yes"
  2153. else
  2154.   echo "configure: failed program was:" >&5
  2155.   cat conftest.$ac_ext >&5
  2156.   rm -rf conftest*
  2157.   eval "ac_cv_lib_$ac_lib_var=no"
  2158. fi
  2159. rm -f conftest*
  2160. LIBS="$ac_save_LIBS"
  2161. fi
  2162. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2163.   echo "$ac_t""yes" 1>&6
  2164.   LIBS="$LIBS -lx"
  2165. else
  2166.   echo "$ac_t""no" 1>&6
  2167. fi
  2168. fi
  2169. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2170. echo "configure:2402: checking for ANSI C header files" >&5
  2171. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  2172.   echo $ac_n "(cached) $ac_c" 1>&6
  2173. else
  2174.   cat > conftest.$ac_ext <<EOF
  2175. #line 2407 "configure"
  2176. #include "confdefs.h"
  2177. #include <stdlib.h>
  2178. #include <stdarg.h>
  2179. #include <string.h>
  2180. #include <float.h>
  2181. EOF
  2182. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2183. { (eval echo configure:2415: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2184. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2185. if test -z "$ac_err"; then
  2186.   rm -rf conftest*
  2187.   ac_cv_header_stdc=yes
  2188. else
  2189.   echo "$ac_err" >&5
  2190.   echo "configure: failed program was:" >&5
  2191.   cat conftest.$ac_ext >&5
  2192.   rm -rf conftest*
  2193.   ac_cv_header_stdc=no
  2194. fi
  2195. rm -f conftest*
  2196. if test $ac_cv_header_stdc = yes; then
  2197.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2198. cat > conftest.$ac_ext <<EOF
  2199. #line 2432 "configure"
  2200. #include "confdefs.h"
  2201. #include <string.h>
  2202. EOF
  2203. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2204.   egrep "memchr" >/dev/null 2>&1; then
  2205.   :
  2206. else
  2207.   rm -rf conftest*
  2208.   ac_cv_header_stdc=no
  2209. fi
  2210. rm -f conftest*
  2211. fi
  2212. if test $ac_cv_header_stdc = yes; then
  2213.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2214. cat > conftest.$ac_ext <<EOF
  2215. #line 2450 "configure"
  2216. #include "confdefs.h"
  2217. #include <stdlib.h>
  2218. EOF
  2219. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2220.   egrep "free" >/dev/null 2>&1; then
  2221.   :
  2222. else
  2223.   rm -rf conftest*
  2224.   ac_cv_header_stdc=no
  2225. fi
  2226. rm -f conftest*
  2227. fi
  2228. if test $ac_cv_header_stdc = yes; then
  2229.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2230. if test "$cross_compiling" = yes; then
  2231.   :
  2232. else
  2233.   cat > conftest.$ac_ext <<EOF
  2234. #line 2471 "configure"
  2235. #include "confdefs.h"
  2236. #include <ctype.h>
  2237. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2238. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2239. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2240. int main () { int i; for (i = 0; i < 256; i++)
  2241. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2242. exit (0); }
  2243. EOF
  2244. if { (eval echo configure:2482: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2245. then
  2246.   :
  2247. else
  2248.   echo "configure: failed program was:" >&5
  2249.   cat conftest.$ac_ext >&5
  2250.   rm -fr conftest*
  2251.   ac_cv_header_stdc=no
  2252. fi
  2253. rm -fr conftest*
  2254. fi
  2255. fi
  2256. fi
  2257. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2258. if test $ac_cv_header_stdc = yes; then
  2259.   cat >> confdefs.h <<EOF
  2260. #define STDC_HEADERS 1
  2261. EOF
  2262. fi
  2263. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  2264. echo "configure:2506: checking for sys/wait.h that is POSIX.1 compatible" >&5
  2265. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  2266.   echo $ac_n "(cached) $ac_c" 1>&6
  2267. else
  2268.   cat > conftest.$ac_ext <<EOF
  2269. #line 2511 "configure"
  2270. #include "confdefs.h"
  2271. #include <sys/types.h>
  2272. #include <sys/wait.h>
  2273. #ifndef WEXITSTATUS
  2274. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  2275. #endif
  2276. #ifndef WIFEXITED
  2277. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  2278. #endif
  2279. int main() {
  2280. int s;
  2281. wait (&s);
  2282. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  2283. ; return 0; }
  2284. EOF
  2285. if { (eval echo configure:2527: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2286.   rm -rf conftest*
  2287.   ac_cv_header_sys_wait_h=yes
  2288. else
  2289.   echo "configure: failed program was:" >&5
  2290.   cat conftest.$ac_ext >&5
  2291.   rm -rf conftest*
  2292.   ac_cv_header_sys_wait_h=no
  2293. fi
  2294. rm -f conftest*
  2295. fi
  2296. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  2297. if test $ac_cv_header_sys_wait_h = yes; then
  2298.   cat >> confdefs.h <<EOF
  2299. #define HAVE_SYS_WAIT_H 1
  2300. EOF
  2301. fi
  2302. for ac_hdr in fcntl.h limits.h malloc.h strings.h sys/ioctl.h sys/time.h unistd.h
  2303. do
  2304. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2305. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2306. echo "configure:2551: checking for $ac_hdr" >&5
  2307. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2308.   echo $ac_n "(cached) $ac_c" 1>&6
  2309. else
  2310.   cat > conftest.$ac_ext <<EOF
  2311. #line 2556 "configure"
  2312. #include "confdefs.h"
  2313. #include <$ac_hdr>
  2314. EOF
  2315. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2316. { (eval echo configure:2561: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2317. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2318. if test -z "$ac_err"; then
  2319.   rm -rf conftest*
  2320.   eval "ac_cv_header_$ac_safe=yes"
  2321. else
  2322.   echo "$ac_err" >&5
  2323.   echo "configure: failed program was:" >&5
  2324.   cat conftest.$ac_ext >&5
  2325.   rm -rf conftest*
  2326.   eval "ac_cv_header_$ac_safe=no"
  2327. fi
  2328. rm -f conftest*
  2329. fi
  2330. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2331.   echo "$ac_t""yes" 1>&6
  2332.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2333.   cat >> confdefs.h <<EOF
  2334. #define $ac_tr_hdr 1
  2335. EOF
  2336.  
  2337. else
  2338.   echo "$ac_t""no" 1>&6
  2339. fi
  2340. done
  2341. echo $ac_n "checking for mode_t""... $ac_c" 1>&6
  2342. echo "configure:2589: checking for mode_t" >&5
  2343. if eval "test "`echo '$''{'ac_cv_type_mode_t'+set}'`" = set"; then
  2344.   echo $ac_n "(cached) $ac_c" 1>&6
  2345. else
  2346.   cat > conftest.$ac_ext <<EOF
  2347. #line 2594 "configure"
  2348. #include "confdefs.h"
  2349. #include <sys/types.h>
  2350. #if STDC_HEADERS
  2351. #include <stdlib.h>
  2352. #include <stddef.h>
  2353. #endif
  2354. EOF
  2355. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2356.   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2357.   rm -rf conftest*
  2358.   ac_cv_type_mode_t=yes
  2359. else
  2360.   rm -rf conftest*
  2361.   ac_cv_type_mode_t=no
  2362. fi
  2363. rm -f conftest*
  2364. fi
  2365. echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  2366. if test $ac_cv_type_mode_t = no; then
  2367.   cat >> confdefs.h <<EOF
  2368. #define mode_t int
  2369. EOF
  2370. fi
  2371. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2372. echo "configure:2622: checking for pid_t" >&5
  2373. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  2374.   echo $ac_n "(cached) $ac_c" 1>&6
  2375. else
  2376.   cat > conftest.$ac_ext <<EOF
  2377. #line 2627 "configure"
  2378. #include "confdefs.h"
  2379. #include <sys/types.h>
  2380. #if STDC_HEADERS
  2381. #include <stdlib.h>
  2382. #include <stddef.h>
  2383. #endif
  2384. EOF
  2385. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2386.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2387.   rm -rf conftest*
  2388.   ac_cv_type_pid_t=yes
  2389. else
  2390.   rm -rf conftest*
  2391.   ac_cv_type_pid_t=no
  2392. fi
  2393. rm -f conftest*
  2394. fi
  2395. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2396. if test $ac_cv_type_pid_t = no; then
  2397.   cat >> confdefs.h <<EOF
  2398. #define pid_t int
  2399. EOF
  2400. fi
  2401. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2402. echo "configure:2655: checking for size_t" >&5
  2403. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2404.   echo $ac_n "(cached) $ac_c" 1>&6
  2405. else
  2406.   cat > conftest.$ac_ext <<EOF
  2407. #line 2660 "configure"
  2408. #include "confdefs.h"
  2409. #include <sys/types.h>
  2410. #if STDC_HEADERS
  2411. #include <stdlib.h>
  2412. #include <stddef.h>
  2413. #endif
  2414. EOF
  2415. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2416.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2417.   rm -rf conftest*
  2418.   ac_cv_type_size_t=yes
  2419. else
  2420.   rm -rf conftest*
  2421.   ac_cv_type_size_t=no
  2422. fi
  2423. rm -f conftest*
  2424. fi
  2425. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2426. if test $ac_cv_type_size_t = no; then
  2427.   cat >> confdefs.h <<EOF
  2428. #define size_t unsigned
  2429. EOF
  2430. fi
  2431. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2432. echo "configure:2688: checking whether time.h and sys/time.h may both be included" >&5
  2433. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  2434.   echo $ac_n "(cached) $ac_c" 1>&6
  2435. else
  2436.   cat > conftest.$ac_ext <<EOF
  2437. #line 2693 "configure"
  2438. #include "confdefs.h"
  2439. #include <sys/types.h>
  2440. #include <sys/time.h>
  2441. #include <time.h>
  2442. int main() {
  2443. struct tm *tp;
  2444. ; return 0; }
  2445. EOF
  2446. if { (eval echo configure:2702: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2447.   rm -rf conftest*
  2448.   ac_cv_header_time=yes
  2449. else
  2450.   echo "configure: failed program was:" >&5
  2451.   cat conftest.$ac_ext >&5
  2452.   rm -rf conftest*
  2453.   ac_cv_header_time=no
  2454. fi
  2455. rm -f conftest*
  2456. fi
  2457. echo "$ac_t""$ac_cv_header_time" 1>&6
  2458. if test $ac_cv_header_time = yes; then
  2459.   cat >> confdefs.h <<EOF
  2460. #define TIME_WITH_SYS_TIME 1
  2461. EOF
  2462. fi
  2463. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  2464. echo "configure:2723: checking whether struct tm is in sys/time.h or time.h" >&5
  2465. if eval "test "`echo '$''{'ac_cv_struct_tm'+set}'`" = set"; then
  2466.   echo $ac_n "(cached) $ac_c" 1>&6
  2467. else
  2468.   cat > conftest.$ac_ext <<EOF
  2469. #line 2728 "configure"
  2470. #include "confdefs.h"
  2471. #include <sys/types.h>
  2472. #include <time.h>
  2473. int main() {
  2474. struct tm *tp; tp->tm_sec;
  2475. ; return 0; }
  2476. EOF
  2477. if { (eval echo configure:2736: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2478.   rm -rf conftest*
  2479.   ac_cv_struct_tm=time.h
  2480. else
  2481.   echo "configure: failed program was:" >&5
  2482.   cat conftest.$ac_ext >&5
  2483.   rm -rf conftest*
  2484.   ac_cv_struct_tm=sys/time.h
  2485. fi
  2486. rm -f conftest*
  2487. fi
  2488. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  2489. if test $ac_cv_struct_tm = sys/time.h; then
  2490.   cat >> confdefs.h <<EOF
  2491. #define TM_IN_SYS_TIME 1
  2492. EOF
  2493. fi
  2494. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  2495. # for constant arguments.  Useless!
  2496. echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
  2497. echo "configure:2760: checking for working alloca.h" >&5
  2498. if eval "test "`echo '$''{'ac_cv_header_alloca_h'+set}'`" = set"; then
  2499.   echo $ac_n "(cached) $ac_c" 1>&6
  2500. else
  2501.   cat > conftest.$ac_ext <<EOF
  2502. #line 2765 "configure"
  2503. #include "confdefs.h"
  2504. #include <alloca.h>
  2505. int main() {
  2506. char *p = alloca(2 * sizeof(int));
  2507. ; return 0; }
  2508. EOF
  2509. if { (eval echo configure:2772: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2510.   rm -rf conftest*
  2511.   ac_cv_header_alloca_h=yes
  2512. else
  2513.   echo "configure: failed program was:" >&5
  2514.   cat conftest.$ac_ext >&5
  2515.   rm -rf conftest*
  2516.   ac_cv_header_alloca_h=no
  2517. fi
  2518. rm -f conftest*
  2519. fi
  2520. echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
  2521. if test $ac_cv_header_alloca_h = yes; then
  2522.   cat >> confdefs.h <<EOF
  2523. #define HAVE_ALLOCA_H 1
  2524. EOF
  2525. fi
  2526. echo $ac_n "checking for alloca""... $ac_c" 1>&6
  2527. echo "configure:2793: checking for alloca" >&5
  2528. if eval "test "`echo '$''{'ac_cv_func_alloca_works'+set}'`" = set"; then
  2529.   echo $ac_n "(cached) $ac_c" 1>&6
  2530. else
  2531.   cat > conftest.$ac_ext <<EOF
  2532. #line 2798 "configure"
  2533. #include "confdefs.h"
  2534. #ifdef __GNUC__
  2535. # define alloca __builtin_alloca
  2536. #else
  2537. # ifdef _MSC_VER
  2538. #  include <malloc.h>
  2539. #  define alloca _alloca
  2540. # else
  2541. #  if HAVE_ALLOCA_H
  2542. #   include <alloca.h>
  2543. #  else
  2544. #   ifdef _AIX
  2545.  #pragma alloca
  2546. #   else
  2547. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  2548. char *alloca ();
  2549. #    endif
  2550. #   endif
  2551. #  endif
  2552. # endif
  2553. #endif
  2554. int main() {
  2555. char *p = (char *) alloca(1);
  2556. ; return 0; }
  2557. EOF
  2558. if { (eval echo configure:2826: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2559.   rm -rf conftest*
  2560.   ac_cv_func_alloca_works=yes
  2561. else
  2562.   echo "configure: failed program was:" >&5
  2563.   cat conftest.$ac_ext >&5
  2564.   rm -rf conftest*
  2565.   ac_cv_func_alloca_works=no
  2566. fi
  2567. rm -f conftest*
  2568. fi
  2569. echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
  2570. if test $ac_cv_func_alloca_works = yes; then
  2571.   cat >> confdefs.h <<EOF
  2572. #define HAVE_ALLOCA 1
  2573. EOF
  2574. fi
  2575. if test $ac_cv_func_alloca_works = no; then
  2576.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  2577.   # that cause trouble.  Some versions do not even contain alloca or
  2578.   # contain a buggy version.  If you still want to use their alloca,
  2579.   # use ar to extract alloca.o from them instead of compiling alloca.c.
  2580.   ALLOCA=alloca.${ac_objext}
  2581.   cat >> confdefs.h <<EOF
  2582. #define C_ALLOCA 1
  2583. EOF
  2584. echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
  2585. echo "configure:2858: checking whether alloca needs Cray hooks" >&5
  2586. if eval "test "`echo '$''{'ac_cv_os_cray'+set}'`" = set"; then
  2587.   echo $ac_n "(cached) $ac_c" 1>&6
  2588. else
  2589.   cat > conftest.$ac_ext <<EOF
  2590. #line 2863 "configure"
  2591. #include "confdefs.h"
  2592. #if defined(CRAY) && ! defined(CRAY2)
  2593. webecray
  2594. #else
  2595. wenotbecray
  2596. #endif
  2597. EOF
  2598. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2599.   egrep "webecray" >/dev/null 2>&1; then
  2600.   rm -rf conftest*
  2601.   ac_cv_os_cray=yes
  2602. else
  2603.   rm -rf conftest*
  2604.   ac_cv_os_cray=no
  2605. fi
  2606. rm -f conftest*
  2607. fi
  2608. echo "$ac_t""$ac_cv_os_cray" 1>&6
  2609. if test $ac_cv_os_cray = yes; then
  2610. for ac_func in _getb67 GETB67 getb67; do
  2611.   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2612. echo "configure:2888: checking for $ac_func" >&5
  2613. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2614.   echo $ac_n "(cached) $ac_c" 1>&6
  2615. else
  2616.   cat > conftest.$ac_ext <<EOF
  2617. #line 2893 "configure"
  2618. #include "confdefs.h"
  2619. /* System header to define __stub macros and hopefully few prototypes,
  2620.     which can conflict with char $ac_func(); below.  */
  2621. #include <assert.h>
  2622. /* Override any gcc2 internal prototype to avoid an error.  */
  2623. /* We use char because int might match the return type of a gcc2
  2624.     builtin and then its argument prototype would still apply.  */
  2625. char $ac_func();
  2626. int main() {
  2627. /* The GNU C library defines this for functions which it implements
  2628.     to always fail with ENOSYS.  Some functions are actually named
  2629.     something starting with __ and the normal name is an alias.  */
  2630. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2631. choke me
  2632. #else
  2633. $ac_func();
  2634. #endif
  2635. ; return 0; }
  2636. EOF
  2637. if { (eval echo configure:2916: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2638.   rm -rf conftest*
  2639.   eval "ac_cv_func_$ac_func=yes"
  2640. else
  2641.   echo "configure: failed program was:" >&5
  2642.   cat conftest.$ac_ext >&5
  2643.   rm -rf conftest*
  2644.   eval "ac_cv_func_$ac_func=no"
  2645. fi
  2646. rm -f conftest*
  2647. fi
  2648. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2649.   echo "$ac_t""yes" 1>&6
  2650.   cat >> confdefs.h <<EOF
  2651. #define CRAY_STACKSEG_END $ac_func
  2652. EOF
  2653.   break
  2654. else
  2655.   echo "$ac_t""no" 1>&6
  2656. fi
  2657. done
  2658. fi
  2659. echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
  2660. echo "configure:2943: checking stack direction for C alloca" >&5
  2661. if eval "test "`echo '$''{'ac_cv_c_stack_direction'+set}'`" = set"; then
  2662.   echo $ac_n "(cached) $ac_c" 1>&6
  2663. else
  2664.   if test "$cross_compiling" = yes; then
  2665.   ac_cv_c_stack_direction=0
  2666. else
  2667.   cat > conftest.$ac_ext <<EOF
  2668. #line 2951 "configure"
  2669. #include "confdefs.h"
  2670. find_stack_direction ()
  2671. {
  2672.   static char *addr = 0;
  2673.   auto char dummy;
  2674.   if (addr == 0)
  2675.     {
  2676.       addr = &dummy;
  2677.       return find_stack_direction ();
  2678.     }
  2679.   else
  2680.     return (&dummy > addr) ? 1 : -1;
  2681. }
  2682. main ()
  2683. {
  2684.   exit (find_stack_direction() < 0);
  2685. }
  2686. EOF
  2687. if { (eval echo configure:2970: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2688. then
  2689.   ac_cv_c_stack_direction=1
  2690. else
  2691.   echo "configure: failed program was:" >&5
  2692.   cat conftest.$ac_ext >&5
  2693.   rm -fr conftest*
  2694.   ac_cv_c_stack_direction=-1
  2695. fi
  2696. rm -fr conftest*
  2697. fi
  2698. fi
  2699. echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
  2700. cat >> confdefs.h <<EOF
  2701. #define STACK_DIRECTION $ac_cv_c_stack_direction
  2702. EOF
  2703. fi
  2704. if test $ac_cv_prog_gcc = yes; then
  2705.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  2706. echo "configure:2993: checking whether ${CC-cc} needs -traditional" >&5
  2707. if eval "test "`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`" = set"; then
  2708.   echo $ac_n "(cached) $ac_c" 1>&6
  2709. else
  2710.     ac_pattern="Autoconf.*'x'"
  2711.   cat > conftest.$ac_ext <<EOF
  2712. #line 2999 "configure"
  2713. #include "confdefs.h"
  2714. #include <sgtty.h>
  2715. Autoconf TIOCGETP
  2716. EOF
  2717. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2718.   egrep "$ac_pattern" >/dev/null 2>&1; then
  2719.   rm -rf conftest*
  2720.   ac_cv_prog_gcc_traditional=yes
  2721. else
  2722.   rm -rf conftest*
  2723.   ac_cv_prog_gcc_traditional=no
  2724. fi
  2725. rm -f conftest*
  2726.   if test $ac_cv_prog_gcc_traditional = no; then
  2727.     cat > conftest.$ac_ext <<EOF
  2728. #line 3017 "configure"
  2729. #include "confdefs.h"
  2730. #include <termio.h>
  2731. Autoconf TCGETA
  2732. EOF
  2733. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2734.   egrep "$ac_pattern" >/dev/null 2>&1; then
  2735.   rm -rf conftest*
  2736.   ac_cv_prog_gcc_traditional=yes
  2737. fi
  2738. rm -f conftest*
  2739.   fi
  2740. fi
  2741. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  2742.   if test $ac_cv_prog_gcc_traditional = yes; then
  2743.     CC="$CC -traditional"
  2744.   fi
  2745. fi
  2746. for ac_hdr in unistd.h
  2747. do
  2748. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2749. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2750. echo "configure:3042: checking for $ac_hdr" >&5
  2751. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2752.   echo $ac_n "(cached) $ac_c" 1>&6
  2753. else
  2754.   cat > conftest.$ac_ext <<EOF
  2755. #line 3047 "configure"
  2756. #include "confdefs.h"
  2757. #include <$ac_hdr>
  2758. EOF
  2759. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2760. { (eval echo configure:3052: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2761. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2762. if test -z "$ac_err"; then
  2763.   rm -rf conftest*
  2764.   eval "ac_cv_header_$ac_safe=yes"
  2765. else
  2766.   echo "$ac_err" >&5
  2767.   echo "configure: failed program was:" >&5
  2768.   cat conftest.$ac_ext >&5
  2769.   rm -rf conftest*
  2770.   eval "ac_cv_header_$ac_safe=no"
  2771. fi
  2772. rm -f conftest*
  2773. fi
  2774. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2775.   echo "$ac_t""yes" 1>&6
  2776.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2777.   cat >> confdefs.h <<EOF
  2778. #define $ac_tr_hdr 1
  2779. EOF
  2780.  
  2781. else
  2782.   echo "$ac_t""no" 1>&6
  2783. fi
  2784. done
  2785. for ac_func in getpagesize
  2786. do
  2787. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2788. echo "configure:3081: checking for $ac_func" >&5
  2789. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2790.   echo $ac_n "(cached) $ac_c" 1>&6
  2791. else
  2792.   cat > conftest.$ac_ext <<EOF
  2793. #line 3086 "configure"
  2794. #include "confdefs.h"
  2795. /* System header to define __stub macros and hopefully few prototypes,
  2796.     which can conflict with char $ac_func(); below.  */
  2797. #include <assert.h>
  2798. /* Override any gcc2 internal prototype to avoid an error.  */
  2799. /* We use char because int might match the return type of a gcc2
  2800.     builtin and then its argument prototype would still apply.  */
  2801. char $ac_func();
  2802. int main() {
  2803. /* The GNU C library defines this for functions which it implements
  2804.     to always fail with ENOSYS.  Some functions are actually named
  2805.     something starting with __ and the normal name is an alias.  */
  2806. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2807. choke me
  2808. #else
  2809. $ac_func();
  2810. #endif
  2811. ; return 0; }
  2812. EOF
  2813. if { (eval echo configure:3109: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2814.   rm -rf conftest*
  2815.   eval "ac_cv_func_$ac_func=yes"
  2816. else
  2817.   echo "configure: failed program was:" >&5
  2818.   cat conftest.$ac_ext >&5
  2819.   rm -rf conftest*
  2820.   eval "ac_cv_func_$ac_func=no"
  2821. fi
  2822. rm -f conftest*
  2823. fi
  2824. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2825.   echo "$ac_t""yes" 1>&6
  2826.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2827.   cat >> confdefs.h <<EOF
  2828. #define $ac_tr_func 1
  2829. EOF
  2830.  
  2831. else
  2832.   echo "$ac_t""no" 1>&6
  2833. fi
  2834. done
  2835. echo $ac_n "checking for working mmap""... $ac_c" 1>&6
  2836. echo "configure:3134: checking for working mmap" >&5
  2837. if eval "test "`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`" = set"; then
  2838.   echo $ac_n "(cached) $ac_c" 1>&6
  2839. else
  2840.   if test "$cross_compiling" = yes; then
  2841.   ac_cv_func_mmap_fixed_mapped=no
  2842. else
  2843.   cat > conftest.$ac_ext <<EOF
  2844. #line 3142 "configure"
  2845. #include "confdefs.h"
  2846. /* Thanks to Mike Haertel and Jim Avera for this test.
  2847.    Here is a matrix of mmap possibilities:
  2848. mmap private not fixed
  2849. mmap private fixed at somewhere currently unmapped
  2850. mmap private fixed at somewhere already mapped
  2851. mmap shared not fixed
  2852. mmap shared fixed at somewhere currently unmapped
  2853. mmap shared fixed at somewhere already mapped
  2854.    For private mappings, we should verify that changes cannot be read()
  2855.    back from the file, nor mmap's back from the file at a different
  2856.    address.  (There have been systems where private was not correctly
  2857.    implemented like the infamous i386 svr4.0, and systems where the
  2858.    VM page cache was not coherent with the filesystem buffer cache
  2859.    like early versions of FreeBSD and possibly contemporary NetBSD.)
  2860.    For shared mappings, we should conversely verify that changes get
  2861.    propogated back to all the places they're supposed to be.
  2862.    Grep wants private fixed already mapped.
  2863.    The main things grep needs to know about mmap are:
  2864.    * does it exist and is it safe to write into the mmap'd area
  2865.    * how to use it (BSD variants)  */
  2866. #include <sys/types.h>
  2867. #include <fcntl.h>
  2868. #include <sys/mman.h>
  2869. /* This mess was copied from the GNU getpagesize.h.  */
  2870. #ifndef HAVE_GETPAGESIZE
  2871. # ifdef HAVE_UNISTD_H
  2872. #  include <unistd.h>
  2873. # endif
  2874. /* Assume that all systems that can run configure have sys/param.h.  */
  2875. # ifndef HAVE_SYS_PARAM_H
  2876. #  define HAVE_SYS_PARAM_H 1
  2877. # endif
  2878. # ifdef _SC_PAGESIZE
  2879. #  define getpagesize() sysconf(_SC_PAGESIZE)
  2880. # else /* no _SC_PAGESIZE */
  2881. #  ifdef HAVE_SYS_PARAM_H
  2882. #   include <sys/param.h>
  2883. #   ifdef EXEC_PAGESIZE
  2884. #    define getpagesize() EXEC_PAGESIZE
  2885. #   else /* no EXEC_PAGESIZE */
  2886. #    ifdef NBPG
  2887. #     define getpagesize() NBPG * CLSIZE
  2888. #     ifndef CLSIZE
  2889. #      define CLSIZE 1
  2890. #     endif /* no CLSIZE */
  2891. #    else /* no NBPG */
  2892. #     ifdef NBPC
  2893. #      define getpagesize() NBPC
  2894. #     else /* no NBPC */
  2895. #      ifdef PAGESIZE
  2896. #       define getpagesize() PAGESIZE
  2897. #      endif /* PAGESIZE */
  2898. #     endif /* no NBPC */
  2899. #    endif /* no NBPG */
  2900. #   endif /* no EXEC_PAGESIZE */
  2901. #  else /* no HAVE_SYS_PARAM_H */
  2902. #   define getpagesize() 8192 /* punt totally */
  2903. #  endif /* no HAVE_SYS_PARAM_H */
  2904. # endif /* no _SC_PAGESIZE */
  2905. #endif /* no HAVE_GETPAGESIZE */
  2906. #ifdef __cplusplus
  2907. extern "C" { void *malloc(unsigned); }
  2908. #else
  2909. char *malloc();
  2910. #endif
  2911. int
  2912. main()
  2913. {
  2914. char *data, *data2, *data3;
  2915. int i, pagesize;
  2916. int fd;
  2917. pagesize = getpagesize();
  2918. /*
  2919.  * First, make a file with some known garbage in it.
  2920.  */
  2921. data = malloc(pagesize);
  2922. if (!data)
  2923. exit(1);
  2924. for (i = 0; i < pagesize; ++i)
  2925. *(data + i) = rand();
  2926. umask(0);
  2927. fd = creat("conftestmmap", 0600);
  2928. if (fd < 0)
  2929. exit(1);
  2930. if (write(fd, data, pagesize) != pagesize)
  2931. exit(1);
  2932. close(fd);
  2933. /*
  2934.  * Next, try to mmap the file at a fixed address which
  2935.  * already has something else allocated at it.  If we can,
  2936.  * also make sure that we see the same garbage.
  2937.  */
  2938. fd = open("conftestmmap", O_RDWR);
  2939. if (fd < 0)
  2940. exit(1);
  2941. data2 = malloc(2 * pagesize);
  2942. if (!data2)
  2943. exit(1);
  2944. data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
  2945. if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
  2946.     MAP_PRIVATE | MAP_FIXED, fd, 0L))
  2947. exit(1);
  2948. for (i = 0; i < pagesize; ++i)
  2949. if (*(data + i) != *(data2 + i))
  2950. exit(1);
  2951. /*
  2952.  * Finally, make sure that changes to the mapped area
  2953.  * do not percolate back to the file as seen by read().
  2954.  * (This is a bug on some variants of i386 svr4.0.)
  2955.  */
  2956. for (i = 0; i < pagesize; ++i)
  2957. *(data2 + i) = *(data2 + i) + 1;
  2958. data3 = malloc(pagesize);
  2959. if (!data3)
  2960. exit(1);
  2961. if (read(fd, data3, pagesize) != pagesize)
  2962. exit(1);
  2963. for (i = 0; i < pagesize; ++i)
  2964. if (*(data + i) != *(data3 + i))
  2965. exit(1);
  2966. close(fd);
  2967. unlink("conftestmmap");
  2968. exit(0);
  2969. }
  2970. EOF
  2971. if { (eval echo configure:3282: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2972. then
  2973.   ac_cv_func_mmap_fixed_mapped=yes
  2974. else
  2975.   echo "configure: failed program was:" >&5
  2976.   cat conftest.$ac_ext >&5
  2977.   rm -fr conftest*
  2978.   ac_cv_func_mmap_fixed_mapped=no
  2979. fi
  2980. rm -fr conftest*
  2981. fi
  2982. fi
  2983. echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
  2984. if test $ac_cv_func_mmap_fixed_mapped = yes; then
  2985.   cat >> confdefs.h <<EOF
  2986. #define HAVE_MMAP 1
  2987. EOF
  2988. fi
  2989. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2990. echo "configure:3305: checking return type of signal handlers" >&5
  2991. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  2992.   echo $ac_n "(cached) $ac_c" 1>&6
  2993. else
  2994.   cat > conftest.$ac_ext <<EOF
  2995. #line 3310 "configure"
  2996. #include "confdefs.h"
  2997. #include <sys/types.h>
  2998. #include <signal.h>
  2999. #ifdef signal
  3000. #undef signal
  3001. #endif
  3002. #ifdef __cplusplus
  3003. extern "C" void (*signal (int, void (*)(int)))(int);
  3004. #else
  3005. void (*signal ()) ();
  3006. #endif
  3007. int main() {
  3008. int i;
  3009. ; return 0; }
  3010. EOF
  3011. if { (eval echo configure:3327: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  3012.   rm -rf conftest*
  3013.   ac_cv_type_signal=void
  3014. else
  3015.   echo "configure: failed program was:" >&5
  3016.   cat conftest.$ac_ext >&5
  3017.   rm -rf conftest*
  3018.   ac_cv_type_signal=int
  3019. fi
  3020. rm -f conftest*
  3021. fi
  3022. echo "$ac_t""$ac_cv_type_signal" 1>&6
  3023. cat >> confdefs.h <<EOF
  3024. #define RETSIGTYPE $ac_cv_type_signal
  3025. EOF
  3026. echo $ac_n "checking for strftime""... $ac_c" 1>&6
  3027. echo "configure:3346: checking for strftime" >&5
  3028. if eval "test "`echo '$''{'ac_cv_func_strftime'+set}'`" = set"; then
  3029.   echo $ac_n "(cached) $ac_c" 1>&6
  3030. else
  3031.   cat > conftest.$ac_ext <<EOF
  3032. #line 3351 "configure"
  3033. #include "confdefs.h"
  3034. /* System header to define __stub macros and hopefully few prototypes,
  3035.     which can conflict with char strftime(); below.  */
  3036. #include <assert.h>
  3037. /* Override any gcc2 internal prototype to avoid an error.  */
  3038. /* We use char because int might match the return type of a gcc2
  3039.     builtin and then its argument prototype would still apply.  */
  3040. char strftime();
  3041. int main() {
  3042. /* The GNU C library defines this for functions which it implements
  3043.     to always fail with ENOSYS.  Some functions are actually named
  3044.     something starting with __ and the normal name is an alias.  */
  3045. #if defined (__stub_strftime) || defined (__stub___strftime)
  3046. choke me
  3047. #else
  3048. strftime();
  3049. #endif
  3050. ; return 0; }
  3051. EOF
  3052. if { (eval echo configure:3374: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3053.   rm -rf conftest*
  3054.   eval "ac_cv_func_strftime=yes"
  3055. else
  3056.   echo "configure: failed program was:" >&5
  3057.   cat conftest.$ac_ext >&5
  3058.   rm -rf conftest*
  3059.   eval "ac_cv_func_strftime=no"
  3060. fi
  3061. rm -f conftest*
  3062. fi
  3063. if eval "test "`echo '$ac_cv_func_'strftime`" = yes"; then
  3064.   echo "$ac_t""yes" 1>&6
  3065.   cat >> confdefs.h <<EOF
  3066. #define HAVE_STRFTIME 1
  3067. EOF
  3068. else
  3069.   echo "$ac_t""no" 1>&6
  3070. # strftime is in -lintl on SCO UNIX.
  3071. echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
  3072. echo "configure:3396: checking for strftime in -lintl" >&5
  3073. ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
  3074. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  3075.   echo $ac_n "(cached) $ac_c" 1>&6
  3076. else
  3077.   ac_save_LIBS="$LIBS"
  3078. LIBS="-lintl  $LIBS"
  3079. cat > conftest.$ac_ext <<EOF
  3080. #line 3404 "configure"
  3081. #include "confdefs.h"
  3082. /* Override any gcc2 internal prototype to avoid an error.  */
  3083. /* We use char because int might match the return type of a gcc2
  3084.     builtin and then its argument prototype would still apply.  */
  3085. char strftime();
  3086. int main() {
  3087. strftime()
  3088. ; return 0; }
  3089. EOF
  3090. if { (eval echo configure:3415: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3091.   rm -rf conftest*
  3092.   eval "ac_cv_lib_$ac_lib_var=yes"
  3093. else
  3094.   echo "configure: failed program was:" >&5
  3095.   cat conftest.$ac_ext >&5
  3096.   rm -rf conftest*
  3097.   eval "ac_cv_lib_$ac_lib_var=no"
  3098. fi
  3099. rm -f conftest*
  3100. LIBS="$ac_save_LIBS"
  3101. fi
  3102. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  3103.   echo "$ac_t""yes" 1>&6
  3104.   cat >> confdefs.h <<EOF
  3105. #define HAVE_STRFTIME 1
  3106. EOF
  3107. LIBS="-lintl $LIBS"
  3108. else
  3109.   echo "$ac_t""no" 1>&6
  3110. fi
  3111. fi
  3112. echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&6
  3113. echo "configure:3442: checking whether utime accepts a null argument" >&5
  3114. if eval "test "`echo '$''{'ac_cv_func_utime_null'+set}'`" = set"; then
  3115.   echo $ac_n "(cached) $ac_c" 1>&6
  3116. else
  3117.   rm -f conftestdata; > conftestdata
  3118. # Sequent interprets utime(file, 0) to mean use start of epoch.  Wrong.
  3119. if test "$cross_compiling" = yes; then
  3120.   ac_cv_func_utime_null=no
  3121. else
  3122.   cat > conftest.$ac_ext <<EOF
  3123. #line 3452 "configure"
  3124. #include "confdefs.h"
  3125. #include <sys/types.h>
  3126. #include <sys/stat.h>
  3127. main() {
  3128. struct stat s, t;
  3129. exit(!(stat ("conftestdata", &s) == 0 && utime("conftestdata", (long *)0) == 0
  3130. && stat("conftestdata", &t) == 0 && t.st_mtime >= s.st_mtime
  3131. && t.st_mtime - s.st_mtime < 120));
  3132. }
  3133. EOF
  3134. if { (eval echo configure:3463: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  3135. then
  3136.   ac_cv_func_utime_null=yes
  3137. else
  3138.   echo "configure: failed program was:" >&5
  3139.   cat conftest.$ac_ext >&5
  3140.   rm -fr conftest*
  3141.   ac_cv_func_utime_null=no
  3142. fi
  3143. rm -fr conftest*
  3144. fi
  3145. rm -f core core.* *.core
  3146. fi
  3147. echo "$ac_t""$ac_cv_func_utime_null" 1>&6
  3148. if test $ac_cv_func_utime_null = yes; then
  3149.   cat >> confdefs.h <<EOF
  3150. #define HAVE_UTIME_NULL 1
  3151. EOF
  3152. fi
  3153. for ac_func in gai_strerror getaddrinfo getcwd gettimeofday getwd mkdir mktime putenv rmdir select socket strdup strstr strtod strtol uname
  3154. do
  3155. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3156. echo "configure:3489: checking for $ac_func" >&5
  3157. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  3158.   echo $ac_n "(cached) $ac_c" 1>&6
  3159. else
  3160.   cat > conftest.$ac_ext <<EOF
  3161. #line 3494 "configure"
  3162. #include "confdefs.h"
  3163. /* System header to define __stub macros and hopefully few prototypes,
  3164.     which can conflict with char $ac_func(); below.  */
  3165. #include <assert.h>
  3166. /* Override any gcc2 internal prototype to avoid an error.  */
  3167. /* We use char because int might match the return type of a gcc2
  3168.     builtin and then its argument prototype would still apply.  */
  3169. char $ac_func();
  3170. int main() {
  3171. /* The GNU C library defines this for functions which it implements
  3172.     to always fail with ENOSYS.  Some functions are actually named
  3173.     something starting with __ and the normal name is an alias.  */
  3174. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3175. choke me
  3176. #else
  3177. $ac_func();
  3178. #endif
  3179. ; return 0; }
  3180. EOF
  3181. if { (eval echo configure:3517: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3182.   rm -rf conftest*
  3183.   eval "ac_cv_func_$ac_func=yes"
  3184. else
  3185.   echo "configure: failed program was:" >&5
  3186.   cat conftest.$ac_ext >&5
  3187.   rm -rf conftest*
  3188.   eval "ac_cv_func_$ac_func=no"
  3189. fi
  3190. rm -f conftest*
  3191. fi
  3192. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  3193.   echo "$ac_t""yes" 1>&6
  3194.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3195.   cat >> confdefs.h <<EOF
  3196. #define $ac_tr_func 1
  3197. EOF
  3198.  
  3199. else
  3200.   echo "$ac_t""no" 1>&6
  3201. fi
  3202. done
  3203. if test $enable_gtk20 = 1 ; then
  3204.   
  3205.   succeeded=no
  3206.   if test -z "$PKG_CONFIG"; then
  3207.     # Extract the first word of "pkg-config", so it can be a program name with args.
  3208. set dummy pkg-config; ac_word=$2
  3209. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3210. echo "configure:3550: checking for $ac_word" >&5
  3211. if eval "test "`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`" = set"; then
  3212.   echo $ac_n "(cached) $ac_c" 1>&6
  3213. else
  3214.   case "$PKG_CONFIG" in
  3215.   /*)
  3216.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  3217.   ;;
  3218.   ?:/*)  
  3219.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
  3220.   ;;
  3221.   *)
  3222.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  3223.   ac_dummy="$PATH"
  3224.   for ac_dir in $ac_dummy; do 
  3225.     test -z "$ac_dir" && ac_dir=.
  3226.     if test -f $ac_dir/$ac_word; then
  3227.       ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
  3228.       break
  3229.     fi
  3230.   done
  3231.   IFS="$ac_save_ifs"
  3232.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  3233.   ;;
  3234. esac
  3235. fi
  3236. PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  3237. if test -n "$PKG_CONFIG"; then
  3238.   echo "$ac_t""$PKG_CONFIG" 1>&6
  3239. else
  3240.   echo "$ac_t""no" 1>&6
  3241. fi
  3242.   fi
  3243.   if test "$PKG_CONFIG" = "no" ; then
  3244.      echo "*** The pkg-config script could not be found. Make sure it is"
  3245.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  3246.      echo "*** to the full path to pkg-config."
  3247.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  3248.   else
  3249.      PKG_CONFIG_MIN_VERSION=0.9.0
  3250.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  3251.         echo $ac_n "checking for glib-2.0 >= 2.0.0""... $ac_c" 1>&6
  3252. echo "configure:3594: checking for glib-2.0 >= 2.0.0" >&5
  3253.         if $PKG_CONFIG --exists "glib-2.0 >= 2.0.0" ; then
  3254.             echo "$ac_t""yes" 1>&6
  3255.             succeeded=yes
  3256.             echo $ac_n "checking GLIB_CFLAGS""... $ac_c" 1>&6
  3257. echo "configure:3601: checking GLIB_CFLAGS" >&5
  3258.             GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.0.0"`
  3259.             echo "$ac_t""$GLIB_CFLAGS" 1>&6
  3260.             echo $ac_n "checking GLIB_LIBS""... $ac_c" 1>&6
  3261. echo "configure:3606: checking GLIB_LIBS" >&5
  3262.             GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.0.0"`
  3263.             echo "$ac_t""$GLIB_LIBS" 1>&6
  3264.         else
  3265.             GLIB_CFLAGS=""
  3266.             GLIB_LIBS=""
  3267.             ## If we have a custom action on failure, don't print errors, but 
  3268.             ## do set a variable so people can do so.
  3269.             GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.0.0"`
  3270.             
  3271.         fi
  3272.         
  3273.         
  3274.      else
  3275.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  3276.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  3277.      fi
  3278.   fi
  3279.   if test $succeeded = yes; then
  3280.      found_glib20=1
  3281.   else
  3282.      found_glib20=0
  3283.   fi
  3284. else
  3285.   found_glib20=0;
  3286. fi
  3287. if test "x$GFTP_TEXT" = "x" -a $found_glib20 = 0 ; then
  3288.   # Check whether --with-glib-prefix or --without-glib-prefix was given.
  3289. if test "${with_glib_prefix+set}" = set; then
  3290.   withval="$with_glib_prefix"
  3291.   glib_config_prefix="$withval"
  3292. else
  3293.   glib_config_prefix=""
  3294. fi
  3295. # Check whether --with-glib-exec-prefix or --without-glib-exec-prefix was given.
  3296. if test "${with_glib_exec_prefix+set}" = set; then
  3297.   withval="$with_glib_exec_prefix"
  3298.   glib_config_exec_prefix="$withval"
  3299. else
  3300.   glib_config_exec_prefix=""
  3301. fi
  3302. # Check whether --enable-glibtest or --disable-glibtest was given.
  3303. if test "${enable_glibtest+set}" = set; then
  3304.   enableval="$enable_glibtest"
  3305.   :
  3306. else
  3307.   enable_glibtest=yes
  3308. fi
  3309.   if test x$glib_config_exec_prefix != x ; then
  3310.      glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
  3311.      if test x${GLIB_CONFIG+set} != xset ; then
  3312.         GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
  3313.      fi
  3314.   fi
  3315.   if test x$glib_config_prefix != x ; then
  3316.      glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
  3317.      if test x${GLIB_CONFIG+set} != xset ; then
  3318.         GLIB_CONFIG=$glib_config_prefix/bin/glib-config
  3319.      fi
  3320.   fi
  3321.   for module in . 
  3322.   do
  3323.       case "$module" in
  3324.          gmodule) 
  3325.              glib_config_args="$glib_config_args gmodule"
  3326.          ;;
  3327.          gthread) 
  3328.              glib_config_args="$glib_config_args gthread"
  3329.          ;;
  3330.       esac
  3331.   done
  3332.   # Extract the first word of "glib-config", so it can be a program name with args.
  3333. set dummy glib-config; ac_word=$2
  3334. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3335. echo "configure:3690: checking for $ac_word" >&5
  3336. if eval "test "`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`" = set"; then
  3337.   echo $ac_n "(cached) $ac_c" 1>&6
  3338. else
  3339.   case "$GLIB_CONFIG" in
  3340.   /*)
  3341.   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
  3342.   ;;
  3343.   ?:/*)  
  3344.   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a dos path.
  3345.   ;;
  3346.   *)
  3347.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  3348.   ac_dummy="$PATH"
  3349.   for ac_dir in $ac_dummy; do 
  3350.     test -z "$ac_dir" && ac_dir=.
  3351.     if test -f $ac_dir/$ac_word; then
  3352.       ac_cv_path_GLIB_CONFIG="$ac_dir/$ac_word"
  3353.       break
  3354.     fi
  3355.   done
  3356.   IFS="$ac_save_ifs"
  3357.   test -z "$ac_cv_path_GLIB_CONFIG" && ac_cv_path_GLIB_CONFIG="no"
  3358.   ;;
  3359. esac
  3360. fi
  3361. GLIB_CONFIG="$ac_cv_path_GLIB_CONFIG"
  3362. if test -n "$GLIB_CONFIG"; then
  3363.   echo "$ac_t""$GLIB_CONFIG" 1>&6
  3364. else
  3365.   echo "$ac_t""no" 1>&6
  3366. fi
  3367.   min_glib_version=1.2.3
  3368.   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
  3369. echo "configure:3725: checking for GLIB - version >= $min_glib_version" >&5
  3370.   no_glib=""
  3371.   if test "$GLIB_CONFIG" = "no" ; then
  3372.     no_glib=yes
  3373.   else
  3374.     GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
  3375.     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
  3376.     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | 
  3377.            sed 's/([0-9]*).([0-9]*).([0-9]*)/1/'`
  3378.     glib_config_minor_version=`$GLIB_CONFIG $glib_config_args --version | 
  3379.            sed 's/([0-9]*).([0-9]*).([0-9]*)/2/'`
  3380.     glib_config_micro_version=`$GLIB_CONFIG $glib_config_args --version | 
  3381.            sed 's/([0-9]*).([0-9]*).([0-9]*)/3/'`
  3382.     if test "x$enable_glibtest" = "xyes" ; then
  3383.       ac_save_CFLAGS="$CFLAGS"
  3384.       ac_save_LIBS="$LIBS"
  3385.       CFLAGS="$CFLAGS $GLIB_CFLAGS"
  3386.       LIBS="$GLIB_LIBS $LIBS"
  3387.       rm -f conf.glibtest
  3388.       if test "$cross_compiling" = yes; then
  3389.   echo $ac_n "cross compiling; assumed OK... $ac_c"
  3390. else
  3391.   cat > conftest.$ac_ext <<EOF