configure
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:119k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --with-cflags=FLAGS     use FLAGS for CFLAGS"
  14. ac_help="$ac_help
  15.   --with-libs=FLAGS       use FLAGS for extra libraries"
  16. ac_help="$ac_help
  17.   --enable-warnings       enable compilation warnings (default: disabled)"
  18. ac_help="$ac_help
  19.   --enable-docs           enable building of documentation (default: enabled)"
  20. ac_help="$ac_help
  21.   --enable-drafts         enable building of documentation drafts (default: disabled)"
  22. ac_help="$ac_help
  23.   --with-suffix           set suffix for binaries (default: -$VERSION)"
  24. ac_help="$ac_help
  25.   --enable-suffix         enable suffix for binaries (default: disabled)"
  26. ac_help="$ac_help
  27.   --with-defaults         set default configure options: speed/debug (default: native malloc + assertions)
  28.                           this will set assertion checking and malloc wrapper accordingly
  29.   speed = native malloc + no assertions
  30.   debug = checking malloc + assertions"
  31. ac_help="$ac_help
  32.   --with-malloc           select malloc wrapper to use: native/check/slow (default: native)"
  33. ac_help="$ac_help
  34.   --disable-assertions    turn off assertion checking"
  35. ac_help="$ac_help
  36.   --enable-pam           enable pam authentication (default: disabled)"
  37. ac_help="$ac_help
  38.   --enable-debug   enable non-reentrant debugging for wmls compiler (default: disabled)"
  39. ac_help="$ac_help
  40.   --enable-localtime   log file time stamps in local time, not GMT (default: enabled)"
  41. ac_help="$ac_help
  42.   --enable-mutex-stats    produce information about lock contention"
  43. ac_help="$ac_help
  44.   --enable-cookies        enable cookie support for WSP (default: disabled)"
  45. ac_help="$ac_help
  46.   --enable-start-stop-daemon  compile the start-stop-daemon program"
  47. ac_help="$ac_help
  48.   --with-ssl[=DIR]        where to look for OpenSSL libs and header files
  49.                           DIR points to the installation [/usr/local/ssl]"
  50. ac_help="$ac_help
  51.   --enable-ssl            enable SSL client and server support (default: enabled)"
  52. ac_help="$ac_help
  53.   --disable-ssl-thread-test  disable the multithread test for the OpenSSL library
  54.                           this will force to continue even if the test fails"
  55. ac_help="$ac_help
  56.   --with-mysql[=DIR]      where to look for MySQL libs and header files
  57.                           DIR points to the installation [/usr/local/mysql]"
  58. ac_help="$ac_help
  59.   --enable-mysql          enable MySQL storage (default: disabled)"
  60. ac_help="$ac_help
  61.   --enable-sdb            enable LibSDB storage (default: disabled)"
  62. ac_help="$ac_help
  63.   --with-dlr[=TYPE]       select DLR storage to use: internal/mysql/sdb (default: internal)"
  64. ac_help="$ac_help
  65.   --with-wtls[=TYPE]      select WTLS version to use: openssl/baltimore"
  66. # Initialize some variables set by options.
  67. # The variables have the same names as the options, with
  68. # dashes changed to underlines.
  69. build=NONE
  70. cache_file=./config.cache
  71. exec_prefix=NONE
  72. host=NONE
  73. no_create=
  74. nonopt=NONE
  75. no_recursion=
  76. prefix=NONE
  77. program_prefix=NONE
  78. program_suffix=NONE
  79. program_transform_name=s,x,x,
  80. silent=
  81. site=
  82. srcdir=
  83. target=NONE
  84. verbose=
  85. x_includes=NONE
  86. x_libraries=NONE
  87. bindir='${exec_prefix}/bin'
  88. sbindir='${exec_prefix}/sbin'
  89. libexecdir='${exec_prefix}/libexec'
  90. datadir='${prefix}/share'
  91. sysconfdir='${prefix}/etc'
  92. sharedstatedir='${prefix}/com'
  93. localstatedir='${prefix}/var'
  94. libdir='${exec_prefix}/lib'
  95. includedir='${prefix}/include'
  96. oldincludedir='/usr/include'
  97. infodir='${prefix}/info'
  98. mandir='${prefix}/man'
  99. # Initialize some other variables.
  100. subdirs=
  101. MFLAGS= MAKEFLAGS=
  102. SHELL=${CONFIG_SHELL-/bin/sh}
  103. # Maximum number of lines to put in a shell here document.
  104. ac_max_here_lines=12
  105. ac_prev=
  106. for ac_option
  107. do
  108.   # If the previous option needs an argument, assign it.
  109.   if test -n "$ac_prev"; then
  110.     eval "$ac_prev=$ac_option"
  111.     ac_prev=
  112.     continue
  113.   fi
  114.   case "$ac_option" in
  115.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  116.   *) ac_optarg= ;;
  117.   esac
  118.   # Accept the important Cygnus configure options, so we can diagnose typos.
  119.   case "$ac_option" in
  120.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  121.     ac_prev=bindir ;;
  122.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  123.     bindir="$ac_optarg" ;;
  124.   -build | --build | --buil | --bui | --bu)
  125.     ac_prev=build ;;
  126.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  127.     build="$ac_optarg" ;;
  128.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  129.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  130.     ac_prev=cache_file ;;
  131.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  132.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  133.     cache_file="$ac_optarg" ;;
  134.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  135.     ac_prev=datadir ;;
  136.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  137.   | --da=*)
  138.     datadir="$ac_optarg" ;;
  139.   -disable-* | --disable-*)
  140.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  141.     # Reject names that are not valid shell variable names.
  142.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  143.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  144.     fi
  145.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  146.     eval "enable_${ac_feature}=no" ;;
  147.   -enable-* | --enable-*)
  148.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  149.     # Reject names that are not valid shell variable names.
  150.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  151.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  152.     fi
  153.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  154.     case "$ac_option" in
  155.       *=*) ;;
  156.       *) ac_optarg=yes ;;
  157.     esac
  158.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  159.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  160.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  161.   | --exec | --exe | --ex)
  162.     ac_prev=exec_prefix ;;
  163.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  164.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  165.   | --exec=* | --exe=* | --ex=*)
  166.     exec_prefix="$ac_optarg" ;;
  167.   -gas | --gas | --ga | --g)
  168.     # Obsolete; use --with-gas.
  169.     with_gas=yes ;;
  170.   -help | --help | --hel | --he)
  171.     # Omit some internal or obsolete options to make the list less imposing.
  172.     # This message is too long to be a string in the A/UX 3.1 sh.
  173.     cat << EOF
  174. Usage: configure [options] [host]
  175. Options: [defaults in brackets after descriptions]
  176. Configuration:
  177.   --cache-file=FILE       cache test results in FILE
  178.   --help                  print this message
  179.   --no-create             do not create output files
  180.   --quiet, --silent       do not print `checking...' messages
  181.   --version               print the version of autoconf that created configure
  182. Directory and file names:
  183.   --prefix=PREFIX         install architecture-independent files in PREFIX
  184.                           [$ac_default_prefix]
  185.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  186.                           [same as prefix]
  187.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  188.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  189.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  190.   --datadir=DIR           read-only architecture-independent data in DIR
  191.                           [PREFIX/share]
  192.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  193.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  194.                           [PREFIX/com]
  195.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  196.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  197.   --includedir=DIR        C header files in DIR [PREFIX/include]
  198.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  199.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  200.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  201.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  202.   --program-prefix=PREFIX prepend PREFIX to installed program names
  203.   --program-suffix=SUFFIX append SUFFIX to installed program names
  204.   --program-transform-name=PROGRAM
  205.                           run sed PROGRAM on installed program names
  206. EOF
  207.     cat << EOF
  208. Host type:
  209.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  210.   --host=HOST             configure for HOST [guessed]
  211.   --target=TARGET         configure for TARGET [TARGET=HOST]
  212. Features and packages:
  213.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  214.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  215.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  216.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  217.   --x-includes=DIR        X include files are in DIR
  218.   --x-libraries=DIR       X library files are in DIR
  219. EOF
  220.     if test -n "$ac_help"; then
  221.       echo "--enable and --with options recognized:$ac_help"
  222.     fi
  223.     exit 0 ;;
  224.   -host | --host | --hos | --ho)
  225.     ac_prev=host ;;
  226.   -host=* | --host=* | --hos=* | --ho=*)
  227.     host="$ac_optarg" ;;
  228.   -includedir | --includedir | --includedi | --included | --include 
  229.   | --includ | --inclu | --incl | --inc)
  230.     ac_prev=includedir ;;
  231.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  232.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  233.     includedir="$ac_optarg" ;;
  234.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  235.     ac_prev=infodir ;;
  236.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  237.     infodir="$ac_optarg" ;;
  238.   -libdir | --libdir | --libdi | --libd)
  239.     ac_prev=libdir ;;
  240.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  241.     libdir="$ac_optarg" ;;
  242.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  243.   | --libexe | --libex | --libe)
  244.     ac_prev=libexecdir ;;
  245.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  246.   | --libexe=* | --libex=* | --libe=*)
  247.     libexecdir="$ac_optarg" ;;
  248.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  249.   | --localstate | --localstat | --localsta | --localst 
  250.   | --locals | --local | --loca | --loc | --lo)
  251.     ac_prev=localstatedir ;;
  252.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  253.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  254.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  255.     localstatedir="$ac_optarg" ;;
  256.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  257.     ac_prev=mandir ;;
  258.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  259.     mandir="$ac_optarg" ;;
  260.   -nfp | --nfp | --nf)
  261.     # Obsolete; use --without-fp.
  262.     with_fp=no ;;
  263.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  264.   | --no-cr | --no-c)
  265.     no_create=yes ;;
  266.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  267.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  268.     no_recursion=yes ;;
  269.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  270.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  271.   | --oldin | --oldi | --old | --ol | --o)
  272.     ac_prev=oldincludedir ;;
  273.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  274.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  275.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  276.     oldincludedir="$ac_optarg" ;;
  277.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  278.     ac_prev=prefix ;;
  279.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  280.     prefix="$ac_optarg" ;;
  281.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  282.   | --program-pre | --program-pr | --program-p)
  283.     ac_prev=program_prefix ;;
  284.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  285.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  286.     program_prefix="$ac_optarg" ;;
  287.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  288.   | --program-suf | --program-su | --program-s)
  289.     ac_prev=program_suffix ;;
  290.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  291.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  292.     program_suffix="$ac_optarg" ;;
  293.   -program-transform-name | --program-transform-name 
  294.   | --program-transform-nam | --program-transform-na 
  295.   | --program-transform-n | --program-transform- 
  296.   | --program-transform | --program-transfor 
  297.   | --program-transfo | --program-transf 
  298.   | --program-trans | --program-tran 
  299.   | --progr-tra | --program-tr | --program-t)
  300.     ac_prev=program_transform_name ;;
  301.   -program-transform-name=* | --program-transform-name=* 
  302.   | --program-transform-nam=* | --program-transform-na=* 
  303.   | --program-transform-n=* | --program-transform-=* 
  304.   | --program-transform=* | --program-transfor=* 
  305.   | --program-transfo=* | --program-transf=* 
  306.   | --program-trans=* | --program-tran=* 
  307.   | --progr-tra=* | --program-tr=* | --program-t=*)
  308.     program_transform_name="$ac_optarg" ;;
  309.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  310.   | -silent | --silent | --silen | --sile | --sil)
  311.     silent=yes ;;
  312.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  313.     ac_prev=sbindir ;;
  314.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  315.   | --sbi=* | --sb=*)
  316.     sbindir="$ac_optarg" ;;
  317.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  318.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  319.   | --sharedst | --shareds | --shared | --share | --shar 
  320.   | --sha | --sh)
  321.     ac_prev=sharedstatedir ;;
  322.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  323.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  324.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  325.   | --sha=* | --sh=*)
  326.     sharedstatedir="$ac_optarg" ;;
  327.   -site | --site | --sit)
  328.     ac_prev=site ;;
  329.   -site=* | --site=* | --sit=*)
  330.     site="$ac_optarg" ;;
  331.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  332.     ac_prev=srcdir ;;
  333.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  334.     srcdir="$ac_optarg" ;;
  335.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  336.   | --syscon | --sysco | --sysc | --sys | --sy)
  337.     ac_prev=sysconfdir ;;
  338.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  339.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  340.     sysconfdir="$ac_optarg" ;;
  341.   -target | --target | --targe | --targ | --tar | --ta | --t)
  342.     ac_prev=target ;;
  343.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  344.     target="$ac_optarg" ;;
  345.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  346.     verbose=yes ;;
  347.   -version | --version | --versio | --versi | --vers)
  348.     echo "configure generated by autoconf version 2.13"
  349.     exit 0 ;;
  350.   -with-* | --with-*)
  351.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  352.     # Reject names that are not valid shell variable names.
  353.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  354.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  355.     fi
  356.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  357.     case "$ac_option" in
  358.       *=*) ;;
  359.       *) ac_optarg=yes ;;
  360.     esac
  361.     eval "with_${ac_package}='$ac_optarg'" ;;
  362.   -without-* | --without-*)
  363.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  364.     # Reject names that are not valid shell variable names.
  365.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  366.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  367.     fi
  368.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  369.     eval "with_${ac_package}=no" ;;
  370.   --x)
  371.     # Obsolete; use --with-x.
  372.     with_x=yes ;;
  373.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  374.   | --x-incl | --x-inc | --x-in | --x-i)
  375.     ac_prev=x_includes ;;
  376.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  377.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  378.     x_includes="$ac_optarg" ;;
  379.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  380.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  381.     ac_prev=x_libraries ;;
  382.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  383.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  384.     x_libraries="$ac_optarg" ;;
  385.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  386.     ;;
  387.   *)
  388.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  389.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  390.     fi
  391.     if test "x$nonopt" != xNONE; then
  392.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  393.     fi
  394.     nonopt="$ac_option"
  395.     ;;
  396.   esac
  397. done
  398. if test -n "$ac_prev"; then
  399.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  400. fi
  401. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  402. # File descriptor usage:
  403. # 0 standard input
  404. # 1 file creation
  405. # 2 errors and warnings
  406. # 3 some systems may open it to /dev/tty
  407. # 4 used on the Kubota Titan
  408. # 6 checking for... messages and results
  409. # 5 compiler messages saved in config.log
  410. if test "$silent" = yes; then
  411.   exec 6>/dev/null
  412. else
  413.   exec 6>&1
  414. fi
  415. exec 5>./config.log
  416. echo "
  417. This file contains any messages produced by compilers while
  418. running configure, to aid debugging if configure makes a mistake.
  419. " 1>&5
  420. # Strip out --no-create and --no-recursion so they do not pile up.
  421. # Also quote any args containing shell metacharacters.
  422. ac_configure_args=
  423. for ac_arg
  424. do
  425.   case "$ac_arg" in
  426.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  427.   | --no-cr | --no-c) ;;
  428.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  429.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  430.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  431.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  432.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  433.   esac
  434. done
  435. # NLS nuisances.
  436. # Only set these to C if already set.  These must not be set unconditionally
  437. # because not all systems understand e.g. LANG=C (notably SCO).
  438. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  439. # Non-C LC_CTYPE values break the ctype check.
  440. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  441. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  442. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  443. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  444. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  445. rm -rf conftest* confdefs.h
  446. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  447. echo > confdefs.h
  448. # A filename unique to this package, relative to the directory that
  449. # configure is in, which we can look for to find out if srcdir is correct.
  450. ac_unique_file=gw/alt_charsets.h
  451. # Find the source files, if location was not specified.
  452. if test -z "$srcdir"; then
  453.   ac_srcdir_defaulted=yes
  454.   # Try the directory containing this script, then its parent.
  455.   ac_prog=$0
  456.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  457.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  458.   srcdir=$ac_confdir
  459.   if test ! -r $srcdir/$ac_unique_file; then
  460.     srcdir=..
  461.   fi
  462. else
  463.   ac_srcdir_defaulted=no
  464. fi
  465. if test ! -r $srcdir/$ac_unique_file; then
  466.   if test "$ac_srcdir_defaulted" = yes; then
  467.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  468.   else
  469.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  470.   fi
  471. fi
  472. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487. if test -r "$cache_file"; then
  488.   echo "loading cache $cache_file"
  489.   . $cache_file
  490. else
  491.   echo "creating cache $cache_file"
  492.   > $cache_file
  493. fi
  494. ac_ext=c
  495. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  496. ac_cpp='$CPP $CPPFLAGS'
  497. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  498. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  499. cross_compiling=$ac_cv_prog_cc_cross
  500. ac_exeext=
  501. ac_objext=o
  502. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  503.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  504.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  505.     ac_n= ac_c='
  506. ' ac_t=' '
  507.   else
  508.     ac_n=-n ac_c= ac_t=
  509.   fi
  510. else
  511.   ac_n= ac_c='c' ac_t=
  512. fi
  513. ac_aux_dir=
  514. for ac_dir in . $srcdir/.; do
  515.   if test -f $ac_dir/install-sh; then
  516.     ac_aux_dir=$ac_dir
  517.     ac_install_sh="$ac_aux_dir/install-sh -c"
  518.     break
  519.   elif test -f $ac_dir/install.sh; then
  520.     ac_aux_dir=$ac_dir
  521.     ac_install_sh="$ac_aux_dir/install.sh -c"
  522.     break
  523.   fi
  524. done
  525. if test -z "$ac_aux_dir"; then
  526.   { echo "configure: error: can not find install-sh or install.sh in . $srcdir/." 1>&2; exit 1; }
  527. fi
  528. ac_config_guess=$ac_aux_dir/config.guess
  529. ac_config_sub=$ac_aux_dir/config.sub
  530. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  531.   case $TERM in
  532.     xterm|xterm*|vt220|vt220*|cygwin)
  533.         T_MD=`echo dummy | awk '{ printf("%c%c%c%c", 27, 91, 49, 109); }'`
  534.         T_ME=`echo dummy | awk '{ printf("%c%c%c", 27, 91, 109); }'`
  535.         ;;
  536.     vt100|vt100*)
  537.         T_MD=`echo dummy | awk '{ printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); }'`
  538.         T_ME=`echo dummy | awk '{ printf("%c%c%c%c%c", 27, 91, 109, 0, 0); }'`
  539.         ;;
  540.     default)
  541.         T_MD=''
  542.         T_ME=''
  543.         ;;
  544.   esac
  545. VERSION=`head -1 VERSION`
  546. if test "x$VERSION" = "xcvs"; then
  547.   echo $ac_n "checking cvs checkout date""... $ac_c" 1>&6
  548. echo "configure:620: checking cvs checkout date" >&5
  549.   
  550.   cvs_date=`grep ChangeLog CVS/Entries | cut -f4 -d/`
  551.   day=`grep ChangeLog CVS/Entries | cut -f4 -d/ | cut -c9-10 | tr " " "0"`
  552.   month=`echo $cvs_date | cut -f2 -d' '`
  553.   case $month in
  554.     "Jan") month="01" ;;
  555.     "Feb") month="02" ;;
  556.     "Mar") month="03" ;;
  557.     "Apr") month="04" ;;
  558.     "May") month="05" ;;
  559.     "Jun") month="06" ;;
  560.     "Jul") month="07" ;;
  561.     "Aug") month="08" ;;
  562.     "Sep") month="09" ;;
  563.     "Oct") month="10" ;;
  564.     "Nov") month="11" ;;
  565.     "Dec") month="12" ;;
  566.   esac
  567.   year=`echo $cvs_date | cut -f5 -d' '`
  568.   CVS_DATE="$year$month$day"
  569.   echo "$ac_t""$CVS_DATE" 1>&6
  570.   VERSION="$VERSION-$CVS_DATE"
  571. fi
  572. cat >> confdefs.h <<EOF
  573. #define GW_NAME "Kannel"
  574. EOF
  575. cat >> confdefs.h <<EOF
  576. #define VERSION "$VERSION"
  577. EOF
  578.   nl='
  579. '
  580.   echo "${nl}${T_MD}Configuring for Kannel gateway version $VERSION ...${T_ME}"
  581. PKGADD_PKG="KANNELgateway"
  582. PKGADD_NAME="Kannel - WAP and SMS gateway"
  583. PKGADD_VENDOR="www.kannel.org"
  584. docdir='${prefix}/share/doc/kannel'
  585.   nl='
  586. '
  587.   echo "${nl}${T_MD}Running system checks ...${T_ME}"
  588. # Make sure we can run config.sub.
  589. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  590. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  591. fi
  592. echo $ac_n "checking host system type""... $ac_c" 1>&6
  593. echo "configure:682: checking host system type" >&5
  594. host_alias=$host
  595. case "$host_alias" in
  596. NONE)
  597.   case $nonopt in
  598.   NONE)
  599.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  600.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  601.     fi ;;
  602.   *) host_alias=$nonopt ;;
  603.   esac ;;
  604. esac
  605. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  606. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  607. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  608. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  609. echo "$ac_t""$host" 1>&6
  610. EXE_EXT=""
  611. LIBTOOL="ar rc"
  612. case "$host" in
  613.   *-sun-solaris*) 
  614.     CFLAGS="$CFLAGS -DSunOS=1"
  615.     ;;
  616.   *-cygwin*)
  617.     EXE_EXT=".exe"
  618.     ;;
  619.   *apple-darwin*) 
  620.     CFLAGS="$CFLAGS -DDARWIN=1" 
  621.     LIBTOOL="libtool -static -o" 
  622. esac
  623. # Check whether --with-cflags or --without-cflags was given.
  624. if test "${with_cflags+set}" = set; then
  625.   withval="$with_cflags"
  626.   CFLAGS="$CFLAGS $withval"
  627. fi
  628. # Check whether --with-libs or --without-libs was given.
  629. if test "${with_libs+set}" = set; then
  630.   withval="$with_libs"
  631.   LIBS="$LIBS $withval"
  632. fi
  633. # Extract the first word of "gcc", so it can be a program name with args.
  634. set dummy gcc; ac_word=$2
  635. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  636. echo "configure:736: checking for $ac_word" >&5
  637. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  638.   echo $ac_n "(cached) $ac_c" 1>&6
  639. else
  640.   if test -n "$CC"; then
  641.   ac_cv_prog_CC="$CC" # Let the user override the test.
  642. else
  643.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  644.   ac_dummy="$PATH"
  645.   for ac_dir in $ac_dummy; do
  646.     test -z "$ac_dir" && ac_dir=.
  647.     if test -f $ac_dir/$ac_word; then
  648.       ac_cv_prog_CC="gcc"
  649.       break
  650.     fi
  651.   done
  652.   IFS="$ac_save_ifs"
  653. fi
  654. fi
  655. CC="$ac_cv_prog_CC"
  656. if test -n "$CC"; then
  657.   echo "$ac_t""$CC" 1>&6
  658. else
  659.   echo "$ac_t""no" 1>&6
  660. fi
  661. if test -z "$CC"; then
  662.   # Extract the first word of "cc", so it can be a program name with args.
  663. set dummy cc; ac_word=$2
  664. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  665. echo "configure:766: checking for $ac_word" >&5
  666. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  667.   echo $ac_n "(cached) $ac_c" 1>&6
  668. else
  669.   if test -n "$CC"; then
  670.   ac_cv_prog_CC="$CC" # Let the user override the test.
  671. else
  672.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  673.   ac_prog_rejected=no
  674.   ac_dummy="$PATH"
  675.   for ac_dir in $ac_dummy; do
  676.     test -z "$ac_dir" && ac_dir=.
  677.     if test -f $ac_dir/$ac_word; then
  678.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  679.         ac_prog_rejected=yes
  680. continue
  681.       fi
  682.       ac_cv_prog_CC="cc"
  683.       break
  684.     fi
  685.   done
  686.   IFS="$ac_save_ifs"
  687. if test $ac_prog_rejected = yes; then
  688.   # We found a bogon in the path, so make sure we never use it.
  689.   set dummy $ac_cv_prog_CC
  690.   shift
  691.   if test $# -gt 0; then
  692.     # We chose a different compiler from the bogus one.
  693.     # However, it has the same basename, so the bogon will be chosen
  694.     # first if we set CC to just the basename; use the full file name.
  695.     shift
  696.     set dummy "$ac_dir/$ac_word" "$@"
  697.     shift
  698.     ac_cv_prog_CC="$@"
  699.   fi
  700. fi
  701. fi
  702. fi
  703. CC="$ac_cv_prog_CC"
  704. if test -n "$CC"; then
  705.   echo "$ac_t""$CC" 1>&6
  706. else
  707.   echo "$ac_t""no" 1>&6
  708. fi
  709.   if test -z "$CC"; then
  710.     case "`uname -s`" in
  711.     *win32* | *WIN32*)
  712.       # Extract the first word of "cl", so it can be a program name with args.
  713. set dummy cl; ac_word=$2
  714. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  715. echo "configure:817: checking for $ac_word" >&5
  716. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  717.   echo $ac_n "(cached) $ac_c" 1>&6
  718. else
  719.   if test -n "$CC"; then
  720.   ac_cv_prog_CC="$CC" # Let the user override the test.
  721. else
  722.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  723.   ac_dummy="$PATH"
  724.   for ac_dir in $ac_dummy; do
  725.     test -z "$ac_dir" && ac_dir=.
  726.     if test -f $ac_dir/$ac_word; then
  727.       ac_cv_prog_CC="cl"
  728.       break
  729.     fi
  730.   done
  731.   IFS="$ac_save_ifs"
  732. fi
  733. fi
  734. CC="$ac_cv_prog_CC"
  735. if test -n "$CC"; then
  736.   echo "$ac_t""$CC" 1>&6
  737. else
  738.   echo "$ac_t""no" 1>&6
  739. fi
  740.  ;;
  741.     esac
  742.   fi
  743.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  744. fi
  745. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  746. echo "configure:849: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  747. ac_ext=c
  748. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  749. ac_cpp='$CPP $CPPFLAGS'
  750. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  751. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  752. cross_compiling=$ac_cv_prog_cc_cross
  753. cat > conftest.$ac_ext << EOF
  754. #line 860 "configure"
  755. #include "confdefs.h"
  756. main(){return(0);}
  757. EOF
  758. if { (eval echo configure:865: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  759.   ac_cv_prog_cc_works=yes
  760.   # If we can't run a trivial program, we are probably using a cross compiler.
  761.   if (./conftest; exit) 2>/dev/null; then
  762.     ac_cv_prog_cc_cross=no
  763.   else
  764.     ac_cv_prog_cc_cross=yes
  765.   fi
  766. else
  767.   echo "configure: failed program was:" >&5
  768.   cat conftest.$ac_ext >&5
  769.   ac_cv_prog_cc_works=no
  770. fi
  771. rm -fr conftest*
  772. ac_ext=c
  773. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  774. ac_cpp='$CPP $CPPFLAGS'
  775. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  776. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  777. cross_compiling=$ac_cv_prog_cc_cross
  778. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  779. if test $ac_cv_prog_cc_works = no; then
  780.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  781. fi
  782. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  783. echo "configure:891: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  784. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  785. cross_compiling=$ac_cv_prog_cc_cross
  786. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  787. echo "configure:896: checking whether we are using GNU C" >&5
  788. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  789.   echo $ac_n "(cached) $ac_c" 1>&6
  790. else
  791.   cat > conftest.c <<EOF
  792. #ifdef __GNUC__
  793.   yes;
  794. #endif
  795. EOF
  796. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:905: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  797.   ac_cv_prog_gcc=yes
  798. else
  799.   ac_cv_prog_gcc=no
  800. fi
  801. fi
  802. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  803. if test $ac_cv_prog_gcc = yes; then
  804.   GCC=yes
  805. else
  806.   GCC=
  807. fi
  808. ac_test_CFLAGS="${CFLAGS+set}"
  809. ac_save_CFLAGS="$CFLAGS"
  810. CFLAGS=
  811. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  812. echo "configure:924: checking whether ${CC-cc} accepts -g" >&5
  813. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  814.   echo $ac_n "(cached) $ac_c" 1>&6
  815. else
  816.   echo 'void f(){}' > conftest.c
  817. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  818.   ac_cv_prog_cc_g=yes
  819. else
  820.   ac_cv_prog_cc_g=no
  821. fi
  822. rm -f conftest*
  823. fi
  824. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  825. if test "$ac_test_CFLAGS" = set; then
  826.   CFLAGS="$ac_save_CFLAGS"
  827. elif test $ac_cv_prog_cc_g = yes; then
  828.   if test "$GCC" = yes; then
  829.     CFLAGS="-g -O2"
  830.   else
  831.     CFLAGS="-g"
  832.   fi
  833. else
  834.   if test "$GCC" = yes; then
  835.     CFLAGS="-O2"
  836.   else
  837.     CFLAGS=
  838.   fi
  839. fi
  840. # Find a good install program.  We prefer a C program (faster),
  841. # so one script is as good as another.  But avoid the broken or
  842. # incompatible versions:
  843. # SysV /etc/install, /usr/sbin/install
  844. # SunOS /usr/etc/install
  845. # IRIX /sbin/install
  846. # AIX /bin/install
  847. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  848. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  849. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  850. # ./install, which can be erroneously created by make from ./install.sh.
  851. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  852. echo "configure:967: checking for a BSD compatible install" >&5
  853. if test -z "$INSTALL"; then
  854. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  855.   echo $ac_n "(cached) $ac_c" 1>&6
  856. else
  857.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  858.   for ac_dir in $PATH; do
  859.     # Account for people who put trailing slashes in PATH elements.
  860.     case "$ac_dir/" in
  861.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  862.     *)
  863.       # OSF1 and SCO ODT 3.0 have their own names for install.
  864.       # Don't use installbsd from OSF since it installs stuff as root
  865.       # by default.
  866.       for ac_prog in ginstall scoinst install; do
  867.         if test -f $ac_dir/$ac_prog; then
  868.   if test $ac_prog = install &&
  869.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  870.     # AIX install.  It has an incompatible calling convention.
  871.     :
  872.   else
  873.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  874.     break 2
  875.   fi
  876. fi
  877.       done
  878.       ;;
  879.     esac
  880.   done
  881.   IFS="$ac_save_IFS"
  882. fi
  883.   if test "${ac_cv_path_install+set}" = set; then
  884.     INSTALL="$ac_cv_path_install"
  885.   else
  886.     # As a last resort, use the slow shell script.  We don't cache a
  887.     # path for INSTALL within a source directory, because that will
  888.     # break other packages using the cache if that directory is
  889.     # removed, or if the path is relative.
  890.     INSTALL="$ac_install_sh"
  891.   fi
  892. fi
  893. echo "$ac_t""$INSTALL" 1>&6
  894. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  895. # It thinks the first close brace ends the variable substitution.
  896. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  897. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  898. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  899. # Extract the first word of "ranlib", so it can be a program name with args.
  900. set dummy ranlib; ac_word=$2
  901. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  902. echo "configure:1022: checking for $ac_word" >&5
  903. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  904.   echo $ac_n "(cached) $ac_c" 1>&6
  905. else
  906.   if test -n "$RANLIB"; then
  907.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  908. else
  909.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  910.   ac_dummy="$PATH"
  911.   for ac_dir in $ac_dummy; do
  912.     test -z "$ac_dir" && ac_dir=.
  913.     if test -f $ac_dir/$ac_word; then
  914.       ac_cv_prog_RANLIB="ranlib"
  915.       break
  916.     fi
  917.   done
  918.   IFS="$ac_save_ifs"
  919.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  920. fi
  921. fi
  922. RANLIB="$ac_cv_prog_RANLIB"
  923. if test -n "$RANLIB"; then
  924.   echo "$ac_t""$RANLIB" 1>&6
  925. else
  926.   echo "$ac_t""no" 1>&6
  927. fi
  928. for ac_prog in 'bison -y' byacc
  929. do
  930. # Extract the first word of "$ac_prog", so it can be a program name with args.
  931. set dummy $ac_prog; ac_word=$2
  932. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  933. echo "configure:1054: checking for $ac_word" >&5
  934. if eval "test "`echo '$''{'ac_cv_prog_YACC'+set}'`" = set"; then
  935.   echo $ac_n "(cached) $ac_c" 1>&6
  936. else
  937.   if test -n "$YACC"; then
  938.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  939. else
  940.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  941.   ac_dummy="$PATH"
  942.   for ac_dir in $ac_dummy; do
  943.     test -z "$ac_dir" && ac_dir=.
  944.     if test -f $ac_dir/$ac_word; then
  945.       ac_cv_prog_YACC="$ac_prog"
  946.       break
  947.     fi
  948.   done
  949.   IFS="$ac_save_ifs"
  950. fi
  951. fi
  952. YACC="$ac_cv_prog_YACC"
  953. if test -n "$YACC"; then
  954.   echo "$ac_t""$YACC" 1>&6
  955. else
  956.   echo "$ac_t""no" 1>&6
  957. fi
  958. test -n "$YACC" && break
  959. done
  960. test -n "$YACC" || YACC="yacc"
  961. # Extract the first word of "flex", so it can be a program name with args.
  962. set dummy flex; ac_word=$2
  963. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  964. echo "configure:1087: checking for $ac_word" >&5
  965. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  966.   echo $ac_n "(cached) $ac_c" 1>&6
  967. else
  968.   if test -n "$LEX"; then
  969.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  970. else
  971.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  972.   ac_dummy="$PATH"
  973.   for ac_dir in $ac_dummy; do
  974.     test -z "$ac_dir" && ac_dir=.
  975.     if test -f $ac_dir/$ac_word; then
  976.       ac_cv_prog_LEX="flex"
  977.       break
  978.     fi
  979.   done
  980.   IFS="$ac_save_ifs"
  981.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  982. fi
  983. fi
  984. LEX="$ac_cv_prog_LEX"
  985. if test -n "$LEX"; then
  986.   echo "$ac_t""$LEX" 1>&6
  987. else
  988.   echo "$ac_t""no" 1>&6
  989. fi
  990. if test -z "$LEXLIB"
  991. then
  992.   case "$LEX" in
  993.   flex*) ac_lib=fl ;;
  994.   *) ac_lib=l ;;
  995.   esac
  996.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  997. echo "configure:1121: checking for yywrap in -l$ac_lib" >&5
  998. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  999. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1000.   echo $ac_n "(cached) $ac_c" 1>&6
  1001. else
  1002.   ac_save_LIBS="$LIBS"
  1003. LIBS="-l$ac_lib  $LIBS"
  1004. cat > conftest.$ac_ext <<EOF
  1005. #line 1129 "configure"
  1006. #include "confdefs.h"
  1007. /* Override any gcc2 internal prototype to avoid an error.  */
  1008. /* We use char because int might match the return type of a gcc2
  1009.     builtin and then its argument prototype would still apply.  */
  1010. char yywrap();
  1011. int main() {
  1012. yywrap()
  1013. ; return 0; }
  1014. EOF
  1015. if { (eval echo configure:1140: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1016.   rm -rf conftest*
  1017.   eval "ac_cv_lib_$ac_lib_var=yes"
  1018. else
  1019.   echo "configure: failed program was:" >&5
  1020.   cat conftest.$ac_ext >&5
  1021.   rm -rf conftest*
  1022.   eval "ac_cv_lib_$ac_lib_var=no"
  1023. fi
  1024. rm -f conftest*
  1025. LIBS="$ac_save_LIBS"
  1026. fi
  1027. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1028.   echo "$ac_t""yes" 1>&6
  1029.   LEXLIB="-l$ac_lib"
  1030. else
  1031.   echo "$ac_t""no" 1>&6
  1032. fi
  1033. fi
  1034. # Extract the first word of "convert", so it can be a program name with args.
  1035. set dummy convert; ac_word=$2
  1036. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1037. echo "configure:1165: checking for $ac_word" >&5
  1038. if eval "test "`echo '$''{'ac_cv_path_CONVERT'+set}'`" = set"; then
  1039.   echo $ac_n "(cached) $ac_c" 1>&6
  1040. else
  1041.   case "$CONVERT" in
  1042.   /*)
  1043.   ac_cv_path_CONVERT="$CONVERT" # Let the user override the test with a path.
  1044.   ;;
  1045.   ?:/*)  
  1046.   ac_cv_path_CONVERT="$CONVERT" # Let the user override the test with a dos path.
  1047.   ;;
  1048.   *)
  1049.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1050.   ac_dummy="$PATH"
  1051.   for ac_dir in $ac_dummy; do 
  1052.     test -z "$ac_dir" && ac_dir=.
  1053.     if test -f $ac_dir/$ac_word; then
  1054.       ac_cv_path_CONVERT="$ac_dir/$ac_word"
  1055.       break
  1056.     fi
  1057.   done
  1058.   IFS="$ac_save_ifs"
  1059.   ;;
  1060. esac
  1061. fi
  1062. CONVERT="$ac_cv_path_CONVERT"
  1063. if test -n "$CONVERT"; then
  1064.   echo "$ac_t""$CONVERT" 1>&6
  1065. else
  1066.   echo "$ac_t""no" 1>&6
  1067. fi
  1068. # Extract the first word of "perl", so it can be a program name with args.
  1069. set dummy perl; ac_word=$2
  1070. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1071. echo "configure:1200: checking for $ac_word" >&5
  1072. if eval "test "`echo '$''{'ac_cv_path_PERL'+set}'`" = set"; then
  1073.   echo $ac_n "(cached) $ac_c" 1>&6
  1074. else
  1075.   case "$PERL" in
  1076.   /*)
  1077.   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  1078.   ;;
  1079.   ?:/*)  
  1080.   ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
  1081.   ;;
  1082.   *)
  1083.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1084.   ac_dummy="$PATH"
  1085.   for ac_dir in $ac_dummy; do 
  1086.     test -z "$ac_dir" && ac_dir=.
  1087.     if test -f $ac_dir/$ac_word; then
  1088.       ac_cv_path_PERL="$ac_dir/$ac_word"
  1089.       break
  1090.     fi
  1091.   done
  1092.   IFS="$ac_save_ifs"
  1093.   ;;
  1094. esac
  1095. fi
  1096. PERL="$ac_cv_path_PERL"
  1097. if test -n "$PERL"; then
  1098.   echo "$ac_t""$PERL" 1>&6
  1099. else
  1100.   echo "$ac_t""no" 1>&6
  1101. fi
  1102. echo $ac_n "checking for log in -lm""... $ac_c" 1>&6
  1103. echo "configure:1235: checking for log in -lm" >&5
  1104. ac_lib_var=`echo m'_'log | sed 'y%./+-%__p_%'`
  1105. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1106.   echo $ac_n "(cached) $ac_c" 1>&6
  1107. else
  1108.   ac_save_LIBS="$LIBS"
  1109. LIBS="-lm  $LIBS"
  1110. cat > conftest.$ac_ext <<EOF
  1111. #line 1243 "configure"
  1112. #include "confdefs.h"
  1113. /* Override any gcc2 internal prototype to avoid an error.  */
  1114. /* We use char because int might match the return type of a gcc2
  1115.     builtin and then its argument prototype would still apply.  */
  1116. char log();
  1117. int main() {
  1118. log()
  1119. ; return 0; }
  1120. EOF
  1121. if { (eval echo configure:1254: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1122.   rm -rf conftest*
  1123.   eval "ac_cv_lib_$ac_lib_var=yes"
  1124. else
  1125.   echo "configure: failed program was:" >&5
  1126.   cat conftest.$ac_ext >&5
  1127.   rm -rf conftest*
  1128.   eval "ac_cv_lib_$ac_lib_var=no"
  1129. fi
  1130. rm -f conftest*
  1131. LIBS="$ac_save_LIBS"
  1132. fi
  1133. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1134.   echo "$ac_t""yes" 1>&6
  1135.     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1136.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1137.   cat >> confdefs.h <<EOF
  1138. #define $ac_tr_lib 1
  1139. EOF
  1140.   LIBS="-lm $LIBS"
  1141. else
  1142.   echo "$ac_t""no" 1>&6
  1143. fi
  1144. echo $ac_n "checking for accept in -lsocket""... $ac_c" 1>&6
  1145. echo "configure:1282: checking for accept in -lsocket" >&5
  1146. ac_lib_var=`echo socket'_'accept | sed 'y%./+-%__p_%'`
  1147. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1148.   echo $ac_n "(cached) $ac_c" 1>&6
  1149. else
  1150.   ac_save_LIBS="$LIBS"
  1151. LIBS="-lsocket  $LIBS"
  1152. cat > conftest.$ac_ext <<EOF
  1153. #line 1290 "configure"
  1154. #include "confdefs.h"
  1155. /* Override any gcc2 internal prototype to avoid an error.  */
  1156. /* We use char because int might match the return type of a gcc2
  1157.     builtin and then its argument prototype would still apply.  */
  1158. char accept();
  1159. int main() {
  1160. accept()
  1161. ; return 0; }
  1162. EOF
  1163. if { (eval echo configure:1301: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1164.   rm -rf conftest*
  1165.   eval "ac_cv_lib_$ac_lib_var=yes"
  1166. else
  1167.   echo "configure: failed program was:" >&5
  1168.   cat conftest.$ac_ext >&5
  1169.   rm -rf conftest*
  1170.   eval "ac_cv_lib_$ac_lib_var=no"
  1171. fi
  1172. rm -f conftest*
  1173. LIBS="$ac_save_LIBS"
  1174. fi
  1175. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1176.   echo "$ac_t""yes" 1>&6
  1177.     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1178.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1179.   cat >> confdefs.h <<EOF
  1180. #define $ac_tr_lib 1
  1181. EOF
  1182.   LIBS="-lsocket $LIBS"
  1183. else
  1184.   echo "$ac_t""no" 1>&6
  1185. fi
  1186. echo $ac_n "checking for inet_ntoa in -lnsl""... $ac_c" 1>&6
  1187. echo "configure:1329: checking for inet_ntoa in -lnsl" >&5
  1188. ac_lib_var=`echo nsl'_'inet_ntoa | sed 'y%./+-%__p_%'`
  1189. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1190.   echo $ac_n "(cached) $ac_c" 1>&6
  1191. else
  1192.   ac_save_LIBS="$LIBS"
  1193. LIBS="-lnsl  $LIBS"
  1194. cat > conftest.$ac_ext <<EOF
  1195. #line 1337 "configure"
  1196. #include "confdefs.h"
  1197. /* Override any gcc2 internal prototype to avoid an error.  */
  1198. /* We use char because int might match the return type of a gcc2
  1199.     builtin and then its argument prototype would still apply.  */
  1200. char inet_ntoa();
  1201. int main() {
  1202. inet_ntoa()
  1203. ; return 0; }
  1204. EOF
  1205. if { (eval echo configure:1348: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1206.   rm -rf conftest*
  1207.   eval "ac_cv_lib_$ac_lib_var=yes"
  1208. else
  1209.   echo "configure: failed program was:" >&5
  1210.   cat conftest.$ac_ext >&5
  1211.   rm -rf conftest*
  1212.   eval "ac_cv_lib_$ac_lib_var=no"
  1213. fi
  1214. rm -f conftest*
  1215. LIBS="$ac_save_LIBS"
  1216. fi
  1217. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1218.   echo "$ac_t""yes" 1>&6
  1219.     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1220.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1221.   cat >> confdefs.h <<EOF
  1222. #define $ac_tr_lib 1
  1223. EOF
  1224.   LIBS="-lnsl $LIBS"
  1225. else
  1226.   echo "$ac_t""no" 1>&6
  1227. fi
  1228. echo $ac_n "checking for inet_ntop in -lresolv""... $ac_c" 1>&6
  1229. echo "configure:1376: checking for inet_ntop in -lresolv" >&5
  1230. ac_lib_var=`echo resolv'_'inet_ntop | sed 'y%./+-%__p_%'`
  1231. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1232.   echo $ac_n "(cached) $ac_c" 1>&6
  1233. else
  1234.   ac_save_LIBS="$LIBS"
  1235. LIBS="-lresolv  $LIBS"
  1236. cat > conftest.$ac_ext <<EOF
  1237. #line 1384 "configure"
  1238. #include "confdefs.h"
  1239. /* Override any gcc2 internal prototype to avoid an error.  */
  1240. /* We use char because int might match the return type of a gcc2
  1241.     builtin and then its argument prototype would still apply.  */
  1242. char inet_ntop();
  1243. int main() {
  1244. inet_ntop()
  1245. ; return 0; }
  1246. EOF
  1247. if { (eval echo configure:1395: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1248.   rm -rf conftest*
  1249.   eval "ac_cv_lib_$ac_lib_var=yes"
  1250. else
  1251.   echo "configure: failed program was:" >&5
  1252.   cat conftest.$ac_ext >&5
  1253.   rm -rf conftest*
  1254.   eval "ac_cv_lib_$ac_lib_var=no"
  1255. fi
  1256. rm -f conftest*
  1257. LIBS="$ac_save_LIBS"
  1258. fi
  1259. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1260.   echo "$ac_t""yes" 1>&6
  1261.     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1262.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1263.   cat >> confdefs.h <<EOF
  1264. #define $ac_tr_lib 1
  1265. EOF
  1266.   LIBS="-lresolv $LIBS"
  1267. else
  1268.   echo "$ac_t""no" 1>&6
  1269. fi
  1270. echo $ac_n "checking for inet_ntop in -lbind""... $ac_c" 1>&6
  1271. echo "configure:1423: checking for inet_ntop in -lbind" >&5
  1272. ac_lib_var=`echo bind'_'inet_ntop | sed 'y%./+-%__p_%'`
  1273. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1274.   echo $ac_n "(cached) $ac_c" 1>&6
  1275. else
  1276.   ac_save_LIBS="$LIBS"
  1277. LIBS="-lbind  $LIBS"
  1278. cat > conftest.$ac_ext <<EOF
  1279. #line 1431 "configure"
  1280. #include "confdefs.h"
  1281. /* Override any gcc2 internal prototype to avoid an error.  */
  1282. /* We use char because int might match the return type of a gcc2
  1283.     builtin and then its argument prototype would still apply.  */
  1284. char inet_ntop();
  1285. int main() {
  1286. inet_ntop()
  1287. ; return 0; }
  1288. EOF
  1289. if { (eval echo configure:1442: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1290.   rm -rf conftest*
  1291.   eval "ac_cv_lib_$ac_lib_var=yes"
  1292. else
  1293.   echo "configure: failed program was:" >&5
  1294.   cat conftest.$ac_ext >&5
  1295.   rm -rf conftest*
  1296.   eval "ac_cv_lib_$ac_lib_var=no"
  1297. fi
  1298. rm -f conftest*
  1299. LIBS="$ac_save_LIBS"
  1300. fi
  1301. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1302.   echo "$ac_t""yes" 1>&6
  1303.     ac_tr_lib=HAVE_LIB`echo bind | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1304.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1305.   cat >> confdefs.h <<EOF
  1306. #define $ac_tr_lib 1
  1307. EOF
  1308.   LIBS="-lbind $LIBS"
  1309. else
  1310.   echo "$ac_t""no" 1>&6
  1311. fi
  1312. echo $ac_n "checking for pthread_exit in -lpthread""... $ac_c" 1>&6
  1313. echo "configure:1470: checking for pthread_exit in -lpthread" >&5
  1314. ac_lib_var=`echo pthread'_'pthread_exit | sed 'y%./+-%__p_%'`
  1315. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1316.   echo $ac_n "(cached) $ac_c" 1>&6
  1317. else
  1318.   ac_save_LIBS="$LIBS"
  1319. LIBS="-lpthread  $LIBS"
  1320. cat > conftest.$ac_ext <<EOF
  1321. #line 1478 "configure"
  1322. #include "confdefs.h"
  1323. /* Override any gcc2 internal prototype to avoid an error.  */
  1324. /* We use char because int might match the return type of a gcc2
  1325.     builtin and then its argument prototype would still apply.  */
  1326. char pthread_exit();
  1327. int main() {
  1328. pthread_exit()
  1329. ; return 0; }
  1330. EOF
  1331. if { (eval echo configure:1489: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1332.   rm -rf conftest*
  1333.   eval "ac_cv_lib_$ac_lib_var=yes"
  1334. else
  1335.   echo "configure: failed program was:" >&5
  1336.   cat conftest.$ac_ext >&5
  1337.   rm -rf conftest*
  1338.   eval "ac_cv_lib_$ac_lib_var=no"
  1339. fi
  1340. rm -f conftest*
  1341. LIBS="$ac_save_LIBS"
  1342. fi
  1343. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1344.   echo "$ac_t""yes" 1>&6
  1345.     ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1346.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1347.   cat >> confdefs.h <<EOF
  1348. #define $ac_tr_lib 1
  1349. EOF
  1350.   LIBS="-lpthread $LIBS"
  1351. else
  1352.   echo "$ac_t""no" 1>&6
  1353. fi
  1354. if test -z "$pthread"; then
  1355. echo $ac_n "checking for pthread_exit in -lc_r""... $ac_c" 1>&6
  1356. echo "configure:1518: checking for pthread_exit in -lc_r" >&5
  1357. ac_lib_var=`echo c_r'_'pthread_exit | sed 'y%./+-%__p_%'`
  1358. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1359.   echo $ac_n "(cached) $ac_c" 1>&6
  1360. else
  1361.   ac_save_LIBS="$LIBS"
  1362. LIBS="-lc_r  $LIBS"
  1363. cat > conftest.$ac_ext <<EOF
  1364. #line 1526 "configure"
  1365. #include "confdefs.h"
  1366. /* Override any gcc2 internal prototype to avoid an error.  */
  1367. /* We use char because int might match the return type of a gcc2
  1368.     builtin and then its argument prototype would still apply.  */
  1369. char pthread_exit();
  1370. int main() {
  1371. pthread_exit()
  1372. ; return 0; }
  1373. EOF
  1374. if { (eval echo configure:1537: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1375.   rm -rf conftest*
  1376.   eval "ac_cv_lib_$ac_lib_var=yes"
  1377. else
  1378.   echo "configure: failed program was:" >&5
  1379.   cat conftest.$ac_ext >&5
  1380.   rm -rf conftest*
  1381.   eval "ac_cv_lib_$ac_lib_var=no"
  1382. fi
  1383. rm -f conftest*
  1384. LIBS="$ac_save_LIBS"
  1385. fi
  1386. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1387.   echo "$ac_t""yes" 1>&6
  1388.   LIBS="$LIBS -lc_r"
  1389. else
  1390.   echo "$ac_t""no" 1>&6
  1391. fi
  1392. fi
  1393. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1394. echo "configure:1562: checking how to run the C preprocessor" >&5
  1395. # On Suns, sometimes $CPP names a directory.
  1396. if test -n "$CPP" && test -d "$CPP"; then
  1397.   CPP=
  1398. fi
  1399. if test -z "$CPP"; then
  1400. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1401.   echo $ac_n "(cached) $ac_c" 1>&6
  1402. else
  1403.     # This must be in double quotes, not single quotes, because CPP may get
  1404.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1405.   CPP="${CC-cc} -E"
  1406.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1407.   # not just through cpp.
  1408.   cat > conftest.$ac_ext <<EOF
  1409. #line 1577 "configure"
  1410. #include "confdefs.h"
  1411. #include <assert.h>
  1412. Syntax Error
  1413. EOF
  1414. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1415. { (eval echo configure:1583: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1416. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1417. if test -z "$ac_err"; then
  1418.   :
  1419. else
  1420.   echo "$ac_err" >&5
  1421.   echo "configure: failed program was:" >&5
  1422.   cat conftest.$ac_ext >&5
  1423.   rm -rf conftest*
  1424.   CPP="${CC-cc} -E -traditional-cpp"
  1425.   cat > conftest.$ac_ext <<EOF
  1426. #line 1594 "configure"
  1427. #include "confdefs.h"
  1428. #include <assert.h>
  1429. Syntax Error
  1430. EOF
  1431. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1432. { (eval echo configure:1600: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1433. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1434. if test -z "$ac_err"; then
  1435.   :
  1436. else
  1437.   echo "$ac_err" >&5
  1438.   echo "configure: failed program was:" >&5
  1439.   cat conftest.$ac_ext >&5
  1440.   rm -rf conftest*
  1441.   CPP="${CC-cc} -nologo -E"
  1442.   cat > conftest.$ac_ext <<EOF
  1443. #line 1611 "configure"
  1444. #include "confdefs.h"
  1445. #include <assert.h>
  1446. Syntax Error
  1447. EOF
  1448. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1449. { (eval echo configure:1617: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1450. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1451. if test -z "$ac_err"; then
  1452.   :
  1453. else
  1454.   echo "$ac_err" >&5
  1455.   echo "configure: failed program was:" >&5
  1456.   cat conftest.$ac_ext >&5
  1457.   rm -rf conftest*
  1458.   CPP=/lib/cpp
  1459. fi
  1460. rm -f conftest*
  1461. fi
  1462. rm -f conftest*
  1463. fi
  1464. rm -f conftest*
  1465.   ac_cv_prog_CPP="$CPP"
  1466. fi
  1467.   CPP="$ac_cv_prog_CPP"
  1468. else
  1469.   ac_cv_prog_CPP="$CPP"
  1470. fi
  1471. echo "$ac_t""$CPP" 1>&6
  1472. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1473. echo "configure:1642: checking for ANSI C header files" >&5
  1474. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1475.   echo $ac_n "(cached) $ac_c" 1>&6
  1476. else
  1477.   cat > conftest.$ac_ext <<EOF
  1478. #line 1647 "configure"
  1479. #include "confdefs.h"
  1480. #include <stdlib.h>
  1481. #include <stdarg.h>
  1482. #include <string.h>
  1483. #include <float.h>
  1484. EOF
  1485. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1486. { (eval echo configure:1655: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1487. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1488. if test -z "$ac_err"; then
  1489.   rm -rf conftest*
  1490.   ac_cv_header_stdc=yes
  1491. else
  1492.   echo "$ac_err" >&5
  1493.   echo "configure: failed program was:" >&5
  1494.   cat conftest.$ac_ext >&5
  1495.   rm -rf conftest*
  1496.   ac_cv_header_stdc=no
  1497. fi
  1498. rm -f conftest*
  1499. if test $ac_cv_header_stdc = yes; then
  1500.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1501. cat > conftest.$ac_ext <<EOF
  1502. #line 1672 "configure"
  1503. #include "confdefs.h"
  1504. #include <string.h>
  1505. EOF
  1506. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1507.   egrep "memchr" >/dev/null 2>&1; then
  1508.   :
  1509. else
  1510.   rm -rf conftest*
  1511.   ac_cv_header_stdc=no
  1512. fi
  1513. rm -f conftest*
  1514. fi
  1515. if test $ac_cv_header_stdc = yes; then
  1516.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1517. cat > conftest.$ac_ext <<EOF
  1518. #line 1690 "configure"
  1519. #include "confdefs.h"
  1520. #include <stdlib.h>
  1521. EOF
  1522. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1523.   egrep "free" >/dev/null 2>&1; then
  1524.   :
  1525. else
  1526.   rm -rf conftest*
  1527.   ac_cv_header_stdc=no
  1528. fi
  1529. rm -f conftest*
  1530. fi
  1531. if test $ac_cv_header_stdc = yes; then
  1532.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1533. if test "$cross_compiling" = yes; then
  1534.   :
  1535. else
  1536.   cat > conftest.$ac_ext <<EOF
  1537. #line 1711 "configure"
  1538. #include "confdefs.h"
  1539. #include <ctype.h>
  1540. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1541. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1542. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1543. int main () { int i; for (i = 0; i < 256; i++)
  1544. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1545. exit (0); }
  1546. EOF
  1547. if { (eval echo configure:1722: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1548. then
  1549.   :
  1550. else
  1551.   echo "configure: failed program was:" >&5
  1552.   cat conftest.$ac_ext >&5
  1553.   rm -fr conftest*
  1554.   ac_cv_header_stdc=no
  1555. fi
  1556. rm -fr conftest*
  1557. fi
  1558. fi
  1559. fi
  1560. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1561. if test $ac_cv_header_stdc = yes; then
  1562.   cat >> confdefs.h <<EOF
  1563. #define STDC_HEADERS 1
  1564. EOF
  1565. fi
  1566. for ac_hdr in sys/ioctl.h sys/time.h sys/types.h unistd.h sys/poll.h
  1567. do
  1568. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1569. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1570. echo "configure:1749: checking for $ac_hdr" >&5
  1571. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1572.   echo $ac_n "(cached) $ac_c" 1>&6
  1573. else
  1574.   cat > conftest.$ac_ext <<EOF
  1575. #line 1754 "configure"
  1576. #include "confdefs.h"
  1577. #include <$ac_hdr>
  1578. EOF
  1579. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1580. { (eval echo configure:1759: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1581. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1582. if test -z "$ac_err"; then
  1583.   rm -rf conftest*
  1584.   eval "ac_cv_header_$ac_safe=yes"
  1585. else
  1586.   echo "$ac_err" >&5
  1587.   echo "configure: failed program was:" >&5
  1588.   cat conftest.$ac_ext >&5
  1589.   rm -rf conftest*
  1590.   eval "ac_cv_header_$ac_safe=no"
  1591. fi
  1592. rm -f conftest*
  1593. fi
  1594. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1595.   echo "$ac_t""yes" 1>&6
  1596.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1597.   cat >> confdefs.h <<EOF
  1598. #define $ac_tr_hdr 1
  1599. EOF
  1600.  
  1601. else
  1602.   echo "$ac_t""no" 1>&6
  1603. fi
  1604. done
  1605. for ac_hdr in pthread.h getopt.h syslog.h
  1606. do
  1607. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1608. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1609. echo "configure:1789: checking for $ac_hdr" >&5
  1610. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1611.   echo $ac_n "(cached) $ac_c" 1>&6
  1612. else
  1613.   cat > conftest.$ac_ext <<EOF
  1614. #line 1794 "configure"
  1615. #include "confdefs.h"
  1616. #include <$ac_hdr>
  1617. EOF
  1618. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1619. { (eval echo configure:1799: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1620. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1621. if test -z "$ac_err"; then
  1622.   rm -rf conftest*
  1623.   eval "ac_cv_header_$ac_safe=yes"
  1624. else
  1625.   echo "$ac_err" >&5
  1626.   echo "configure: failed program was:" >&5
  1627.   cat conftest.$ac_ext >&5
  1628.   rm -rf conftest*
  1629.   eval "ac_cv_header_$ac_safe=no"
  1630. fi
  1631. rm -f conftest*
  1632. fi
  1633. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1634.   echo "$ac_t""yes" 1>&6
  1635.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1636.   cat >> confdefs.h <<EOF
  1637. #define $ac_tr_hdr 1
  1638. EOF
  1639.  
  1640. else
  1641.   echo "$ac_t""no" 1>&6
  1642. fi
  1643. done
  1644. cat > conftest.$ac_ext <<EOF
  1645. #line 1828 "configure"
  1646. #include "confdefs.h"
  1647. int main() {
  1648. char *func = __FUNCTION__;
  1649. ; return 0; }
  1650. EOF
  1651. if { (eval echo configure:1835: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1652.   rm -rf conftest*
  1653.   cat >> confdefs.h <<EOF
  1654. #define HAVE___FUNCTION__ 1
  1655. EOF
  1656. else
  1657.   echo "configure: failed program was:" >&5
  1658.   cat conftest.$ac_ext >&5
  1659. fi
  1660. rm -f conftest*
  1661. cat > conftest.$ac_ext <<EOF
  1662. #line 1847 "configure"
  1663. #include "confdefs.h"
  1664. int main() {
  1665. char *func = __func__;
  1666. ; return 0; }
  1667. EOF
  1668. if { (eval echo configure:1854: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1669.   rm -rf conftest*
  1670.   cat >> confdefs.h <<EOF
  1671. #define HAVE___FUNC__ 1
  1672. EOF
  1673. else
  1674.   echo "configure: failed program was:" >&5
  1675.   cat conftest.$ac_ext >&5
  1676. fi
  1677. rm -f conftest*
  1678. for ac_func in gettimeofday select socket strdup getopt_long
  1679. do
  1680. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1681. echo "configure:1871: checking for $ac_func" >&5
  1682. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1683.   echo $ac_n "(cached) $ac_c" 1>&6
  1684. else
  1685.   cat > conftest.$ac_ext <<EOF
  1686. #line 1876 "configure"
  1687. #include "confdefs.h"
  1688. /* System header to define __stub macros and hopefully few prototypes,
  1689.     which can conflict with char $ac_func(); below.  */
  1690. #include <assert.h>
  1691. /* Override any gcc2 internal prototype to avoid an error.  */
  1692. /* We use char because int might match the return type of a gcc2
  1693.     builtin and then its argument prototype would still apply.  */
  1694. char $ac_func();
  1695. int main() {
  1696. /* The GNU C library defines this for functions which it implements
  1697.     to always fail with ENOSYS.  Some functions are actually named
  1698.     something starting with __ and the normal name is an alias.  */
  1699. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1700. choke me
  1701. #else
  1702. $ac_func();
  1703. #endif
  1704. ; return 0; }
  1705. EOF
  1706. if { (eval echo configure:1899: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1707.   rm -rf conftest*
  1708.   eval "ac_cv_func_$ac_func=yes"
  1709. else
  1710.   echo "configure: failed program was:" >&5
  1711.   cat conftest.$ac_ext >&5
  1712.   rm -rf conftest*
  1713.   eval "ac_cv_func_$ac_func=no"
  1714. fi
  1715. rm -f conftest*
  1716. fi
  1717. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1718.   echo "$ac_t""yes" 1>&6
  1719.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1720.   cat >> confdefs.h <<EOF
  1721. #define $ac_tr_func 1
  1722. EOF
  1723.  
  1724. else
  1725.   echo "$ac_t""no" 1>&6
  1726. fi
  1727. done
  1728. echo $ac_n "checking for getopt""... $ac_c" 1>&6
  1729. echo "configure:1924: checking for getopt" >&5
  1730. if eval "test "`echo '$''{'ac_cv_func_getopt'+set}'`" = set"; then
  1731.   echo $ac_n "(cached) $ac_c" 1>&6
  1732. else
  1733.   cat > conftest.$ac_ext <<EOF
  1734. #line 1929 "configure"
  1735. #include "confdefs.h"
  1736. /* System header to define __stub macros and hopefully few prototypes,
  1737.     which can conflict with char getopt(); below.  */
  1738. #include <assert.h>
  1739. /* Override any gcc2 internal prototype to avoid an error.  */
  1740. /* We use char because int might match the return type of a gcc2
  1741.     builtin and then its argument prototype would still apply.  */
  1742. char getopt();
  1743. int main() {
  1744. /* The GNU C library defines this for functions which it implements
  1745.     to always fail with ENOSYS.  Some functions are actually named
  1746.     something starting with __ and the normal name is an alias.  */
  1747. #if defined (__stub_getopt) || defined (__stub___getopt)
  1748. choke me
  1749. #else
  1750. getopt();
  1751. #endif
  1752. ; return 0; }
  1753. EOF
  1754. if { (eval echo configure:1952: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1755.   rm -rf conftest*
  1756.   eval "ac_cv_func_getopt=yes"
  1757. else
  1758.   echo "configure: failed program was:" >&5
  1759.   cat conftest.$ac_ext >&5
  1760.   rm -rf conftest*
  1761.   eval "ac_cv_func_getopt=no"
  1762. fi
  1763. rm -f conftest*
  1764. fi
  1765. if eval "test "`echo '$ac_cv_func_'getopt`" = yes"; then
  1766.   echo "$ac_t""yes" 1>&6
  1767.   :
  1768. else
  1769.   echo "$ac_t""no" 1>&6
  1770. LIBOBJS="$LIBOBJS utils/attgetopt.o"
  1771. fi
  1772. echo $ac_n "checking for socklen_t in <sys/socket.h>""... $ac_c" 1>&6
  1773. echo "configure:1981: checking for socklen_t in <sys/socket.h>" >&5
  1774. if eval "test "`echo '$''{'gw_cv_type_HAVE_SOCKLEN_T'+set}'`" = set"; then
  1775.   echo $ac_n "(cached) $ac_c" 1>&6
  1776. else
  1777.   cat > conftest.$ac_ext <<EOF
  1778. #line 1986 "configure"
  1779. #include "confdefs.h"
  1780. #ifdef HAVE_SYS_TYPES_H
  1781. #include <sys/types.h>
  1782. #endif
  1783. #include <sys/socket.h>
  1784. int main() {
  1785. socklen_t foo;
  1786. ; return 0; }
  1787. EOF
  1788. if { (eval echo configure:1997: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1789.   rm -rf conftest*
  1790.   gw_cv_type_HAVE_SOCKLEN_T=yes
  1791. else
  1792.   echo "configure: failed program was:" >&5
  1793.   cat conftest.$ac_ext >&5
  1794.   rm -rf conftest*
  1795.   gw_cv_type_HAVE_SOCKLEN_T=no
  1796. fi
  1797. rm -f conftest*
  1798. fi
  1799. echo "$ac_t""$gw_cv_type_HAVE_SOCKLEN_T" 1>&6
  1800. if test $gw_cv_type_HAVE_SOCKLEN_T = yes; then
  1801. cat >> confdefs.h <<EOF
  1802. #define HAVE_SOCKLEN_T 1
  1803. EOF
  1804. fi
  1805. echo $ac_n "checking for getopt in <stdio.h>""... $ac_c" 1>&6
  1806. echo "configure:2020: checking for getopt in <stdio.h>" >&5
  1807. if eval "test "`echo '$''{'gw_cv_func_HAVE_GETOPT_IN_STDIO_H'+set}'`" = set"; then
  1808.   echo $ac_n "(cached) $ac_c" 1>&6
  1809. else
  1810.   cat > conftest.$ac_ext <<EOF
  1811. #line 2025 "configure"
  1812. #include "confdefs.h"
  1813. #include <stdio.h>
  1814. int main() {
  1815. void *foo = getopt;
  1816. ; return 0; }
  1817. EOF
  1818. if { (eval echo configure:2032: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1819.   rm -rf conftest*
  1820.   gw_cv_func_HAVE_GETOPT_IN_STDIO_H=yes
  1821. else
  1822.   echo "configure: failed program was:" >&5
  1823.   cat conftest.$ac_ext >&5
  1824.   rm -rf conftest*
  1825.   gw_cv_func_HAVE_GETOPT_IN_STDIO_H=no
  1826. fi
  1827. rm -f conftest*
  1828. fi
  1829. echo "$ac_t""$gw_cv_func_HAVE_GETOPT_IN_STDIO_H" 1>&6
  1830. if test $gw_cv_func_HAVE_GETOPT_IN_STDIO_H = yes; then
  1831. cat >> confdefs.h <<EOF
  1832. #define HAVE_GETOPT_IN_STDIO_H 1
  1833. EOF
  1834. fi
  1835. echo $ac_n "checking for getopt in <unistd.h>""... $ac_c" 1>&6
  1836. echo "configure:2054: checking for getopt in <unistd.h>" >&5
  1837. if eval "test "`echo '$''{'gw_cv_func_HAVE_GETOPT_IN_UNISTD_H'+set}'`" = set"; then
  1838.   echo $ac_n "(cached) $ac_c" 1>&6
  1839. else
  1840.   cat > conftest.$ac_ext <<EOF
  1841. #line 2059 "configure"
  1842. #include "confdefs.h"
  1843. #include <unistd.h>
  1844. int main() {
  1845. void *foo = getopt;
  1846. ; return 0; }
  1847. EOF
  1848. if { (eval echo configure:2066: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1849.   rm -rf conftest*
  1850.   gw_cv_func_HAVE_GETOPT_IN_UNISTD_H=yes
  1851. else
  1852.   echo "configure: failed program was:" >&5
  1853.   cat conftest.$ac_ext >&5
  1854.   rm -rf conftest*
  1855.   gw_cv_func_HAVE_GETOPT_IN_UNISTD_H=no
  1856. fi
  1857. rm -f conftest*
  1858. fi
  1859. echo "$ac_t""$gw_cv_func_HAVE_GETOPT_IN_UNISTD_H" 1>&6
  1860. if test $gw_cv_func_HAVE_GETOPT_IN_UNISTD_H = yes; then
  1861. cat >> confdefs.h <<EOF
  1862. #define HAVE_GETOPT_IN_UNISTD_H 1
  1863. EOF
  1864. fi
  1865.   nl='
  1866. '
  1867.   echo "${nl}${T_MD}Checking POSIX threads support ...${T_ME}"
  1868. echo $ac_n "checking for working pthreads""... $ac_c" 1>&6
  1869. echo "configure:2095: checking for working pthreads" >&5
  1870. if test "$cross_compiling" = yes; then
  1871.   echo  Cross compiling - assuming they work
  1872. else
  1873.   cat > conftest.$ac_ext <<EOF
  1874. #line 2100 "configure"
  1875. #include "confdefs.h"
  1876. #include <pthread.h>
  1877. #include <unistd.h>
  1878. int pid;
  1879. void testpid(void* foo);
  1880. int main(void){
  1881.     pthread_t child;
  1882.     pid=getpid();
  1883.     pthread_create(&child,NULL,(void*)testpid,NULL);
  1884.     pthread_join(child,NULL);
  1885.     return 0;
  1886. }
  1887. void testpid(void* foo){
  1888.     int mypid=getpid();
  1889.     if(mypid!=pid){
  1890.         /* Pthreads states that all threads should have the same PID
  1891.          * we dont!
  1892.          */
  1893.         exit(1);
  1894.     }else{
  1895.         exit(0);
  1896.     }
  1897. }
  1898. EOF
  1899. if { (eval echo configure:2126: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1900. then
  1901.   echo yes 
  1902. else
  1903.   echo "configure: failed program was:" >&5
  1904.   cat conftest.$ac_ext >&5
  1905.   rm -fr conftest*
  1906.   echo no ;CFLAGS="$CFLAGS -DBROKEN_PTHREADS=1"
  1907. fi
  1908. rm -fr conftest*
  1909. fi
  1910.   nl='
  1911. '
  1912.   echo "${nl}${T_MD}Checking for libxml2 support ...${T_ME}"
  1913. xml_ver_required="2.2.5"
  1914. for ac_prog in xml2-config xml-config
  1915. do
  1916. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1917. set dummy $ac_prog; ac_word=$2
  1918. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1919. echo "configure:2152: checking for $ac_word" >&5
  1920. if eval "test "`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`" = set"; then
  1921.   echo $ac_n "(cached) $ac_c" 1>&6
  1922. else
  1923.   case "$XML_CONFIG" in
  1924.   /*)
  1925.   ac_cv_path_XML_CONFIG="$XML_CONFIG" # Let the user override the test with a path.
  1926.   ;;
  1927.   ?:/*)  
  1928.   ac_cv_path_XML_CONFIG="$XML_CONFIG" # Let the user override the test with a dos path.
  1929.   ;;
  1930.   *)
  1931.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1932.   ac_dummy="$PATH"
  1933.   for ac_dir in $ac_dummy; do 
  1934.     test -z "$ac_dir" && ac_dir=.
  1935.     if test -f $ac_dir/$ac_word; then
  1936.       ac_cv_path_XML_CONFIG="$ac_dir/$ac_word"
  1937.       break
  1938.     fi
  1939.   done
  1940.   IFS="$ac_save_ifs"
  1941.   ;;
  1942. esac
  1943. fi
  1944. XML_CONFIG="$ac_cv_path_XML_CONFIG"
  1945. if test -n "$XML_CONFIG"; then
  1946.   echo "$ac_t""$XML_CONFIG" 1>&6
  1947. else
  1948.   echo "$ac_t""no" 1>&6
  1949. fi
  1950. test -n "$XML_CONFIG" && break
  1951. done
  1952. test -n "$XML_CONFIG" || XML_CONFIG="no"
  1953. if test "$XML_CONFIG" = "no"; then
  1954.   { echo "configure: error: You MUST have the libxml2 (aka gnome-xml) library installed" 1>&2; exit 1; }
  1955. else
  1956.   echo $ac_n "checking libxml version""... $ac_c" 1>&6
  1957. echo "configure:2192: checking libxml version" >&5
  1958.   xml_version=`$XML_CONFIG --version`
  1959.   echo "$ac_t""$xml_version" 1>&6
  1960.    
  1961.     ac_inst_ver_maj=`echo $xml_version | sed -e 's/^(.*)..*..*$/1/'` 
  1962.   ac_inst_ver_mid=`echo $xml_version | sed -e 's/^.*.(.*)..*$/1/'` 
  1963.   ac_inst_ver_min=`echo $xml_version | sed -e 's/^.*..*.(.*)$/1/'` 
  1964.  
  1965.     ac_req_ver_maj=`echo $xml_ver_required | sed -e 's/^(.*)..*..*$/1/'` 
  1966.   ac_req_ver_mid=`echo $xml_ver_required | sed -e 's/^.*.(.*)..*$/1/'` 
  1967.   ac_req_ver_min=`echo $xml_ver_required | sed -e 's/^.*..*.(.*)$/1/'` 
  1968.     if test "$ac_inst_ver_maj" -lt "$ac_req_ver_maj" || 
  1969.     ( test "$ac_inst_ver_maj" -eq "$ac_req_ver_maj" && 
  1970.       test "$ac_inst_ver_mid" -lt "$ac_req_ver_mid" ) || 
  1971.     ( test "$ac_inst_ver_mid" -eq "$ac_req_ver_mid" && 
  1972.       test "$ac_inst_ver_min" -lt "$ac_req_ver_min" )
  1973.   then 
  1974.     ac_ver_fail=yes 
  1975.   else 
  1976.     ac_ver_fail=no 
  1977.   fi 
  1978.  
  1979.     if test $ac_ver_fail = no; then 
  1980.      LIBS="$LIBS `$XML_CONFIG --libs`"
  1981.     CFLAGS="$CFLAGS `$XML_CONFIG --cflags`"
  1982.    
  1983.    fi 
  1984.   if test $ac_ver_fail = yes; then 
  1985.     
  1986.     { echo "configure: error: libxml2 version $xml_version is too old. You need at least $xml_ver_required" 1>&2; exit 1; }
  1987.    
  1988.    fi 
  1989. fi
  1990.                                        
  1991.   nl='
  1992. '
  1993.   echo "${nl}${T_MD}Configuring DocBook support ...${T_ME}"
  1994. # Extract the first word of "jade", so it can be a program name with args.
  1995. set dummy jade; ac_word=$2
  1996. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1997. echo "configure:2238: checking for $ac_word" >&5
  1998. if eval "test "`echo '$''{'ac_cv_prog_JADE'+set}'`" = set"; then
  1999.   echo $ac_n "(cached) $ac_c" 1>&6
  2000. else
  2001.   if test -n "$JADE"; then
  2002.   ac_cv_prog_JADE="$JADE" # Let the user override the test.
  2003. else
  2004.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2005.   ac_dummy="$PATH"
  2006.   for ac_dir in $ac_dummy; do
  2007.     test -z "$ac_dir" && ac_dir=.
  2008.     if test -f $ac_dir/$ac_word; then
  2009.       ac_cv_prog_JADE="jade"
  2010.       break
  2011.     fi
  2012.   done
  2013.   IFS="$ac_save_ifs"
  2014.   test -z "$ac_cv_prog_JADE" && ac_cv_prog_JADE=":"
  2015. fi
  2016. fi
  2017. JADE="$ac_cv_prog_JADE"
  2018. if test -n "$JADE"; then
  2019.   echo "$ac_t""$JADE" 1>&6
  2020. else
  2021.   echo "$ac_t""no" 1>&6
  2022. fi
  2023. # Extract the first word of "jadetex", so it can be a program name with args.
  2024. set dummy jadetex; ac_word=$2
  2025. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2026. echo "configure:2268: checking for $ac_word" >&5
  2027. if eval "test "`echo '$''{'ac_cv_prog_JADETEX'+set}'`" = set"; then
  2028.   echo $ac_n "(cached) $ac_c" 1>&6
  2029. else
  2030.   if test -n "$JADETEX"; then
  2031.   ac_cv_prog_JADETEX="$JADETEX" # Let the user override the test.
  2032. else
  2033.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2034.   ac_dummy="$PATH"
  2035.   for ac_dir in $ac_dummy; do
  2036.     test -z "$ac_dir" && ac_dir=.
  2037.     if test -f $ac_dir/$ac_word; then
  2038.       ac_cv_prog_JADETEX="jadetex"
  2039.       break
  2040.     fi
  2041.   done
  2042.   IFS="$ac_save_ifs"
  2043.   test -z "$ac_cv_prog_JADETEX" && ac_cv_prog_JADETEX=":"
  2044. fi
  2045. fi
  2046. JADETEX="$ac_cv_prog_JADETEX"
  2047. if test -n "$JADETEX"; then
  2048.   echo "$ac_t""$JADETEX" 1>&6
  2049. else
  2050.   echo "$ac_t""no" 1>&6
  2051. fi
  2052. # Extract the first word of "pdfjadetex", so it can be a program name with args.
  2053. set dummy pdfjadetex; ac_word=$2
  2054. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2055. echo "configure:2298: checking for $ac_word" >&5
  2056. if eval "test "`echo '$''{'ac_cv_prog_PDFJADETEX'+set}'`" = set"; then
  2057.   echo $ac_n "(cached) $ac_c" 1>&6
  2058. else
  2059.   if test -n "$PDFJADETEX"; then
  2060.   ac_cv_prog_PDFJADETEX="$PDFJADETEX" # Let the user override the test.
  2061. else
  2062.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2063.   ac_dummy="$PATH"
  2064.   for ac_dir in $ac_dummy; do
  2065.     test -z "$ac_dir" && ac_dir=.
  2066.     if test -f $ac_dir/$ac_word; then
  2067.       ac_cv_prog_PDFJADETEX="pdfjadetex"
  2068.       break
  2069.     fi
  2070.   done
  2071.   IFS="$ac_save_ifs"
  2072.   test -z "$ac_cv_prog_PDFJADETEX" && ac_cv_prog_PDFJADETEX=":"
  2073. fi
  2074. fi
  2075. PDFJADETEX="$ac_cv_prog_PDFJADETEX"
  2076. if test -n "$PDFJADETEX"; then
  2077.   echo "$ac_t""$PDFJADETEX" 1>&6
  2078. else
  2079.   echo "$ac_t""no" 1>&6
  2080. fi
  2081. # Extract the first word of "dvips", so it can be a program name with args.
  2082. set dummy dvips; ac_word=$2
  2083. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2084. echo "configure:2328: checking for $ac_word" >&5
  2085. if eval "test "`echo '$''{'ac_cv_prog_DVIPS'+set}'`" = set"; then
  2086.   echo $ac_n "(cached) $ac_c" 1>&6
  2087. else
  2088.   if test -n "$DVIPS"; then
  2089.   ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
  2090. else
  2091.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2092.   ac_dummy="$PATH"
  2093.   for ac_dir in $ac_dummy; do
  2094.     test -z "$ac_dir" && ac_dir=.
  2095.     if test -f $ac_dir/$ac_word; then
  2096.       ac_cv_prog_DVIPS="dvips"
  2097.       break
  2098.     fi
  2099.   done
  2100.   IFS="$ac_save_ifs"
  2101.   test -z "$ac_cv_prog_DVIPS" && ac_cv_prog_DVIPS=":"
  2102. fi
  2103. fi
  2104. DVIPS="$ac_cv_prog_DVIPS"
  2105. if test -n "$DVIPS"; then
  2106.   echo "$ac_t""$DVIPS" 1>&6
  2107. else
  2108.   echo "$ac_t""no" 1>&6
  2109. fi
  2110. # Extract the first word of "fig2dev", so it can be a program name with args.
  2111. set dummy fig2dev; ac_word=$2
  2112. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2113. echo "configure:2358: checking for $ac_word" >&5
  2114. if eval "test "`echo '$''{'ac_cv_prog_FIG2DEV'+set}'`" = set"; then
  2115.   echo $ac_n "(cached) $ac_c" 1>&6
  2116. else
  2117.   if test -n "$FIG2DEV"; then
  2118.   ac_cv_prog_FIG2DEV="$FIG2DEV" # Let the user override the test.
  2119. else
  2120.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2121.   ac_dummy="$PATH"
  2122.   for ac_dir in $ac_dummy; do
  2123.     test -z "$ac_dir" && ac_dir=.
  2124.     if test -f $ac_dir/$ac_word; then
  2125.       ac_cv_prog_FIG2DEV="fig2dev"
  2126.       break
  2127.     fi
  2128.   done
  2129.   IFS="$ac_save_ifs"
  2130.   test -z "$ac_cv_prog_FIG2DEV" && ac_cv_prog_FIG2DEV=":"
  2131. fi
  2132. fi
  2133. FIG2DEV="$ac_cv_prog_FIG2DEV"
  2134. if test -n "$FIG2DEV"; then
  2135.   echo "$ac_t""$FIG2DEV" 1>&6
  2136. else
  2137.   echo "$ac_t""no" 1>&6
  2138. fi
  2139. # Extract the first word of "convert", so it can be a program name with args.
  2140. set dummy convert; ac_word=$2
  2141. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2142. echo "configure:2388: checking for $ac_word" >&5
  2143. if eval "test "`echo '$''{'ac_cv_prog_CONVERT'+set}'`" = set"; then
  2144.   echo $ac_n "(cached) $ac_c" 1>&6
  2145. else
  2146.   if test -n "$CONVERT"; then
  2147.   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
  2148. else
  2149.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2150.   ac_dummy="$PATH"
  2151.   for ac_dir in $ac_dummy; do
  2152.     test -z "$ac_dir" && ac_dir=.
  2153.     if test -f $ac_dir/$ac_word; then
  2154.       ac_cv_prog_CONVERT="convert"
  2155.       break
  2156.     fi
  2157.   done
  2158.   IFS="$ac_save_ifs"
  2159.   test -z "$ac_cv_prog_CONVERT" && ac_cv_prog_CONVERT=":"
  2160. fi
  2161. fi
  2162. CONVERT="$ac_cv_prog_CONVERT"
  2163. if test -n "$CONVERT"; then
  2164.   echo "$ac_t""$CONVERT" 1>&6
  2165. else
  2166.   echo "$ac_t""no" 1>&6
  2167. fi
  2168. found=""
  2169. for loc in /usr /usr/local; do
  2170.   if test "x$found" = "x" ; then 
  2171.     for file in ${loc}/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl 
  2172. ${loc}/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl 
  2173. ${loc}/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl 
  2174. ${loc}/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl 
  2175.         ${loc}/share/sgml/docbook/dsssl/modular/html/docbook.dsl ; do
  2176.       if test "x$found" = "x" ; then 
  2177. ac_safe=`echo "$file" | sed 'y%./+-%__p_%'`
  2178. echo $ac_n "checking for $file""... $ac_c" 1>&6
  2179. echo "configure:2428: checking for $file" >&5
  2180. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  2181.   echo $ac_n "(cached) $ac_c" 1>&6
  2182. else
  2183.   if test "$cross_compiling" = yes; then
  2184.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  2185. else
  2186.   if test -r $file; then
  2187.     eval "ac_cv_file_$ac_safe=yes"
  2188.   else
  2189.     eval "ac_cv_file_$ac_safe=no"
  2190.   fi
  2191. fi
  2192. fi
  2193. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  2194.   echo "$ac_t""yes" 1>&6
  2195.   HTML_DSL=$file; found=1
  2196. else
  2197.   echo "$ac_t""no" 1>&6
  2198. fi
  2199.       fi
  2200.     done
  2201.   fi
  2202. done
  2203. found=""
  2204. for loc in /usr /usr/local; do
  2205.   if test "x$found" = "x" ; then 
  2206.     for file in ${loc}/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl 
  2207. ${loc}/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl 
  2208. ${loc}/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl 
  2209. ${loc}/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl 
  2210.         ${loc}/share/sgml/docbook/dsssl/modular/print/docbook.dsl ; do
  2211.       if test "x$found" = "x" ; then 
  2212. ac_safe=`echo "$file" | sed 'y%./+-%__p_%'`
  2213. echo $ac_n "checking for $file""... $ac_c" 1>&6
  2214. echo "configure:2467: checking for $file" >&5
  2215. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  2216.   echo $ac_n "(cached) $ac_c" 1>&6
  2217. else
  2218.   if test "$cross_compiling" = yes; then
  2219.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  2220. else
  2221.   if test -r $file; then
  2222.     eval "ac_cv_file_$ac_safe=yes"
  2223.   else
  2224.     eval "ac_cv_file_$ac_safe=no"
  2225.   fi
  2226. fi
  2227. fi
  2228. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  2229.   echo "$ac_t""yes" 1>&6
  2230.   TEX_DSL=$file; found=1
  2231. else
  2232.   echo "$ac_t""no" 1>&6
  2233. fi
  2234.       fi
  2235.     done
  2236.   fi    
  2237. done
  2238. # Check whether --enable-warnings or --disable-warnings was given.
  2239. if test "${enable_warnings+set}" = set; then
  2240.   enableval="$enable_warnings"
  2241.   
  2242.   echo enabling compilation warnings
  2243.   if test -n "$GCC"; then
  2244.     CFLAGS="$CFLAGS -Wall"
  2245.     CFLAGS="$CFLAGS -Wmissing-prototypes"
  2246.     CFLAGS="$CFLAGS -Wmissing-declarations"
  2247.     CFLAGS="$CFLAGS -Wnested-externs"
  2248.     CFLAGS="$CFLAGS -Winline"
  2249.     #CFLAGS="$CFLAGS -Wstrict-prototypes"
  2250.     #CFLAGS="$CFLAGS -Wredundant-decls"
  2251.     #CFLAGS="$CFLAGS -Wconversion"
  2252.   fi
  2253. fi
  2254. if test "x$HTML_DSL" = "x" -o "x$TEX_DSL" = "x"
  2255. then
  2256. DOCSTARGET="no-docs"
  2257. else
  2258. DOCSTARGET="docs"
  2259. fi
  2260. # Check whether --enable-docs or --disable-docs was given.
  2261. if test "${enable_docs+set}" = set; then
  2262.   enableval="$enable_docs"
  2263.   
  2264.   if test "$enableval" = "yes"
  2265.   then
  2266.       DOCSTARGET="docs"
  2267.   else
  2268.       DOCSTARGET="no-docs"
  2269.   fi
  2270. fi
  2271. case "$DOCSTARGET" in
  2272. no-docs) echo "$ac_t""Not building documentation." 1>&6 ;;
  2273. docs) echo "$ac_t""Documentation will be built as well." 1>&6 ;;
  2274. esac
  2275. DOCDRAFTS="IGNORE"
  2276. # Check whether --enable-drafts or --disable-drafts was given.
  2277. if test "${enable_drafts+set}" = set; then
  2278.   enableval="$enable_drafts"
  2279.   
  2280.   if test "$enableval" = "yes"
  2281.   then
  2282.       DOCDRAFTS="INCLUDE"
  2283.   else
  2284.       DOCDRAFTS="IGNORE"
  2285.   fi
  2286. fi
  2287. if test "x$DOCSTARGET" = "xdocs"
  2288. then
  2289.     case "$DOCDRAFTS" in
  2290.     INCLUDE) echo "$ac_t""Documentation will include drafts." 1>&6 ;;
  2291.     esac
  2292. fi
  2293.   nl='
  2294. '
  2295.   echo "${nl}${T_MD}Configuring parameters ...${T_ME}"
  2296. SUFFIX=""
  2297. # Check whether --with-suffix or --without-suffix was given.
  2298. if test "${with_suffix+set}" = set; then
  2299.   withval="$with_suffix"
  2300.   
  2301.   if test "x$withval" != "x" ; then
  2302.    SUFFIX=$withval
  2303.   fi
  2304. fi
  2305. # Check whether --enable-suffix or --disable-suffix was given.
  2306. if test "${enable_suffix+set}" = set; then
  2307.   enableval="$enable_suffix"
  2308.   
  2309.   if test "$enableval" = "yes" ; then
  2310.     SUFFIX="-$VERSION"
  2311.   else
  2312.     SUFFIX=""
  2313.   fi
  2314. fi
  2315. if test "x$SUFFIX" != "x" ; then
  2316.   echo $ac_n "checking whether to append suffix to binary""... $ac_c" 1>&6
  2317. echo "configure:2602: checking whether to append suffix to binary" >&5
  2318.   echo "$ac_t""$SUFFIX" 1>&6
  2319. fi
  2320. cat >> confdefs.h <<EOF
  2321. #define SUFFIX "$SUFFIX"
  2322. EOF
  2323. # Check whether --with-defaults or --without-defaults was given.
  2324. if test "${with_defaults+set}" = set; then
  2325.   withval="$with_defaults"
  2326.   
  2327.   case "$withval" in
  2328.   speed) assertiondefault=no
  2329.          mallocdefault=native
  2330.          ;;
  2331.   debug) assertiondefault=yes
  2332.          mallocdefault=check
  2333.          ;;
  2334.   *) echo "unknown --with-defaults parameter $withval"
  2335.      exit 1
  2336.      ;;
  2337.   esac
  2338. else
  2339.   
  2340.     assertiondefault=yes
  2341.   mallocdefault=native
  2342. fi
  2343. echo $ac_n "checking which malloc to use""... $ac_c" 1>&6
  2344. echo "configure:2641: checking which malloc to use" >&5
  2345. # Check whether --with-malloc or --without-malloc was given.
  2346. if test "${with_malloc+set}" = set; then
  2347.   withval="$with_malloc"
  2348.   
  2349.   case "$withval" in
  2350.   native) cat >> confdefs.h <<EOF
  2351. #define USE_GWMEM_NATIVE 1
  2352. EOF
  2353.           echo "$ac_t""native malloc" 1>&6
  2354.           ;;
  2355.   check) cat >> confdefs.h <<EOF
  2356. #define USE_GWMEM_CHECK 1
  2357. EOF
  2358.          echo "$ac_t""checking malloc" 1>&6
  2359.          ;;
  2360.   slow) cat >> confdefs.h <<EOF
  2361. #define USE_GWMEM_SLOW 1
  2362. EOF
  2363.         echo "$ac_t""slow malloc" 1>&6
  2364. ;;
  2365.   *) echo "Unknown malloc wrapper $withval. Oops."; exit 1 ;;
  2366.   esac
  2367. else
  2368.   
  2369.   case "$mallocdefault" in
  2370.   check) cat >> confdefs.h <<EOF
  2371. #define USE_GWMEM_CHECK 1
  2372. EOF
  2373.      echo "$ac_t""checking malloc" 1>&6
  2374.      ;;
  2375.   slow) cat >> confdefs.h <<EOF
  2376. #define USE_GWMEM_SLOW 1
  2377. EOF
  2378.         echo "$ac_t""slow malloc" 1>&6
  2379. ;;
  2380.   *) cat >> confdefs.h <<EOF
  2381. #define USE_GWMEM_NATIVE 1
  2382. EOF
  2383.           echo "$ac_t""native malloc" 1>&6
  2384.           ;;
  2385.   esac
  2386. fi
  2387. # Check whether --enable-assertions or --disable-assertions was given.
  2388. if test "${enable_assertions+set}" = set; then
  2389.   enableval="$enable_assertions"
  2390.   
  2391.   if test "$enableval" = "no"
  2392.   then
  2393.     echo disabling assertion checking
  2394.     cat >> confdefs.h <<EOF
  2395. #define NO_GWASSERT 1
  2396. EOF
  2397.   fi
  2398. else
  2399.   
  2400.   if test "$assertiondefault" = "no"
  2401.   then
  2402.     echo disabling assertion checking
  2403.     cat >> confdefs.h <<EOF
  2404. #define NO_GWASSERT 1
  2405. EOF
  2406.   fi
  2407. fi
  2408. # Check whether --enable-pam or --disable-pam was given.
  2409. if test "${enable_pam+set}" = set; then
  2410.   enableval="$enable_pam"
  2411.   
  2412.     if test "$enableval" = "yes"
  2413.     then
  2414. echo $ac_n "checking for pam_end in -lpam""... $ac_c" 1>&6
  2415. echo "configure:2732: checking for pam_end in -lpam" >&5
  2416. ac_lib_var=`echo pam'_'pam_end | sed 'y%./+-%__p_%'`
  2417. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2418.   echo $ac_n "(cached) $ac_c" 1>&6
  2419. else
  2420.   ac_save_LIBS="$LIBS"
  2421. LIBS="-lpam  $LIBS"
  2422. cat > conftest.$ac_ext <<EOF
  2423. #line 2740 "configure"
  2424. #include "confdefs.h"
  2425. /* Override any gcc2 internal prototype to avoid an error.  */
  2426. /* We use char because int might match the return type of a gcc2
  2427.     builtin and then its argument prototype would still apply.  */
  2428. char pam_end();
  2429. int main() {
  2430. pam_end()
  2431. ; return 0; }
  2432. EOF
  2433. if { (eval echo configure:2751: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2434.   rm -rf conftest*
  2435.   eval "ac_cv_lib_$ac_lib_var=yes"
  2436. else
  2437.   echo "configure: failed program was:" >&5
  2438.   cat conftest.$ac_ext >&5
  2439.   rm -rf conftest*
  2440.   eval "ac_cv_lib_$ac_lib_var=no"
  2441. fi
  2442. rm -f conftest*
  2443. LIBS="$ac_save_LIBS"
  2444. fi
  2445. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2446.   echo "$ac_t""yes" 1>&6
  2447.     ac_tr_lib=HAVE_LIB`echo pam | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2448.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2449.   cat >> confdefs.h <<EOF
  2450. #define $ac_tr_lib 1
  2451. EOF
  2452.   LIBS="-lpam $LIBS"
  2453. else
  2454.   echo "$ac_t""no" 1>&6
  2455. fi
  2456. echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
  2457. echo "configure:2779: checking for main in -ldl" >&5
  2458. ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
  2459. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2460.   echo $ac_n "(cached) $ac_c" 1>&6
  2461. else
  2462.   ac_save_LIBS="$LIBS"
  2463. LIBS="-ldl  $LIBS"
  2464. cat > conftest.$ac_ext <<EOF
  2465. #line 2787 "configure"
  2466. #include "confdefs.h"
  2467. int main() {
  2468. main()
  2469. ; return 0; }
  2470. EOF
  2471. if { (eval echo configure:2794: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2472.   rm -rf conftest*
  2473.   eval "ac_cv_lib_$ac_lib_var=yes"
  2474. else
  2475.   echo "configure: failed program was:" >&5
  2476.   cat conftest.$ac_ext >&5
  2477.   rm -rf conftest*
  2478.   eval "ac_cv_lib_$ac_lib_var=no"
  2479. fi
  2480. rm -f conftest*
  2481. LIBS="$ac_save_LIBS"
  2482. fi
  2483. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2484.   echo "$ac_t""yes" 1>&6
  2485.     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2486.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2487.   cat >> confdefs.h <<EOF
  2488. #define $ac_tr_lib 1
  2489. EOF
  2490.   LIBS="-ldl $LIBS"
  2491. else
  2492.   echo "$ac_t""no" 1>&6
  2493. fi
  2494. for ac_hdr in security/pam_appl.h
  2495. do
  2496. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2497. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2498. echo "configure:2825: checking for $ac_hdr" >&5
  2499. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2500.   echo $ac_n "(cached) $ac_c" 1>&6
  2501. else
  2502.   cat > conftest.$ac_ext <<EOF
  2503. #line 2830 "configure"
  2504. #include "confdefs.h"
  2505. #include <$ac_hdr>
  2506. EOF
  2507. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2508. { (eval echo configure:2835: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2509. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2510. if test -z "$ac_err"; then
  2511.   rm -rf conftest*
  2512.   eval "ac_cv_header_$ac_safe=yes"
  2513. else
  2514.   echo "$ac_err" >&5
  2515.   echo "configure: failed program was:" >&5
  2516.   cat conftest.$ac_ext >&5
  2517.   rm -rf conftest*
  2518.   eval "ac_cv_header_$ac_safe=no"
  2519. fi
  2520. rm -f conftest*
  2521. fi
  2522. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2523.   echo "$ac_t""yes" 1>&6
  2524.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2525.   cat >> confdefs.h <<EOF
  2526. #define $ac_tr_hdr 1
  2527. EOF
  2528.  
  2529. else
  2530.   echo "$ac_t""no" 1>&6
  2531. fi
  2532. done
  2533. PAMTARGET="pam"
  2534.     else
  2535. PAMTARGET="no-pam"
  2536.     fi
  2537. fi
  2538. case "$PAMTARGET" in
  2539. no-pam) echo pam authentication is disabled. ;;
  2540. pam) echo pam authentication is enabled. ;;
  2541. esac
  2542. # Check whether --enable-debug or --disable-debug was given.
  2543. if test "${enable_debug+set}" = set; then
  2544.   enableval="$enable_debug"
  2545.   
  2546.   echo enabling WMLScript compiler debugging
  2547.   if test -n "$GCC"; then
  2548.     CFLAGS="$CFLAGS -Wall"
  2549.   fi
  2550.   cat >> confdefs.h <<EOF
  2551. #define WS_DEBUG 1
  2552. EOF
  2553. fi
  2554. # Check whether --enable-localtime or --disable-localtime was given.
  2555. if test "${enable_localtime+set}" = set; then
  2556.   enableval="$enable_localtime"
  2557.   
  2558.   if test "$enableval" = yes; then
  2559.       echo enabling local time
  2560.       cat >> confdefs.h <<EOF
  2561. #define LOG_TIMESTAMP_LOCALTIME 1
  2562. EOF
  2563.   fi
  2564. else
  2565.   
  2566.   echo enabling local time
  2567.   cat >> confdefs.h <<EOF
  2568. #define LOG_TIMESTAMP_LOCALTIME 1
  2569. EOF
  2570. fi
  2571. # Check whether --enable-mutex-stats or --disable-mutex-stats was given.
  2572. if test "${enable_mutex_stats+set}" = set; then
  2573.   enableval="$enable_mutex_stats"
  2574.   
  2575.   if test "$enableval" = yes; then
  2576.       cat >> confdefs.h <<EOF
  2577. #define MUTEX_STATS 1
  2578. EOF
  2579.   fi
  2580. fi
  2581. # Check whether --enable-cookies or --disable-cookies was given.
  2582. if test "${enable_cookies+set}" = set; then
  2583.   enableval="$enable_cookies"
  2584.   
  2585.   if test "$enableval" = yes; then
  2586.       cat >> confdefs.h <<EOF
  2587. #define ENABLE_COOKIES 1
  2588. EOF
  2589.   fi
  2590. fi
  2591. # Check whether --enable-start-stop-daemon or --disable-start-stop-daemon was given.
  2592. if test "${enable_start_stop_daemon+set}" = set; then
  2593.   enableval="$enable_start_stop_daemon"
  2594.   
  2595.   if test "$enableval" = yes; then
  2596.      STARTSTOPDAEMONSRC="utils/start-stop-daemon.c"
  2597.   fi
  2598. fi
  2599.   nl='
  2600. '
  2601.   echo "${nl}${T_MD}Configuring OpenSSL support ...${T_ME}"
  2602. # Check whether --with-ssl or --without-ssl was given.
  2603. if test "${with_ssl+set}" = set; then
  2604.   withval="$with_ssl"
  2605.    if test -d "$withval"; then 
  2606.     ssllib="$withval/lib"; 
  2607.     sslinc="$withval/include"
  2608.   else
  2609.     { echo "configure: error: Unable to find OpenSSL libs and/or directories at $withval" 1>&2; exit 1; }
  2610.   fi
  2611. fi
  2612. echo $ac_n "checking whether to compile with SSL support""... $ac_c" 1>&6
  2613. echo "configure:2985: checking whether to compile with SSL support" >&5
  2614. # Check whether --enable-ssl or --disable-ssl was given.
  2615. if test "${enable_ssl+set}" = set; then
  2616.   enableval="$enable_ssl"
  2617.   
  2618.   if test "$enableval" = no ; then
  2619.     echo "$ac_t""disabled" 1>&6
  2620.     ssl=no
  2621.   else
  2622.     ssl=yes
  2623.   fi
  2624. else
  2625.   
  2626.   ssl=yes
  2627. fi
  2628. if test "$ssl" = "yes" ; then
  2629.     if test "x$ssllib" = "x" && test "x$sslinc" = "x"; then
  2630.     for loc in /usr/lib /usr/local/ssl/lib /usr/local/openssl/lib; do 
  2631.       if test -f "$loc/libssl.a"; then
  2632.         ssllib="$loc"
  2633.       fi
  2634.     done
  2635.     for loc in /usr/include/ssl /usr/include/openssl /usr/local/ssl/include 
  2636.                /usr/local/openssl/include; do
  2637.       if test -d "$loc"; then
  2638.         sslinc="$loc"
  2639.       fi
  2640.     done
  2641.   fi
  2642.   echo "$ac_t""trying $ssllib $sslinc" 1>&6
  2643. fi
  2644. if test "x$ssllib" != "x" && test "x$sslinc" != "x"; then
  2645.   CFLAGS="$CFLAGS -I$sslinc"
  2646.   LIBS="$LIBS -L$ssllib"
  2647.   # Extract the first word of "openssl", so it can be a program name with args.
  2648. set dummy openssl; ac_word=$2
  2649. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2650. echo "configure:3030: checking for $ac_word" >&5
  2651. if eval "test "`echo '$''{'ac_cv_path_OPENSSL'+set}'`" = set"; then
  2652.   echo $ac_n "(cached) $ac_c" 1>&6
  2653. else
  2654.   case "$OPENSSL" in
  2655.   /*)
  2656.   ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a path.
  2657.   ;;
  2658.   ?:/*)  
  2659.   ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a dos path.
  2660.   ;;
  2661.   *)
  2662.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2663.   ac_dummy="$PATH"
  2664.   for ac_dir in $ac_dummy; do 
  2665.     test -z "$ac_dir" && ac_dir=.
  2666.     if test -f $ac_dir/$ac_word; then
  2667.       ac_cv_path_OPENSSL="$ac_dir/$ac_word"
  2668.       break
  2669.     fi
  2670.   done
  2671.   IFS="$ac_save_ifs"
  2672.   test -z "$ac_cv_path_OPENSSL" && ac_cv_path_OPENSSL="no"
  2673.   ;;
  2674. esac
  2675. fi
  2676. OPENSSL="$ac_cv_path_OPENSSL"
  2677. if test -n "$OPENSSL"; then
  2678.   echo "$ac_t""$OPENSSL" 1>&6
  2679. else
  2680.   echo "$ac_t""no" 1>&6
  2681. fi
  2682.   if test "$OPENSSL" = "yes"; then
  2683.     echo $ac_n "checking openssl version""... $ac_c" 1>&6
  2684. echo "configure:3065: checking openssl version" >&5
  2685.     openssl_version=`$OPENSSL version | awk '{print $2}'`
  2686.     echo "$ac_t""$openssl_version" 1>&6
  2687.   fi
  2688.   echo $ac_n "checking for CRYPTO_lock in -lcrypto""... $ac_c" 1>&6
  2689. echo "configure:3070: checking for CRYPTO_lock in -lcrypto" >&5
  2690. ac_lib_var=`echo crypto'_'CRYPTO_lock | sed 'y%./+-%__p_%'`
  2691. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2692.   echo $ac_n "(cached) $ac_c" 1>&6
  2693. else
  2694.   ac_save_LIBS="$LIBS"
  2695. LIBS="-lcrypto  $LIBS"
  2696. cat > conftest.$ac_ext <<EOF
  2697. #line 3078 "configure"
  2698. #include "confdefs.h"
  2699. /* Override any gcc2 internal prototype to avoid an error.  */
  2700. /* We use char because int might match the return type of a gcc2
  2701.     builtin and then its argument prototype would still apply.  */
  2702. char CRYPTO_lock();
  2703. int main() {
  2704. CRYPTO_lock()
  2705. ; return 0; }
  2706. EOF
  2707. if { (eval echo configure:3089: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2708.   rm -rf conftest*
  2709.   eval "ac_cv_lib_$ac_lib_var=yes"
  2710. else
  2711.   echo "configure: failed program was:" >&5
  2712.   cat conftest.$ac_ext >&5
  2713.   rm -rf conftest*
  2714.   eval "ac_cv_lib_$ac_lib_var=no"
  2715. fi
  2716. rm -f conftest*
  2717. LIBS="$ac_save_LIBS"
  2718. fi
  2719. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2720.   echo "$ac_t""yes" 1>&6
  2721.    LIBS="$LIBS -lcrypto"
  2722.     echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
  2723. echo "configure:3106: checking for SSL_library_init in -lssl" >&5
  2724. ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
  2725. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2726.   echo $ac_n "(cached) $ac_c" 1>&6
  2727. else
  2728.   ac_save_LIBS="$LIBS"
  2729. LIBS="-lssl  $LIBS"
  2730. cat > conftest.$ac_ext <<EOF
  2731. #line 3114 "configure"
  2732. #include "confdefs.h"
  2733. /* Override any gcc2 internal prototype to avoid an error.  */
  2734. /* We use char because int might match the return type of a gcc2
  2735.     builtin and then its argument prototype would still apply.  */
  2736. char SSL_library_init();
  2737. int main() {
  2738. SSL_library_init()
  2739. ; return 0; }
  2740. EOF
  2741. if { (eval echo configure:3125: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2742.   rm -rf conftest*
  2743.   eval "ac_cv_lib_$ac_lib_var=yes"
  2744. else
  2745.   echo "configure: failed program was:" >&5
  2746.   cat conftest.$ac_ext >&5
  2747.   rm -rf conftest*
  2748.   eval "ac_cv_lib_$ac_lib_var=no"
  2749. fi
  2750. rm -f conftest*
  2751. LIBS="$ac_save_LIBS"
  2752. fi
  2753. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2754.   echo "$ac_t""yes" 1>&6
  2755.    echo $ac_n "checking for SSL_connect in -lssl""... $ac_c" 1>&6
  2756. echo "configure:3141: checking for SSL_connect in -lssl" >&5
  2757. ac_lib_var=`echo ssl'_'SSL_connect | sed 'y%./+-%__p_%'`
  2758. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2759.   echo $ac_n "(cached) $ac_c" 1>&6
  2760. else
  2761.   ac_save_LIBS="$LIBS"
  2762. LIBS="-lssl  $LIBS"
  2763. cat > conftest.$ac_ext <<EOF
  2764. #line 3149 "configure"
  2765. #include "confdefs.h"
  2766. /* Override any gcc2 internal prototype to avoid an error.  */
  2767. /* We use char because int might match the return type of a gcc2
  2768.     builtin and then its argument prototype would still apply.  */
  2769. char SSL_connect();
  2770. int main() {
  2771. SSL_connect()
  2772. ; return 0; }
  2773. EOF
  2774. if { (eval echo configure:3160: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2775.   rm -rf conftest*
  2776.   eval "ac_cv_lib_$ac_lib_var=yes"
  2777. else
  2778.   echo "configure: failed program was:" >&5
  2779.   cat conftest.$ac_ext >&5
  2780.   rm -rf conftest*
  2781.   eval "ac_cv_lib_$ac_lib_var=no"
  2782. fi
  2783. rm -f conftest*
  2784. LIBS="$ac_save_LIBS"
  2785. fi
  2786. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2787.   echo "$ac_t""yes" 1>&6
  2788.     ac_tr_lib=HAVE_LIB`echo ssl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2789.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2790.   cat >> confdefs.h <<EOF
  2791. #define $ac_tr_lib 1
  2792. EOF
  2793.   LIBS="-lssl $LIBS"
  2794. else
  2795.   echo "$ac_t""no" 1>&6
  2796. fi
  2797.       for ac_hdr in openssl/x509.h openssl/rsa.h openssl/crypto.h 
  2798.                        openssl/pem.h openssl/ssl.h openssl/err.h
  2799. do
  2800. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2801. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2802. echo "configure:3192: checking for $ac_hdr" >&5
  2803. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2804.   echo $ac_n "(cached) $ac_c" 1>&6
  2805. else
  2806.   cat > conftest.$ac_ext <<EOF
  2807. #line 3197 "configure"
  2808. #include "confdefs.h"
  2809. #include <$ac_hdr>
  2810. EOF
  2811. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2812. { (eval echo configure:3202: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2813. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2814. if test -z "$ac_err"; then
  2815.   rm -rf conftest*
  2816.   eval "ac_cv_header_$ac_safe=yes"
  2817. else
  2818.   echo "$ac_err" >&5
  2819.   echo "configure: failed program was:" >&5
  2820.   cat conftest.$ac_ext >&5
  2821.   rm -rf conftest*
  2822.   eval "ac_cv_header_$ac_safe=no"
  2823. fi
  2824. rm -f conftest*
  2825. fi
  2826. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2827.   echo "$ac_t""yes" 1>&6
  2828.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2829.   cat >> confdefs.h <<EOF
  2830. #define $ac_tr_hdr 1
  2831. EOF
  2832.  
  2833. else
  2834.   echo "$ac_t""no" 1>&6
  2835. fi
  2836. done
  2837.       echo $ac_n "checking whether the OpenSSL library is multithread-enabled""... $ac_c" 1>&6
  2838. echo "configure:3229: checking whether the OpenSSL library is multithread-enabled" >&5
  2839.       if test "$cross_compiling" = yes; then
  2840.   echo "Cross-compiling; make sure your SSL library is multithread-enabled"
  2841.       
  2842. else
  2843.   cat > conftest.$ac_ext <<EOF
  2844. #line 3235 "configure"
  2845. #include "confdefs.h"
  2846.  
  2847.         #define OPENSSL_THREAD_DEFINES
  2848.         #include <openssl/opensslconf.h>
  2849.         int main(void) {
  2850.         #if defined(THREADS)
  2851.           exit(0);
  2852.         #else
  2853.           exit(1);
  2854.         #endif
  2855.         }
  2856.       
  2857. EOF
  2858. if { (eval echo configure:3249: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2859. then
  2860.   
  2861.         echo "$ac_t""yes" 1>&6
  2862.         cat >> confdefs.h <<EOF
  2863. #define HAVE_LIBSSL 1
  2864. EOF
  2865.         LIBS="$LIBS -lssl"
  2866.         echo $ac_n "checking whether to compile with SSL support""... $ac_c" 1>&6
  2867. echo "configure:3259: checking whether to compile with SSL support" >&5
  2868. echo "$ac_t""yes" 1>&6
  2869.       
  2870. else
  2871.   echo "configure: failed program was:" >&5
  2872.   cat conftest.$ac_ext >&5
  2873.   rm -fr conftest*
  2874.   
  2875.         # Check whether --enable-ssl-thread-test or --disable-ssl-thread-test was given.
  2876. if test "${enable_ssl_thread_test+set}" = set; then
  2877.   enableval="$enable_ssl_thread_test"
  2878.    if test "$enableval" = no ; then
  2879.             echo "$ac_t""no, continue forced" 1>&6
  2880.           fi
  2881.         
  2882. else
  2883.   
  2884.           echo "$ac_t""no" 1>&6
  2885.           { echo "configure: error: Either get a multithread-enabled SSL or configure with --disable-ssl" 1>&2; exit 1; }
  2886.         
  2887. fi
  2888.       
  2889. fi
  2890. rm -fr conftest*
  2891. fi
  2892.     
  2893. else
  2894.   echo "$ac_t""no" 1>&6
  2895. fi
  2896.   
  2897. else
  2898.   echo "$ac_t""no" 1>&6
  2899. fi
  2900. fi
  2901.   nl='
  2902. '
  2903.   echo "${nl}${T_MD}Configuring DB support ...${T_ME}"
  2904. # Check whether --with-mysql or --without-mysql was given.
  2905. if test "${with_mysql+set}" = set; then
  2906.   withval="$with_mysql"
  2907.    if test -d "$withval"; then 
  2908.     mysqlloc="$withval"; 
  2909.   else
  2910.     { echo "configure: error: Unable to find MySQL libs and/or directories at $withval" 1>&2; exit 1; }
  2911.   fi
  2912. fi
  2913. echo $ac_n "checking whether to compile with MySQL support""... $ac_c" 1>&6
  2914. echo "configure:3321: checking whether to compile with MySQL support" >&5
  2915. # Check whether --enable-mysql or --disable-mysql was given.
  2916. if test "${enable_mysql+set}" = set; then
  2917.   enableval="$enable_mysql"
  2918.   
  2919.   if test "$enableval" != yes ; then
  2920.     echo "$ac_t""disabled" 1>&6
  2921. else
  2922.     if test "x$mysqlloc" = "x" ; then
  2923.     echo "$ac_t""searching" 1>&6
  2924.     for ac_prog in mysql_config
  2925. do
  2926. # Extract the first word of "$ac_prog", so it can be a program name with args.
  2927. set dummy $ac_prog; ac_word=$2
  2928. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2929. echo "configure:3336: checking for $ac_word" >&5
  2930. if eval "test "`echo '$''{'ac_cv_path_MYSQL_CONFIG'+set}'`" = set"; then
  2931.   echo $ac_n "(cached) $ac_c" 1>&6
  2932. else
  2933.   case "$MYSQL_CONFIG" in
  2934.   /*)
  2935.   ac_cv_path_MYSQL_CONFIG="$MYSQL_CONFIG" # Let the user override the test with a path.
  2936.   ;;
  2937.   ?:/*)  
  2938.   ac_cv_path_MYSQL_CONFIG="$MYSQL_CONFIG" # Let the user override the test with a dos path.
  2939.   ;;
  2940.   *)
  2941.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2942.   ac_dummy="$PATH"
  2943.   for ac_dir in $ac_dummy; do 
  2944.     test -z "$ac_dir" && ac_dir=.
  2945.     if test -f $ac_dir/$ac_word; then
  2946.       ac_cv_path_MYSQL_CONFIG="$ac_dir/$ac_word"
  2947.       break
  2948.     fi
  2949.   done
  2950.   IFS="$ac_save_ifs"
  2951.   ;;
  2952. esac
  2953. fi
  2954. MYSQL_CONFIG="$ac_cv_path_MYSQL_CONFIG"
  2955. if test -n "$MYSQL_CONFIG"; then
  2956.   echo "$ac_t""$MYSQL_CONFIG" 1>&6
  2957. else
  2958.   echo "$ac_t""no" 1>&6
  2959. fi
  2960. test -n "$MYSQL_CONFIG" && break
  2961. done
  2962. test -n "$MYSQL_CONFIG" || MYSQL_CONFIG="no"
  2963.         if test "$MYSQL_CONFIG" = "no"; then
  2964.             found=""
  2965.       for loc in /usr /usr/local ; do 
  2966.         if test "x$found" = "x" ; then 
  2967.           echo $ac_n "checking for MySQL client support in""... $ac_c" 1>&6
  2968. echo "configure:3377: checking for MySQL client support in" >&5
  2969.           echo "$ac_t""$loc" 1>&6
  2970.           
  2971. ac_safe=`echo ""$loc/include/mysql/mysql.h"" | sed 'y%./+-%__p_%'`
  2972. echo $ac_n "checking for "$loc/include/mysql/mysql.h"""... $ac_c" 1>&6
  2973. echo "configure:3382: checking for "$loc/include/mysql/mysql.h"" >&5
  2974. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  2975.   echo $ac_n "(cached) $ac_c" 1>&6
  2976. else
  2977.   if test "$cross_compiling" = yes; then
  2978.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  2979. else
  2980.   if test -r "$loc/include/mysql/mysql.h"; then
  2981.     eval "ac_cv_file_$ac_safe=yes"
  2982.   else
  2983.     eval "ac_cv_file_$ac_safe=no"
  2984.   fi
  2985. fi
  2986. fi
  2987. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  2988.   echo "$ac_t""yes" 1>&6
  2989.   CFLAGS="$CFLAGS -I$loc/include/mysql"; LIBS="$LIBS -L$loc/lib/mysql -lmysqlclient"; found=1
  2990. else
  2991.   echo "$ac_t""no" 1>&6
  2992. ac_safe=`echo ""$loc/include/mysql.h"" | sed 'y%./+-%__p_%'`
  2993. echo $ac_n "checking for "$loc/include/mysql.h"""... $ac_c" 1>&6
  2994. echo "configure:3404: checking for "$loc/include/mysql.h"" >&5
  2995. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  2996.   echo $ac_n "(cached) $ac_c" 1>&6
  2997. else
  2998.   if test "$cross_compiling" = yes; then
  2999.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  3000. else
  3001.   if test -r "$loc/include/mysql.h"; then
  3002.     eval "ac_cv_file_$ac_safe=yes"
  3003.   else
  3004.     eval "ac_cv_file_$ac_safe=no"
  3005.   fi
  3006. fi
  3007. fi
  3008. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  3009.   echo "$ac_t""yes" 1>&6
  3010.   CFLAGS="$CFLAGS -I$loc/include"; LIBS="$LIBS -L$loc/lib -lmysqlclient"; found=1
  3011.              
  3012. else
  3013.   echo "$ac_t""no" 1>&6
  3014. fi
  3015.           
  3016. fi
  3017. fi
  3018.       done
  3019.       if test "x$found" != "x1" ; then 
  3020.         { echo "configure: error: Unable to find mysql.h" 1>&2; exit 1; }
  3021.       fi
  3022.     else
  3023.             echo $ac_n "checking mysql version""... $ac_c" 1>&6
  3024. echo "configure:3437: checking mysql version" >&5
  3025.       mysql_version=`$MYSQL_CONFIG --version`
  3026.       echo "$ac_t""$mysql_version" 1>&6
  3027.       LIBS="$LIBS `$MYSQL_CONFIG --libs`"
  3028.       CFLAGS="$CFLAGS `$MYSQL_CONFIG --cflags`"
  3029.     fi
  3030.   else
  3031.       echo "$ac_t""searching in $mysqlloc" 1>&6
  3032.       
  3033. ac_safe=`echo ""$mysqlloc/include/mysql/mysql.h"" | sed 'y%./+-%__p_%'`
  3034. echo $ac_n "checking for "$mysqlloc/include/mysql/mysql.h"""... $ac_c" 1>&6
  3035. echo "configure:3448: checking for "$mysqlloc/include/mysql/mysql.h"" >&5
  3036. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  3037.   echo $ac_n "(cached) $ac_c" 1>&6
  3038. else
  3039.   if test "$cross_compiling" = yes; then
  3040.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  3041. else
  3042.   if test -r "$mysqlloc/include/mysql/mysql.h"; then
  3043.     eval "ac_cv_file_$ac_safe=yes"
  3044.   else
  3045.     eval "ac_cv_file_$ac_safe=no"
  3046.   fi
  3047. fi
  3048. fi
  3049. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  3050.   echo "$ac_t""yes" 1>&6
  3051.   CFLAGS="$CFLAGS -I$mysqlloc/include/mysql"; LIBS="$LIBS -L$mysqlloc/lib/mysql -lmysqlclient"
  3052. else
  3053.   echo "$ac_t""no" 1>&6
  3054. ac_safe=`echo ""$mysqlloc/include/mysql.h"" | sed 'y%./+-%__p_%'`
  3055. echo $ac_n "checking for "$mysqlloc/include/mysql.h"""... $ac_c" 1>&6
  3056. echo "configure:3470: checking for "$mysqlloc/include/mysql.h"" >&5
  3057. if eval "test "`echo '$''{'ac_cv_file_$ac_safe'+set}'`" = set"; then
  3058.   echo $ac_n "(cached) $ac_c" 1>&6
  3059. else
  3060.   if test "$cross_compiling" = yes; then
  3061.     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
  3062. else
  3063.   if test -r "$mysqlloc/include/mysql.h"; then
  3064.     eval "ac_cv_file_$ac_safe=yes"
  3065.   else
  3066.     eval "ac_cv_file_$ac_safe=no"
  3067.   fi
  3068. fi
  3069. fi
  3070. if eval "test "`echo '$ac_cv_file_'$ac_safe`" = yes"; then
  3071.   echo "$ac_t""yes" 1>&6
  3072.   CFLAGS="$CFLAGS -I$mysqlloc/include"; LIBS="$LIBS -L$mysqlloc/lib -lmysqlclient"
  3073. else
  3074.   echo "$ac_t""no" 1>&6
  3075. { echo "configure: error: Unable to find mysql.h under $mysqlloc" 1>&2; exit 1; }
  3076.          
  3077. fi
  3078.       
  3079. fi
  3080.   fi
  3081.   for ac_hdr in mysql/mysql.h mysql/mysql_com.h mysql/mysql_version.h
  3082. do
  3083. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3084. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3085. echo "configure:3501: checking for $ac_hdr" >&5
  3086. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3087.   echo $ac_n "(cached) $ac_c" 1>&6
  3088. else
  3089.   cat > conftest.$ac_ext <<EOF
  3090. #line 3506 "configure"
  3091. #include "confdefs.h"
  3092. #include <$ac_hdr>
  3093. EOF
  3094. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3095. { (eval echo configure:3511: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3096. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3097. if test -z "$ac_err"; then
  3098.   rm -rf conftest*
  3099.   eval "ac_cv_header_$ac_safe=yes"
  3100. else
  3101.   echo "$ac_err" >&5
  3102.   echo "configure: failed program was:" >&5
  3103.   cat conftest.$ac_ext >&5
  3104.   rm -rf conftest*
  3105.   eval "ac_cv_header_$ac_safe=no"
  3106. fi
  3107. rm -f conftest*
  3108. fi
  3109. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3110.   echo "$ac_t""yes" 1>&6
  3111.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3112.   cat >> confdefs.h <<EOF
  3113. #define $ac_tr_hdr 1
  3114. EOF
  3115.  
  3116. else
  3117.   echo "$ac_t""no" 1>&6
  3118. fi
  3119. done
  3120.   echo $ac_n "checking for mysql_init in -lmysqlclient""... $ac_c" 1>&6
  3121. echo "configure:3538: checking for mysql_init in -lmysqlclient" >&5
  3122. ac_lib_var=`echo mysqlclient'_'mysql_init | sed 'y%./+-%__p_%'`
  3123. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  3124.   echo $ac_n "(cached) $ac_c" 1>&6
  3125. else
  3126.   ac_save_LIBS="$LIBS"
  3127. LIBS="-lmysqlclient  $LIBS"
  3128. cat > conftest.$ac_ext <<EOF
  3129. #line 3546 "configure"
  3130. #include "confdefs.h"
  3131. /* Override any gcc2 internal prototype to avoid an error.  */
  3132. /* We use char because int might match the return type of a gcc2
  3133.     builtin and then its argument prototype would still apply.  */
  3134. char mysql_init();
  3135. int main() {
  3136. mysql_init()
  3137. ; return 0; }
  3138. EOF
  3139. if { (eval echo configure:3557: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3140.   rm -rf conftest*
  3141.   eval "ac_cv_lib_$ac_lib_var=yes"
  3142. else
  3143.   echo "configure: failed program was:" >&5
  3144.   cat conftest.$ac_ext >&5
  3145.   rm -rf conftest*
  3146.   eval "ac_cv_lib_$ac_lib_var=no"
  3147. fi
  3148. rm -f conftest*
  3149. LIBS="$ac_save_LIBS"
  3150. fi
  3151. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  3152.   echo "$ac_t""yes" 1>&6
  3153.     ac_tr_lib=HAVE_LIB`echo mysqlclient | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  3154.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  3155.   cat >> confdefs.h <<EOF
  3156. #define $ac_tr_lib 1
  3157. EOF
  3158.   LIBS="-lmysqlclient $LIBS"
  3159. else
  3160.   echo "$ac_t""no" 1>&6
  3161. fi
  3162.  
  3163.   cat >> confdefs.h <<EOF
  3164. #define HAVE_MYSQL 1
  3165. EOF
  3166.   echo $ac_n "checking whether to compile with MySQL support""... $ac_c" 1>&6
  3167. echo "configure:3589: checking whether to compile with MySQL support" >&5
  3168.   echo "$ac_t""yes" 1>&6
  3169.   MYSQL="yes"
  3170.   fi
  3171. else
  3172.   
  3173.   echo "$ac_t""disabled" 1>&6
  3174. fi
  3175. echo $ac_n "checking whether to compile with LibSDB support""... $ac_c" 1>&6
  3176. echo "configure:3604: checking whether to compile with LibSDB support" >&5
  3177. # Check whether --enable-sdb or --disable-sdb was given.
  3178. if test "${enable_sdb+set}" = set; then
  3179.   enableval="$enable_sdb"
  3180.   
  3181.   if test "$enableval" != yes; then
  3182.     echo "$ac_t""disabled" 1>&6
  3183.   else
  3184.     echo "$ac_t""searching" 1>&6
  3185.     for ac_prog in sdb-config
  3186. do
  3187. # Extract the first word of "$ac_prog", so it can be a program name with args.
  3188. set dummy $ac_prog; ac_word=$2
  3189. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3190. echo "configure:3618: checking for $ac_word" >&5
  3191. if eval "test "`echo '$''{'ac_cv_path_SDB_CONFIG'+set}'`" = set"; then
  3192.   echo $ac_n "(cached) $ac_c" 1>&6
  3193. else
  3194.   case "$SDB_CONFIG" in
  3195.   /*)
  3196.   ac_cv_path_SDB_CONFIG="$SDB_CONFIG" # Let the user override the test with a path.
  3197.   ;;
  3198.   ?:/*)  
  3199.   ac_cv_path_SDB_CONFIG="$SDB_CONFIG" # Let the user override the test with a dos path.
  3200.   ;;
  3201.   *)
  3202.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  3203.   ac_dummy="$PATH"
  3204.   for ac_dir in $ac_dummy; do 
  3205.     test -z "$ac_dir" && ac_dir=.
  3206.     if test -f $ac_dir/$ac_word; then
  3207.       ac_cv_path_SDB_CONFIG="$ac_dir/$ac_word"
  3208.       break
  3209.     fi
  3210.   done
  3211.   IFS="$ac_save_ifs"
  3212.   ;;
  3213. esac
  3214. fi
  3215. SDB_CONFIG="$ac_cv_path_SDB_CONFIG"
  3216. if test -n "$SDB_CONFIG"; then
  3217.   echo "$ac_t""$SDB_CONFIG" 1>&6
  3218. else
  3219.   echo "$ac_t""no" 1>&6
  3220. fi
  3221. test -n "$SDB_CONFIG" && break
  3222. done
  3223. test -n "$SDB_CONFIG" || SDB_CONFIG="no"
  3224.     if test "$SDB_CONFIG" = "no"; then
  3225.       { echo "configure: error: Unable to find sdb-config in path for SDB support" 1>&2; exit 1; }
  3226.     else
  3227.       echo $ac_n "checking sdb version""... $ac_c" 1>&6
  3228. echo "configure:3658: checking sdb version" >&5
  3229.       sdb_version=`$SDB_CONFIG --version`
  3230.       echo "$ac_t""$sdb_version" 1>&6
  3231.       LIBS="$LIBS `$SDB_CONFIG --libs`"
  3232.       CFLAGS="$CFLAGS `$SDB_CONFIG --cflags`"
  3233.       for ac_hdr in sdb.h
  3234. do
  3235. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3236. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3237. echo "configure:3667: checking for $ac_hdr" >&5
  3238. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3239.   echo $ac_n "(cached) $ac_c" 1>&6
  3240. else
  3241.   cat > conftest.$ac_ext <<EOF
  3242. #line 3672 "configure"
  3243. #include "confdefs.h"
  3244. #include <$ac_hdr>
  3245. EOF
  3246. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3247. { (eval echo configure:3677: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3248. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3249. if test -z "$ac_err"; then
  3250.   rm -rf conftest*
  3251.   eval "ac_cv_header_$ac_safe=yes"
  3252. else
  3253.   echo "$ac_err" >&5
  3254.   echo "configure: failed program was:" >&5
  3255.   cat conftest.$ac_ext >&5
  3256.   rm -rf conftest*
  3257.   eval "ac_cv_header_$ac_safe=no"
  3258. fi
  3259. rm -f conftest*
  3260. fi
  3261. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3262.   echo "$ac_t""yes" 1>&6
  3263.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3264.   cat >> confdefs.h <<EOF
  3265. #define $ac_tr_hdr 1
  3266. EOF
  3267.  
  3268. else
  3269.   echo "$ac_t""no" 1>&6
  3270. fi
  3271. done
  3272.             for ac_func in sdb_init
  3273. do
  3274. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3275. echo "configure:3706: checking for $ac_func" >&5
  3276. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  3277.   echo $ac_n "(cached) $ac_c" 1>&6
  3278. else
  3279.   cat > conftest.$ac_ext <<EOF
  3280. #line 3711 "configure"
  3281. #include "confdefs.h"
  3282. /* System header to define __stub macros and hopefully few prototypes,
  3283.     which can conflict with char $ac_func(); below.  */
  3284. #include <assert.h>
  3285. /* Override any gcc2 internal prototype to avoid an error.  */
  3286. /* We use char because int might match the return type of a gcc2
  3287.     builtin and then its argument prototype would still apply.  */
  3288. char $ac_func();
  3289. int main() {
  3290. /* The GNU C library defines this for functions which it implements
  3291.     to always fail with ENOSYS.  Some functions are actually named
  3292.     something starting with __ and the normal name is an alias.  */
  3293. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3294. choke me
  3295. #else
  3296. $ac_func();
  3297. #endif
  3298. ; return 0; }
  3299. EOF
  3300. if { (eval echo configure:3734: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3301.   rm -rf conftest*
  3302.   eval "ac_cv_func_$ac_func=yes"
  3303. else
  3304.   echo "configure: failed program was:" >&5
  3305.   cat conftest.$ac_ext >&5
  3306.   rm -rf conftest*
  3307.   eval "ac_cv_func_$ac_func=no"
  3308. fi
  3309. rm -f conftest*
  3310. fi
  3311. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  3312.   echo "$ac_t""yes" 1>&6
  3313.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3314.   cat >> confdefs.h <<EOF
  3315. #define $ac_tr_func 1
  3316. EOF
  3317.  
  3318. else
  3319.   echo "$ac_t""no" 1>&6
  3320. fi
  3321. done
  3322.       cat >> confdefs.h <<EOF
  3323. #define HAVE_SDB 1
  3324. EOF
  3325.       cat >> confdefs.h <<EOF
  3326. #define LIBSDB_VERSION "$sdb_version"
  3327. EOF
  3328.       SDB="yes"
  3329.     fi
  3330.   fi
  3331. else
  3332.   
  3333.   echo "$ac_t""disabled" 1>&6
  3334. fi
  3335. # Check whether --with-dlr or --without-dlr was given.
  3336. if test "${with_dlr+set}" = set; then
  3337.   withval="$with_dlr"
  3338.    
  3339.   nl='
  3340. '
  3341.   echo "${nl}${T_MD}Configuring DLR support ...${T_ME}"
  3342.  
  3343.   echo $ac_n "checking for DLR storage type""... $ac_c" 1>&6
  3344. echo "configure:3788: checking for DLR storage type" >&5
  3345.   echo "$ac_t""$withval" 1>&6
  3346.   case "$withval" in
  3347.   internal)
  3348.     ;;
  3349.   mysql)
  3350.     if test "$MYSQL" != "yes"; then
  3351.       { echo "configure: error: Option --with-dlr=mysql requires MySQL client support" 1>&2; exit 1; }
  3352.     else
  3353.       cat >> confdefs.h <<EOF
  3354. #define DLR_MYSQL 1
  3355. EOF
  3356.     fi
  3357.     ;;
  3358.   sdb)
  3359.     if test "$SDB" != "yes"; then
  3360.       { echo "configure: error: Option --with-dlr=sdb requires SDB support" 1>&2; exit 1; }
  3361.     else
  3362.       cat >> confdefs.h <<EOF
  3363. #define DLR_SDB 1
  3364. EOF
  3365.     fi
  3366.     ;;
  3367.   *) 
  3368.     { echo "configure: error: Unknown DLR storage support!" 1>&2; exit 1; }
  3369.     exit 1 
  3370.     ;;
  3371.   esac
  3372. fi
  3373. # Check whether --with-wtls or --without-wtls was given.
  3374. if test "${with_wtls+set}" = set; then
  3375.   withval="$with_wtls"
  3376.    
  3377.   nl='
  3378. '
  3379.   echo "${nl}${T_MD}Configuring WTLS support ...${T_ME}"
  3380.  
  3381.   echo $ac_n "checking for WTLS library""... $ac_c" 1>&6
  3382. echo "configure:3833: checking for WTLS library" >&5
  3383.   echo "$ac_t""$withval" 1>&6
  3384.   case "$withval" in
  3385.   openssl) 
  3386.   OLDLIBS="$LIBS"
  3387. LIBS="$LIBS -L/usr/local/ssl/lib -lcrypto"
  3388.     echo $ac_n "checking for RSA_new in -lcrypto""... $ac_c" 1>&6
  3389. echo "configure:3840: checking for RSA_new in -lcrypto" >&5
  3390. ac_lib_var=`echo crypto'_'RSA_new | sed 'y%./+-%__p_%'`
  3391. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  3392.   echo $ac_n "(cached) $ac_c" 1>&6
  3393. else
  3394.   ac_save_LIBS="$LIBS"
  3395. LIBS="-lcrypto  $LIBS"
  3396. cat > conftest.$ac_ext <<EOF
  3397. #line 3848 "configure"
  3398. #include "confdefs.h"
  3399. /* Override any gcc2 internal prototype to avoid an error.  */
  3400. /* We use char because int might match the return type of a gcc2
  3401.     builtin and then its argument prototype would still apply.  */
  3402. char RSA_new();
  3403. int main() {
  3404. RSA_new()
  3405. ; return 0; }
  3406. EOF
  3407. if { (eval echo configure:3859: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3408.   rm -rf conftest*
  3409.   eval "ac_cv_lib_$ac_lib_var=yes"
  3410. else
  3411.   echo "configure: failed program was:" >&5
  3412.   cat conftest.$ac_ext >&5
  3413.   rm -rf conftest*
  3414.   eval "ac_cv_lib_$ac_lib_var=no"
  3415. fi
  3416. rm -f conftest*
  3417. LIBS="$ac_save_LIBS"
  3418. fi
  3419. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  3420.   echo "$ac_t""yes" 1>&6
  3421.    for ac_hdr in openssl/objects.h openssl/rc5.h
  3422. do
  3423. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  3424. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  3425. echo "configure:3878: checking for $ac_hdr" >&5
  3426. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  3427.   echo $ac_n "(cached) $ac_c" 1>&6
  3428. else
  3429.   cat > conftest.$ac_ext <<EOF
  3430. #line 3883 "configure"
  3431. #include "confdefs.h"
  3432. #include <$ac_hdr>
  3433. EOF
  3434. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3435. { (eval echo configure:3888: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  3436. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  3437. if test -z "$ac_err"; then
  3438.   rm -rf conftest*
  3439.   eval "ac_cv_header_$ac_safe=yes"
  3440. else
  3441.   echo "$ac_err" >&5
  3442.   echo "configure: failed program was:" >&5
  3443.   cat conftest.$ac_ext >&5
  3444.   rm -rf conftest*
  3445.   eval "ac_cv_header_$ac_safe=no"
  3446. fi
  3447. rm -f conftest*
  3448. fi
  3449. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  3450.   echo "$ac_t""yes" 1>&6
  3451.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  3452.   cat >> confdefs.h <<EOF
  3453. #define $ac_tr_hdr 1
  3454. EOF
  3455.  cat >> confdefs.h <<EOF
  3456. #define HAVE_WTLS_OPENSSL 1
  3457. EOF
  3458. else
  3459.   echo "$ac_t""no" 1>&6
  3460. echo "configure: warning: OpenSSL installation seems to lack RC5 algorithm!" 1>&2
  3461.       
  3462. fi
  3463. done
  3464. else
  3465.   echo "$ac_t""no" 1>&6
  3466. fi
  3467. ;;
  3468.   baltimore) 
  3469.     { echo "configure: error: This WTLS library is yet not supported!" 1>&2; exit 1; }
  3470.     ;;
  3471.   *) 
  3472.     { echo "configure: error: Unknown WTLS libary support!" 1>&2; exit 1; }
  3473.     exit 1 
  3474.     ;;
  3475.   esac
  3476. fi
  3477.   nl='
  3478. '
  3479.   echo "${nl}${T_MD}Generating output files ...${T_ME}"
  3480.  
  3481. trap '' 1 2 15
  3482. cat > confcache <<EOF
  3483. # This file is a shell script that caches the results of configure
  3484. # tests run on this system so they can be shared between configure
  3485. # scripts and configure runs.  It is not useful on other systems.
  3486. # If it contains results you don't want to keep, you may remove or edit it.
  3487. #
  3488. # By default, configure uses ./config.cache as the cache file,
  3489. # creating it if it does not exist already.  You can give configure
  3490. # the --cache-file=FILE option to use a different cache file; that is
  3491. # what configure does when it calls configure scripts in
  3492. # subdirectories, so they share the cache.
  3493. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  3494. # config.status only pays attention to the cache file if you give it the
  3495. # --recheck option to rerun configure.
  3496. #
  3497. EOF
  3498. # The following way of writing the cache mishandles newlines in values,
  3499. # but we know of no workaround that is simple, portable, and efficient.
  3500. # So, don't put newlines in cache variables' values.
  3501. # Ultrix sh set writes to stderr and can't be redirected directly,
  3502. # and sets the high bit in the cache file unless we assign to the vars.
  3503. (set) 2>&1 |
  3504.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  3505.   *ac_space= *)
  3506.     # `set' does not quote correctly, so add quotes (double-quote substitution
  3507.     # turns \\ into \, and sed turns \ into ).
  3508.     sed -n 
  3509.       -e "s/'/'\\''/g" 
  3510.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  3511.     ;;
  3512.   *)
  3513.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  3514.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  3515.     ;;
  3516.   esac >> confcache
  3517. if cmp -s $cache_file confcache; then
  3518.   :
  3519. else
  3520.   if test -w $cache_file; then
  3521.     echo "updating cache $cache_file"
  3522.     cat confcache > $cache_file
  3523.   else
  3524.     echo "not updating unwritable cache $cache_file"
  3525.   fi
  3526. fi
  3527. rm -f confcache
  3528. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  3529. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3530. # Let make expand exec_prefix.
  3531. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3532. # Any assignment to VPATH causes Sun make to only execute
  3533. # the first set of double-colon rules, so remove it if not needed.
  3534. # If there is a colon in the path, we need to keep it.
  3535. if test "x$srcdir" = x.; then
  3536.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  3537. fi
  3538. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3539. DEFS=-DHAVE_CONFIG_H
  3540. # Without the "./", some shells look in PATH for config.status.
  3541. : ${CONFIG_STATUS=./config.status}
  3542. echo creating $CONFIG_STATUS
  3543. rm -f $CONFIG_STATUS
  3544. cat > $CONFIG_STATUS <<EOF
  3545. #! /bin/sh
  3546. # Generated automatically by configure.
  3547. # Run this file to recreate the current configuration.
  3548. # This directory was configured as follows,
  3549. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3550. #
  3551. # $0 $ac_configure_args
  3552. #
  3553. # Compiler output produced by configure, useful for debugging
  3554. # configure, is in ./config.log if it exists.
  3555. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3556. for ac_option
  3557. do
  3558.   case "$ac_option" in
  3559.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3560.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3561.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3562.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3563.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  3564.     exit 0 ;;
  3565.   -help | --help | --hel | --he | --h)
  3566.     echo "$ac_cs_usage"; exit 0 ;;
  3567.   *) echo "$ac_cs_usage"; exit 1 ;;
  3568.   esac
  3569. done
  3570. ac_given_srcdir=$srcdir
  3571. ac_given_INSTALL="$INSTALL"
  3572. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3573. EOF
  3574. cat >> $CONFIG_STATUS <<EOF
  3575. # Protect against being on the right side of a sed subst in config.status.
  3576. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  3577.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  3578. $ac_vpsub
  3579. $extrasub
  3580. s%@SHELL@%$SHELL%g
  3581. s%@CFLAGS@%$CFLAGS%g
  3582. s%@CPPFLAGS@%$CPPFLAGS%g
  3583. s%@CXXFLAGS@%$CXXFLAGS%g
  3584. s%@FFLAGS@%$FFLAGS%g
  3585. s%@DEFS@%$DEFS%g
  3586. s%@LDFLAGS@%$LDFLAGS%g
  3587. s%@LIBS@%$LIBS%g
  3588. s%@exec_prefix@%$exec_prefix%g
  3589. s%@prefix@%$prefix%g
  3590. s%@program_transform_name@%$program_transform_name%g
  3591. s%@bindir@%$bindir%g
  3592. s%@sbindir@%$sbindir%g
  3593. s%@libexecdir@%$libexecdir%g
  3594. s%@datadir@%$datadir%g
  3595. s%@sysconfdir@%$sysconfdir%g
  3596. s%@sharedstatedir@%$sharedstatedir%g
  3597. s%@localstatedir@%$localstatedir%g
  3598. s%@libdir@%$libdir%g
  3599. s%@includedir@%$includedir%g
  3600. s%@oldincludedir@%$oldincludedir%g
  3601. s%@infodir@%$infodir%g
  3602. s%@mandir@%$mandir%g
  3603. s%@VERSION@%$VERSION%g
  3604. s%@PKGADD_PKG@%$PKGADD_PKG%g
  3605. s%@PKGADD_NAME@%$PKGADD_NAME%g
  3606. s%@PKGADD_VENDOR@%$PKGADD_VENDOR%g
  3607. s%@docdir@%$docdir%g
  3608. s%@host@%$host%g
  3609. s%@host_alias@%$host_alias%g
  3610. s%@host_cpu@%$host_cpu%g
  3611. s%@host_vendor@%$host_vendor%g
  3612. s%@host_os@%$host_os%g
  3613. s%@EXE_EXT@%$EXE_EXT%g
  3614. s%@LIBTOOL@%$LIBTOOL%g
  3615. s%@CC@%$CC%g
  3616. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3617. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  3618. s%@INSTALL_DATA@%$INSTALL_DATA%g
  3619. s%@RANLIB@%$RANLIB%g
  3620. s%@YACC@%$YACC%g
  3621. s%@LEX@%$LEX%g
  3622. s%@LEXLIB@%$LEXLIB%g
  3623. s%@CONVERT@%$CONVERT%g
  3624. s%@PERL@%$PERL%g
  3625. s%@CPP@%$CPP%g
  3626. s%@LIBOBJS@%$LIBOBJS%g
  3627. s%@XML_CONFIG@%$XML_CONFIG%g
  3628. s%@JADE@%$JADE%g
  3629. s%@JADETEX@%$JADETEX%g
  3630. s%@PDFJADETEX@%$PDFJADETEX%g
  3631. s%@DVIPS@%$DVIPS%g
  3632. s%@FIG2DEV@%$FIG2DEV%g
  3633. s%@HTML_DSL@%$HTML_DSL%g
  3634. s%@TEX_DSL@%$TEX_DSL%g
  3635. s%@DOCSTARGET@%$DOCSTARGET%g
  3636. s%@DOCDRAFTS@%$DOCDRAFTS%g
  3637. s%@SUFFIX@%$SUFFIX%g
  3638. s%@STARTSTOPDAEMONSRC@%$STARTSTOPDAEMONSRC%g
  3639. s%@OPENSSL@%$OPENSSL%g
  3640. s%@MYSQL_CONFIG@%$MYSQL_CONFIG%g
  3641. s%@SDB_CONFIG@%$SDB_CONFIG%g
  3642. CEOF
  3643. EOF
  3644. cat >> $CONFIG_STATUS <<EOF
  3645. # Split the substitutions into bite-sized pieces for seds with
  3646. # small command number limits, like on Digital OSF/1 and HP-UX.
  3647. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  3648. ac_file=1 # Number of current file.
  3649. ac_beg=1 # First line for current file.
  3650. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  3651. ac_more_lines=:
  3652. ac_sed_cmds=""
  3653. while $ac_more_lines; do
  3654.   if test $ac_beg -gt 1; then
  3655.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  3656.   else
  3657.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  3658.   fi
  3659.   if test ! -s conftest.s$ac_file; then
  3660.     ac_more_lines=false
  3661.     rm -f conftest.s$ac_file
  3662.   else
  3663.     if test -z "$ac_sed_cmds"; then
  3664.       ac_sed_cmds="sed -f conftest.s$ac_file"
  3665.     else
  3666.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  3667.     fi
  3668.     ac_file=`expr $ac_file + 1`
  3669.     ac_beg=$ac_end
  3670.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  3671.   fi
  3672. done
  3673. if test -z "$ac_sed_cmds"; then
  3674.   ac_sed_cmds=cat
  3675. fi
  3676. EOF
  3677. cat >> $CONFIG_STATUS <<EOF
  3678. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  3679. EOF
  3680. cat >> $CONFIG_STATUS <<EOF
  3681. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3682.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3683.   case "$ac_file" in
  3684.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3685.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3686.   *) ac_file_in="${ac_file}.in" ;;
  3687.   esac
  3688.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  3689.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3690.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3691.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3692.     # The file is in a subdirectory.
  3693.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3694.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  3695.     # A "../" for each directory in $ac_dir_suffix.
  3696.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3697.   else
  3698.     ac_dir_suffix= ac_dots=
  3699.   fi
  3700.   case "$ac_given_srcdir" in
  3701.   .)  srcdir=.
  3702.       if test -z "$ac_dots"; then top_srcdir=.
  3703.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3704.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3705.   *) # Relative path.
  3706.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3707.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3708.   esac
  3709.   case "$ac_given_INSTALL" in
  3710.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3711.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3712.   esac
  3713.   echo creating "$ac_file"
  3714.   rm -f "$ac_file"
  3715.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3716.   case "$ac_file" in
  3717.   *Makefile*) ac_comsub="1i\
  3718. # $configure_input" ;;
  3719.   *) ac_comsub= ;;
  3720.   esac
  3721.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3722.   sed -e "$ac_comsub
  3723. s%@configure_input@%$configure_input%g
  3724. s%@srcdir@%$srcdir%g
  3725. s%@top_srcdir@%$top_srcdir%g
  3726. s%@INSTALL@%$INSTALL%g
  3727. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  3728. fi; done
  3729. rm -f conftest.s*
  3730. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3731. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3732. #
  3733. # ac_d sets the value in "#define NAME VALUE" lines.
  3734. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  3735. ac_dB='([  ][  ]*)[^  ]*%1#2'
  3736. ac_dC='3'
  3737. ac_dD='%g'
  3738. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  3739. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3740. ac_uB='([  ])%1#2define3'
  3741. ac_uC=' '
  3742. ac_uD='4%g'
  3743. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3744. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3745. ac_eB='$%1#2define3'
  3746. ac_eC=' '
  3747. ac_eD='%g'
  3748. if test "${CONFIG_HEADERS+set}" != set; then
  3749. EOF
  3750. cat >> $CONFIG_STATUS <<EOF
  3751.   CONFIG_HEADERS="config.h"
  3752. EOF
  3753. cat >> $CONFIG_STATUS <<EOF
  3754. fi
  3755. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  3756.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3757.   case "$ac_file" in
  3758.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3759.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3760.   *) ac_file_in="${ac_file}.in" ;;
  3761.   esac
  3762.   echo creating $ac_file
  3763.   rm -f conftest.frag conftest.in conftest.out
  3764.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3765.   cat $ac_file_inputs > conftest.in
  3766. EOF
  3767. # Transform confdefs.h into a sed script conftest.vals that substitutes
  3768. # the proper values into config.h.in to produce config.h.  And first:
  3769. # Protect against being on the right side of a sed subst in config.status.
  3770. # Protect against being in an unquoted here document in config.status.
  3771. rm -f conftest.vals
  3772. cat > conftest.hdr <<EOF
  3773. s/[\&%]/\&/g
  3774. s%[\$`]%\&%g
  3775. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  3776. s%ac_d%ac_u%gp
  3777. s%ac_u%ac_e%gp
  3778. EOF
  3779. sed -n -f conftest.hdr confdefs.h > conftest.vals
  3780. rm -f conftest.hdr
  3781. # This sed command replaces #undef with comments.  This is necessary, for
  3782. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3783. # on some systems where configure will not decide to define it.
  3784. cat >> conftest.vals <<EOF
  3785. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  3786. EOF
  3787. # Break up conftest.vals because some shells have a limit on
  3788. # the size of here documents, and old seds have small limits too.
  3789. rm -f conftest.tail
  3790. while :
  3791. do
  3792.   ac_lines=`grep -c . conftest.vals`
  3793.   # grep -c gives empty output for an empty file on some AIX systems.
  3794.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3795.   # Write a limited-size here document to conftest.frag.
  3796.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3797.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3798.   echo 'CEOF
  3799.   sed -f conftest.frag conftest.in > conftest.out
  3800.   rm -f conftest.in
  3801.   mv conftest.out conftest.in
  3802. ' >> $CONFIG_STATUS
  3803.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3804.   rm -f conftest.vals
  3805.   mv conftest.tail conftest.vals
  3806. done
  3807. rm -f conftest.vals
  3808. cat >> $CONFIG_STATUS <<EOF
  3809.   rm -f conftest.frag conftest.h
  3810.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3811.   cat conftest.in >> conftest.h
  3812.   rm -f conftest.in
  3813.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3814.     echo "$ac_file is unchanged"
  3815.     rm -f conftest.h
  3816.   else
  3817.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3818.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3819.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3820.       # The file is in a subdirectory.
  3821.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3822.     fi
  3823.     rm -f $ac_file
  3824.     mv conftest.h $ac_file
  3825.   fi
  3826. fi; done
  3827. EOF
  3828. cat >> $CONFIG_STATUS <<EOF
  3829. EOF
  3830. cat >> $CONFIG_STATUS <<EOF
  3831. exit 0
  3832. EOF
  3833. chmod +x $CONFIG_STATUS
  3834. rm -fr confdefs* $ac_clean_files
  3835. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1