configure
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:54k
源码类别:

词法分析

开发平台:

Visual C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. # Initialize some variables set by options.
  13. # The variables have the same names as the options, with
  14. # dashes changed to underlines.
  15. build=NONE
  16. cache_file=./config.cache
  17. exec_prefix=NONE
  18. host=NONE
  19. no_create=
  20. nonopt=NONE
  21. no_recursion=
  22. prefix=NONE
  23. program_prefix=NONE
  24. program_suffix=NONE
  25. program_transform_name=s,x,x,
  26. silent=
  27. site=
  28. srcdir=
  29. target=NONE
  30. verbose=
  31. x_includes=NONE
  32. x_libraries=NONE
  33. bindir='${exec_prefix}/bin'
  34. sbindir='${exec_prefix}/sbin'
  35. libexecdir='${exec_prefix}/libexec'
  36. datadir='${prefix}/share'
  37. sysconfdir='${prefix}/etc'
  38. sharedstatedir='${prefix}/com'
  39. localstatedir='${prefix}/var'
  40. libdir='${exec_prefix}/lib'
  41. includedir='${prefix}/include'
  42. oldincludedir='/usr/include'
  43. infodir='${prefix}/info'
  44. mandir='${prefix}/man'
  45. # Initialize some other variables.
  46. subdirs=
  47. MFLAGS= MAKEFLAGS=
  48. SHELL=${CONFIG_SHELL-/bin/sh}
  49. # Maximum number of lines to put in a shell here document.
  50. ac_max_here_lines=12
  51. ac_prev=
  52. for ac_option
  53. do
  54.   # If the previous option needs an argument, assign it.
  55.   if test -n "$ac_prev"; then
  56.     eval "$ac_prev=$ac_option"
  57.     ac_prev=
  58.     continue
  59.   fi
  60.   case "$ac_option" in
  61.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  62.   *) ac_optarg= ;;
  63.   esac
  64.   # Accept the important Cygnus configure options, so we can diagnose typos.
  65.   case "$ac_option" in
  66.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  67.     ac_prev=bindir ;;
  68.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  69.     bindir="$ac_optarg" ;;
  70.   -build | --build | --buil | --bui | --bu)
  71.     ac_prev=build ;;
  72.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  73.     build="$ac_optarg" ;;
  74.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  75.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  76.     ac_prev=cache_file ;;
  77.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  78.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  79.     cache_file="$ac_optarg" ;;
  80.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  81.     ac_prev=datadir ;;
  82.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  83.   | --da=*)
  84.     datadir="$ac_optarg" ;;
  85.   -disable-* | --disable-*)
  86.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  87.     # Reject names that are not valid shell variable names.
  88.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  89.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  90.     fi
  91.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  92.     eval "enable_${ac_feature}=no" ;;
  93.   -enable-* | --enable-*)
  94.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  95.     # Reject names that are not valid shell variable names.
  96.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  97.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  98.     fi
  99.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  100.     case "$ac_option" in
  101.       *=*) ;;
  102.       *) ac_optarg=yes ;;
  103.     esac
  104.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  105.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  106.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  107.   | --exec | --exe | --ex)
  108.     ac_prev=exec_prefix ;;
  109.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  110.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  111.   | --exec=* | --exe=* | --ex=*)
  112.     exec_prefix="$ac_optarg" ;;
  113.   -gas | --gas | --ga | --g)
  114.     # Obsolete; use --with-gas.
  115.     with_gas=yes ;;
  116.   -help | --help | --hel | --he)
  117.     # Omit some internal or obsolete options to make the list less imposing.
  118.     # This message is too long to be a string in the A/UX 3.1 sh.
  119.     cat << EOF
  120. Usage: configure [options] [host]
  121. Options: [defaults in brackets after descriptions]
  122. Configuration:
  123.   --cache-file=FILE       cache test results in FILE
  124.   --help                  print this message
  125.   --no-create             do not create output files
  126.   --quiet, --silent       do not print `checking...' messages
  127.   --version               print the version of autoconf that created configure
  128. Directory and file names:
  129.   --prefix=PREFIX         install architecture-independent files in PREFIX
  130.                           [$ac_default_prefix]
  131.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  132.                           [same as prefix]
  133.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  134.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  135.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  136.   --datadir=DIR           read-only architecture-independent data in DIR
  137.                           [PREFIX/share]
  138.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  139.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  140.                           [PREFIX/com]
  141.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  142.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  143.   --includedir=DIR        C header files in DIR [PREFIX/include]
  144.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  145.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  146.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  147.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  148.   --program-prefix=PREFIX prepend PREFIX to installed program names
  149.   --program-suffix=SUFFIX append SUFFIX to installed program names
  150.   --program-transform-name=PROGRAM
  151.                           run sed PROGRAM on installed program names
  152. EOF
  153.     cat << EOF
  154. Host type:
  155.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  156.   --host=HOST             configure for HOST [guessed]
  157.   --target=TARGET         configure for TARGET [TARGET=HOST]
  158. Features and packages:
  159.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  160.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  161.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  162.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  163.   --x-includes=DIR        X include files are in DIR
  164.   --x-libraries=DIR       X library files are in DIR
  165. EOF
  166.     if test -n "$ac_help"; then
  167.       echo "--enable and --with options recognized:$ac_help"
  168.     fi
  169.     exit 0 ;;
  170.   -host | --host | --hos | --ho)
  171.     ac_prev=host ;;
  172.   -host=* | --host=* | --hos=* | --ho=*)
  173.     host="$ac_optarg" ;;
  174.   -includedir | --includedir | --includedi | --included | --include 
  175.   | --includ | --inclu | --incl | --inc)
  176.     ac_prev=includedir ;;
  177.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  178.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  179.     includedir="$ac_optarg" ;;
  180.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  181.     ac_prev=infodir ;;
  182.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  183.     infodir="$ac_optarg" ;;
  184.   -libdir | --libdir | --libdi | --libd)
  185.     ac_prev=libdir ;;
  186.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  187.     libdir="$ac_optarg" ;;
  188.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  189.   | --libexe | --libex | --libe)
  190.     ac_prev=libexecdir ;;
  191.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  192.   | --libexe=* | --libex=* | --libe=*)
  193.     libexecdir="$ac_optarg" ;;
  194.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  195.   | --localstate | --localstat | --localsta | --localst 
  196.   | --locals | --local | --loca | --loc | --lo)
  197.     ac_prev=localstatedir ;;
  198.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  199.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  200.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  201.     localstatedir="$ac_optarg" ;;
  202.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  203.     ac_prev=mandir ;;
  204.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  205.     mandir="$ac_optarg" ;;
  206.   -nfp | --nfp | --nf)
  207.     # Obsolete; use --without-fp.
  208.     with_fp=no ;;
  209.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  210.   | --no-cr | --no-c)
  211.     no_create=yes ;;
  212.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  213.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  214.     no_recursion=yes ;;
  215.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  216.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  217.   | --oldin | --oldi | --old | --ol | --o)
  218.     ac_prev=oldincludedir ;;
  219.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  220.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  221.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  222.     oldincludedir="$ac_optarg" ;;
  223.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  224.     ac_prev=prefix ;;
  225.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  226.     prefix="$ac_optarg" ;;
  227.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  228.   | --program-pre | --program-pr | --program-p)
  229.     ac_prev=program_prefix ;;
  230.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  231.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  232.     program_prefix="$ac_optarg" ;;
  233.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  234.   | --program-suf | --program-su | --program-s)
  235.     ac_prev=program_suffix ;;
  236.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  237.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  238.     program_suffix="$ac_optarg" ;;
  239.   -program-transform-name | --program-transform-name 
  240.   | --program-transform-nam | --program-transform-na 
  241.   | --program-transform-n | --program-transform- 
  242.   | --program-transform | --program-transfor 
  243.   | --program-transfo | --program-transf 
  244.   | --program-trans | --program-tran 
  245.   | --progr-tra | --program-tr | --program-t)
  246.     ac_prev=program_transform_name ;;
  247.   -program-transform-name=* | --program-transform-name=* 
  248.   | --program-transform-nam=* | --program-transform-na=* 
  249.   | --program-transform-n=* | --program-transform-=* 
  250.   | --program-transform=* | --program-transfor=* 
  251.   | --program-transfo=* | --program-transf=* 
  252.   | --program-trans=* | --program-tran=* 
  253.   | --progr-tra=* | --program-tr=* | --program-t=*)
  254.     program_transform_name="$ac_optarg" ;;
  255.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  256.   | -silent | --silent | --silen | --sile | --sil)
  257.     silent=yes ;;
  258.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  259.     ac_prev=sbindir ;;
  260.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  261.   | --sbi=* | --sb=*)
  262.     sbindir="$ac_optarg" ;;
  263.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  264.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  265.   | --sharedst | --shareds | --shared | --share | --shar 
  266.   | --sha | --sh)
  267.     ac_prev=sharedstatedir ;;
  268.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  269.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  270.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  271.   | --sha=* | --sh=*)
  272.     sharedstatedir="$ac_optarg" ;;
  273.   -site | --site | --sit)
  274.     ac_prev=site ;;
  275.   -site=* | --site=* | --sit=*)
  276.     site="$ac_optarg" ;;
  277.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  278.     ac_prev=srcdir ;;
  279.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  280.     srcdir="$ac_optarg" ;;
  281.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  282.   | --syscon | --sysco | --sysc | --sys | --sy)
  283.     ac_prev=sysconfdir ;;
  284.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  285.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  286.     sysconfdir="$ac_optarg" ;;
  287.   -target | --target | --targe | --targ | --tar | --ta | --t)
  288.     ac_prev=target ;;
  289.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  290.     target="$ac_optarg" ;;
  291.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  292.     verbose=yes ;;
  293.   -version | --version | --versio | --versi | --vers)
  294.     echo "configure generated by autoconf version 2.13"
  295.     exit 0 ;;
  296.   -with-* | --with-*)
  297.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  298.     # Reject names that are not valid shell variable names.
  299.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  300.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  301.     fi
  302.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  303.     case "$ac_option" in
  304.       *=*) ;;
  305.       *) ac_optarg=yes ;;
  306.     esac
  307.     eval "with_${ac_package}='$ac_optarg'" ;;
  308.   -without-* | --without-*)
  309.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  310.     # Reject names that are not valid shell variable names.
  311.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  312.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  313.     fi
  314.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  315.     eval "with_${ac_package}=no" ;;
  316.   --x)
  317.     # Obsolete; use --with-x.
  318.     with_x=yes ;;
  319.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  320.   | --x-incl | --x-inc | --x-in | --x-i)
  321.     ac_prev=x_includes ;;
  322.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  323.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  324.     x_includes="$ac_optarg" ;;
  325.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  326.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  327.     ac_prev=x_libraries ;;
  328.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  329.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  330.     x_libraries="$ac_optarg" ;;
  331.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  332.     ;;
  333.   *)
  334.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  335.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  336.     fi
  337.     if test "x$nonopt" != xNONE; then
  338.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  339.     fi
  340.     nonopt="$ac_option"
  341.     ;;
  342.   esac
  343. done
  344. if test -n "$ac_prev"; then
  345.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  346. fi
  347. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  348. # File descriptor usage:
  349. # 0 standard input
  350. # 1 file creation
  351. # 2 errors and warnings
  352. # 3 some systems may open it to /dev/tty
  353. # 4 used on the Kubota Titan
  354. # 6 checking for... messages and results
  355. # 5 compiler messages saved in config.log
  356. if test "$silent" = yes; then
  357.   exec 6>/dev/null
  358. else
  359.   exec 6>&1
  360. fi
  361. exec 5>./config.log
  362. echo "
  363. This file contains any messages produced by compilers while
  364. running configure, to aid debugging if configure makes a mistake.
  365. " 1>&5
  366. # Strip out --no-create and --no-recursion so they do not pile up.
  367. # Also quote any args containing shell metacharacters.
  368. ac_configure_args=
  369. for ac_arg
  370. do
  371.   case "$ac_arg" in
  372.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  373.   | --no-cr | --no-c) ;;
  374.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  375.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  376.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  377.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  378.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  379.   esac
  380. done
  381. # NLS nuisances.
  382. # Only set these to C if already set.  These must not be set unconditionally
  383. # because not all systems understand e.g. LANG=C (notably SCO).
  384. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  385. # Non-C LC_CTYPE values break the ctype check.
  386. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  387. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  388. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  389. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  390. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  391. rm -rf conftest* confdefs.h
  392. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  393. echo > confdefs.h
  394. # A filename unique to this package, relative to the directory that
  395. # configure is in, which we can look for to find out if srcdir is correct.
  396. ac_unique_file=SAXCount/SAXCount.hpp
  397. # Find the source files, if location was not specified.
  398. if test -z "$srcdir"; then
  399.   ac_srcdir_defaulted=yes
  400.   # Try the directory containing this script, then its parent.
  401.   ac_prog=$0
  402.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  403.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  404.   srcdir=$ac_confdir
  405.   if test ! -r $srcdir/$ac_unique_file; then
  406.     srcdir=..
  407.   fi
  408. else
  409.   ac_srcdir_defaulted=no
  410. fi
  411. if test ! -r $srcdir/$ac_unique_file; then
  412.   if test "$ac_srcdir_defaulted" = yes; then
  413.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  414.   else
  415.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  416.   fi
  417. fi
  418. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  419. # Prefer explicitly selected file to automatically selected ones.
  420. if test -z "$CONFIG_SITE"; then
  421.   if test "x$prefix" != xNONE; then
  422.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  423.   else
  424.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  425.   fi
  426. fi
  427. for ac_site_file in $CONFIG_SITE; do
  428.   if test -r "$ac_site_file"; then
  429.     echo "loading site script $ac_site_file"
  430.     . "$ac_site_file"
  431.   fi
  432. done
  433. if test -r "$cache_file"; then
  434.   echo "loading cache $cache_file"
  435.   . $cache_file
  436. else
  437.   echo "creating cache $cache_file"
  438.   > $cache_file
  439. fi
  440. ac_ext=c
  441. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  442. ac_cpp='$CPP $CPPFLAGS'
  443. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  444. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  445. cross_compiling=$ac_cv_prog_cc_cross
  446. ac_exeext=
  447. ac_objext=o
  448. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  449.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  450.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  451.     ac_n= ac_c='
  452. ' ac_t=' '
  453.   else
  454.     ac_n=-n ac_c= ac_t=
  455.   fi
  456. else
  457.   ac_n= ac_c='c' ac_t=
  458. fi
  459. # Extract the first word of "gcc", so it can be a program name with args.
  460. set dummy gcc; ac_word=$2
  461. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  462. echo "configure:529: checking for $ac_word" >&5
  463. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  464.   echo $ac_n "(cached) $ac_c" 1>&6
  465. else
  466.   if test -n "$CC"; then
  467.   ac_cv_prog_CC="$CC" # Let the user override the test.
  468. else
  469.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  470.   ac_dummy="$PATH"
  471.   for ac_dir in $ac_dummy; do
  472.     test -z "$ac_dir" && ac_dir=.
  473.     if test -f $ac_dir/$ac_word; then
  474.       ac_cv_prog_CC="gcc"
  475.       break
  476.     fi
  477.   done
  478.   IFS="$ac_save_ifs"
  479. fi
  480. fi
  481. CC="$ac_cv_prog_CC"
  482. if test -n "$CC"; then
  483.   echo "$ac_t""$CC" 1>&6
  484. else
  485.   echo "$ac_t""no" 1>&6
  486. fi
  487. if test -z "$CC"; then
  488.   # Extract the first word of "cc", so it can be a program name with args.
  489. set dummy cc; ac_word=$2
  490. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  491. echo "configure:559: checking for $ac_word" >&5
  492. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  493.   echo $ac_n "(cached) $ac_c" 1>&6
  494. else
  495.   if test -n "$CC"; then
  496.   ac_cv_prog_CC="$CC" # Let the user override the test.
  497. else
  498.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  499.   ac_prog_rejected=no
  500.   ac_dummy="$PATH"
  501.   for ac_dir in $ac_dummy; do
  502.     test -z "$ac_dir" && ac_dir=.
  503.     if test -f $ac_dir/$ac_word; then
  504.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  505.         ac_prog_rejected=yes
  506. continue
  507.       fi
  508.       ac_cv_prog_CC="cc"
  509.       break
  510.     fi
  511.   done
  512.   IFS="$ac_save_ifs"
  513. if test $ac_prog_rejected = yes; then
  514.   # We found a bogon in the path, so make sure we never use it.
  515.   set dummy $ac_cv_prog_CC
  516.   shift
  517.   if test $# -gt 0; then
  518.     # We chose a different compiler from the bogus one.
  519.     # However, it has the same basename, so the bogon will be chosen
  520.     # first if we set CC to just the basename; use the full file name.
  521.     shift
  522.     set dummy "$ac_dir/$ac_word" "$@"
  523.     shift
  524.     ac_cv_prog_CC="$@"
  525.   fi
  526. fi
  527. fi
  528. fi
  529. CC="$ac_cv_prog_CC"
  530. if test -n "$CC"; then
  531.   echo "$ac_t""$CC" 1>&6
  532. else
  533.   echo "$ac_t""no" 1>&6
  534. fi
  535.   if test -z "$CC"; then
  536.     case "`uname -s`" in
  537.     *win32* | *WIN32*)
  538.       # Extract the first word of "cl", so it can be a program name with args.
  539. set dummy cl; ac_word=$2
  540. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  541. echo "configure:610: checking for $ac_word" >&5
  542. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  543.   echo $ac_n "(cached) $ac_c" 1>&6
  544. else
  545.   if test -n "$CC"; then
  546.   ac_cv_prog_CC="$CC" # Let the user override the test.
  547. else
  548.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  549.   ac_dummy="$PATH"
  550.   for ac_dir in $ac_dummy; do
  551.     test -z "$ac_dir" && ac_dir=.
  552.     if test -f $ac_dir/$ac_word; then
  553.       ac_cv_prog_CC="cl"
  554.       break
  555.     fi
  556.   done
  557.   IFS="$ac_save_ifs"
  558. fi
  559. fi
  560. CC="$ac_cv_prog_CC"
  561. if test -n "$CC"; then
  562.   echo "$ac_t""$CC" 1>&6
  563. else
  564.   echo "$ac_t""no" 1>&6
  565. fi
  566.  ;;
  567.     esac
  568.   fi
  569.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  570. fi
  571. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  572. echo "configure:642: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  573. ac_ext=c
  574. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  575. ac_cpp='$CPP $CPPFLAGS'
  576. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  577. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  578. cross_compiling=$ac_cv_prog_cc_cross
  579. cat > conftest.$ac_ext << EOF
  580. #line 653 "configure"
  581. #include "confdefs.h"
  582. main(){return(0);}
  583. EOF
  584. if { (eval echo configure:658: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  585.   ac_cv_prog_cc_works=yes
  586.   # If we can't run a trivial program, we are probably using a cross compiler.
  587.   if (./conftest; exit) 2>/dev/null; then
  588.     ac_cv_prog_cc_cross=no
  589.   else
  590.     ac_cv_prog_cc_cross=yes
  591.   fi
  592. else
  593.   echo "configure: failed program was:" >&5
  594.   cat conftest.$ac_ext >&5
  595.   ac_cv_prog_cc_works=no
  596. fi
  597. rm -fr conftest*
  598. ac_ext=c
  599. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  600. ac_cpp='$CPP $CPPFLAGS'
  601. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  602. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  603. cross_compiling=$ac_cv_prog_cc_cross
  604. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  605. if test $ac_cv_prog_cc_works = no; then
  606.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  607. fi
  608. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  609. echo "configure:684: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  610. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  611. cross_compiling=$ac_cv_prog_cc_cross
  612. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  613. echo "configure:689: checking whether we are using GNU C" >&5
  614. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  615.   echo $ac_n "(cached) $ac_c" 1>&6
  616. else
  617.   cat > conftest.c <<EOF
  618. #ifdef __GNUC__
  619.   yes;
  620. #endif
  621. EOF
  622. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:698: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  623.   ac_cv_prog_gcc=yes
  624. else
  625.   ac_cv_prog_gcc=no
  626. fi
  627. fi
  628. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  629. if test $ac_cv_prog_gcc = yes; then
  630.   GCC=yes
  631. else
  632.   GCC=
  633. fi
  634. ac_test_CFLAGS="${CFLAGS+set}"
  635. ac_save_CFLAGS="$CFLAGS"
  636. CFLAGS=
  637. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  638. echo "configure:717: checking whether ${CC-cc} accepts -g" >&5
  639. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  640.   echo $ac_n "(cached) $ac_c" 1>&6
  641. else
  642.   echo 'void f(){}' > conftest.c
  643. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  644.   ac_cv_prog_cc_g=yes
  645. else
  646.   ac_cv_prog_cc_g=no
  647. fi
  648. rm -f conftest*
  649. fi
  650. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  651. if test "$ac_test_CFLAGS" = set; then
  652.   CFLAGS="$ac_save_CFLAGS"
  653. elif test $ac_cv_prog_cc_g = yes; then
  654.   if test "$GCC" = yes; then
  655.     CFLAGS="-g -O2"
  656.   else
  657.     CFLAGS="-g"
  658.   fi
  659. else
  660.   if test "$GCC" = yes; then
  661.     CFLAGS="-O2"
  662.   else
  663.     CFLAGS=
  664.   fi
  665. fi
  666. for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
  667. do
  668. # Extract the first word of "$ac_prog", so it can be a program name with args.
  669. set dummy $ac_prog; ac_word=$2
  670. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  671. echo "configure:753: checking for $ac_word" >&5
  672. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  673.   echo $ac_n "(cached) $ac_c" 1>&6
  674. else
  675.   if test -n "$CXX"; then
  676.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  677. else
  678.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  679.   ac_dummy="$PATH"
  680.   for ac_dir in $ac_dummy; do
  681.     test -z "$ac_dir" && ac_dir=.
  682.     if test -f $ac_dir/$ac_word; then
  683.       ac_cv_prog_CXX="$ac_prog"
  684.       break
  685.     fi
  686.   done
  687.   IFS="$ac_save_ifs"
  688. fi
  689. fi
  690. CXX="$ac_cv_prog_CXX"
  691. if test -n "$CXX"; then
  692.   echo "$ac_t""$CXX" 1>&6
  693. else
  694.   echo "$ac_t""no" 1>&6
  695. fi
  696. test -n "$CXX" && break
  697. done
  698. test -n "$CXX" || CXX="gcc"
  699. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  700. echo "configure:785: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
  701. ac_ext=C
  702. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  703. ac_cpp='$CXXCPP $CPPFLAGS'
  704. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  705. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  706. cross_compiling=$ac_cv_prog_cxx_cross
  707. cat > conftest.$ac_ext << EOF
  708. #line 796 "configure"
  709. #include "confdefs.h"
  710. int main(){return(0);}
  711. EOF
  712. if { (eval echo configure:801: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  713.   ac_cv_prog_cxx_works=yes
  714.   # If we can't run a trivial program, we are probably using a cross compiler.
  715.   if (./conftest; exit) 2>/dev/null; then
  716.     ac_cv_prog_cxx_cross=no
  717.   else
  718.     ac_cv_prog_cxx_cross=yes
  719.   fi
  720. else
  721.   echo "configure: failed program was:" >&5
  722.   cat conftest.$ac_ext >&5
  723.   ac_cv_prog_cxx_works=no
  724. fi
  725. rm -fr conftest*
  726. ac_ext=c
  727. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  728. ac_cpp='$CPP $CPPFLAGS'
  729. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  730. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  731. cross_compiling=$ac_cv_prog_cc_cross
  732. echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
  733. if test $ac_cv_prog_cxx_works = no; then
  734.   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
  735. fi
  736. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  737. echo "configure:827: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
  738. echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
  739. cross_compiling=$ac_cv_prog_cxx_cross
  740. echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  741. echo "configure:832: checking whether we are using GNU C++" >&5
  742. if eval "test "`echo '$''{'ac_cv_prog_gxx'+set}'`" = set"; then
  743.   echo $ac_n "(cached) $ac_c" 1>&6
  744. else
  745.   cat > conftest.C <<EOF
  746. #ifdef __GNUC__
  747.   yes;
  748. #endif
  749. EOF
  750. if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:841: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  751.   ac_cv_prog_gxx=yes
  752. else
  753.   ac_cv_prog_gxx=no
  754. fi
  755. fi
  756. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  757. if test $ac_cv_prog_gxx = yes; then
  758.   GXX=yes
  759. else
  760.   GXX=
  761. fi
  762. ac_test_CXXFLAGS="${CXXFLAGS+set}"
  763. ac_save_CXXFLAGS="$CXXFLAGS"
  764. CXXFLAGS=
  765. echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  766. echo "configure:860: checking whether ${CXX-g++} accepts -g" >&5
  767. if eval "test "`echo '$''{'ac_cv_prog_cxx_g'+set}'`" = set"; then
  768.   echo $ac_n "(cached) $ac_c" 1>&6
  769. else
  770.   echo 'void f(){}' > conftest.cc
  771. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  772.   ac_cv_prog_cxx_g=yes
  773. else
  774.   ac_cv_prog_cxx_g=no
  775. fi
  776. rm -f conftest*
  777. fi
  778. echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
  779. if test "$ac_test_CXXFLAGS" = set; then
  780.   CXXFLAGS="$ac_save_CXXFLAGS"
  781. elif test $ac_cv_prog_cxx_g = yes; then
  782.   if test "$GXX" = yes; then
  783.     CXXFLAGS="-g -O2"
  784.   else
  785.     CXXFLAGS="-g"
  786.   fi
  787. else
  788.   if test "$GXX" = yes; then
  789.     CXXFLAGS="-O2"
  790.   else
  791.     CXXFLAGS=
  792.   fi
  793. fi
  794. for ac_declaration in 
  795.    ''
  796.    '#include <stdlib.h>' 
  797.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  798.    'extern "C" void std::exit (int); using std::exit;' 
  799.    'extern "C" void exit (int) throw ();' 
  800.    'extern "C" void exit (int);' 
  801.    'void exit (int);'
  802. do
  803.   cat > conftest.$ac_ext <<EOF
  804. #line 901 "configure"
  805. #include "confdefs.h"
  806. #include <stdlib.h>
  807. $ac_declaration
  808. int main() {
  809. exit (42);
  810. ; return 0; }
  811. EOF
  812. if { (eval echo configure:909: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  813.   :
  814. else
  815.   echo "configure: failed program was:" >&5
  816.   cat conftest.$ac_ext >&5
  817.   rm -rf conftest*
  818.   continue
  819. fi
  820. rm -f conftest*
  821.   cat > conftest.$ac_ext <<EOF
  822. #line 919 "configure"
  823. #include "confdefs.h"
  824. $ac_declaration
  825. int main() {
  826. exit (42);
  827. ; return 0; }
  828. EOF
  829. if { (eval echo configure:926: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  830.   rm -rf conftest*
  831.   break
  832. else
  833.   echo "configure: failed program was:" >&5
  834.   cat conftest.$ac_ext >&5
  835. fi
  836. rm -f conftest*
  837. done
  838. if test -n "$ac_declaration"; then
  839.   echo '#ifdef __cplusplus' >>confdefs.h
  840.   echo $ac_declaration      >>confdefs.h
  841.   echo '#endif'             >>confdefs.h
  842. fi
  843. ac_aux_dir=
  844. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  845.   if test -f $ac_dir/install-sh; then
  846.     ac_aux_dir=$ac_dir
  847.     ac_install_sh="$ac_aux_dir/install-sh -c"
  848.     break
  849.   elif test -f $ac_dir/install.sh; then
  850.     ac_aux_dir=$ac_dir
  851.     ac_install_sh="$ac_aux_dir/install.sh -c"
  852.     break
  853.   fi
  854. done
  855. if test -z "$ac_aux_dir"; then
  856.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  857. fi
  858. ac_config_guess=$ac_aux_dir/config.guess
  859. ac_config_sub=$ac_aux_dir/config.sub
  860. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  861. # Find a good install program.  We prefer a C program (faster),
  862. # so one script is as good as another.  But avoid the broken or
  863. # incompatible versions:
  864. # SysV /etc/install, /usr/sbin/install
  865. # SunOS /usr/etc/install
  866. # IRIX /sbin/install
  867. # AIX /bin/install
  868. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  869. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  870. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  871. # ./install, which can be erroneously created by make from ./install.sh.
  872. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  873. echo "configure:973: checking for a BSD compatible install" >&5
  874. if test -z "$INSTALL"; then
  875. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  876.   echo $ac_n "(cached) $ac_c" 1>&6
  877. else
  878.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  879.   for ac_dir in $PATH; do
  880.     # Account for people who put trailing slashes in PATH elements.
  881.     case "$ac_dir/" in
  882.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  883.     *)
  884.       # OSF1 and SCO ODT 3.0 have their own names for install.
  885.       # Don't use installbsd from OSF since it installs stuff as root
  886.       # by default.
  887.       for ac_prog in ginstall scoinst install; do
  888.         if test -f $ac_dir/$ac_prog; then
  889.   if test $ac_prog = install &&
  890.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  891.     # AIX install.  It has an incompatible calling convention.
  892.     :
  893.   else
  894.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  895.     break 2
  896.   fi
  897. fi
  898.       done
  899.       ;;
  900.     esac
  901.   done
  902.   IFS="$ac_save_IFS"
  903. fi
  904.   if test "${ac_cv_path_install+set}" = set; then
  905.     INSTALL="$ac_cv_path_install"
  906.   else
  907.     # As a last resort, use the slow shell script.  We don't cache a
  908.     # path for INSTALL within a source directory, because that will
  909.     # break other packages using the cache if that directory is
  910.     # removed, or if the path is relative.
  911.     INSTALL="$ac_install_sh"
  912.   fi
  913. fi
  914. echo "$ac_t""$INSTALL" 1>&6
  915. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  916. # It thinks the first close brace ends the variable substitution.
  917. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  918. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  919. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  920. # Extract the first word of "autoconf", so it can be a program name with args.
  921. set dummy autoconf; ac_word=$2
  922. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  923. echo "configure:1028: checking for $ac_word" >&5
  924. if eval "test "`echo '$''{'ac_cv_prog_AUTOCONF'+set}'`" = set"; then
  925.   echo $ac_n "(cached) $ac_c" 1>&6
  926. else
  927.   if test -n "$AUTOCONF"; then
  928.   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
  929. else
  930.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  931.   ac_dummy="$PATH"
  932.   for ac_dir in $ac_dummy; do
  933.     test -z "$ac_dir" && ac_dir=.
  934.     if test -f $ac_dir/$ac_word; then
  935.       ac_cv_prog_AUTOCONF="autoconf"
  936.       break
  937.     fi
  938.   done
  939.   IFS="$ac_save_ifs"
  940.   test -z "$ac_cv_prog_AUTOCONF" && ac_cv_prog_AUTOCONF="true"
  941. fi
  942. fi
  943. AUTOCONF="$ac_cv_prog_AUTOCONF"
  944. if test -n "$AUTOCONF"; then
  945.   echo "$ac_t""$AUTOCONF" 1>&6
  946. else
  947.   echo "$ac_t""no" 1>&6
  948. fi
  949. echo $ac_n "checking for floor in -lm""... $ac_c" 1>&6
  950. echo "configure:1057: checking for floor in -lm" >&5
  951. ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'`
  952. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  953.   echo $ac_n "(cached) $ac_c" 1>&6
  954. else
  955.   ac_save_LIBS="$LIBS"
  956. LIBS="-lm  $LIBS"
  957. cat > conftest.$ac_ext <<EOF
  958. #line 1065 "configure"
  959. #include "confdefs.h"
  960. /* Override any gcc2 internal prototype to avoid an error.  */
  961. /* We use char because int might match the return type of a gcc2
  962.     builtin and then its argument prototype would still apply.  */
  963. char floor();
  964. int main() {
  965. floor()
  966. ; return 0; }
  967. EOF
  968. if { (eval echo configure:1076: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  969.   rm -rf conftest*
  970.   eval "ac_cv_lib_$ac_lib_var=yes"
  971. else
  972.   echo "configure: failed program was:" >&5
  973.   cat conftest.$ac_ext >&5
  974.   rm -rf conftest*
  975.   eval "ac_cv_lib_$ac_lib_var=no"
  976. fi
  977. rm -f conftest*
  978. LIBS="$ac_save_LIBS"
  979. fi
  980. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  981.   echo "$ac_t""yes" 1>&6
  982.     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  983.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  984.   cat >> confdefs.h <<EOF
  985. #define $ac_tr_lib 1
  986. EOF
  987.   LIBS="-lm $LIBS"
  988. else
  989.   echo "$ac_t""no" 1>&6
  990. fi
  991. echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
  992. echo "configure:1105: checking for pthread_create in -lpthread" >&5
  993. ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
  994. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  995.   echo $ac_n "(cached) $ac_c" 1>&6
  996. else
  997.   ac_save_LIBS="$LIBS"
  998. LIBS="-lpthread  $LIBS"
  999. cat > conftest.$ac_ext <<EOF
  1000. #line 1113 "configure"
  1001. #include "confdefs.h"
  1002. /* Override any gcc2 internal prototype to avoid an error.  */
  1003. /* We use char because int might match the return type of a gcc2
  1004.     builtin and then its argument prototype would still apply.  */
  1005. char pthread_create();
  1006. int main() {
  1007. pthread_create()
  1008. ; return 0; }
  1009. EOF
  1010. if { (eval echo configure:1124: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1011.   rm -rf conftest*
  1012.   eval "ac_cv_lib_$ac_lib_var=yes"
  1013. else
  1014.   echo "configure: failed program was:" >&5
  1015.   cat conftest.$ac_ext >&5
  1016.   rm -rf conftest*
  1017.   eval "ac_cv_lib_$ac_lib_var=no"
  1018. fi
  1019. rm -f conftest*
  1020. LIBS="$ac_save_LIBS"
  1021. fi
  1022. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1023.   echo "$ac_t""yes" 1>&6
  1024.     ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1025.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1026.   cat >> confdefs.h <<EOF
  1027. #define $ac_tr_lib 1
  1028. EOF
  1029.   LIBS="-lpthread $LIBS"
  1030. else
  1031.   echo "$ac_t""no" 1>&6
  1032. fi
  1033. if test $ac_cv_lib_pthread_pthread_create = no; then
  1034. echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
  1035. echo "configure:1153: checking for pthread_create in -lpthreads" >&5
  1036. ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
  1037. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1038.   echo $ac_n "(cached) $ac_c" 1>&6
  1039. else
  1040.   ac_save_LIBS="$LIBS"
  1041. LIBS="-lpthreads  $LIBS"
  1042. cat > conftest.$ac_ext <<EOF
  1043. #line 1161 "configure"
  1044. #include "confdefs.h"
  1045. /* Override any gcc2 internal prototype to avoid an error.  */
  1046. /* We use char because int might match the return type of a gcc2
  1047.     builtin and then its argument prototype would still apply.  */
  1048. char pthread_create();
  1049. int main() {
  1050. pthread_create()
  1051. ; return 0; }
  1052. EOF
  1053. if { (eval echo configure:1172: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1054.   rm -rf conftest*
  1055.   eval "ac_cv_lib_$ac_lib_var=yes"
  1056. else
  1057.   echo "configure: failed program was:" >&5
  1058.   cat conftest.$ac_ext >&5
  1059.   rm -rf conftest*
  1060.   eval "ac_cv_lib_$ac_lib_var=no"
  1061. fi
  1062. rm -f conftest*
  1063. LIBS="$ac_save_LIBS"
  1064. fi
  1065. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1066.   echo "$ac_t""yes" 1>&6
  1067.     ac_tr_lib=HAVE_LIB`echo pthreads | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1068.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1069.   cat >> confdefs.h <<EOF
  1070. #define $ac_tr_lib 1
  1071. EOF
  1072.   LIBS="-lpthreads $LIBS"
  1073. else
  1074.   echo "$ac_t""no" 1>&6
  1075. fi
  1076. fi
  1077. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1078. echo "configure:1202: checking how to run the C preprocessor" >&5
  1079. # On Suns, sometimes $CPP names a directory.
  1080. if test -n "$CPP" && test -d "$CPP"; then
  1081.   CPP=
  1082. fi
  1083. if test -z "$CPP"; then
  1084. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1085.   echo $ac_n "(cached) $ac_c" 1>&6
  1086. else
  1087.     # This must be in double quotes, not single quotes, because CPP may get
  1088.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1089.   CPP="${CC-cc} -E"
  1090.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1091.   # not just through cpp.
  1092.   cat > conftest.$ac_ext <<EOF
  1093. #line 1217 "configure"
  1094. #include "confdefs.h"
  1095. #include <assert.h>
  1096. Syntax Error
  1097. EOF
  1098. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1099. { (eval echo configure:1223: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1100. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1101. if test -z "$ac_err"; then
  1102.   :
  1103. else
  1104.   echo "$ac_err" >&5
  1105.   echo "configure: failed program was:" >&5
  1106.   cat conftest.$ac_ext >&5
  1107.   rm -rf conftest*
  1108.   CPP="${CC-cc} -E -traditional-cpp"
  1109.   cat > conftest.$ac_ext <<EOF
  1110. #line 1234 "configure"
  1111. #include "confdefs.h"
  1112. #include <assert.h>
  1113. Syntax Error
  1114. EOF
  1115. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1116. { (eval echo configure:1240: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1117. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1118. if test -z "$ac_err"; then
  1119.   :
  1120. else
  1121.   echo "$ac_err" >&5
  1122.   echo "configure: failed program was:" >&5
  1123.   cat conftest.$ac_ext >&5
  1124.   rm -rf conftest*
  1125.   CPP="${CC-cc} -nologo -E"
  1126.   cat > conftest.$ac_ext <<EOF
  1127. #line 1251 "configure"
  1128. #include "confdefs.h"
  1129. #include <assert.h>
  1130. Syntax Error
  1131. EOF
  1132. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1133. { (eval echo configure:1257: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1134. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1135. if test -z "$ac_err"; then
  1136.   :
  1137. else
  1138.   echo "$ac_err" >&5
  1139.   echo "configure: failed program was:" >&5
  1140.   cat conftest.$ac_ext >&5
  1141.   rm -rf conftest*
  1142.   CPP=/lib/cpp
  1143. fi
  1144. rm -f conftest*
  1145. fi
  1146. rm -f conftest*
  1147. fi
  1148. rm -f conftest*
  1149.   ac_cv_prog_CPP="$CPP"
  1150. fi
  1151.   CPP="$ac_cv_prog_CPP"
  1152. else
  1153.   ac_cv_prog_CPP="$CPP"
  1154. fi
  1155. echo "$ac_t""$CPP" 1>&6
  1156. for ac_hdr in inttypes.h
  1157. do
  1158. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1159. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1160. echo "configure:1285: checking for $ac_hdr" >&5
  1161. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1162.   echo $ac_n "(cached) $ac_c" 1>&6
  1163. else
  1164.   cat > conftest.$ac_ext <<EOF
  1165. #line 1290 "configure"
  1166. #include "confdefs.h"
  1167. #include <$ac_hdr>
  1168. EOF
  1169. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1170. { (eval echo configure:1295: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1171. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1172. if test -z "$ac_err"; then
  1173.   rm -rf conftest*
  1174.   eval "ac_cv_header_$ac_safe=yes"
  1175. else
  1176.   echo "$ac_err" >&5
  1177.   echo "configure: failed program was:" >&5
  1178.   cat conftest.$ac_ext >&5
  1179.   rm -rf conftest*
  1180.   eval "ac_cv_header_$ac_safe=no"
  1181. fi
  1182. rm -f conftest*
  1183. fi
  1184. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1185.   echo "$ac_t""yes" 1>&6
  1186.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1187.   cat >> confdefs.h <<EOF
  1188. #define $ac_tr_hdr 1
  1189. EOF
  1190.  
  1191. else
  1192.   echo "$ac_t""no" 1>&6
  1193. fi
  1194. done
  1195. if test $ac_cv_header_inttypes_h = no; then
  1196. HAVE_INTTYPES_H=0
  1197. else
  1198. HAVE_INTTYPES_H=1
  1199. fi
  1200. # Make sure we can run config.sub.
  1201. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  1202. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  1203. fi
  1204. echo $ac_n "checking host system type""... $ac_c" 1>&6
  1205. echo "configure:1335: checking host system type" >&5
  1206. host_alias=$host
  1207. case "$host_alias" in
  1208. NONE)
  1209.   case $nonopt in
  1210.   NONE)
  1211.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  1212.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  1213.     fi ;;
  1214.   *) host_alias=$nonopt ;;
  1215.   esac ;;
  1216. esac
  1217. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  1218. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1219. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1220. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1221. echo "$ac_t""$host" 1>&6
  1222. case "${host}" in
  1223.         *-*-solaris*)   platform=SOLARIS ;;
  1224.         *-*-sco*)       platform=OPENSERVER ;;
  1225.         *-*-sysv5*)     platform=UNIXWARE ;;
  1226.         *-*-UnixWare*)  platform=UNIXWARE ;;
  1227.         *-*-*unixware*) platform=UNIXWARE ;;
  1228.         *-*-sysv5uw7*)  platform=UNIXWARE ;;
  1229.         *-*-beos*)      platform=BEOS ;;
  1230.         *-*-linux*)     platform=LINUX ;;
  1231.         *-*-nto*)       platform=QNX ;;
  1232.         *-*-freebsd*)   platform=FREEBSD ;;
  1233.         *-*-netbsd*)    platform=NETBSD ;;
  1234.         *-*-irix*)      platform=IRIX ;;
  1235.         *-*-aix*)       platform=AIX ;;
  1236.         *-*-hp*)        platform=HPUX ;
  1237.                         case "${host}" in
  1238.                             *-*-hpux11*)  osver=HPUX11;;
  1239.                             *-*-hpux10*)  osver=HPUX10;;
  1240.                             *)            osver=HPUX11;;
  1241.                         esac;;
  1242.         *-*-mvs*)       platform=OS390 ;;
  1243.         *-*-os400*)     platform=OS400 ;;
  1244.         *-*-OS400*)     platform=OS400 ;;
  1245.         *-*-osf*)       platform=TRU64 ;;
  1246.         *-apple-*) platform=MACOSX ;;
  1247.         *-*-cygwin*) platform=CYGWIN ;;
  1248.         *)              platform=UNKNOWN ;;
  1249. esac
  1250. compiler=${CXX}
  1251. # prefix=${prefix}
  1252. cxxflags=${CXXFLAGS}
  1253. cflags=${CFLAGS}
  1254. ldflags=${LDFLAGS}
  1255. threads=${THREADS}
  1256. bitstobuild=${BITSTOBUILD}
  1257. extra_libs=${EXTRA_LIBS}
  1258. trap '' 1 2 15
  1259. cat > confcache <<EOF
  1260. # This file is a shell script that caches the results of configure
  1261. # tests run on this system so they can be shared between configure
  1262. # scripts and configure runs.  It is not useful on other systems.
  1263. # If it contains results you don't want to keep, you may remove or edit it.
  1264. #
  1265. # By default, configure uses ./config.cache as the cache file,
  1266. # creating it if it does not exist already.  You can give configure
  1267. # the --cache-file=FILE option to use a different cache file; that is
  1268. # what configure does when it calls configure scripts in
  1269. # subdirectories, so they share the cache.
  1270. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1271. # config.status only pays attention to the cache file if you give it the
  1272. # --recheck option to rerun configure.
  1273. #
  1274. EOF
  1275. # The following way of writing the cache mishandles newlines in values,
  1276. # but we know of no workaround that is simple, portable, and efficient.
  1277. # So, don't put newlines in cache variables' values.
  1278. # Ultrix sh set writes to stderr and can't be redirected directly,
  1279. # and sets the high bit in the cache file unless we assign to the vars.
  1280. (set) 2>&1 |
  1281.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1282.   *ac_space= *)
  1283.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1284.     # turns \\ into \, and sed turns \ into ).
  1285.     sed -n 
  1286.       -e "s/'/'\\''/g" 
  1287.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1288.     ;;
  1289.   *)
  1290.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1291.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1292.     ;;
  1293.   esac >> confcache
  1294. if cmp -s $cache_file confcache; then
  1295.   :
  1296. else
  1297.   if test -w $cache_file; then
  1298.     echo "updating cache $cache_file"
  1299.     cat confcache > $cache_file
  1300.   else
  1301.     echo "not updating unwritable cache $cache_file"
  1302.   fi
  1303. fi
  1304. rm -f confcache
  1305. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1306. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1307. # Let make expand exec_prefix.
  1308. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1309. # Any assignment to VPATH causes Sun make to only execute
  1310. # the first set of double-colon rules, so remove it if not needed.
  1311. # If there is a colon in the path, we need to keep it.
  1312. if test "x$srcdir" = x.; then
  1313.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1314. fi
  1315. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1316. # Transform confdefs.h into DEFS.
  1317. # Protect against shell expansion while executing Makefile rules.
  1318. # Protect against Makefile macro expansion.
  1319. cat > conftest.defs <<EOF
  1320. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  1321. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  1322. s%[%\&%g
  1323. s%]%\&%g
  1324. s%$%$$%g
  1325. EOF
  1326. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  1327. rm -f conftest.defs
  1328. # Without the "./", some shells look in PATH for config.status.
  1329. : ${CONFIG_STATUS=./config.status}
  1330. echo creating $CONFIG_STATUS
  1331. rm -f $CONFIG_STATUS
  1332. cat > $CONFIG_STATUS <<EOF
  1333. #! /bin/sh
  1334. # Generated automatically by configure.
  1335. # Run this file to recreate the current configuration.
  1336. # This directory was configured as follows,
  1337. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1338. #
  1339. # $0 $ac_configure_args
  1340. #
  1341. # Compiler output produced by configure, useful for debugging
  1342. # configure, is in ./config.log if it exists.
  1343. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1344. for ac_option
  1345. do
  1346.   case "$ac_option" in
  1347.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1348.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1349.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1350.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1351.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1352.     exit 0 ;;
  1353.   -help | --help | --hel | --he | --h)
  1354.     echo "$ac_cs_usage"; exit 0 ;;
  1355.   *) echo "$ac_cs_usage"; exit 1 ;;
  1356.   esac
  1357. done
  1358. ac_given_srcdir=$srcdir
  1359. ac_given_INSTALL="$INSTALL"
  1360. trap 'rm -fr `echo "Makefile 
  1361. SAXCount/Makefile 
  1362. SAX2Count/Makefile 
  1363. DOMCount/Makefile 
  1364. SAXPrint/Makefile 
  1365. SAX2Print/Makefile 
  1366. DOMPrint/Makefile 
  1367. MemParse/Makefile 
  1368. Redirect/Makefile 
  1369. PParse/Makefile 
  1370. StdInParse/Makefile 
  1371. EnumVal/Makefile 
  1372. SEnumVal/Makefile 
  1373. CreateDOMDocument/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1374. EOF
  1375. cat >> $CONFIG_STATUS <<EOF
  1376. # Protect against being on the right side of a sed subst in config.status.
  1377. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1378.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1379. $ac_vpsub
  1380. $extrasub
  1381. s%@SHELL@%$SHELL%g
  1382. s%@CFLAGS@%$CFLAGS%g
  1383. s%@CPPFLAGS@%$CPPFLAGS%g
  1384. s%@CXXFLAGS@%$CXXFLAGS%g
  1385. s%@FFLAGS@%$FFLAGS%g
  1386. s%@DEFS@%$DEFS%g
  1387. s%@LDFLAGS@%$LDFLAGS%g
  1388. s%@LIBS@%$LIBS%g
  1389. s%@exec_prefix@%$exec_prefix%g
  1390. s%@prefix@%$prefix%g
  1391. s%@program_transform_name@%$program_transform_name%g
  1392. s%@bindir@%$bindir%g
  1393. s%@sbindir@%$sbindir%g
  1394. s%@libexecdir@%$libexecdir%g
  1395. s%@datadir@%$datadir%g
  1396. s%@sysconfdir@%$sysconfdir%g
  1397. s%@sharedstatedir@%$sharedstatedir%g
  1398. s%@localstatedir@%$localstatedir%g
  1399. s%@libdir@%$libdir%g
  1400. s%@includedir@%$includedir%g
  1401. s%@oldincludedir@%$oldincludedir%g
  1402. s%@infodir@%$infodir%g
  1403. s%@mandir@%$mandir%g
  1404. s%@CC@%$CC%g
  1405. s%@CXX@%$CXX%g
  1406. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1407. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1408. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1409. s%@AUTOCONF@%$AUTOCONF%g
  1410. s%@CPP@%$CPP%g
  1411. s%@HAVE_INTTYPES_H@%$HAVE_INTTYPES_H%g
  1412. s%@host@%$host%g
  1413. s%@host_alias@%$host_alias%g
  1414. s%@host_cpu@%$host_cpu%g
  1415. s%@host_vendor@%$host_vendor%g
  1416. s%@host_os@%$host_os%g
  1417. s%@platform@%$platform%g
  1418. s%@compiler@%$compiler%g
  1419. s%@GXX@%$GXX%g
  1420. s%@GCC@%$GCC%g
  1421. s%@cxxflags@%$cxxflags%g
  1422. s%@cflags@%$cflags%g
  1423. s%@ldflags@%$ldflags%g
  1424. s%@threads@%$threads%g
  1425. s%@bitstobuild@%$bitstobuild%g
  1426. s%@extra_libs@%$extra_libs%g
  1427. CEOF
  1428. EOF
  1429. cat >> $CONFIG_STATUS <<EOF
  1430. # Split the substitutions into bite-sized pieces for seds with
  1431. # small command number limits, like on Digital OSF/1 and HP-UX.
  1432. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1433. ac_file=1 # Number of current file.
  1434. ac_beg=1 # First line for current file.
  1435. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1436. ac_more_lines=:
  1437. ac_sed_cmds=""
  1438. while $ac_more_lines; do
  1439.   if test $ac_beg -gt 1; then
  1440.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1441.   else
  1442.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1443.   fi
  1444.   if test ! -s conftest.s$ac_file; then
  1445.     ac_more_lines=false
  1446.     rm -f conftest.s$ac_file
  1447.   else
  1448.     if test -z "$ac_sed_cmds"; then
  1449.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1450.     else
  1451.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1452.     fi
  1453.     ac_file=`expr $ac_file + 1`
  1454.     ac_beg=$ac_end
  1455.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1456.   fi
  1457. done
  1458. if test -z "$ac_sed_cmds"; then
  1459.   ac_sed_cmds=cat
  1460. fi
  1461. EOF
  1462. cat >> $CONFIG_STATUS <<EOF
  1463. CONFIG_FILES=${CONFIG_FILES-"Makefile 
  1464. SAXCount/Makefile 
  1465. SAX2Count/Makefile 
  1466. DOMCount/Makefile 
  1467. SAXPrint/Makefile 
  1468. SAX2Print/Makefile 
  1469. DOMPrint/Makefile 
  1470. MemParse/Makefile 
  1471. Redirect/Makefile 
  1472. PParse/Makefile 
  1473. StdInParse/Makefile 
  1474. EnumVal/Makefile 
  1475. SEnumVal/Makefile 
  1476. CreateDOMDocument/Makefile"}
  1477. EOF
  1478. cat >> $CONFIG_STATUS <<EOF
  1479. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1480.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1481.   case "$ac_file" in
  1482.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1483.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1484.   *) ac_file_in="${ac_file}.in" ;;
  1485.   esac
  1486.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1487.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1488.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1489.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1490.     # The file is in a subdirectory.
  1491.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1492.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1493.     # A "../" for each directory in $ac_dir_suffix.
  1494.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1495.   else
  1496.     ac_dir_suffix= ac_dots=
  1497.   fi
  1498.   case "$ac_given_srcdir" in
  1499.   .)  srcdir=.
  1500.       if test -z "$ac_dots"; then top_srcdir=.
  1501.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1502.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1503.   *) # Relative path.
  1504.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1505.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1506.   esac
  1507.   case "$ac_given_INSTALL" in
  1508.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1509.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1510.   esac
  1511.   echo creating "$ac_file"
  1512.   rm -f "$ac_file"
  1513.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1514.   case "$ac_file" in
  1515.   *Makefile*) ac_comsub="1i\
  1516. # $configure_input" ;;
  1517.   *) ac_comsub= ;;
  1518.   esac
  1519.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1520.   sed -e "$ac_comsub
  1521. s%@configure_input@%$configure_input%g
  1522. s%@srcdir@%$srcdir%g
  1523. s%@top_srcdir@%$top_srcdir%g
  1524. s%@INSTALL@%$INSTALL%g
  1525. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1526. fi; done
  1527. rm -f conftest.s*
  1528. EOF
  1529. cat >> $CONFIG_STATUS <<EOF
  1530. EOF
  1531. cat >> $CONFIG_STATUS <<EOF
  1532. exit 0
  1533. EOF
  1534. chmod +x $CONFIG_STATUS
  1535. rm -fr confdefs* $ac_clean_files
  1536. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1537. echo
  1538. echo Having build problems? Read instructions at http://xml.apache.org/xerces-c/build.html