configure
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:177k
源码类别:

Email客户端

开发平台:

Unix_Linux

  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-nls           do not use Native Language Support"
  14. ac_help="$ac_help
  15.   --with-included-gettext use the GNU gettext library included here"
  16. ac_help="$ac_help
  17.   --with-catgets          use catgets functions if available"
  18. ac_help="$ac_help
  19.   --enable-POP2           compile in POP2 protocol support (obsolete)"
  20. ac_help="$ac_help
  21.   --disable-POP3          don't compile in POP3 protocol support"
  22. ac_help="$ac_help
  23.   --disable-IMAP          don't compile in IMAP protocol support"
  24. ac_help="$ac_help
  25.   --disable-ETRN          don't compile in ETRN protocol support"
  26. ac_help="$ac_help
  27.   --enable-RPA            compile in RPA protocol support"
  28. ac_help="$ac_help
  29.   --enable-NTLM           compile in NTLM authentication support"
  30. ac_help="$ac_help
  31.   --enable-SDPS           compile in SDPS protocol support"
  32. ac_help="$ac_help
  33.   --enable-opie           support OTP through the OPIE library"
  34. ac_help="$ac_help
  35.   --enable-inet6          support IPv6 (requires the inet6-apps library)"
  36. ac_help="$ac_help
  37.   --enable-netsec         support network security (requires inet6-apps library)"
  38. ac_help="$ac_help
  39.   --with-kerberos5=DIR    point fetchmail compilation at a Kerberos 5 directory"
  40. ac_help="$ac_help
  41.   --with-ssl=[DIR]        enable SSL support using libraries in DIR"
  42. ac_help="$ac_help
  43.   --with-kerberos=DIR     point fetchmail compilation at a Kerberos directory"
  44. ac_help="$ac_help
  45.   --with-socks[=DIR]      add built-in SOCKS firewall access"
  46. ac_help="$ac_help
  47.   --with-hesiod=DIR       point fetchmail compilation at a HESIOD directory"
  48. ac_help="$ac_help
  49.   --with-gssapi[=DIR]     compile in GSSAPI support using libraries in DIR"
  50. # Initialize some variables set by options.
  51. # The variables have the same names as the options, with
  52. # dashes changed to underlines.
  53. build=NONE
  54. cache_file=./config.cache
  55. exec_prefix=NONE
  56. host=NONE
  57. no_create=
  58. nonopt=NONE
  59. no_recursion=
  60. prefix=NONE
  61. program_prefix=NONE
  62. program_suffix=NONE
  63. program_transform_name=s,x,x,
  64. silent=
  65. site=
  66. srcdir=
  67. target=NONE
  68. verbose=
  69. x_includes=NONE
  70. x_libraries=NONE
  71. bindir='${exec_prefix}/bin'
  72. sbindir='${exec_prefix}/sbin'
  73. libexecdir='${exec_prefix}/libexec'
  74. datadir='${prefix}/share'
  75. sysconfdir='${prefix}/etc'
  76. sharedstatedir='${prefix}/com'
  77. localstatedir='${prefix}/var'
  78. libdir='${exec_prefix}/lib'
  79. includedir='${prefix}/include'
  80. oldincludedir='/usr/include'
  81. infodir='${prefix}/info'
  82. mandir='${prefix}/man'
  83. # Initialize some other variables.
  84. subdirs=
  85. MFLAGS= MAKEFLAGS=
  86. SHELL=${CONFIG_SHELL-/bin/sh}
  87. # Maximum number of lines to put in a shell here document.
  88. ac_max_here_lines=12
  89. ac_prev=
  90. for ac_option
  91. do
  92.   # If the previous option needs an argument, assign it.
  93.   if test -n "$ac_prev"; then
  94.     eval "$ac_prev=$ac_option"
  95.     ac_prev=
  96.     continue
  97.   fi
  98.   case "$ac_option" in
  99.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  100.   *) ac_optarg= ;;
  101.   esac
  102.   # Accept the important Cygnus configure options, so we can diagnose typos.
  103.   case "$ac_option" in
  104.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  105.     ac_prev=bindir ;;
  106.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  107.     bindir="$ac_optarg" ;;
  108.   -build | --build | --buil | --bui | --bu)
  109.     ac_prev=build ;;
  110.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  111.     build="$ac_optarg" ;;
  112.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  113.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  114.     ac_prev=cache_file ;;
  115.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  116.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  117.     cache_file="$ac_optarg" ;;
  118.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  119.     ac_prev=datadir ;;
  120.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  121.   | --da=*)
  122.     datadir="$ac_optarg" ;;
  123.   -disable-* | --disable-*)
  124.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  125.     # Reject names that are not valid shell variable names.
  126.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  127.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  128.     fi
  129.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  130.     eval "enable_${ac_feature}=no" ;;
  131.   -enable-* | --enable-*)
  132.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  133.     # Reject names that are not valid shell variable names.
  134.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  135.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  136.     fi
  137.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  138.     case "$ac_option" in
  139.       *=*) ;;
  140.       *) ac_optarg=yes ;;
  141.     esac
  142.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  143.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  144.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  145.   | --exec | --exe | --ex)
  146.     ac_prev=exec_prefix ;;
  147.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  148.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  149.   | --exec=* | --exe=* | --ex=*)
  150.     exec_prefix="$ac_optarg" ;;
  151.   -gas | --gas | --ga | --g)
  152.     # Obsolete; use --with-gas.
  153.     with_gas=yes ;;
  154.   -help | --help | --hel | --he)
  155.     # Omit some internal or obsolete options to make the list less imposing.
  156.     # This message is too long to be a string in the A/UX 3.1 sh.
  157.     cat << EOF
  158. Usage: configure [options] [host]
  159. Options: [defaults in brackets after descriptions]
  160. Configuration:
  161.   --cache-file=FILE       cache test results in FILE
  162.   --help                  print this message
  163.   --no-create             do not create output files
  164.   --quiet, --silent       do not print `checking...' messages
  165.   --version               print the version of autoconf that created configure
  166. Directory and file names:
  167.   --prefix=PREFIX         install architecture-independent files in PREFIX
  168.                           [$ac_default_prefix]
  169.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  170.                           [same as prefix]
  171.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  172.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  173.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  174.   --datadir=DIR           read-only architecture-independent data in DIR
  175.                           [PREFIX/share]
  176.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  177.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  178.                           [PREFIX/com]
  179.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  180.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  181.   --includedir=DIR        C header files in DIR [PREFIX/include]
  182.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  183.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  184.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  185.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  186.   --program-prefix=PREFIX prepend PREFIX to installed program names
  187.   --program-suffix=SUFFIX append SUFFIX to installed program names
  188.   --program-transform-name=PROGRAM
  189.                           run sed PROGRAM on installed program names
  190. EOF
  191.     cat << EOF
  192. Host type:
  193.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  194.   --host=HOST             configure for HOST [guessed]
  195.   --target=TARGET         configure for TARGET [TARGET=HOST]
  196. Features and packages:
  197.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  198.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  199.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  200.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  201.   --x-includes=DIR        X include files are in DIR
  202.   --x-libraries=DIR       X library files are in DIR
  203. EOF
  204.     if test -n "$ac_help"; then
  205.       echo "--enable and --with options recognized:$ac_help"
  206.     fi
  207.     exit 0 ;;
  208.   -host | --host | --hos | --ho)
  209.     ac_prev=host ;;
  210.   -host=* | --host=* | --hos=* | --ho=*)
  211.     host="$ac_optarg" ;;
  212.   -includedir | --includedir | --includedi | --included | --include 
  213.   | --includ | --inclu | --incl | --inc)
  214.     ac_prev=includedir ;;
  215.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  216.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  217.     includedir="$ac_optarg" ;;
  218.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  219.     ac_prev=infodir ;;
  220.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  221.     infodir="$ac_optarg" ;;
  222.   -libdir | --libdir | --libdi | --libd)
  223.     ac_prev=libdir ;;
  224.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  225.     libdir="$ac_optarg" ;;
  226.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  227.   | --libexe | --libex | --libe)
  228.     ac_prev=libexecdir ;;
  229.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  230.   | --libexe=* | --libex=* | --libe=*)
  231.     libexecdir="$ac_optarg" ;;
  232.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  233.   | --localstate | --localstat | --localsta | --localst 
  234.   | --locals | --local | --loca | --loc | --lo)
  235.     ac_prev=localstatedir ;;
  236.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  237.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  238.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  239.     localstatedir="$ac_optarg" ;;
  240.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  241.     ac_prev=mandir ;;
  242.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  243.     mandir="$ac_optarg" ;;
  244.   -nfp | --nfp | --nf)
  245.     # Obsolete; use --without-fp.
  246.     with_fp=no ;;
  247.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  248.   | --no-cr | --no-c)
  249.     no_create=yes ;;
  250.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  251.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  252.     no_recursion=yes ;;
  253.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  254.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  255.   | --oldin | --oldi | --old | --ol | --o)
  256.     ac_prev=oldincludedir ;;
  257.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  258.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  259.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  260.     oldincludedir="$ac_optarg" ;;
  261.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  262.     ac_prev=prefix ;;
  263.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  264.     prefix="$ac_optarg" ;;
  265.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  266.   | --program-pre | --program-pr | --program-p)
  267.     ac_prev=program_prefix ;;
  268.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  269.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  270.     program_prefix="$ac_optarg" ;;
  271.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  272.   | --program-suf | --program-su | --program-s)
  273.     ac_prev=program_suffix ;;
  274.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  275.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  276.     program_suffix="$ac_optarg" ;;
  277.   -program-transform-name | --program-transform-name 
  278.   | --program-transform-nam | --program-transform-na 
  279.   | --program-transform-n | --program-transform- 
  280.   | --program-transform | --program-transfor 
  281.   | --program-transfo | --program-transf 
  282.   | --program-trans | --program-tran 
  283.   | --progr-tra | --program-tr | --program-t)
  284.     ac_prev=program_transform_name ;;
  285.   -program-transform-name=* | --program-transform-name=* 
  286.   | --program-transform-nam=* | --program-transform-na=* 
  287.   | --program-transform-n=* | --program-transform-=* 
  288.   | --program-transform=* | --program-transfor=* 
  289.   | --program-transfo=* | --program-transf=* 
  290.   | --program-trans=* | --program-tran=* 
  291.   | --progr-tra=* | --program-tr=* | --program-t=*)
  292.     program_transform_name="$ac_optarg" ;;
  293.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  294.   | -silent | --silent | --silen | --sile | --sil)
  295.     silent=yes ;;
  296.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  297.     ac_prev=sbindir ;;
  298.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  299.   | --sbi=* | --sb=*)
  300.     sbindir="$ac_optarg" ;;
  301.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  302.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  303.   | --sharedst | --shareds | --shared | --share | --shar 
  304.   | --sha | --sh)
  305.     ac_prev=sharedstatedir ;;
  306.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  307.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  308.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  309.   | --sha=* | --sh=*)
  310.     sharedstatedir="$ac_optarg" ;;
  311.   -site | --site | --sit)
  312.     ac_prev=site ;;
  313.   -site=* | --site=* | --sit=*)
  314.     site="$ac_optarg" ;;
  315.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  316.     ac_prev=srcdir ;;
  317.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  318.     srcdir="$ac_optarg" ;;
  319.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  320.   | --syscon | --sysco | --sysc | --sys | --sy)
  321.     ac_prev=sysconfdir ;;
  322.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  323.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  324.     sysconfdir="$ac_optarg" ;;
  325.   -target | --target | --targe | --targ | --tar | --ta | --t)
  326.     ac_prev=target ;;
  327.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  328.     target="$ac_optarg" ;;
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.   -version | --version | --versio | --versi | --vers)
  332.     echo "configure generated by autoconf version 2.13"
  333.     exit 0 ;;
  334.   -with-* | --with-*)
  335.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  336.     # Reject names that are not valid shell variable names.
  337.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  338.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  339.     fi
  340.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  341.     case "$ac_option" in
  342.       *=*) ;;
  343.       *) ac_optarg=yes ;;
  344.     esac
  345.     eval "with_${ac_package}='$ac_optarg'" ;;
  346.   -without-* | --without-*)
  347.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  348.     # Reject names that are not valid shell variable names.
  349.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  350.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  351.     fi
  352.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  353.     eval "with_${ac_package}=no" ;;
  354.   --x)
  355.     # Obsolete; use --with-x.
  356.     with_x=yes ;;
  357.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  358.   | --x-incl | --x-inc | --x-in | --x-i)
  359.     ac_prev=x_includes ;;
  360.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  361.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  362.     x_includes="$ac_optarg" ;;
  363.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  364.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  365.     ac_prev=x_libraries ;;
  366.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  367.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  368.     x_libraries="$ac_optarg" ;;
  369.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  370.     ;;
  371.   *)
  372.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  373.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  374.     fi
  375.     if test "x$nonopt" != xNONE; then
  376.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  377.     fi
  378.     nonopt="$ac_option"
  379.     ;;
  380.   esac
  381. done
  382. if test -n "$ac_prev"; then
  383.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  384. fi
  385. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  386. # File descriptor usage:
  387. # 0 standard input
  388. # 1 file creation
  389. # 2 errors and warnings
  390. # 3 some systems may open it to /dev/tty
  391. # 4 used on the Kubota Titan
  392. # 6 checking for... messages and results
  393. # 5 compiler messages saved in config.log
  394. if test "$silent" = yes; then
  395.   exec 6>/dev/null
  396. else
  397.   exec 6>&1
  398. fi
  399. exec 5>./config.log
  400. echo "
  401. This file contains any messages produced by compilers while
  402. running configure, to aid debugging if configure makes a mistake.
  403. " 1>&5
  404. # Strip out --no-create and --no-recursion so they do not pile up.
  405. # Also quote any args containing shell metacharacters.
  406. ac_configure_args=
  407. for ac_arg
  408. do
  409.   case "$ac_arg" in
  410.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  411.   | --no-cr | --no-c) ;;
  412.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  413.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  414.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  415.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  416.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  417.   esac
  418. done
  419. # NLS nuisances.
  420. # Only set these to C if already set.  These must not be set unconditionally
  421. # because not all systems understand e.g. LANG=C (notably SCO).
  422. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  423. # Non-C LC_CTYPE values break the ctype check.
  424. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  425. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  426. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  427. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  428. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  429. rm -rf conftest* confdefs.h
  430. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  431. echo > confdefs.h
  432. # A filename unique to this package, relative to the directory that
  433. # configure is in, which we can look for to find out if srcdir is correct.
  434. ac_unique_file=fetchmail.h
  435. # Find the source files, if location was not specified.
  436. if test -z "$srcdir"; then
  437.   ac_srcdir_defaulted=yes
  438.   # Try the directory containing this script, then its parent.
  439.   ac_prog=$0
  440.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  441.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  442.   srcdir=$ac_confdir
  443.   if test ! -r $srcdir/$ac_unique_file; then
  444.     srcdir=..
  445.   fi
  446. else
  447.   ac_srcdir_defaulted=no
  448. fi
  449. if test ! -r $srcdir/$ac_unique_file; then
  450.   if test "$ac_srcdir_defaulted" = yes; then
  451.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  452.   else
  453.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  454.   fi
  455. fi
  456. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  457. # Prefer explicitly selected file to automatically selected ones.
  458. if test -z "$CONFIG_SITE"; then
  459.   if test "x$prefix" != xNONE; then
  460.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  461.   else
  462.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  463.   fi
  464. fi
  465. for ac_site_file in $CONFIG_SITE; do
  466.   if test -r "$ac_site_file"; then
  467.     echo "loading site script $ac_site_file"
  468.     . "$ac_site_file"
  469.   fi
  470. done
  471. if test -r "$cache_file"; then
  472.   echo "loading cache $cache_file"
  473.   . $cache_file
  474. else
  475.   echo "creating cache $cache_file"
  476.   > $cache_file
  477. fi
  478. ac_ext=c
  479. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  480. ac_cpp='$CPP $CPPFLAGS'
  481. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  482. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  483. cross_compiling=$ac_cv_prog_cc_cross
  484. ac_exeext=
  485. ac_objext=o
  486. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  487.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  488.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  489.     ac_n= ac_c='
  490. ' ac_t=' '
  491.   else
  492.     ac_n=-n ac_c= ac_t=
  493.   fi
  494. else
  495.   ac_n= ac_c='c' ac_t=
  496. fi
  497. test -z "$CFLAGS" && CFLAGS="-O" 
  498. test -z "$LDFLAGS" && LDFLAGS=-s 
  499. ac_aux_dir=
  500. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  501.   if test -f $ac_dir/install-sh; then
  502.     ac_aux_dir=$ac_dir
  503.     ac_install_sh="$ac_aux_dir/install-sh -c"
  504.     break
  505.   elif test -f $ac_dir/install.sh; then
  506.     ac_aux_dir=$ac_dir
  507.     ac_install_sh="$ac_aux_dir/install.sh -c"
  508.     break
  509.   fi
  510. done
  511. if test -z "$ac_aux_dir"; then
  512.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  513. fi
  514. ac_config_guess=$ac_aux_dir/config.guess
  515. ac_config_sub=$ac_aux_dir/config.sub
  516. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  517. # Make sure we can run config.sub.
  518. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  519. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  520. fi
  521. echo $ac_n "checking host system type""... $ac_c" 1>&6
  522. echo "configure:593: checking host system type" >&5
  523. host_alias=$host
  524. case "$host_alias" in
  525. NONE)
  526.   case $nonopt in
  527.   NONE)
  528.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  529.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  530.     fi ;;
  531.   *) host_alias=$nonopt ;;
  532.   esac ;;
  533. esac
  534. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  535. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  536. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  537. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  538. echo "$ac_t""$host" 1>&6
  539. # Extract the first word of "gcc", so it can be a program name with args.
  540. set dummy gcc; ac_word=$2
  541. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  542. echo "configure:616: checking for $ac_word" >&5
  543. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  544.   echo $ac_n "(cached) $ac_c" 1>&6
  545. else
  546.   if test -n "$CC"; then
  547.   ac_cv_prog_CC="$CC" # Let the user override the test.
  548. else
  549.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  550.   ac_dummy="$PATH"
  551.   for ac_dir in $ac_dummy; do
  552.     test -z "$ac_dir" && ac_dir=.
  553.     if test -f $ac_dir/$ac_word; then
  554.       ac_cv_prog_CC="gcc"
  555.       break
  556.     fi
  557.   done
  558.   IFS="$ac_save_ifs"
  559. fi
  560. fi
  561. CC="$ac_cv_prog_CC"
  562. if test -n "$CC"; then
  563.   echo "$ac_t""$CC" 1>&6
  564. else
  565.   echo "$ac_t""no" 1>&6
  566. fi
  567. if test -z "$CC"; then
  568.   # Extract the first word of "cc", so it can be a program name with args.
  569. set dummy cc; ac_word=$2
  570. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  571. echo "configure:646: checking for $ac_word" >&5
  572. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  573.   echo $ac_n "(cached) $ac_c" 1>&6
  574. else
  575.   if test -n "$CC"; then
  576.   ac_cv_prog_CC="$CC" # Let the user override the test.
  577. else
  578.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  579.   ac_prog_rejected=no
  580.   ac_dummy="$PATH"
  581.   for ac_dir in $ac_dummy; do
  582.     test -z "$ac_dir" && ac_dir=.
  583.     if test -f $ac_dir/$ac_word; then
  584.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  585.         ac_prog_rejected=yes
  586. continue
  587.       fi
  588.       ac_cv_prog_CC="cc"
  589.       break
  590.     fi
  591.   done
  592.   IFS="$ac_save_ifs"
  593. if test $ac_prog_rejected = yes; then
  594.   # We found a bogon in the path, so make sure we never use it.
  595.   set dummy $ac_cv_prog_CC
  596.   shift
  597.   if test $# -gt 0; then
  598.     # We chose a different compiler from the bogus one.
  599.     # However, it has the same basename, so the bogon will be chosen
  600.     # first if we set CC to just the basename; use the full file name.
  601.     shift
  602.     set dummy "$ac_dir/$ac_word" "$@"
  603.     shift
  604.     ac_cv_prog_CC="$@"
  605.   fi
  606. fi
  607. fi
  608. fi
  609. CC="$ac_cv_prog_CC"
  610. if test -n "$CC"; then
  611.   echo "$ac_t""$CC" 1>&6
  612. else
  613.   echo "$ac_t""no" 1>&6
  614. fi
  615.   if test -z "$CC"; then
  616.     case "`uname -s`" in
  617.     *win32* | *WIN32*)
  618.       # Extract the first word of "cl", so it can be a program name with args.
  619. set dummy cl; ac_word=$2
  620. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  621. echo "configure:697: checking for $ac_word" >&5
  622. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  623.   echo $ac_n "(cached) $ac_c" 1>&6
  624. else
  625.   if test -n "$CC"; then
  626.   ac_cv_prog_CC="$CC" # Let the user override the test.
  627. else
  628.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  629.   ac_dummy="$PATH"
  630.   for ac_dir in $ac_dummy; do
  631.     test -z "$ac_dir" && ac_dir=.
  632.     if test -f $ac_dir/$ac_word; then
  633.       ac_cv_prog_CC="cl"
  634.       break
  635.     fi
  636.   done
  637.   IFS="$ac_save_ifs"
  638. fi
  639. fi
  640. CC="$ac_cv_prog_CC"
  641. if test -n "$CC"; then
  642.   echo "$ac_t""$CC" 1>&6
  643. else
  644.   echo "$ac_t""no" 1>&6
  645. fi
  646.  ;;
  647.     esac
  648.   fi
  649.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  650. fi
  651. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  652. echo "configure:729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  653. ac_ext=c
  654. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  655. ac_cpp='$CPP $CPPFLAGS'
  656. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  657. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  658. cross_compiling=$ac_cv_prog_cc_cross
  659. cat > conftest.$ac_ext << EOF
  660. #line 740 "configure"
  661. #include "confdefs.h"
  662. main(){return(0);}
  663. EOF
  664. if { (eval echo configure:745: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  665.   ac_cv_prog_cc_works=yes
  666.   # If we can't run a trivial program, we are probably using a cross compiler.
  667.   if (./conftest; exit) 2>/dev/null; then
  668.     ac_cv_prog_cc_cross=no
  669.   else
  670.     ac_cv_prog_cc_cross=yes
  671.   fi
  672. else
  673.   echo "configure: failed program was:" >&5
  674.   cat conftest.$ac_ext >&5
  675.   ac_cv_prog_cc_works=no
  676. fi
  677. rm -fr conftest*
  678. ac_ext=c
  679. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  680. ac_cpp='$CPP $CPPFLAGS'
  681. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  682. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  683. cross_compiling=$ac_cv_prog_cc_cross
  684. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  685. if test $ac_cv_prog_cc_works = no; then
  686.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  687. fi
  688. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  689. echo "configure:771: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  690. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  691. cross_compiling=$ac_cv_prog_cc_cross
  692. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  693. echo "configure:776: checking whether we are using GNU C" >&5
  694. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  695.   echo $ac_n "(cached) $ac_c" 1>&6
  696. else
  697.   cat > conftest.c <<EOF
  698. #ifdef __GNUC__
  699.   yes;
  700. #endif
  701. EOF
  702. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:785: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  703.   ac_cv_prog_gcc=yes
  704. else
  705.   ac_cv_prog_gcc=no
  706. fi
  707. fi
  708. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  709. if test $ac_cv_prog_gcc = yes; then
  710.   GCC=yes
  711. else
  712.   GCC=
  713. fi
  714. ac_test_CFLAGS="${CFLAGS+set}"
  715. ac_save_CFLAGS="$CFLAGS"
  716. CFLAGS=
  717. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  718. echo "configure:804: checking whether ${CC-cc} accepts -g" >&5
  719. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  720.   echo $ac_n "(cached) $ac_c" 1>&6
  721. else
  722.   echo 'void f(){}' > conftest.c
  723. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  724.   ac_cv_prog_cc_g=yes
  725. else
  726.   ac_cv_prog_cc_g=no
  727. fi
  728. rm -f conftest*
  729. fi
  730. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  731. if test "$ac_test_CFLAGS" = set; then
  732.   CFLAGS="$ac_save_CFLAGS"
  733. elif test $ac_cv_prog_cc_g = yes; then
  734.   if test "$GCC" = yes; then
  735.     CFLAGS="-g -O2"
  736.   else
  737.     CFLAGS="-g"
  738.   fi
  739. else
  740.   if test "$GCC" = yes; then
  741.     CFLAGS="-O2"
  742.   else
  743.     CFLAGS=
  744.   fi
  745. fi
  746. # Find a good install program.  We prefer a C program (faster),
  747. # so one script is as good as another.  But avoid the broken or
  748. # incompatible versions:
  749. # SysV /etc/install, /usr/sbin/install
  750. # SunOS /usr/etc/install
  751. # IRIX /sbin/install
  752. # AIX /bin/install
  753. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  754. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  755. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  756. # ./install, which can be erroneously created by make from ./install.sh.
  757. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  758. echo "configure:847: checking for a BSD compatible install" >&5
  759. if test -z "$INSTALL"; then
  760. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  761.   echo $ac_n "(cached) $ac_c" 1>&6
  762. else
  763.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  764.   for ac_dir in $PATH; do
  765.     # Account for people who put trailing slashes in PATH elements.
  766.     case "$ac_dir/" in
  767.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  768.     *)
  769.       # OSF1 and SCO ODT 3.0 have their own names for install.
  770.       # Don't use installbsd from OSF since it installs stuff as root
  771.       # by default.
  772.       for ac_prog in ginstall scoinst install; do
  773.         if test -f $ac_dir/$ac_prog; then
  774.   if test $ac_prog = install &&
  775.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  776.     # AIX install.  It has an incompatible calling convention.
  777.     :
  778.   else
  779.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  780.     break 2
  781.   fi
  782. fi
  783.       done
  784.       ;;
  785.     esac
  786.   done
  787.   IFS="$ac_save_IFS"
  788. fi
  789.   if test "${ac_cv_path_install+set}" = set; then
  790.     INSTALL="$ac_cv_path_install"
  791.   else
  792.     # As a last resort, use the slow shell script.  We don't cache a
  793.     # path for INSTALL within a source directory, because that will
  794.     # break other packages using the cache if that directory is
  795.     # removed, or if the path is relative.
  796.     INSTALL="$ac_install_sh"
  797.   fi
  798. fi
  799. echo "$ac_t""$INSTALL" 1>&6
  800. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  801. # It thinks the first close brace ends the variable substitution.
  802. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  803. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  804. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  805. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  806. echo "configure:900: checking how to run the C preprocessor" >&5
  807. # On Suns, sometimes $CPP names a directory.
  808. if test -n "$CPP" && test -d "$CPP"; then
  809.   CPP=
  810. fi
  811. if test -z "$CPP"; then
  812. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  813.   echo $ac_n "(cached) $ac_c" 1>&6
  814. else
  815.     # This must be in double quotes, not single quotes, because CPP may get
  816.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  817.   CPP="${CC-cc} -E"
  818.   # On the NeXT, cc -E runs the code through the compiler's parser,
  819.   # not just through cpp.
  820.   cat > conftest.$ac_ext <<EOF
  821. #line 915 "configure"
  822. #include "confdefs.h"
  823. #include <assert.h>
  824. Syntax Error
  825. EOF
  826. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  827. { (eval echo configure:921: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  828. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  829. if test -z "$ac_err"; then
  830.   :
  831. else
  832.   echo "$ac_err" >&5
  833.   echo "configure: failed program was:" >&5
  834.   cat conftest.$ac_ext >&5
  835.   rm -rf conftest*
  836.   CPP="${CC-cc} -E -traditional-cpp"
  837.   cat > conftest.$ac_ext <<EOF
  838. #line 932 "configure"
  839. #include "confdefs.h"
  840. #include <assert.h>
  841. Syntax Error
  842. EOF
  843. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  844. { (eval echo configure:938: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  845. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  846. if test -z "$ac_err"; then
  847.   :
  848. else
  849.   echo "$ac_err" >&5
  850.   echo "configure: failed program was:" >&5
  851.   cat conftest.$ac_ext >&5
  852.   rm -rf conftest*
  853.   CPP="${CC-cc} -nologo -E"
  854.   cat > conftest.$ac_ext <<EOF
  855. #line 949 "configure"
  856. #include "confdefs.h"
  857. #include <assert.h>
  858. Syntax Error
  859. EOF
  860. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  861. { (eval echo configure:955: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  862. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  863. if test -z "$ac_err"; then
  864.   :
  865. else
  866.   echo "$ac_err" >&5
  867.   echo "configure: failed program was:" >&5
  868.   cat conftest.$ac_ext >&5
  869.   rm -rf conftest*
  870.   CPP=/lib/cpp
  871. fi
  872. rm -f conftest*
  873. fi
  874. rm -f conftest*
  875. fi
  876. rm -f conftest*
  877.   ac_cv_prog_CPP="$CPP"
  878. fi
  879.   CPP="$ac_cv_prog_CPP"
  880. else
  881.   ac_cv_prog_CPP="$CPP"
  882. fi
  883. echo "$ac_t""$CPP" 1>&6
  884. if test "x$CC" != xcc; then
  885.   echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
  886. echo "configure:980: checking whether $CC and cc understand -c and -o together" >&5
  887. else
  888.   echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
  889. echo "configure:983: checking whether cc understands -c and -o together" >&5
  890. fi
  891. set dummy $CC; ac_cc="`echo $2 |
  892.        sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
  893. if eval "test "`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`" = set"; then
  894.   echo $ac_n "(cached) $ac_c" 1>&6
  895. else
  896.   echo 'foo(){}' > conftest.c
  897. # Make sure it works both with $CC and with simple cc.
  898. # We do the test twice because some compilers refuse to overwrite an
  899. # existing .o file with -o, though they will create one.
  900. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
  901. if { (eval echo configure:995: "$ac_try") 1>&5; (eval $ac_try) 2>&5; } &&
  902.    test -f conftest.o && { (eval echo configure:996: "$ac_try") 1>&5; (eval $ac_try) 2>&5; };
  903. then
  904.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  905.   if test "x$CC" != xcc; then
  906.     # Test first that cc exists at all.
  907.     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1001: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; }; then
  908.       ac_try='cc -c conftest.c -o conftest.o 1>&5'
  909.       if { (eval echo configure:1003: "$ac_try") 1>&5; (eval $ac_try) 2>&5; } &&
  910.  test -f conftest.o && { (eval echo configure:1004: "$ac_try") 1>&5; (eval $ac_try) 2>&5; };
  911.       then
  912.         # cc works too.
  913.         :
  914.       else
  915.         # cc exists but doesn't like -o.
  916.         eval ac_cv_prog_cc_${ac_cc}_c_o=no
  917.       fi
  918.     fi
  919.   fi
  920. else
  921.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  922. fi
  923. rm -f conftest*
  924. fi
  925. if eval "test "`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`" = yes"; then
  926.   echo "$ac_t""yes" 1>&6
  927. else
  928.   echo "$ac_t""no" 1>&6
  929.   cat >> confdefs.h <<EOF
  930. #define NO_MINUS_C_MINUS_O 1
  931. EOF
  932. fi
  933. echo $ac_n "checking for AIX""... $ac_c" 1>&6
  934. echo "configure:1031: checking for AIX" >&5
  935. cat > conftest.$ac_ext <<EOF
  936. #line 1033 "configure"
  937. #include "confdefs.h"
  938. #ifdef _AIX
  939.   yes
  940. #endif
  941. EOF
  942. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  943.   egrep "yes" >/dev/null 2>&1; then
  944.   rm -rf conftest*
  945.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<EOF
  946. #define _ALL_SOURCE 1
  947. EOF
  948. else
  949.   rm -rf conftest*
  950.   echo "$ac_t""no" 1>&6
  951. fi
  952. rm -f conftest*
  953. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  954. echo "configure:1055: checking for POSIXized ISC" >&5
  955. if test -d /etc/conf/kconfig.d &&
  956.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  957. then
  958.   echo "$ac_t""yes" 1>&6
  959.   ISC=yes # If later tests want to check for ISC.
  960.   cat >> confdefs.h <<EOF
  961. #define _POSIX_SOURCE 1
  962. EOF
  963.   if test "$GCC" = yes; then
  964.     CC="$CC -posix"
  965.   else
  966.     CC="$CC -Xp"
  967.   fi
  968. else
  969.   echo "$ac_t""no" 1>&6
  970.   ISC=
  971. fi
  972. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  973. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  974. echo "configure:1077: checking for minix/config.h" >&5
  975. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  976.   echo $ac_n "(cached) $ac_c" 1>&6
  977. else
  978.   cat > conftest.$ac_ext <<EOF
  979. #line 1082 "configure"
  980. #include "confdefs.h"
  981. #include <minix/config.h>
  982. EOF
  983. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  984. { (eval echo configure:1087: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  985. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  986. if test -z "$ac_err"; then
  987.   rm -rf conftest*
  988.   eval "ac_cv_header_$ac_safe=yes"
  989. else
  990.   echo "$ac_err" >&5
  991.   echo "configure: failed program was:" >&5
  992.   cat conftest.$ac_ext >&5
  993.   rm -rf conftest*
  994.   eval "ac_cv_header_$ac_safe=no"
  995. fi
  996. rm -f conftest*
  997. fi
  998. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  999.   echo "$ac_t""yes" 1>&6
  1000.   MINIX=yes
  1001. else
  1002.   echo "$ac_t""no" 1>&6
  1003. MINIX=
  1004. fi
  1005. if test "$MINIX" = yes; then
  1006.   cat >> confdefs.h <<EOF
  1007. #define _POSIX_SOURCE 1
  1008. EOF
  1009.   cat >> confdefs.h <<EOF
  1010. #define _POSIX_1_SOURCE 2
  1011. EOF
  1012.   cat >> confdefs.h <<EOF
  1013. #define _MINIX 1
  1014. EOF
  1015. fi
  1016. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1017. echo "configure:1125: checking for ANSI C header files" >&5
  1018. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1019.   echo $ac_n "(cached) $ac_c" 1>&6
  1020. else
  1021.   cat > conftest.$ac_ext <<EOF
  1022. #line 1130 "configure"
  1023. #include "confdefs.h"
  1024. #include <stdlib.h>
  1025. #include <stdarg.h>
  1026. #include <string.h>
  1027. #include <float.h>
  1028. EOF
  1029. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1030. { (eval echo configure:1138: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1031. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1032. if test -z "$ac_err"; then
  1033.   rm -rf conftest*
  1034.   ac_cv_header_stdc=yes
  1035. else
  1036.   echo "$ac_err" >&5
  1037.   echo "configure: failed program was:" >&5
  1038.   cat conftest.$ac_ext >&5
  1039.   rm -rf conftest*
  1040.   ac_cv_header_stdc=no
  1041. fi
  1042. rm -f conftest*
  1043. if test $ac_cv_header_stdc = yes; then
  1044.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1045. cat > conftest.$ac_ext <<EOF
  1046. #line 1155 "configure"
  1047. #include "confdefs.h"
  1048. #include <string.h>
  1049. EOF
  1050. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1051.   egrep "memchr" >/dev/null 2>&1; then
  1052.   :
  1053. else
  1054.   rm -rf conftest*
  1055.   ac_cv_header_stdc=no
  1056. fi
  1057. rm -f conftest*
  1058. fi
  1059. if test $ac_cv_header_stdc = yes; then
  1060.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1061. cat > conftest.$ac_ext <<EOF
  1062. #line 1173 "configure"
  1063. #include "confdefs.h"
  1064. #include <stdlib.h>
  1065. EOF
  1066. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1067.   egrep "free" >/dev/null 2>&1; then
  1068.   :
  1069. else
  1070.   rm -rf conftest*
  1071.   ac_cv_header_stdc=no
  1072. fi
  1073. rm -f conftest*
  1074. fi
  1075. if test $ac_cv_header_stdc = yes; then
  1076.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1077. if test "$cross_compiling" = yes; then
  1078.   :
  1079. else
  1080.   cat > conftest.$ac_ext <<EOF
  1081. #line 1194 "configure"
  1082. #include "confdefs.h"
  1083. #include <ctype.h>
  1084. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1085. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1086. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1087. int main () { int i; for (i = 0; i < 256; i++)
  1088. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1089. exit (0); }
  1090. EOF
  1091. if { (eval echo configure:1205: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1092. then
  1093.   :
  1094. else
  1095.   echo "configure: failed program was:" >&5
  1096.   cat conftest.$ac_ext >&5
  1097.   rm -fr conftest*
  1098.   ac_cv_header_stdc=no
  1099. fi
  1100. rm -fr conftest*
  1101. fi
  1102. fi
  1103. fi
  1104. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1105. if test $ac_cv_header_stdc = yes; then
  1106.   cat >> confdefs.h <<EOF
  1107. #define STDC_HEADERS 1
  1108. EOF
  1109. fi
  1110. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1111. echo "configure:1229: checking for size_t" >&5
  1112. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1113.   echo $ac_n "(cached) $ac_c" 1>&6
  1114. else
  1115.   cat > conftest.$ac_ext <<EOF
  1116. #line 1234 "configure"
  1117. #include "confdefs.h"
  1118. #include <sys/types.h>
  1119. #if STDC_HEADERS
  1120. #include <stdlib.h>
  1121. #include <stddef.h>
  1122. #endif
  1123. EOF
  1124. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1125.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1126.   rm -rf conftest*
  1127.   ac_cv_type_size_t=yes
  1128. else
  1129.   rm -rf conftest*
  1130.   ac_cv_type_size_t=no
  1131. fi
  1132. rm -f conftest*
  1133. fi
  1134. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1135. if test $ac_cv_type_size_t = no; then
  1136.   cat >> confdefs.h <<EOF
  1137. #define size_t unsigned
  1138. EOF
  1139. fi
  1140. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  1141. echo "configure:1262: checking for pid_t" >&5
  1142. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  1143.   echo $ac_n "(cached) $ac_c" 1>&6
  1144. else
  1145.   cat > conftest.$ac_ext <<EOF
  1146. #line 1267 "configure"
  1147. #include "confdefs.h"
  1148. #include <sys/types.h>
  1149. #if STDC_HEADERS
  1150. #include <stdlib.h>
  1151. #include <stddef.h>
  1152. #endif
  1153. EOF
  1154. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1155.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1156.   rm -rf conftest*
  1157.   ac_cv_type_pid_t=yes
  1158. else
  1159.   rm -rf conftest*
  1160.   ac_cv_type_pid_t=no
  1161. fi
  1162. rm -f conftest*
  1163. fi
  1164. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  1165. if test $ac_cv_type_pid_t = no; then
  1166.   cat >> confdefs.h <<EOF
  1167. #define pid_t int
  1168. EOF
  1169. fi
  1170. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1171. echo "configure:1295: checking return type of signal handlers" >&5
  1172. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  1173.   echo $ac_n "(cached) $ac_c" 1>&6
  1174. else
  1175.   cat > conftest.$ac_ext <<EOF
  1176. #line 1300 "configure"
  1177. #include "confdefs.h"
  1178. #include <sys/types.h>
  1179. #include <signal.h>
  1180. #ifdef signal
  1181. #undef signal
  1182. #endif
  1183. #ifdef __cplusplus
  1184. extern "C" void (*signal (int, void (*)(int)))(int);
  1185. #else
  1186. void (*signal ()) ();
  1187. #endif
  1188. int main() {
  1189. int i;
  1190. ; return 0; }
  1191. EOF
  1192. if { (eval echo configure:1317: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1193.   rm -rf conftest*
  1194.   ac_cv_type_signal=void
  1195. else
  1196.   echo "configure: failed program was:" >&5
  1197.   cat conftest.$ac_ext >&5
  1198.   rm -rf conftest*
  1199.   ac_cv_type_signal=int
  1200. fi
  1201. rm -f conftest*
  1202. fi
  1203. echo "$ac_t""$ac_cv_type_signal" 1>&6
  1204. cat >> confdefs.h <<EOF
  1205. #define RETSIGTYPE $ac_cv_type_signal
  1206. EOF
  1207. for ac_hdr in unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h fcntl.h sys/fcntl.h memory.h sys/wait.h
  1208. do
  1209. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1210. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1211. echo "configure:1339: checking for $ac_hdr" >&5
  1212. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1213.   echo $ac_n "(cached) $ac_c" 1>&6
  1214. else
  1215.   cat > conftest.$ac_ext <<EOF
  1216. #line 1344 "configure"
  1217. #include "confdefs.h"
  1218. #include <$ac_hdr>
  1219. EOF
  1220. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1221. { (eval echo configure:1349: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1222. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1223. if test -z "$ac_err"; then
  1224.   rm -rf conftest*
  1225.   eval "ac_cv_header_$ac_safe=yes"
  1226. else
  1227.   echo "$ac_err" >&5
  1228.   echo "configure: failed program was:" >&5
  1229.   cat conftest.$ac_ext >&5
  1230.   rm -rf conftest*
  1231.   eval "ac_cv_header_$ac_safe=no"
  1232. fi
  1233. rm -f conftest*
  1234. fi
  1235. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1236.   echo "$ac_t""yes" 1>&6
  1237.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1238.   cat >> confdefs.h <<EOF
  1239. #define $ac_tr_hdr 1
  1240. EOF
  1241.  
  1242. else
  1243.   echo "$ac_t""no" 1>&6
  1244. fi
  1245. done
  1246. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1247. echo "configure:1377: checking for working const" >&5
  1248. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1249.   echo $ac_n "(cached) $ac_c" 1>&6
  1250. else
  1251.   cat > conftest.$ac_ext <<EOF
  1252. #line 1382 "configure"
  1253. #include "confdefs.h"
  1254. int main() {
  1255. /* Ultrix mips cc rejects this.  */
  1256. typedef int charset[2]; const charset x;
  1257. /* SunOS 4.1.1 cc rejects this.  */
  1258. char const *const *ccp;
  1259. char **p;
  1260. /* NEC SVR4.0.2 mips cc rejects this.  */
  1261. struct point {int x, y;};
  1262. static struct point const zero = {0,0};
  1263. /* AIX XL C 1.02.0.0 rejects this.
  1264.    It does not let you subtract one const X* pointer from another in an arm
  1265.    of an if-expression whose if-part is not a constant expression */
  1266. const char *g = "string";
  1267. ccp = &g + (g ? g-g : 0);
  1268. /* HPUX 7.0 cc rejects these. */
  1269. ++ccp;
  1270. p = (char**) ccp;
  1271. ccp = (char const *const *) p;
  1272. { /* SCO 3.2v4 cc rejects this.  */
  1273.   char *t;
  1274.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1275.   *t++ = 0;
  1276. }
  1277. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1278.   int x[] = {25, 17};
  1279.   const int *foo = &x[0];
  1280.   ++foo;
  1281. }
  1282. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1283.   typedef const int *iptr;
  1284.   iptr p = 0;
  1285.   ++p;
  1286. }
  1287. { /* AIX XL C 1.02.0.0 rejects this saying
  1288.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1289.   struct s { int j; const int *ap[3]; };
  1290.   struct s *b; b->j = 5;
  1291. }
  1292. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1293.   const int foo = 10;
  1294. }
  1295. ; return 0; }
  1296. EOF
  1297. if { (eval echo configure:1431: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1298.   rm -rf conftest*
  1299.   ac_cv_c_const=yes
  1300. else
  1301.   echo "configure: failed program was:" >&5
  1302.   cat conftest.$ac_ext >&5
  1303.   rm -rf conftest*
  1304.   ac_cv_c_const=no
  1305. fi
  1306. rm -f conftest*
  1307. fi
  1308. echo "$ac_t""$ac_cv_c_const" 1>&6
  1309. if test $ac_cv_c_const = no; then
  1310.   cat >> confdefs.h <<EOF
  1311. #define const 
  1312. EOF
  1313. fi
  1314. # Extract the first word of "flex", so it can be a program name with args.
  1315. set dummy flex; ac_word=$2
  1316. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1317. echo "configure:1454: checking for $ac_word" >&5
  1318. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  1319.   echo $ac_n "(cached) $ac_c" 1>&6
  1320. else
  1321.   if test -n "$LEX"; then
  1322.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1323. else
  1324.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1325.   ac_dummy="$PATH"
  1326.   for ac_dir in $ac_dummy; do
  1327.     test -z "$ac_dir" && ac_dir=.
  1328.     if test -f $ac_dir/$ac_word; then
  1329.       ac_cv_prog_LEX="flex"
  1330.       break
  1331.     fi
  1332.   done
  1333.   IFS="$ac_save_ifs"
  1334.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  1335. fi
  1336. fi
  1337. LEX="$ac_cv_prog_LEX"
  1338. if test -n "$LEX"; then
  1339.   echo "$ac_t""$LEX" 1>&6
  1340. else
  1341.   echo "$ac_t""no" 1>&6
  1342. fi
  1343. if test -z "$LEXLIB"
  1344. then
  1345.   case "$LEX" in
  1346.   flex*) ac_lib=fl ;;
  1347.   *) ac_lib=l ;;
  1348.   esac
  1349.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  1350. echo "configure:1488: checking for yywrap in -l$ac_lib" >&5
  1351. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  1352. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1353.   echo $ac_n "(cached) $ac_c" 1>&6
  1354. else
  1355.   ac_save_LIBS="$LIBS"
  1356. LIBS="-l$ac_lib  $LIBS"
  1357. cat > conftest.$ac_ext <<EOF
  1358. #line 1496 "configure"
  1359. #include "confdefs.h"
  1360. /* Override any gcc2 internal prototype to avoid an error.  */
  1361. /* We use char because int might match the return type of a gcc2
  1362.     builtin and then its argument prototype would still apply.  */
  1363. char yywrap();
  1364. int main() {
  1365. yywrap()
  1366. ; return 0; }
  1367. EOF
  1368. if { (eval echo configure:1507: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1369.   rm -rf conftest*
  1370.   eval "ac_cv_lib_$ac_lib_var=yes"
  1371. else
  1372.   echo "configure: failed program was:" >&5
  1373.   cat conftest.$ac_ext >&5
  1374.   rm -rf conftest*
  1375.   eval "ac_cv_lib_$ac_lib_var=no"
  1376. fi
  1377. rm -f conftest*
  1378. LIBS="$ac_save_LIBS"
  1379. fi
  1380. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1381.   echo "$ac_t""yes" 1>&6
  1382.   LEXLIB="-l$ac_lib"
  1383. else
  1384.   echo "$ac_t""no" 1>&6
  1385. fi
  1386. fi
  1387. for ac_prog in 'bison -y' byacc
  1388. do
  1389. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1390. set dummy $ac_prog; ac_word=$2
  1391. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1392. echo "configure:1534: checking for $ac_word" >&5
  1393. if eval "test "`echo '$''{'ac_cv_prog_YACC'+set}'`" = set"; then
  1394.   echo $ac_n "(cached) $ac_c" 1>&6
  1395. else
  1396.   if test -n "$YACC"; then
  1397.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  1398. else
  1399.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1400.   ac_dummy="$PATH"
  1401.   for ac_dir in $ac_dummy; do
  1402.     test -z "$ac_dir" && ac_dir=.
  1403.     if test -f $ac_dir/$ac_word; then
  1404.       ac_cv_prog_YACC="$ac_prog"
  1405.       break
  1406.     fi
  1407.   done
  1408.   IFS="$ac_save_ifs"
  1409. fi
  1410. fi
  1411. YACC="$ac_cv_prog_YACC"
  1412. if test -n "$YACC"; then
  1413.   echo "$ac_t""$YACC" 1>&6
  1414. else
  1415.   echo "$ac_t""no" 1>&6
  1416. fi
  1417. test -n "$YACC" && break
  1418. done
  1419. test -n "$YACC" || YACC="yacc"
  1420. PACKAGE=`sed -n '/PACKAGE *= *(.*)/s//1/p' <$srcdir/Makefile.in`
  1421. cat >> confdefs.h <<EOF
  1422. #define PACKAGE "$PACKAGE"
  1423. EOF
  1424. VERSION=`sed -n '/VERSION *= *(.*)/s//1/p' <$srcdir/Makefile.in`
  1425. cat >> confdefs.h <<EOF
  1426. #define VERSION "$VERSION"
  1427. EOF
  1428. # Check for LynxOS special case: -lbsd needed (at least on 2.3.0) and -s
  1429. # not working.
  1430. if test `uname` = "LynxOS" 
  1431. then
  1432.   echo "Adding -lbsd to standard libraries"
  1433.   LIBS="$LIBS -lbsd"
  1434.   LDFLAGS=""
  1435.   echo "Prepending standard include path to gcc flags"
  1436.   CPFLAGS="-I/usr/include"
  1437. fi
  1438. # Check for FreeBSD special case: -lkvm needed
  1439. if test `uname` = "FreeBSD" 
  1440. then
  1441.    echo "Adding -lkvm to standard libraries"
  1442.    LIBS="$LIBS -lkvm"
  1443. fi
  1444.  
  1445. # Check for Rhapsody special case: it doesn't like -s
  1446. if test `uname` = "Rhapsody" 
  1447. then
  1448.    echo "Removing -s load flag"
  1449.    LDFLAGS=`echo $LDFLAGS | sed "s/-s //"`
  1450. fi
  1451.  
  1452. # i18n
  1453. # Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  1454. # Sat Nov  7 15:39:03 EDT 1998
  1455. ALL_LINGUAS="cs es fr pl pt_BR"
  1456. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  1457. echo "configure:1616: checking whether ${MAKE-make} sets ${MAKE}" >&5
  1458. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1459. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  1460.   echo $ac_n "(cached) $ac_c" 1>&6
  1461. else
  1462.   cat > conftestmake <<EOF
  1463. all:
  1464. @echo 'ac_maketemp="${MAKE}"'
  1465. EOF
  1466. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1467. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1468. if test -n "$ac_maketemp"; then
  1469.   eval ac_cv_prog_make_${ac_make}_set=yes
  1470. else
  1471.   eval ac_cv_prog_make_${ac_make}_set=no
  1472. fi
  1473. rm -f conftestmake
  1474. fi
  1475. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1476.   echo "$ac_t""yes" 1>&6
  1477.   SET_MAKE=
  1478. else
  1479.   echo "$ac_t""no" 1>&6
  1480.   SET_MAKE="MAKE=${MAKE-make}"
  1481. fi
  1482. # Extract the first word of "ranlib", so it can be a program name with args.
  1483. set dummy ranlib; ac_word=$2
  1484. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1485. echo "configure:1645: checking for $ac_word" >&5
  1486. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1487.   echo $ac_n "(cached) $ac_c" 1>&6
  1488. else
  1489.   if test -n "$RANLIB"; then
  1490.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1491. else
  1492.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1493.   ac_dummy="$PATH"
  1494.   for ac_dir in $ac_dummy; do
  1495.     test -z "$ac_dir" && ac_dir=.
  1496.     if test -f $ac_dir/$ac_word; then
  1497.       ac_cv_prog_RANLIB="ranlib"
  1498.       break
  1499.     fi
  1500.   done
  1501.   IFS="$ac_save_ifs"
  1502.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1503. fi
  1504. fi
  1505. RANLIB="$ac_cv_prog_RANLIB"
  1506. if test -n "$RANLIB"; then
  1507.   echo "$ac_t""$RANLIB" 1>&6
  1508. else
  1509.   echo "$ac_t""no" 1>&6
  1510. fi
  1511. echo $ac_n "checking for inline""... $ac_c" 1>&6
  1512. echo "configure:1673: checking for inline" >&5
  1513. if eval "test "`echo '$''{'ac_cv_c_inline'+set}'`" = set"; then
  1514.   echo $ac_n "(cached) $ac_c" 1>&6
  1515. else
  1516.   ac_cv_c_inline=no
  1517. for ac_kw in inline __inline__ __inline; do
  1518.   cat > conftest.$ac_ext <<EOF
  1519. #line 1680 "configure"
  1520. #include "confdefs.h"
  1521. int main() {
  1522. } $ac_kw foo() {
  1523. ; return 0; }
  1524. EOF
  1525. if { (eval echo configure:1687: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1526.   rm -rf conftest*
  1527.   ac_cv_c_inline=$ac_kw; break
  1528. else
  1529.   echo "configure: failed program was:" >&5
  1530.   cat conftest.$ac_ext >&5
  1531. fi
  1532. rm -f conftest*
  1533. done
  1534. fi
  1535. echo "$ac_t""$ac_cv_c_inline" 1>&6
  1536. case "$ac_cv_c_inline" in
  1537.   inline | yes) ;;
  1538.   no) cat >> confdefs.h <<EOF
  1539. #define inline 
  1540. EOF
  1541.  ;;
  1542.   *)  cat >> confdefs.h <<EOF
  1543. #define inline $ac_cv_c_inline
  1544. EOF
  1545.  ;;
  1546. esac
  1547. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  1548. echo "configure:1713: checking for off_t" >&5
  1549. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  1550.   echo $ac_n "(cached) $ac_c" 1>&6
  1551. else
  1552.   cat > conftest.$ac_ext <<EOF
  1553. #line 1718 "configure"
  1554. #include "confdefs.h"
  1555. #include <sys/types.h>
  1556. #if STDC_HEADERS
  1557. #include <stdlib.h>
  1558. #include <stddef.h>
  1559. #endif
  1560. EOF
  1561. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1562.   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1563.   rm -rf conftest*
  1564.   ac_cv_type_off_t=yes
  1565. else
  1566.   rm -rf conftest*
  1567.   ac_cv_type_off_t=no
  1568. fi
  1569. rm -f conftest*
  1570. fi
  1571. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  1572. if test $ac_cv_type_off_t = no; then
  1573.   cat >> confdefs.h <<EOF
  1574. #define off_t long
  1575. EOF
  1576. fi
  1577. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1578. # for constant arguments.  Useless!
  1579. echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
  1580. echo "configure:1748: checking for working alloca.h" >&5
  1581. if eval "test "`echo '$''{'ac_cv_header_alloca_h'+set}'`" = set"; then
  1582.   echo $ac_n "(cached) $ac_c" 1>&6
  1583. else
  1584.   cat > conftest.$ac_ext <<EOF
  1585. #line 1753 "configure"
  1586. #include "confdefs.h"
  1587. #include <alloca.h>
  1588. int main() {
  1589. char *p = alloca(2 * sizeof(int));
  1590. ; return 0; }
  1591. EOF
  1592. if { (eval echo configure:1760: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1593.   rm -rf conftest*
  1594.   ac_cv_header_alloca_h=yes
  1595. else
  1596.   echo "configure: failed program was:" >&5
  1597.   cat conftest.$ac_ext >&5
  1598.   rm -rf conftest*
  1599.   ac_cv_header_alloca_h=no
  1600. fi
  1601. rm -f conftest*
  1602. fi
  1603. echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
  1604. if test $ac_cv_header_alloca_h = yes; then
  1605.   cat >> confdefs.h <<EOF
  1606. #define HAVE_ALLOCA_H 1
  1607. EOF
  1608. fi
  1609. echo $ac_n "checking for alloca""... $ac_c" 1>&6
  1610. echo "configure:1781: checking for alloca" >&5
  1611. if eval "test "`echo '$''{'ac_cv_func_alloca_works'+set}'`" = set"; then
  1612.   echo $ac_n "(cached) $ac_c" 1>&6
  1613. else
  1614.   cat > conftest.$ac_ext <<EOF
  1615. #line 1786 "configure"
  1616. #include "confdefs.h"
  1617. #ifdef __GNUC__
  1618. # define alloca __builtin_alloca
  1619. #else
  1620. # ifdef _MSC_VER
  1621. #  include <malloc.h>
  1622. #  define alloca _alloca
  1623. # else
  1624. #  if HAVE_ALLOCA_H
  1625. #   include <alloca.h>
  1626. #  else
  1627. #   ifdef _AIX
  1628.  #pragma alloca
  1629. #   else
  1630. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  1631. char *alloca ();
  1632. #    endif
  1633. #   endif
  1634. #  endif
  1635. # endif
  1636. #endif
  1637. int main() {
  1638. char *p = (char *) alloca(1);
  1639. ; return 0; }
  1640. EOF
  1641. if { (eval echo configure:1814: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1642.   rm -rf conftest*
  1643.   ac_cv_func_alloca_works=yes
  1644. else
  1645.   echo "configure: failed program was:" >&5
  1646.   cat conftest.$ac_ext >&5
  1647.   rm -rf conftest*
  1648.   ac_cv_func_alloca_works=no
  1649. fi
  1650. rm -f conftest*
  1651. fi
  1652. echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
  1653. if test $ac_cv_func_alloca_works = yes; then
  1654.   cat >> confdefs.h <<EOF
  1655. #define HAVE_ALLOCA 1
  1656. EOF
  1657. fi
  1658. if test $ac_cv_func_alloca_works = no; then
  1659.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1660.   # that cause trouble.  Some versions do not even contain alloca or
  1661.   # contain a buggy version.  If you still want to use their alloca,
  1662.   # use ar to extract alloca.o from them instead of compiling alloca.c.
  1663.   ALLOCA=alloca.${ac_objext}
  1664.   cat >> confdefs.h <<EOF
  1665. #define C_ALLOCA 1
  1666. EOF
  1667. echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
  1668. echo "configure:1846: checking whether alloca needs Cray hooks" >&5
  1669. if eval "test "`echo '$''{'ac_cv_os_cray'+set}'`" = set"; then
  1670.   echo $ac_n "(cached) $ac_c" 1>&6
  1671. else
  1672.   cat > conftest.$ac_ext <<EOF
  1673. #line 1851 "configure"
  1674. #include "confdefs.h"
  1675. #if defined(CRAY) && ! defined(CRAY2)
  1676. webecray
  1677. #else
  1678. wenotbecray
  1679. #endif
  1680. EOF
  1681. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1682.   egrep "webecray" >/dev/null 2>&1; then
  1683.   rm -rf conftest*
  1684.   ac_cv_os_cray=yes
  1685. else
  1686.   rm -rf conftest*
  1687.   ac_cv_os_cray=no
  1688. fi
  1689. rm -f conftest*
  1690. fi
  1691. echo "$ac_t""$ac_cv_os_cray" 1>&6
  1692. if test $ac_cv_os_cray = yes; then
  1693. for ac_func in _getb67 GETB67 getb67; do
  1694.   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1695. echo "configure:1876: checking for $ac_func" >&5
  1696. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1697.   echo $ac_n "(cached) $ac_c" 1>&6
  1698. else
  1699.   cat > conftest.$ac_ext <<EOF
  1700. #line 1881 "configure"
  1701. #include "confdefs.h"
  1702. /* System header to define __stub macros and hopefully few prototypes,
  1703.     which can conflict with char $ac_func(); below.  */
  1704. #include <assert.h>
  1705. /* Override any gcc2 internal prototype to avoid an error.  */
  1706. /* We use char because int might match the return type of a gcc2
  1707.     builtin and then its argument prototype would still apply.  */
  1708. char $ac_func();
  1709. int main() {
  1710. /* The GNU C library defines this for functions which it implements
  1711.     to always fail with ENOSYS.  Some functions are actually named
  1712.     something starting with __ and the normal name is an alias.  */
  1713. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1714. choke me
  1715. #else
  1716. $ac_func();
  1717. #endif
  1718. ; return 0; }
  1719. EOF
  1720. if { (eval echo configure:1904: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1721.   rm -rf conftest*
  1722.   eval "ac_cv_func_$ac_func=yes"
  1723. else
  1724.   echo "configure: failed program was:" >&5
  1725.   cat conftest.$ac_ext >&5
  1726.   rm -rf conftest*
  1727.   eval "ac_cv_func_$ac_func=no"
  1728. fi
  1729. rm -f conftest*
  1730. fi
  1731. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1732.   echo "$ac_t""yes" 1>&6
  1733.   cat >> confdefs.h <<EOF
  1734. #define CRAY_STACKSEG_END $ac_func
  1735. EOF
  1736.   break
  1737. else
  1738.   echo "$ac_t""no" 1>&6
  1739. fi
  1740. done
  1741. fi
  1742. echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
  1743. echo "configure:1931: checking stack direction for C alloca" >&5
  1744. if eval "test "`echo '$''{'ac_cv_c_stack_direction'+set}'`" = set"; then
  1745.   echo $ac_n "(cached) $ac_c" 1>&6
  1746. else
  1747.   if test "$cross_compiling" = yes; then
  1748.   ac_cv_c_stack_direction=0
  1749. else
  1750.   cat > conftest.$ac_ext <<EOF
  1751. #line 1939 "configure"
  1752. #include "confdefs.h"
  1753. find_stack_direction ()
  1754. {
  1755.   static char *addr = 0;
  1756.   auto char dummy;
  1757.   if (addr == 0)
  1758.     {
  1759.       addr = &dummy;
  1760.       return find_stack_direction ();
  1761.     }
  1762.   else
  1763.     return (&dummy > addr) ? 1 : -1;
  1764. }
  1765. main ()
  1766. {
  1767.   exit (find_stack_direction() < 0);
  1768. }
  1769. EOF
  1770. if { (eval echo configure:1958: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1771. then
  1772.   ac_cv_c_stack_direction=1
  1773. else
  1774.   echo "configure: failed program was:" >&5
  1775.   cat conftest.$ac_ext >&5
  1776.   rm -fr conftest*
  1777.   ac_cv_c_stack_direction=-1
  1778. fi
  1779. rm -fr conftest*
  1780. fi
  1781. fi
  1782. echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
  1783. cat >> confdefs.h <<EOF
  1784. #define STACK_DIRECTION $ac_cv_c_stack_direction
  1785. EOF
  1786. fi
  1787. for ac_hdr in unistd.h
  1788. do
  1789. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1790. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1791. echo "configure:1983: checking for $ac_hdr" >&5
  1792. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1793.   echo $ac_n "(cached) $ac_c" 1>&6
  1794. else
  1795.   cat > conftest.$ac_ext <<EOF
  1796. #line 1988 "configure"
  1797. #include "confdefs.h"
  1798. #include <$ac_hdr>
  1799. EOF
  1800. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1801. { (eval echo configure:1993: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1802. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1803. if test -z "$ac_err"; then
  1804.   rm -rf conftest*
  1805.   eval "ac_cv_header_$ac_safe=yes"
  1806. else
  1807.   echo "$ac_err" >&5
  1808.   echo "configure: failed program was:" >&5
  1809.   cat conftest.$ac_ext >&5
  1810.   rm -rf conftest*
  1811.   eval "ac_cv_header_$ac_safe=no"
  1812. fi
  1813. rm -f conftest*
  1814. fi
  1815. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1816.   echo "$ac_t""yes" 1>&6
  1817.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1818.   cat >> confdefs.h <<EOF
  1819. #define $ac_tr_hdr 1
  1820. EOF
  1821.  
  1822. else
  1823.   echo "$ac_t""no" 1>&6
  1824. fi
  1825. done
  1826. for ac_func in getpagesize
  1827. do
  1828. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1829. echo "configure:2022: checking for $ac_func" >&5
  1830. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1831.   echo $ac_n "(cached) $ac_c" 1>&6
  1832. else
  1833.   cat > conftest.$ac_ext <<EOF
  1834. #line 2027 "configure"
  1835. #include "confdefs.h"
  1836. /* System header to define __stub macros and hopefully few prototypes,
  1837.     which can conflict with char $ac_func(); below.  */
  1838. #include <assert.h>
  1839. /* Override any gcc2 internal prototype to avoid an error.  */
  1840. /* We use char because int might match the return type of a gcc2
  1841.     builtin and then its argument prototype would still apply.  */
  1842. char $ac_func();
  1843. int main() {
  1844. /* The GNU C library defines this for functions which it implements
  1845.     to always fail with ENOSYS.  Some functions are actually named
  1846.     something starting with __ and the normal name is an alias.  */
  1847. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1848. choke me
  1849. #else
  1850. $ac_func();
  1851. #endif
  1852. ; return 0; }
  1853. EOF
  1854. if { (eval echo configure:2050: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1855.   rm -rf conftest*
  1856.   eval "ac_cv_func_$ac_func=yes"
  1857. else
  1858.   echo "configure: failed program was:" >&5
  1859.   cat conftest.$ac_ext >&5
  1860.   rm -rf conftest*
  1861.   eval "ac_cv_func_$ac_func=no"
  1862. fi
  1863. rm -f conftest*
  1864. fi
  1865. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1866.   echo "$ac_t""yes" 1>&6
  1867.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1868.   cat >> confdefs.h <<EOF
  1869. #define $ac_tr_func 1
  1870. EOF
  1871.  
  1872. else
  1873.   echo "$ac_t""no" 1>&6
  1874. fi
  1875. done
  1876. echo $ac_n "checking for working mmap""... $ac_c" 1>&6
  1877. echo "configure:2075: checking for working mmap" >&5
  1878. if eval "test "`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`" = set"; then
  1879.   echo $ac_n "(cached) $ac_c" 1>&6
  1880. else
  1881.   if test "$cross_compiling" = yes; then
  1882.   ac_cv_func_mmap_fixed_mapped=no
  1883. else
  1884.   cat > conftest.$ac_ext <<EOF
  1885. #line 2083 "configure"
  1886. #include "confdefs.h"
  1887. /* Thanks to Mike Haertel and Jim Avera for this test.
  1888.    Here is a matrix of mmap possibilities:
  1889. mmap private not fixed
  1890. mmap private fixed at somewhere currently unmapped
  1891. mmap private fixed at somewhere already mapped
  1892. mmap shared not fixed
  1893. mmap shared fixed at somewhere currently unmapped
  1894. mmap shared fixed at somewhere already mapped
  1895.    For private mappings, we should verify that changes cannot be read()
  1896.    back from the file, nor mmap's back from the file at a different
  1897.    address.  (There have been systems where private was not correctly
  1898.    implemented like the infamous i386 svr4.0, and systems where the
  1899.    VM page cache was not coherent with the filesystem buffer cache
  1900.    like early versions of FreeBSD and possibly contemporary NetBSD.)
  1901.    For shared mappings, we should conversely verify that changes get
  1902.    propogated back to all the places they're supposed to be.
  1903.    Grep wants private fixed already mapped.
  1904.    The main things grep needs to know about mmap are:
  1905.    * does it exist and is it safe to write into the mmap'd area
  1906.    * how to use it (BSD variants)  */
  1907. #include <sys/types.h>
  1908. #include <fcntl.h>
  1909. #include <sys/mman.h>
  1910. /* This mess was copied from the GNU getpagesize.h.  */
  1911. #ifndef HAVE_GETPAGESIZE
  1912. # ifdef HAVE_UNISTD_H
  1913. #  include <unistd.h>
  1914. # endif
  1915. /* Assume that all systems that can run configure have sys/param.h.  */
  1916. # ifndef HAVE_SYS_PARAM_H
  1917. #  define HAVE_SYS_PARAM_H 1
  1918. # endif
  1919. # ifdef _SC_PAGESIZE
  1920. #  define getpagesize() sysconf(_SC_PAGESIZE)
  1921. # else /* no _SC_PAGESIZE */
  1922. #  ifdef HAVE_SYS_PARAM_H
  1923. #   include <sys/param.h>
  1924. #   ifdef EXEC_PAGESIZE
  1925. #    define getpagesize() EXEC_PAGESIZE
  1926. #   else /* no EXEC_PAGESIZE */
  1927. #    ifdef NBPG
  1928. #     define getpagesize() NBPG * CLSIZE
  1929. #     ifndef CLSIZE
  1930. #      define CLSIZE 1
  1931. #     endif /* no CLSIZE */
  1932. #    else /* no NBPG */
  1933. #     ifdef NBPC
  1934. #      define getpagesize() NBPC
  1935. #     else /* no NBPC */
  1936. #      ifdef PAGESIZE
  1937. #       define getpagesize() PAGESIZE
  1938. #      endif /* PAGESIZE */
  1939. #     endif /* no NBPC */
  1940. #    endif /* no NBPG */
  1941. #   endif /* no EXEC_PAGESIZE */
  1942. #  else /* no HAVE_SYS_PARAM_H */
  1943. #   define getpagesize() 8192 /* punt totally */
  1944. #  endif /* no HAVE_SYS_PARAM_H */
  1945. # endif /* no _SC_PAGESIZE */
  1946. #endif /* no HAVE_GETPAGESIZE */
  1947. #ifdef __cplusplus
  1948. extern "C" { void *malloc(unsigned); }
  1949. #else
  1950. char *malloc();
  1951. #endif
  1952. int
  1953. main()
  1954. {
  1955. char *data, *data2, *data3;
  1956. int i, pagesize;
  1957. int fd;
  1958. pagesize = getpagesize();
  1959. /*
  1960.  * First, make a file with some known garbage in it.
  1961.  */
  1962. data = malloc(pagesize);
  1963. if (!data)
  1964. exit(1);
  1965. for (i = 0; i < pagesize; ++i)
  1966. *(data + i) = rand();
  1967. umask(0);
  1968. fd = creat("conftestmmap", 0600);
  1969. if (fd < 0)
  1970. exit(1);
  1971. if (write(fd, data, pagesize) != pagesize)
  1972. exit(1);
  1973. close(fd);
  1974. /*
  1975.  * Next, try to mmap the file at a fixed address which
  1976.  * already has something else allocated at it.  If we can,
  1977.  * also make sure that we see the same garbage.
  1978.  */
  1979. fd = open("conftestmmap", O_RDWR);
  1980. if (fd < 0)
  1981. exit(1);
  1982. data2 = malloc(2 * pagesize);
  1983. if (!data2)
  1984. exit(1);
  1985. data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
  1986. if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
  1987.     MAP_PRIVATE | MAP_FIXED, fd, 0L))
  1988. exit(1);
  1989. for (i = 0; i < pagesize; ++i)
  1990. if (*(data + i) != *(data2 + i))
  1991. exit(1);
  1992. /*
  1993.  * Finally, make sure that changes to the mapped area
  1994.  * do not percolate back to the file as seen by read().
  1995.  * (This is a bug on some variants of i386 svr4.0.)
  1996.  */
  1997. for (i = 0; i < pagesize; ++i)
  1998. *(data2 + i) = *(data2 + i) + 1;
  1999. data3 = malloc(pagesize);
  2000. if (!data3)
  2001. exit(1);
  2002. if (read(fd, data3, pagesize) != pagesize)
  2003. exit(1);
  2004. for (i = 0; i < pagesize; ++i)
  2005. if (*(data + i) != *(data3 + i))
  2006. exit(1);
  2007. close(fd);
  2008. unlink("conftestmmap");
  2009. exit(0);
  2010. }
  2011. EOF
  2012. if { (eval echo configure:2223: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2013. then
  2014.   ac_cv_func_mmap_fixed_mapped=yes
  2015. else
  2016.   echo "configure: failed program was:" >&5
  2017.   cat conftest.$ac_ext >&5
  2018.   rm -fr conftest*
  2019.   ac_cv_func_mmap_fixed_mapped=no
  2020. fi
  2021. rm -fr conftest*
  2022. fi
  2023. fi
  2024. echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
  2025. if test $ac_cv_func_mmap_fixed_mapped = yes; then
  2026.   cat >> confdefs.h <<EOF
  2027. #define HAVE_MMAP 1
  2028. EOF
  2029. fi
  2030.                               
  2031.    for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h 
  2032. unistd.h sys/param.h
  2033. do
  2034. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2035. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2036. echo "configure:2251: checking for $ac_hdr" >&5
  2037. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2038.   echo $ac_n "(cached) $ac_c" 1>&6
  2039. else
  2040.   cat > conftest.$ac_ext <<EOF
  2041. #line 2256 "configure"
  2042. #include "confdefs.h"
  2043. #include <$ac_hdr>
  2044. EOF
  2045. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2046. { (eval echo configure:2261: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2047. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2048. if test -z "$ac_err"; then
  2049.   rm -rf conftest*
  2050.   eval "ac_cv_header_$ac_safe=yes"
  2051. else
  2052.   echo "$ac_err" >&5
  2053.   echo "configure: failed program was:" >&5
  2054.   cat conftest.$ac_ext >&5
  2055.   rm -rf conftest*
  2056.   eval "ac_cv_header_$ac_safe=no"
  2057. fi
  2058. rm -f conftest*
  2059. fi
  2060. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2061.   echo "$ac_t""yes" 1>&6
  2062.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2063.   cat >> confdefs.h <<EOF
  2064. #define $ac_tr_hdr 1
  2065. EOF
  2066.  
  2067. else
  2068.   echo "$ac_t""no" 1>&6
  2069. fi
  2070. done
  2071.    for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp 
  2072. strdup __argz_count __argz_stringify __argz_next
  2073. do
  2074. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2075. echo "configure:2291: checking for $ac_func" >&5
  2076. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2077.   echo $ac_n "(cached) $ac_c" 1>&6
  2078. else
  2079.   cat > conftest.$ac_ext <<EOF
  2080. #line 2296 "configure"
  2081. #include "confdefs.h"
  2082. /* System header to define __stub macros and hopefully few prototypes,
  2083.     which can conflict with char $ac_func(); below.  */
  2084. #include <assert.h>
  2085. /* Override any gcc2 internal prototype to avoid an error.  */
  2086. /* We use char because int might match the return type of a gcc2
  2087.     builtin and then its argument prototype would still apply.  */
  2088. char $ac_func();
  2089. int main() {
  2090. /* The GNU C library defines this for functions which it implements
  2091.     to always fail with ENOSYS.  Some functions are actually named
  2092.     something starting with __ and the normal name is an alias.  */
  2093. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2094. choke me
  2095. #else
  2096. $ac_func();
  2097. #endif
  2098. ; return 0; }
  2099. EOF
  2100. if { (eval echo configure:2319: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2101.   rm -rf conftest*
  2102.   eval "ac_cv_func_$ac_func=yes"
  2103. else
  2104.   echo "configure: failed program was:" >&5
  2105.   cat conftest.$ac_ext >&5
  2106.   rm -rf conftest*
  2107.   eval "ac_cv_func_$ac_func=no"
  2108. fi
  2109. rm -f conftest*
  2110. fi
  2111. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2112.   echo "$ac_t""yes" 1>&6
  2113.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2114.   cat >> confdefs.h <<EOF
  2115. #define $ac_tr_func 1
  2116. EOF
  2117.  
  2118. else
  2119.   echo "$ac_t""no" 1>&6
  2120. fi
  2121. done
  2122.    if test "${ac_cv_func_stpcpy+set}" != "set"; then
  2123.      for ac_func in stpcpy
  2124. do
  2125. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2126. echo "configure:2348: checking for $ac_func" >&5
  2127. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2128.   echo $ac_n "(cached) $ac_c" 1>&6
  2129. else
  2130.   cat > conftest.$ac_ext <<EOF
  2131. #line 2353 "configure"
  2132. #include "confdefs.h"
  2133. /* System header to define __stub macros and hopefully few prototypes,
  2134.     which can conflict with char $ac_func(); below.  */
  2135. #include <assert.h>
  2136. /* Override any gcc2 internal prototype to avoid an error.  */
  2137. /* We use char because int might match the return type of a gcc2
  2138.     builtin and then its argument prototype would still apply.  */
  2139. char $ac_func();
  2140. int main() {
  2141. /* The GNU C library defines this for functions which it implements
  2142.     to always fail with ENOSYS.  Some functions are actually named
  2143.     something starting with __ and the normal name is an alias.  */
  2144. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2145. choke me
  2146. #else
  2147. $ac_func();
  2148. #endif
  2149. ; return 0; }
  2150. EOF
  2151. if { (eval echo configure:2376: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2152.   rm -rf conftest*
  2153.   eval "ac_cv_func_$ac_func=yes"
  2154. else
  2155.   echo "configure: failed program was:" >&5
  2156.   cat conftest.$ac_ext >&5
  2157.   rm -rf conftest*
  2158.   eval "ac_cv_func_$ac_func=no"
  2159. fi
  2160. rm -f conftest*
  2161. fi
  2162. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2163.   echo "$ac_t""yes" 1>&6
  2164.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2165.   cat >> confdefs.h <<EOF
  2166. #define $ac_tr_func 1
  2167. EOF
  2168.  
  2169. else
  2170.   echo "$ac_t""no" 1>&6
  2171. fi
  2172. done
  2173.    fi
  2174.    if test "${ac_cv_func_stpcpy}" = "yes"; then
  2175.      cat >> confdefs.h <<EOF
  2176. #define HAVE_STPCPY 1
  2177. EOF
  2178.    fi
  2179.    if test $ac_cv_header_locale_h = yes; then
  2180.     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
  2181. echo "configure:2410: checking for LC_MESSAGES" >&5
  2182. if eval "test "`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`" = set"; then
  2183.   echo $ac_n "(cached) $ac_c" 1>&6
  2184. else
  2185.   cat > conftest.$ac_ext <<EOF
  2186. #line 2415 "configure"
  2187. #include "confdefs.h"
  2188. #include <locale.h>
  2189. int main() {
  2190. return LC_MESSAGES
  2191. ; return 0; }
  2192. EOF
  2193. if { (eval echo configure:2422: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2194.   rm -rf conftest*
  2195.   am_cv_val_LC_MESSAGES=yes
  2196. else
  2197.   echo "configure: failed program was:" >&5
  2198.   cat conftest.$ac_ext >&5
  2199.   rm -rf conftest*
  2200.   am_cv_val_LC_MESSAGES=no
  2201. fi
  2202. rm -f conftest*
  2203. fi
  2204. echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
  2205.     if test $am_cv_val_LC_MESSAGES = yes; then
  2206.       cat >> confdefs.h <<EOF
  2207. #define HAVE_LC_MESSAGES 1
  2208. EOF
  2209.     fi
  2210.   fi
  2211.    echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
  2212. echo "configure:2443: checking whether NLS is requested" >&5
  2213.         # Check whether --enable-nls or --disable-nls was given.
  2214. if test "${enable_nls+set}" = set; then
  2215.   enableval="$enable_nls"
  2216.   USE_NLS=$enableval
  2217. else
  2218.   USE_NLS=no
  2219. fi
  2220.     echo "$ac_t""$USE_NLS" 1>&6
  2221.     
  2222.     USE_INCLUDED_LIBINTL=no
  2223.         if test "$USE_NLS" = "yes"; then
  2224.       cat >> confdefs.h <<EOF
  2225. #define ENABLE_NLS 1
  2226. EOF
  2227.       echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
  2228. echo "configure:2463: checking whether included gettext is requested" >&5
  2229.       # Check whether --with-included-gettext or --without-included-gettext was given.
  2230. if test "${with_included_gettext+set}" = set; then
  2231.   withval="$with_included_gettext"
  2232.   nls_cv_force_use_gnu_gettext=$withval
  2233. else
  2234.   nls_cv_force_use_gnu_gettext=no
  2235. fi
  2236.       echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
  2237.       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
  2238.       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
  2239.                          nls_cv_header_intl=
  2240. nls_cv_header_libgt=
  2241. CATOBJEXT=NONE
  2242. ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
  2243. echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
  2244. echo "configure:2482: checking for libintl.h" >&5
  2245. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2246.   echo $ac_n "(cached) $ac_c" 1>&6
  2247. else
  2248.   cat > conftest.$ac_ext <<EOF
  2249. #line 2487 "configure"
  2250. #include "confdefs.h"
  2251. #include <libintl.h>
  2252. EOF
  2253. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2254. { (eval echo configure:2492: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2255. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2256. if test -z "$ac_err"; then
  2257.   rm -rf conftest*
  2258.   eval "ac_cv_header_$ac_safe=yes"
  2259. else
  2260.   echo "$ac_err" >&5
  2261.   echo "configure: failed program was:" >&5
  2262.   cat conftest.$ac_ext >&5
  2263.   rm -rf conftest*
  2264.   eval "ac_cv_header_$ac_safe=no"
  2265. fi
  2266. rm -f conftest*
  2267. fi
  2268. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2269.   echo "$ac_t""yes" 1>&6
  2270.   echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
  2271. echo "configure:2509: checking for gettext in libc" >&5
  2272. if eval "test "`echo '$''{'gt_cv_func_gettext_libc'+set}'`" = set"; then
  2273.   echo $ac_n "(cached) $ac_c" 1>&6
  2274. else
  2275.   cat > conftest.$ac_ext <<EOF
  2276. #line 2514 "configure"
  2277. #include "confdefs.h"
  2278. #include <libintl.h>
  2279. int main() {
  2280. return (int) gettext ("")
  2281. ; return 0; }
  2282. EOF
  2283. if { (eval echo configure:2521: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2284.   rm -rf conftest*
  2285.   gt_cv_func_gettext_libc=yes
  2286. else
  2287.   echo "configure: failed program was:" >&5
  2288.   cat conftest.$ac_ext >&5
  2289.   rm -rf conftest*
  2290.   gt_cv_func_gettext_libc=no
  2291. fi
  2292. rm -f conftest*
  2293. fi
  2294. echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
  2295.    if test "$gt_cv_func_gettext_libc" != "yes"; then
  2296.      echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
  2297. echo "configure:2537: checking for bindtextdomain in -lintl" >&5
  2298. ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
  2299. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2300.   echo $ac_n "(cached) $ac_c" 1>&6
  2301. else
  2302.   ac_save_LIBS="$LIBS"
  2303. LIBS="-lintl  $LIBS"
  2304. cat > conftest.$ac_ext <<EOF
  2305. #line 2545 "configure"
  2306. #include "confdefs.h"
  2307. /* Override any gcc2 internal prototype to avoid an error.  */
  2308. /* We use char because int might match the return type of a gcc2
  2309.     builtin and then its argument prototype would still apply.  */
  2310. char bindtextdomain();
  2311. int main() {
  2312. bindtextdomain()
  2313. ; return 0; }
  2314. EOF
  2315. if { (eval echo configure:2556: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2316.   rm -rf conftest*
  2317.   eval "ac_cv_lib_$ac_lib_var=yes"
  2318. else
  2319.   echo "configure: failed program was:" >&5
  2320.   cat conftest.$ac_ext >&5
  2321.   rm -rf conftest*
  2322.   eval "ac_cv_lib_$ac_lib_var=no"
  2323. fi
  2324. rm -f conftest*
  2325. LIBS="$ac_save_LIBS"
  2326. fi
  2327. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2328.   echo "$ac_t""yes" 1>&6
  2329.   echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
  2330. echo "configure:2572: checking for gettext in libintl" >&5
  2331. if eval "test "`echo '$''{'gt_cv_func_gettext_libintl'+set}'`" = set"; then
  2332.   echo $ac_n "(cached) $ac_c" 1>&6
  2333. else
  2334.   echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
  2335. echo "configure:2577: checking for gettext in -lintl" >&5
  2336. ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
  2337. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2338.   echo $ac_n "(cached) $ac_c" 1>&6
  2339. else
  2340.   ac_save_LIBS="$LIBS"
  2341. LIBS="-lintl  $LIBS"
  2342. cat > conftest.$ac_ext <<EOF
  2343. #line 2585 "configure"
  2344. #include "confdefs.h"
  2345. /* Override any gcc2 internal prototype to avoid an error.  */
  2346. /* We use char because int might match the return type of a gcc2
  2347.     builtin and then its argument prototype would still apply.  */
  2348. char gettext();
  2349. int main() {
  2350. gettext()
  2351. ; return 0; }
  2352. EOF
  2353. if { (eval echo configure:2596: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2354.   rm -rf conftest*
  2355.   eval "ac_cv_lib_$ac_lib_var=yes"
  2356. else
  2357.   echo "configure: failed program was:" >&5
  2358.   cat conftest.$ac_ext >&5
  2359.   rm -rf conftest*
  2360.   eval "ac_cv_lib_$ac_lib_var=no"
  2361. fi
  2362. rm -f conftest*
  2363. LIBS="$ac_save_LIBS"
  2364. fi
  2365. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2366.   echo "$ac_t""yes" 1>&6
  2367.   gt_cv_func_gettext_libintl=yes
  2368. else
  2369.   echo "$ac_t""no" 1>&6
  2370. gt_cv_func_gettext_libintl=no
  2371. fi
  2372. fi
  2373. echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6
  2374. else
  2375.   echo "$ac_t""no" 1>&6
  2376. fi
  2377.    fi
  2378.    if test "$gt_cv_func_gettext_libc" = "yes" 
  2379.       || test "$gt_cv_func_gettext_libintl" = "yes"; then
  2380.       cat >> confdefs.h <<EOF
  2381. #define HAVE_GETTEXT 1
  2382. EOF
  2383.       # Extract the first word of "msgfmt", so it can be a program name with args.
  2384. set dummy msgfmt; ac_word=$2
  2385. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2386. echo "configure:2635: checking for $ac_word" >&5
  2387. if eval "test "`echo '$''{'ac_cv_path_MSGFMT'+set}'`" = set"; then
  2388.   echo $ac_n "(cached) $ac_c" 1>&6
  2389. else
  2390.   case "$MSGFMT" in
  2391.   /*)
  2392.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  2393.   ;;
  2394.   *)
  2395.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2396.   for ac_dir in $PATH; do
  2397.     test -z "$ac_dir" && ac_dir=.
  2398.     if test -f $ac_dir/$ac_word; then
  2399.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  2400. ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  2401. break
  2402.       fi
  2403.     fi
  2404.   done
  2405.   IFS="$ac_save_ifs"
  2406.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
  2407.   ;;
  2408. esac
  2409. fi
  2410. MSGFMT="$ac_cv_path_MSGFMT"
  2411. if test -n "$MSGFMT"; then
  2412.   echo "$ac_t""$MSGFMT" 1>&6
  2413. else
  2414.   echo "$ac_t""no" 1>&6
  2415. fi
  2416.       if test "$MSGFMT" != "no"; then
  2417. for ac_func in dcgettext
  2418. do
  2419. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2420. echo "configure:2669: checking for $ac_func" >&5
  2421. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2422.   echo $ac_n "(cached) $ac_c" 1>&6
  2423. else
  2424.   cat > conftest.$ac_ext <<EOF
  2425. #line 2674 "configure"
  2426. #include "confdefs.h"
  2427. /* System header to define __stub macros and hopefully few prototypes,
  2428.     which can conflict with char $ac_func(); below.  */
  2429. #include <assert.h>
  2430. /* Override any gcc2 internal prototype to avoid an error.  */
  2431. /* We use char because int might match the return type of a gcc2
  2432.     builtin and then its argument prototype would still apply.  */
  2433. char $ac_func();
  2434. int main() {
  2435. /* The GNU C library defines this for functions which it implements
  2436.     to always fail with ENOSYS.  Some functions are actually named
  2437.     something starting with __ and the normal name is an alias.  */
  2438. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2439. choke me
  2440. #else
  2441. $ac_func();
  2442. #endif
  2443. ; return 0; }
  2444. EOF
  2445. if { (eval echo configure:2697: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2446.   rm -rf conftest*
  2447.   eval "ac_cv_func_$ac_func=yes"
  2448. else
  2449.   echo "configure: failed program was:" >&5
  2450.   cat conftest.$ac_ext >&5
  2451.   rm -rf conftest*
  2452.   eval "ac_cv_func_$ac_func=no"
  2453. fi
  2454. rm -f conftest*
  2455. fi
  2456. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2457.   echo "$ac_t""yes" 1>&6
  2458.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2459.   cat >> confdefs.h <<EOF
  2460. #define $ac_tr_func 1
  2461. EOF
  2462.  
  2463. else
  2464.   echo "$ac_t""no" 1>&6
  2465. fi
  2466. done
  2467. # Extract the first word of "gmsgfmt", so it can be a program name with args.
  2468. set dummy gmsgfmt; ac_word=$2
  2469. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2470. echo "configure:2724: checking for $ac_word" >&5
  2471. if eval "test "`echo '$''{'ac_cv_path_GMSGFMT'+set}'`" = set"; then
  2472.   echo $ac_n "(cached) $ac_c" 1>&6
  2473. else
  2474.   case "$GMSGFMT" in
  2475.   /*)
  2476.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  2477.   ;;
  2478.   ?:/*)  
  2479.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
  2480.   ;;
  2481.   *)
  2482.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2483.   ac_dummy="$PATH"
  2484.   for ac_dir in $ac_dummy; do 
  2485.     test -z "$ac_dir" && ac_dir=.
  2486.     if test -f $ac_dir/$ac_word; then
  2487.       ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
  2488.       break
  2489.     fi
  2490.   done
  2491.   IFS="$ac_save_ifs"
  2492.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  2493.   ;;
  2494. esac
  2495. fi
  2496. GMSGFMT="$ac_cv_path_GMSGFMT"
  2497. if test -n "$GMSGFMT"; then
  2498.   echo "$ac_t""$GMSGFMT" 1>&6
  2499. else
  2500.   echo "$ac_t""no" 1>&6
  2501. fi
  2502. # Extract the first word of "xgettext", so it can be a program name with args.
  2503. set dummy xgettext; ac_word=$2
  2504. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2505. echo "configure:2760: checking for $ac_word" >&5
  2506. if eval "test "`echo '$''{'ac_cv_path_XGETTEXT'+set}'`" = set"; then
  2507.   echo $ac_n "(cached) $ac_c" 1>&6
  2508. else
  2509.   case "$XGETTEXT" in
  2510.   /*)
  2511.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  2512.   ;;
  2513.   *)
  2514.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2515.   for ac_dir in $PATH; do
  2516.     test -z "$ac_dir" && ac_dir=.
  2517.     if test -f $ac_dir/$ac_word; then
  2518.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  2519. ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  2520. break
  2521.       fi
  2522.     fi
  2523.   done
  2524.   IFS="$ac_save_ifs"
  2525.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  2526.   ;;
  2527. esac
  2528. fi
  2529. XGETTEXT="$ac_cv_path_XGETTEXT"
  2530. if test -n "$XGETTEXT"; then
  2531.   echo "$ac_t""$XGETTEXT" 1>&6
  2532. else
  2533.   echo "$ac_t""no" 1>&6
  2534. fi
  2535. cat > conftest.$ac_ext <<EOF
  2536. #line 2792 "configure"
  2537. #include "confdefs.h"
  2538. int main() {
  2539. extern int _nl_msg_cat_cntr;
  2540.        return _nl_msg_cat_cntr
  2541. ; return 0; }
  2542. EOF
  2543. if { (eval echo configure:2800: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2544.   rm -rf conftest*
  2545.   CATOBJEXT=.gmo
  2546.    DATADIRNAME=share
  2547. else
  2548.   echo "configure: failed program was:" >&5
  2549.   cat conftest.$ac_ext >&5
  2550.   rm -rf conftest*
  2551.   CATOBJEXT=.mo
  2552.    DATADIRNAME=lib
  2553. fi
  2554. rm -f conftest*
  2555. INSTOBJEXT=.mo
  2556.       fi
  2557.     fi
  2558. else
  2559.   echo "$ac_t""no" 1>&6
  2560. fi
  2561.         if test "$CATOBJEXT" = "NONE"; then
  2562.   echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6
  2563. echo "configure:2823: checking whether catgets can be used" >&5
  2564.   # Check whether --with-catgets or --without-catgets was given.
  2565. if test "${with_catgets+set}" = set; then
  2566.   withval="$with_catgets"
  2567.   nls_cv_use_catgets=$withval
  2568. else
  2569.   nls_cv_use_catgets=no
  2570. fi
  2571.   echo "$ac_t""$nls_cv_use_catgets" 1>&6
  2572.   if test "$nls_cv_use_catgets" = "yes"; then
  2573.          echo $ac_n "checking for main in -li""... $ac_c" 1>&6
  2574. echo "configure:2836: checking for main in -li" >&5
  2575. ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
  2576. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2577.   echo $ac_n "(cached) $ac_c" 1>&6
  2578. else
  2579.   ac_save_LIBS="$LIBS"
  2580. LIBS="-li  $LIBS"
  2581. cat > conftest.$ac_ext <<EOF
  2582. #line 2844 "configure"
  2583. #include "confdefs.h"
  2584. int main() {
  2585. main()
  2586. ; return 0; }
  2587. EOF
  2588. if { (eval echo configure:2851: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2589.   rm -rf conftest*
  2590.   eval "ac_cv_lib_$ac_lib_var=yes"
  2591. else
  2592.   echo "configure: failed program was:" >&5
  2593.   cat conftest.$ac_ext >&5
  2594.   rm -rf conftest*
  2595.   eval "ac_cv_lib_$ac_lib_var=no"
  2596. fi
  2597. rm -f conftest*
  2598. LIBS="$ac_save_LIBS"
  2599. fi
  2600. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2601.   echo "$ac_t""yes" 1>&6
  2602.     ac_tr_lib=HAVE_LIB`echo i | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2603.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2604.   cat >> confdefs.h <<EOF
  2605. #define $ac_tr_lib 1
  2606. EOF
  2607.   LIBS="-li $LIBS"
  2608. else
  2609.   echo "$ac_t""no" 1>&6
  2610. fi
  2611.     echo $ac_n "checking for catgets""... $ac_c" 1>&6
  2612. echo "configure:2879: checking for catgets" >&5
  2613. if eval "test "`echo '$''{'ac_cv_func_catgets'+set}'`" = set"; then
  2614.   echo $ac_n "(cached) $ac_c" 1>&6
  2615. else
  2616.   cat > conftest.$ac_ext <<EOF
  2617. #line 2884 "configure"
  2618. #include "confdefs.h"
  2619. /* System header to define __stub macros and hopefully few prototypes,
  2620.     which can conflict with char catgets(); 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 catgets();
  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_catgets) || defined (__stub___catgets)
  2631. choke me
  2632. #else
  2633. catgets();
  2634. #endif
  2635. ; return 0; }
  2636. EOF
  2637. if { (eval echo configure:2907: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2638.   rm -rf conftest*
  2639.   eval "ac_cv_func_catgets=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_catgets=no"
  2645. fi
  2646. rm -f conftest*
  2647. fi
  2648. if eval "test "`echo '$ac_cv_func_'catgets`" = yes"; then
  2649.   echo "$ac_t""yes" 1>&6
  2650.   cat >> confdefs.h <<EOF
  2651. #define HAVE_CATGETS 1
  2652. EOF
  2653.        INTLOBJS="$(CATOBJS)"
  2654.        # Extract the first word of "gencat", so it can be a program name with args.
  2655. set dummy gencat; ac_word=$2
  2656. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2657. echo "configure:2929: checking for $ac_word" >&5
  2658. if eval "test "`echo '$''{'ac_cv_path_GENCAT'+set}'`" = set"; then
  2659.   echo $ac_n "(cached) $ac_c" 1>&6
  2660. else
  2661.   case "$GENCAT" in
  2662.   /*)
  2663.   ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a path.
  2664.   ;;
  2665.   ?:/*)  
  2666.   ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a dos path.
  2667.   ;;
  2668.   *)
  2669.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2670.   ac_dummy="$PATH"
  2671.   for ac_dir in $ac_dummy; do 
  2672.     test -z "$ac_dir" && ac_dir=.
  2673.     if test -f $ac_dir/$ac_word; then
  2674.       ac_cv_path_GENCAT="$ac_dir/$ac_word"
  2675.       break
  2676.     fi
  2677.   done
  2678.   IFS="$ac_save_ifs"
  2679.   test -z "$ac_cv_path_GENCAT" && ac_cv_path_GENCAT="no"
  2680.   ;;
  2681. esac
  2682. fi
  2683. GENCAT="$ac_cv_path_GENCAT"
  2684. if test -n "$GENCAT"; then
  2685.   echo "$ac_t""$GENCAT" 1>&6
  2686. else
  2687.   echo "$ac_t""no" 1>&6
  2688. fi
  2689.        if test "$GENCAT" != "no"; then
  2690.  # Extract the first word of "gmsgfmt", so it can be a program name with args.
  2691. set dummy gmsgfmt; ac_word=$2
  2692. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2693. echo "configure:2965: checking for $ac_word" >&5
  2694. if eval "test "`echo '$''{'ac_cv_path_GMSGFMT'+set}'`" = set"; then
  2695.   echo $ac_n "(cached) $ac_c" 1>&6
  2696. else
  2697.   case "$GMSGFMT" in
  2698.   /*)
  2699.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  2700.   ;;
  2701.   ?:/*)  
  2702.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
  2703.   ;;
  2704.   *)
  2705.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2706.   ac_dummy="$PATH"
  2707.   for ac_dir in $ac_dummy; do 
  2708.     test -z "$ac_dir" && ac_dir=.
  2709.     if test -f $ac_dir/$ac_word; then
  2710.       ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
  2711.       break
  2712.     fi
  2713.   done
  2714.   IFS="$ac_save_ifs"
  2715.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no"
  2716.   ;;
  2717. esac
  2718. fi
  2719. GMSGFMT="$ac_cv_path_GMSGFMT"
  2720. if test -n "$GMSGFMT"; then
  2721.   echo "$ac_t""$GMSGFMT" 1>&6
  2722. else
  2723.   echo "$ac_t""no" 1>&6
  2724. fi
  2725.  if test "$GMSGFMT" = "no"; then
  2726.    # Extract the first word of "msgfmt", so it can be a program name with args.
  2727. set dummy msgfmt; ac_word=$2
  2728. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2729. echo "configure:3002: checking for $ac_word" >&5
  2730. if eval "test "`echo '$''{'ac_cv_path_GMSGFMT'+set}'`" = set"; then
  2731.   echo $ac_n "(cached) $ac_c" 1>&6
  2732. else
  2733.   case "$GMSGFMT" in
  2734.   /*)
  2735.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  2736.   ;;
  2737.   *)
  2738.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2739.   for ac_dir in $PATH; do
  2740.     test -z "$ac_dir" && ac_dir=.
  2741.     if test -f $ac_dir/$ac_word; then
  2742.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  2743. ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
  2744. break
  2745.       fi
  2746.     fi
  2747.   done
  2748.   IFS="$ac_save_ifs"
  2749.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no"
  2750.   ;;
  2751. esac
  2752. fi
  2753. GMSGFMT="$ac_cv_path_GMSGFMT"
  2754. if test -n "$GMSGFMT"; then
  2755.   echo "$ac_t""$GMSGFMT" 1>&6
  2756. else
  2757.   echo "$ac_t""no" 1>&6
  2758. fi
  2759.  fi
  2760.  # Extract the first word of "xgettext", so it can be a program name with args.
  2761. set dummy xgettext; ac_word=$2
  2762. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2763. echo "configure:3037: checking for $ac_word" >&5
  2764. if eval "test "`echo '$''{'ac_cv_path_XGETTEXT'+set}'`" = set"; then
  2765.   echo $ac_n "(cached) $ac_c" 1>&6
  2766. else
  2767.   case "$XGETTEXT" in
  2768.   /*)
  2769.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  2770.   ;;
  2771.   *)
  2772.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2773.   for ac_dir in $PATH; do
  2774.     test -z "$ac_dir" && ac_dir=.
  2775.     if test -f $ac_dir/$ac_word; then
  2776.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  2777. ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  2778. break
  2779.       fi
  2780.     fi
  2781.   done
  2782.   IFS="$ac_save_ifs"
  2783.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  2784.   ;;
  2785. esac
  2786. fi
  2787. XGETTEXT="$ac_cv_path_XGETTEXT"
  2788. if test -n "$XGETTEXT"; then
  2789.   echo "$ac_t""$XGETTEXT" 1>&6
  2790. else
  2791.   echo "$ac_t""no" 1>&6
  2792. fi
  2793.  USE_INCLUDED_LIBINTL=yes
  2794.  CATOBJEXT=.cat
  2795.  INSTOBJEXT=.cat
  2796.  DATADIRNAME=lib
  2797.  INTLDEPS='$(top_builddir)/intl/libintl.a'
  2798.  INTLLIBS=$INTLDEPS
  2799.  LIBS=`echo $LIBS | sed -e 's/-lintl//'`
  2800.  nls_cv_header_intl=intl/libintl.h
  2801.  nls_cv_header_libgt=intl/libgettext.h
  2802.        fi
  2803. else
  2804.   echo "$ac_t""no" 1>&6
  2805. fi
  2806.   fi
  2807.         fi
  2808.         if test "$CATOBJEXT" = "NONE"; then
  2809.         nls_cv_use_gnu_gettext=yes
  2810.         fi
  2811.       fi
  2812.       if test "$nls_cv_use_gnu_gettext" = "yes"; then
  2813.                 INTLOBJS="$(GETTOBJS)"
  2814.         # Extract the first word of "msgfmt", so it can be a program name with args.
  2815. set dummy msgfmt; ac_word=$2
  2816. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2817. echo "configure:3095: checking for $ac_word" >&5
  2818. if eval "test "`echo '$''{'ac_cv_path_MSGFMT'+set}'`" = set"; then
  2819.   echo $ac_n "(cached) $ac_c" 1>&6
  2820. else
  2821.   case "$MSGFMT" in
  2822.   /*)
  2823.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  2824.   ;;
  2825.   *)
  2826.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2827.   for ac_dir in $PATH; do
  2828.     test -z "$ac_dir" && ac_dir=.
  2829.     if test -f $ac_dir/$ac_word; then
  2830.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  2831. ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  2832. break
  2833.       fi
  2834.     fi
  2835.   done
  2836.   IFS="$ac_save_ifs"
  2837.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
  2838.   ;;
  2839. esac
  2840. fi
  2841. MSGFMT="$ac_cv_path_MSGFMT"
  2842. if test -n "$MSGFMT"; then
  2843.   echo "$ac_t""$MSGFMT" 1>&6
  2844. else
  2845.   echo "$ac_t""no" 1>&6
  2846. fi
  2847.         # Extract the first word of "gmsgfmt", so it can be a program name with args.
  2848. set dummy gmsgfmt; ac_word=$2
  2849. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2850. echo "configure:3129: checking for $ac_word" >&5
  2851. if eval "test "`echo '$''{'ac_cv_path_GMSGFMT'+set}'`" = set"; then
  2852.   echo $ac_n "(cached) $ac_c" 1>&6
  2853. else
  2854.   case "$GMSGFMT" in
  2855.   /*)
  2856.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  2857.   ;;
  2858.   ?:/*)  
  2859.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
  2860.   ;;
  2861.   *)
  2862.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2863.   ac_dummy="$PATH"
  2864.   for ac_dir in $ac_dummy; do 
  2865.     test -z "$ac_dir" && ac_dir=.
  2866.     if test -f $ac_dir/$ac_word; then
  2867.       ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
  2868.       break
  2869.     fi
  2870.   done
  2871.   IFS="$ac_save_ifs"
  2872.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  2873.   ;;
  2874. esac
  2875. fi
  2876. GMSGFMT="$ac_cv_path_GMSGFMT"
  2877. if test -n "$GMSGFMT"; then
  2878.   echo "$ac_t""$GMSGFMT" 1>&6
  2879. else
  2880.   echo "$ac_t""no" 1>&6
  2881. fi
  2882.         # Extract the first word of "xgettext", so it can be a program name with args.
  2883. set dummy xgettext; ac_word=$2
  2884. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2885. echo "configure:3165: checking for $ac_word" >&5
  2886. if eval "test "`echo '$''{'ac_cv_path_XGETTEXT'+set}'`" = set"; then
  2887.   echo $ac_n "(cached) $ac_c" 1>&6
  2888. else
  2889.   case "$XGETTEXT" in
  2890.   /*)
  2891.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  2892.   ;;
  2893.   *)
  2894.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2895.   for ac_dir in $PATH; do
  2896.     test -z "$ac_dir" && ac_dir=.