configure
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:109k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

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