configure
上传用户:shtangtang
上传日期:2007-01-04
资源大小:167k
文件大小:74k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --enable-shared         build shared libraries [default=yes]"
  14. ac_help="$ac_help
  15.   --enable-debug    creates debugging code [default=no]"
  16. ac_help="$ac_help
  17.   --enable-strict         compiles with strict compiler options (may not work!)"
  18. ac_help="$ac_help
  19.   --enable-static         build static libraries [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-rpath         do not use the rpath feature of ld"
  24. # Initialize some variables set by options.
  25. # The variables have the same names as the options, with
  26. # dashes changed to underlines.
  27. build=NONE
  28. cache_file=./config.cache
  29. exec_prefix=NONE
  30. host=NONE
  31. no_create=
  32. nonopt=NONE
  33. no_recursion=
  34. prefix=NONE
  35. program_prefix=NONE
  36. program_suffix=NONE
  37. program_transform_name=s,x,x,
  38. silent=
  39. site=
  40. srcdir=
  41. target=NONE
  42. verbose=
  43. x_includes=NONE
  44. x_libraries=NONE
  45. bindir='${exec_prefix}/bin'
  46. sbindir='${exec_prefix}/sbin'
  47. libexecdir='${exec_prefix}/libexec'
  48. datadir='${prefix}/share'
  49. sysconfdir='${prefix}/etc'
  50. sharedstatedir='${prefix}/com'
  51. localstatedir='${prefix}/var'
  52. libdir='${exec_prefix}/lib'
  53. includedir='${prefix}/include'
  54. oldincludedir='/usr/include'
  55. infodir='${prefix}/info'
  56. mandir='${prefix}/man'
  57. # Initialize some other variables.
  58. subdirs=
  59. MFLAGS= MAKEFLAGS=
  60. SHELL=${CONFIG_SHELL-/bin/sh}
  61. # Maximum number of lines to put in a shell here document.
  62. ac_max_here_lines=12
  63. ac_prev=
  64. for ac_option
  65. do
  66.   # If the previous option needs an argument, assign it.
  67.   if test -n "$ac_prev"; then
  68.     eval "$ac_prev=$ac_option"
  69.     ac_prev=
  70.     continue
  71.   fi
  72.   case "$ac_option" in
  73.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  74.   *) ac_optarg= ;;
  75.   esac
  76.   # Accept the important Cygnus configure options, so we can diagnose typos.
  77.   case "$ac_option" in
  78.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  79.     ac_prev=bindir ;;
  80.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  81.     bindir="$ac_optarg" ;;
  82.   -build | --build | --buil | --bui | --bu)
  83.     ac_prev=build ;;
  84.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  85.     build="$ac_optarg" ;;
  86.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  87.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  88.     ac_prev=cache_file ;;
  89.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  90.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  91.     cache_file="$ac_optarg" ;;
  92.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  93.     ac_prev=datadir ;;
  94.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  95.   | --da=*)
  96.     datadir="$ac_optarg" ;;
  97.   -disable-* | --disable-*)
  98.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  99.     # Reject names that are not valid shell variable names.
  100.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  101.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  102.     fi
  103.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  104.     eval "enable_${ac_feature}=no" ;;
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  118.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  119.   | --exec | --exe | --ex)
  120.     ac_prev=exec_prefix ;;
  121.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  122.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  123.   | --exec=* | --exe=* | --ex=*)
  124.     exec_prefix="$ac_optarg" ;;
  125.   -gas | --gas | --ga | --g)
  126.     # Obsolete; use --with-gas.
  127.     with_gas=yes ;;
  128.   -help | --help | --hel | --he)
  129.     # Omit some internal or obsolete options to make the list less imposing.
  130.     # This message is too long to be a string in the A/UX 3.1 sh.
  131.     cat << EOF
  132. Usage: configure [options] [host]
  133. Options: [defaults in brackets after descriptions]
  134. Configuration:
  135.   --cache-file=FILE       cache test results in FILE
  136.   --help                  print this message
  137.   --no-create             do not create output files
  138.   --quiet, --silent       do not print `checking...' messages
  139.   --version               print the version of autoconf that created configure
  140. Directory and file names:
  141.   --prefix=PREFIX         install architecture-independent files in PREFIX
  142.                           [$ac_default_prefix]
  143.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  144.                           [same as prefix]
  145.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  146.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  147.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  148.   --datadir=DIR           read-only architecture-independent data in DIR
  149.                           [PREFIX/share]
  150.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  151.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  152.                           [PREFIX/com]
  153.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  154.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  155.   --includedir=DIR        C header files in DIR [PREFIX/include]
  156.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  157.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  158.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  159.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  160.   --program-prefix=PREFIX prepend PREFIX to installed program names
  161.   --program-suffix=SUFFIX append SUFFIX to installed program names
  162.   --program-transform-name=PROGRAM
  163.                           run sed PROGRAM on installed program names
  164. EOF
  165.     cat << EOF
  166. Host type:
  167.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  168.   --host=HOST             configure for HOST [guessed]
  169.   --target=TARGET         configure for TARGET [TARGET=HOST]
  170. Features and packages:
  171.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  172.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  173.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  174.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  175.   --x-includes=DIR        X include files are in DIR
  176.   --x-libraries=DIR       X library files are in DIR
  177. EOF
  178.     if test -n "$ac_help"; then
  179.       echo "--enable and --with options recognized:$ac_help"
  180.     fi
  181.     exit 0 ;;
  182.   -host | --host | --hos | --ho)
  183.     ac_prev=host ;;
  184.   -host=* | --host=* | --hos=* | --ho=*)
  185.     host="$ac_optarg" ;;
  186.   -includedir | --includedir | --includedi | --included | --include 
  187.   | --includ | --inclu | --incl | --inc)
  188.     ac_prev=includedir ;;
  189.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  190.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  191.     includedir="$ac_optarg" ;;
  192.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  193.     ac_prev=infodir ;;
  194.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  195.     infodir="$ac_optarg" ;;
  196.   -libdir | --libdir | --libdi | --libd)
  197.     ac_prev=libdir ;;
  198.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  199.     libdir="$ac_optarg" ;;
  200.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  201.   | --libexe | --libex | --libe)
  202.     ac_prev=libexecdir ;;
  203.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  204.   | --libexe=* | --libex=* | --libe=*)
  205.     libexecdir="$ac_optarg" ;;
  206.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  207.   | --localstate | --localstat | --localsta | --localst 
  208.   | --locals | --local | --loca | --loc | --lo)
  209.     ac_prev=localstatedir ;;
  210.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  211.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  212.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  213.     localstatedir="$ac_optarg" ;;
  214.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  215.     ac_prev=mandir ;;
  216.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  217.     mandir="$ac_optarg" ;;
  218.   -nfp | --nfp | --nf)
  219.     # Obsolete; use --without-fp.
  220.     with_fp=no ;;
  221.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  222.   | --no-cr | --no-c)
  223.     no_create=yes ;;
  224.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  225.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  226.     no_recursion=yes ;;
  227.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  228.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  229.   | --oldin | --oldi | --old | --ol | --o)
  230.     ac_prev=oldincludedir ;;
  231.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  232.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  233.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  234.     oldincludedir="$ac_optarg" ;;
  235.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  236.     ac_prev=prefix ;;
  237.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  238.     prefix="$ac_optarg" ;;
  239.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  240.   | --program-pre | --program-pr | --program-p)
  241.     ac_prev=program_prefix ;;
  242.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  243.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  244.     program_prefix="$ac_optarg" ;;
  245.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  246.   | --program-suf | --program-su | --program-s)
  247.     ac_prev=program_suffix ;;
  248.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  249.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  250.     program_suffix="$ac_optarg" ;;
  251.   -program-transform-name | --program-transform-name 
  252.   | --program-transform-nam | --program-transform-na 
  253.   | --program-transform-n | --program-transform- 
  254.   | --program-transform | --program-transfor 
  255.   | --program-transfo | --program-transf 
  256.   | --program-trans | --program-tran 
  257.   | --progr-tra | --program-tr | --program-t)
  258.     ac_prev=program_transform_name ;;
  259.   -program-transform-name=* | --program-transform-name=* 
  260.   | --program-transform-nam=* | --program-transform-na=* 
  261.   | --program-transform-n=* | --program-transform-=* 
  262.   | --program-transform=* | --program-transfor=* 
  263.   | --program-transfo=* | --program-transf=* 
  264.   | --program-trans=* | --program-tran=* 
  265.   | --progr-tra=* | --program-tr=* | --program-t=*)
  266.     program_transform_name="$ac_optarg" ;;
  267.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  268.   | -silent | --silent | --silen | --sile | --sil)
  269.     silent=yes ;;
  270.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  271.     ac_prev=sbindir ;;
  272.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  273.   | --sbi=* | --sb=*)
  274.     sbindir="$ac_optarg" ;;
  275.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  276.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  277.   | --sharedst | --shareds | --shared | --share | --shar 
  278.   | --sha | --sh)
  279.     ac_prev=sharedstatedir ;;
  280.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  281.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  282.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  283.   | --sha=* | --sh=*)
  284.     sharedstatedir="$ac_optarg" ;;
  285.   -site | --site | --sit)
  286.     ac_prev=site ;;
  287.   -site=* | --site=* | --sit=*)
  288.     site="$ac_optarg" ;;
  289.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  290.     ac_prev=srcdir ;;
  291.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  292.     srcdir="$ac_optarg" ;;
  293.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  294.   | --syscon | --sysco | --sysc | --sys | --sy)
  295.     ac_prev=sysconfdir ;;
  296.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  297.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  298.     sysconfdir="$ac_optarg" ;;
  299.   -target | --target | --targe | --targ | --tar | --ta | --t)
  300.     ac_prev=target ;;
  301.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  302.     target="$ac_optarg" ;;
  303.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  304.     verbose=yes ;;
  305.   -version | --version | --versio | --versi | --vers)
  306.     echo "configure generated by autoconf version 2.13"
  307.     exit 0 ;;
  308.   -with-* | --with-*)
  309.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  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.     case "$ac_option" in
  316.       *=*) ;;
  317.       *) ac_optarg=yes ;;
  318.     esac
  319.     eval "with_${ac_package}='$ac_optarg'" ;;
  320.   -without-* | --without-*)
  321.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  322.     # Reject names that are not valid shell variable names.
  323.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  324.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  325.     fi
  326.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  327.     eval "with_${ac_package}=no" ;;
  328.   --x)
  329.     # Obsolete; use --with-x.
  330.     with_x=yes ;;
  331.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  332.   | --x-incl | --x-inc | --x-in | --x-i)
  333.     ac_prev=x_includes ;;
  334.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  335.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  336.     x_includes="$ac_optarg" ;;
  337.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  338.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  339.     ac_prev=x_libraries ;;
  340.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  341.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  342.     x_libraries="$ac_optarg" ;;
  343.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  344.     ;;
  345.   *)
  346.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  347.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  348.     fi
  349.     if test "x$nonopt" != xNONE; then
  350.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  351.     fi
  352.     nonopt="$ac_option"
  353.     ;;
  354.   esac
  355. done
  356. if test -n "$ac_prev"; then
  357.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  358. fi
  359. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  360. # File descriptor usage:
  361. # 0 standard input
  362. # 1 file creation
  363. # 2 errors and warnings
  364. # 3 some systems may open it to /dev/tty
  365. # 4 used on the Kubota Titan
  366. # 6 checking for... messages and results
  367. # 5 compiler messages saved in config.log
  368. if test "$silent" = yes; then
  369.   exec 6>/dev/null
  370. else
  371.   exec 6>&1
  372. fi
  373. exec 5>./config.log
  374. echo "
  375. This file contains any messages produced by compilers while
  376. running configure, to aid debugging if configure makes a mistake.
  377. " 1>&5
  378. # Strip out --no-create and --no-recursion so they do not pile up.
  379. # Also quote any args containing shell metacharacters.
  380. ac_configure_args=
  381. for ac_arg
  382. do
  383.   case "$ac_arg" in
  384.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  385.   | --no-cr | --no-c) ;;
  386.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  387.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  388.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  389.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  390.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  391.   esac
  392. done
  393. # NLS nuisances.
  394. # Only set these to C if already set.  These must not be set unconditionally
  395. # because not all systems understand e.g. LANG=C (notably SCO).
  396. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  397. # Non-C LC_CTYPE values break the ctype check.
  398. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  399. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  400. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  401. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  402. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  403. rm -rf conftest* confdefs.h
  404. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  405. echo > confdefs.h
  406. # A filename unique to this package, relative to the directory that
  407. # configure is in, which we can look for to find out if srcdir is correct.
  408. ac_unique_file=acinclude.m4
  409. # Find the source files, if location was not specified.
  410. if test -z "$srcdir"; then
  411.   ac_srcdir_defaulted=yes
  412.   # Try the directory containing this script, then its parent.
  413.   ac_prog=$0
  414.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  415.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  416.   srcdir=$ac_confdir
  417.   if test ! -r $srcdir/$ac_unique_file; then
  418.     srcdir=..
  419.   fi
  420. else
  421.   ac_srcdir_defaulted=no
  422. fi
  423. if test ! -r $srcdir/$ac_unique_file; then
  424.   if test "$ac_srcdir_defaulted" = yes; then
  425.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  426.   else
  427.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  428.   fi
  429. fi
  430. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  431. # Prefer explicitly selected file to automatically selected ones.
  432. if test -z "$CONFIG_SITE"; then
  433.   if test "x$prefix" != xNONE; then
  434.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  435.   else
  436.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  437.   fi
  438. fi
  439. for ac_site_file in $CONFIG_SITE; do
  440.   if test -r "$ac_site_file"; then
  441.     echo "loading site script $ac_site_file"
  442.     . "$ac_site_file"
  443.   fi
  444. done
  445. if test -r "$cache_file"; then
  446.   echo "loading cache $cache_file"
  447.   . $cache_file
  448. else
  449.   echo "creating cache $cache_file"
  450.   > $cache_file
  451. fi
  452. ac_ext=c
  453. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  454. ac_cpp='$CPP $CPPFLAGS'
  455. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  456. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  457. cross_compiling=$ac_cv_prog_cc_cross
  458. ac_exeext=
  459. ac_objext=o
  460. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  461.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  462.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  463.     ac_n= ac_c='
  464. ' ac_t=' '
  465.   else
  466.     ac_n=-n ac_c= ac_t=
  467.   fi
  468. else
  469.   ac_n= ac_c='c' ac_t=
  470. fi
  471. echo $ac_n "checking for rpath""... $ac_c" 1>&6
  472. echo "configure:538: checking for rpath" >&5
  473. # Check whether --enable-rpath or --disable-rpath was given.
  474. if test "${enable_rpath+set}" = set; then
  475.   enableval="$enable_rpath"
  476.   USE_RPATH=$enableval
  477. else
  478.   USE_RPATH=yes
  479. fi
  480. if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
  481.   KDE_RPATH="-rpath $(kde_libraries)"
  482.   if test -n "$qt_libraries"; then
  483.     KDE_RPATH="$KDE_RPATH -rpath $(qt_libraries)"
  484.   fi
  485.     if test -n "$X_LDFLAGS"; then 
  486.     KDE_RPATH="$KDE_RPATH -rpath $(x_libraries)"
  487.   fi
  488.   if test -n "$KDE_EXTRA_RPATH"; then
  489.     KDE_RPATH="$KDE_RPATH $(KDE_EXTRA_RPATH)"
  490.   fi
  491. fi 
  492. echo "$ac_t""$USE_RPATH" 1>&6
  493. echo $ac_n "checking for bool""... $ac_c" 1>&6
  494. echo "configure:567: checking for bool" >&5
  495.         if eval "test "`echo '$''{'ac_cv_have_bool'+set}'`" = set"; then
  496.   echo $ac_n "(cached) $ac_c" 1>&6
  497. else
  498.   
  499. ac_ext=C
  500. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  501. ac_cpp='$CXXCPP $CPPFLAGS'
  502. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  503. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  504. cross_compiling=$ac_cv_prog_cxx_cross
  505.            cat > conftest.$ac_ext <<EOF
  506. #line 580 "configure"
  507. #include "confdefs.h"
  508. int main() {
  509. bool aBool = true;
  510. ; return 0; }
  511. EOF
  512. if { (eval echo configure:587: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  513.   rm -rf conftest*
  514.   ac_cv_have_bool="yes"
  515. else
  516.   echo "configure: failed program was:" >&5
  517.   cat conftest.$ac_ext >&5
  518.   rm -rf conftest*
  519.   ac_cv_have_bool="no"
  520. fi
  521. rm -f conftest*
  522.         
  523. fi
  524.          echo "$ac_t""$ac_cv_have_bool" 1>&6
  525.         if test "$ac_cv_have_bool" = "yes"; then
  526.          cat >> confdefs.h <<EOF
  527. #define HAVE_BOOL 1
  528. EOF
  529.  
  530.         fi 
  531. # Extract the first word of "gcc", so it can be a program name with args.
  532. set dummy gcc; ac_word=$2
  533. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  534. echo "configure:616: checking for $ac_word" >&5
  535. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  536.   echo $ac_n "(cached) $ac_c" 1>&6
  537. else
  538.   if test -n "$CC"; then
  539.   ac_cv_prog_CC="$CC" # Let the user override the test.
  540. else
  541.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  542.   ac_dummy="$PATH"
  543.   for ac_dir in $ac_dummy; do
  544.     test -z "$ac_dir" && ac_dir=.
  545.     if test -f $ac_dir/$ac_word; then
  546.       ac_cv_prog_CC="gcc"
  547.       break
  548.     fi
  549.   done
  550.   IFS="$ac_save_ifs"
  551. fi
  552. fi
  553. CC="$ac_cv_prog_CC"
  554. if test -n "$CC"; then
  555.   echo "$ac_t""$CC" 1>&6
  556. else
  557.   echo "$ac_t""no" 1>&6
  558. fi
  559. if test -z "$CC"; then
  560.   # Extract the first word of "cc", so it can be a program name with args.
  561. set dummy cc; ac_word=$2
  562. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  563. echo "configure:646: checking for $ac_word" >&5
  564. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  565.   echo $ac_n "(cached) $ac_c" 1>&6
  566. else
  567.   if test -n "$CC"; then
  568.   ac_cv_prog_CC="$CC" # Let the user override the test.
  569. else
  570.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  571.   ac_prog_rejected=no
  572.   ac_dummy="$PATH"
  573.   for ac_dir in $ac_dummy; do
  574.     test -z "$ac_dir" && ac_dir=.
  575.     if test -f $ac_dir/$ac_word; then
  576.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  577.         ac_prog_rejected=yes
  578. continue
  579.       fi
  580.       ac_cv_prog_CC="cc"
  581.       break
  582.     fi
  583.   done
  584.   IFS="$ac_save_ifs"
  585. if test $ac_prog_rejected = yes; then
  586.   # We found a bogon in the path, so make sure we never use it.
  587.   set dummy $ac_cv_prog_CC
  588.   shift
  589.   if test $# -gt 0; then
  590.     # We chose a different compiler from the bogus one.
  591.     # However, it has the same basename, so the bogon will be chosen
  592.     # first if we set CC to just the basename; use the full file name.
  593.     shift
  594.     set dummy "$ac_dir/$ac_word" "$@"
  595.     shift
  596.     ac_cv_prog_CC="$@"
  597.   fi
  598. fi
  599. fi
  600. fi
  601. CC="$ac_cv_prog_CC"
  602. if test -n "$CC"; then
  603.   echo "$ac_t""$CC" 1>&6
  604. else
  605.   echo "$ac_t""no" 1>&6
  606. fi
  607.   if test -z "$CC"; then
  608.     case "`uname -s`" in
  609.     *win32* | *WIN32*)
  610.       # Extract the first word of "cl", so it can be a program name with args.
  611. set dummy cl; ac_word=$2
  612. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  613. echo "configure:697: checking for $ac_word" >&5
  614. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  615.   echo $ac_n "(cached) $ac_c" 1>&6
  616. else
  617.   if test -n "$CC"; then
  618.   ac_cv_prog_CC="$CC" # Let the user override the test.
  619. else
  620.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  621.   ac_dummy="$PATH"
  622.   for ac_dir in $ac_dummy; do
  623.     test -z "$ac_dir" && ac_dir=.
  624.     if test -f $ac_dir/$ac_word; then
  625.       ac_cv_prog_CC="cl"
  626.       break
  627.     fi
  628.   done
  629.   IFS="$ac_save_ifs"
  630. fi
  631. fi
  632. CC="$ac_cv_prog_CC"
  633. if test -n "$CC"; then
  634.   echo "$ac_t""$CC" 1>&6
  635. else
  636.   echo "$ac_t""no" 1>&6
  637. fi
  638.  ;;
  639.     esac
  640.   fi
  641.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  642. fi
  643. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  644. echo "configure:729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  645. ac_ext=c
  646. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  647. ac_cpp='$CPP $CPPFLAGS'
  648. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  649. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  650. cross_compiling=$ac_cv_prog_cc_cross
  651. cat > conftest.$ac_ext << EOF
  652. #line 740 "configure"
  653. #include "confdefs.h"
  654. main(){return(0);}
  655. EOF
  656. if { (eval echo configure:745: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  657.   ac_cv_prog_cc_works=yes
  658.   # If we can't run a trivial program, we are probably using a cross compiler.
  659.   if (./conftest; exit) 2>/dev/null; then
  660.     ac_cv_prog_cc_cross=no
  661.   else
  662.     ac_cv_prog_cc_cross=yes
  663.   fi
  664. else
  665.   echo "configure: failed program was:" >&5
  666.   cat conftest.$ac_ext >&5
  667.   ac_cv_prog_cc_works=no
  668. fi
  669. rm -fr conftest*
  670. ac_ext=c
  671. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  672. ac_cpp='$CPP $CPPFLAGS'
  673. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  674. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  675. cross_compiling=$ac_cv_prog_cc_cross
  676. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  677. if test $ac_cv_prog_cc_works = no; then
  678.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  679. fi
  680. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  681. echo "configure:771: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  682. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  683. cross_compiling=$ac_cv_prog_cc_cross
  684. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  685. echo "configure:776: checking whether we are using GNU C" >&5
  686. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  687.   echo $ac_n "(cached) $ac_c" 1>&6
  688. else
  689.   cat > conftest.c <<EOF
  690. #ifdef __GNUC__
  691.   yes;
  692. #endif
  693. EOF
  694. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:785: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  695.   ac_cv_prog_gcc=yes
  696. else
  697.   ac_cv_prog_gcc=no
  698. fi
  699. fi
  700. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  701. if test $ac_cv_prog_gcc = yes; then
  702.   GCC=yes
  703. else
  704.   GCC=
  705. fi
  706. ac_test_CFLAGS="${CFLAGS+set}"
  707. ac_save_CFLAGS="$CFLAGS"
  708. CFLAGS=
  709. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  710. echo "configure:804: checking whether ${CC-cc} accepts -g" >&5
  711. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  712.   echo $ac_n "(cached) $ac_c" 1>&6
  713. else
  714.   echo 'void f(){}' > conftest.c
  715. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  716.   ac_cv_prog_cc_g=yes
  717. else
  718.   ac_cv_prog_cc_g=no
  719. fi
  720. rm -f conftest*
  721. fi
  722. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  723. if test "$ac_test_CFLAGS" = set; then
  724.   CFLAGS="$ac_save_CFLAGS"
  725. elif test $ac_cv_prog_cc_g = yes; then
  726.   if test "$GCC" = yes; then
  727.     CFLAGS="-g -O2"
  728.   else
  729.     CFLAGS="-g"
  730.   fi
  731. else
  732.   if test "$GCC" = yes; then
  733.     CFLAGS="-O2"
  734.   else
  735.     CFLAGS=
  736.   fi
  737. fi
  738. ac_aux_dir=
  739. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  740.   if test -f $ac_dir/install-sh; then
  741.     ac_aux_dir=$ac_dir
  742.     ac_install_sh="$ac_aux_dir/install-sh -c"
  743.     break
  744.   elif test -f $ac_dir/install.sh; then
  745.     ac_aux_dir=$ac_dir
  746.     ac_install_sh="$ac_aux_dir/install.sh -c"
  747.     break
  748.   fi
  749. done
  750. if test -z "$ac_aux_dir"; then
  751.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  752. fi
  753. ac_config_guess=$ac_aux_dir/config.guess
  754. ac_config_sub=$ac_aux_dir/config.sub
  755. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  756. # Do some error checking and defaulting for the host and target type.
  757. # The inputs are:
  758. #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
  759. #
  760. # The rules are:
  761. # 1. You are not allowed to specify --host, --target, and nonopt at the
  762. #    same time.
  763. # 2. Host defaults to nonopt.
  764. # 3. If nonopt is not specified, then host defaults to the current host,
  765. #    as determined by config.guess.
  766. # 4. Target and build default to nonopt.
  767. # 5. If nonopt is not specified, then target and build default to host.
  768. # The aliases save the names the user supplied, while $host etc.
  769. # will get canonicalized.
  770. case $host---$target---$nonopt in
  771. NONE---*---* | *---NONE---* | *---*---NONE) ;;
  772. *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
  773. esac
  774. # Make sure we can run config.sub.
  775. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  776. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  777. fi
  778. echo $ac_n "checking host system type""... $ac_c" 1>&6
  779. echo "configure:882: checking host system type" >&5
  780. host_alias=$host
  781. case "$host_alias" in
  782. NONE)
  783.   case $nonopt in
  784.   NONE)
  785.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  786.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  787.     fi ;;
  788.   *) host_alias=$nonopt ;;
  789.   esac ;;
  790. esac
  791. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  792. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  793. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  794. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  795. echo "$ac_t""$host" 1>&6
  796. echo $ac_n "checking target system type""... $ac_c" 1>&6
  797. echo "configure:903: checking target system type" >&5
  798. target_alias=$target
  799. case "$target_alias" in
  800. NONE)
  801.   case $nonopt in
  802.   NONE) target_alias=$host_alias ;;
  803.   *) target_alias=$nonopt ;;
  804.   esac ;;
  805. esac
  806. target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
  807. target_cpu=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  808. target_vendor=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  809. target_os=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  810. echo "$ac_t""$target" 1>&6
  811. echo $ac_n "checking build system type""... $ac_c" 1>&6
  812. echo "configure:921: checking build system type" >&5
  813. build_alias=$build
  814. case "$build_alias" in
  815. NONE)
  816.   case $nonopt in
  817.   NONE) build_alias=$host_alias ;;
  818.   *) build_alias=$nonopt ;;
  819.   esac ;;
  820. esac
  821. build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
  822. build_cpu=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  823. build_vendor=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  824. build_os=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  825. echo "$ac_t""$build" 1>&6
  826. test "$host_alias" != "$target_alias" &&
  827.   test "$program_prefix$program_suffix$program_transform_name" = 
  828.     NONENONEs,x,x, &&
  829.   program_prefix=${target_alias}-
  830. if test "$program_transform_name" = s,x,x,; then
  831.   program_transform_name=
  832. else
  833.   # Double any  or $.  echo might interpret backslashes.
  834.   cat <<EOF_SED > conftestsed
  835. s,\,\\,g; s,$,$$,g
  836. EOF_SED
  837.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  838.   rm -f conftestsed
  839. fi
  840. test "$program_prefix" != NONE &&
  841.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  842. # Use a double $ so make ignores it.
  843. test "$program_suffix" != NONE &&
  844.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  845. # sed with no file args requires a program.
  846. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  847. # Find a good install program.  We prefer a C program (faster),
  848. # so one script is as good as another.  But avoid the broken or
  849. # incompatible versions:
  850. # SysV /etc/install, /usr/sbin/install
  851. # SunOS /usr/etc/install
  852. # IRIX /sbin/install
  853. # AIX /bin/install
  854. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  855. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  856. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  857. # ./install, which can be erroneously created by make from ./install.sh.
  858. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  859. echo "configure:974: checking for a BSD compatible install" >&5
  860. if test -z "$INSTALL"; then
  861. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  862.   echo $ac_n "(cached) $ac_c" 1>&6
  863. else
  864.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  865.   for ac_dir in $PATH; do
  866.     # Account for people who put trailing slashes in PATH elements.
  867.     case "$ac_dir/" in
  868.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  869.     *)
  870.       # OSF1 and SCO ODT 3.0 have their own names for install.
  871.       # Don't use installbsd from OSF since it installs stuff as root
  872.       # by default.
  873.       for ac_prog in ginstall scoinst install; do
  874.         if test -f $ac_dir/$ac_prog; then
  875.   if test $ac_prog = install &&
  876.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  877.     # AIX install.  It has an incompatible calling convention.
  878.     :
  879.   else
  880.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  881.     break 2
  882.   fi
  883. fi
  884.       done
  885.       ;;
  886.     esac
  887.   done
  888.   IFS="$ac_save_IFS"
  889. fi
  890.   if test "${ac_cv_path_install+set}" = set; then
  891.     INSTALL="$ac_cv_path_install"
  892.   else
  893.     # As a last resort, use the slow shell script.  We don't cache a
  894.     # path for INSTALL within a source directory, because that will
  895.     # break other packages using the cache if that directory is
  896.     # removed, or if the path is relative.
  897.     INSTALL="$ac_install_sh"
  898.   fi
  899. fi
  900. echo "$ac_t""$INSTALL" 1>&6
  901. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  902. # It thinks the first close brace ends the variable substitution.
  903. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  904. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  905. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  906. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  907. echo "configure:1027: checking whether build environment is sane" >&5
  908. # Just in case
  909. sleep 1
  910. echo timestamp > conftestfile
  911. # Do `set' in a subshell so we don't clobber the current shell's
  912. # arguments.  Must try -L first in case configure is actually a
  913. # symlink; some systems play weird games with the mod time of symlinks
  914. # (eg FreeBSD returns the mod time of the symlink's containing
  915. # directory).
  916. if (
  917.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  918.    if test "$*" = "X"; then
  919.       # -L didn't work.
  920.       set X `ls -t $srcdir/configure conftestfile`
  921.    fi
  922.    if test "$*" != "X $srcdir/configure conftestfile" 
  923.       && test "$*" != "X conftestfile $srcdir/configure"; then
  924.       # If neither matched, then we have a broken ls.  This can happen
  925.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  926.       # broken ls alias from the environment.  This has actually
  927.       # happened.  Such a system could not be considered "sane".
  928.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  929. alias in your environment" 1>&2; exit 1; }
  930.    fi
  931.    test "$2" = conftestfile
  932.    )
  933. then
  934.    # Ok.
  935.    :
  936. else
  937.    { echo "configure: error: newly created file is older than distributed files!
  938. Check your system clock" 1>&2; exit 1; }
  939. fi
  940. rm -f conftest*
  941. echo "$ac_t""yes" 1>&6
  942. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  943. echo "configure:1065: checking whether ${MAKE-make} sets ${MAKE}" >&5
  944. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  945. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  946.   echo $ac_n "(cached) $ac_c" 1>&6
  947. else
  948.   cat > conftestmake <<EOF
  949. all:
  950. @echo 'ac_maketemp="${MAKE}"'
  951. EOF
  952. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  953. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  954. if test -n "$ac_maketemp"; then
  955.   eval ac_cv_prog_make_${ac_make}_set=yes
  956. else
  957.   eval ac_cv_prog_make_${ac_make}_set=no
  958. fi
  959. rm -f conftestmake
  960. fi
  961. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  962.   echo "$ac_t""yes" 1>&6
  963.   SET_MAKE=
  964. else
  965.   echo "$ac_t""no" 1>&6
  966.   SET_MAKE="MAKE=${MAKE-make}"
  967. fi
  968. PACKAGE=threads
  969. VERSION=2.0.0
  970. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  971.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  972. fi
  973. cat >> confdefs.h <<EOF
  974. #define PACKAGE "$PACKAGE"
  975. EOF
  976. cat >> confdefs.h <<EOF
  977. #define VERSION "$VERSION"
  978. EOF
  979. missing_dir=`cd $ac_aux_dir && pwd`
  980. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  981. echo "configure:1111: checking for working aclocal" >&5
  982. # Run test in a subshell; some versions of sh will print an error if
  983. # an executable is not found, even if stderr is redirected.
  984. # Redirect stdin to placate older versions of autoconf.  Sigh.
  985. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  986.    ACLOCAL=aclocal
  987.    echo "$ac_t""found" 1>&6
  988. else
  989.    ACLOCAL="$missing_dir/missing aclocal"
  990.    echo "$ac_t""missing" 1>&6
  991. fi
  992. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  993. echo "configure:1124: checking for working autoconf" >&5
  994. # Run test in a subshell; some versions of sh will print an error if
  995. # an executable is not found, even if stderr is redirected.
  996. # Redirect stdin to placate older versions of autoconf.  Sigh.
  997. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  998.    AUTOCONF=autoconf
  999.    echo "$ac_t""found" 1>&6
  1000. else
  1001.    AUTOCONF="$missing_dir/missing autoconf"
  1002.    echo "$ac_t""missing" 1>&6
  1003. fi
  1004. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  1005. echo "configure:1137: checking for working automake" >&5
  1006. # Run test in a subshell; some versions of sh will print an error if
  1007. # an executable is not found, even if stderr is redirected.
  1008. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1009. if (automake --version) < /dev/null > /dev/null 2>&1; then
  1010.    AUTOMAKE=automake
  1011.    echo "$ac_t""found" 1>&6
  1012. else
  1013.    AUTOMAKE="$missing_dir/missing automake"
  1014.    echo "$ac_t""missing" 1>&6
  1015. fi
  1016. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  1017. echo "configure:1150: checking for working autoheader" >&5
  1018. # Run test in a subshell; some versions of sh will print an error if
  1019. # an executable is not found, even if stderr is redirected.
  1020. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1021. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  1022.    AUTOHEADER=autoheader
  1023.    echo "$ac_t""found" 1>&6
  1024. else
  1025.    AUTOHEADER="$missing_dir/missing autoheader"
  1026.    echo "$ac_t""missing" 1>&6
  1027. fi
  1028. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  1029. echo "configure:1163: checking for working makeinfo" >&5
  1030. # Run test in a subshell; some versions of sh will print an error if
  1031. # an executable is not found, even if stderr is redirected.
  1032. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1033. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  1034.    MAKEINFO=makeinfo
  1035.    echo "$ac_t""found" 1>&6
  1036. else
  1037.    MAKEINFO="$missing_dir/missing makeinfo"
  1038.    echo "$ac_t""missing" 1>&6
  1039. fi
  1040. save_ifs="${IFS=     }";IFS='.';
  1041. set dummy $VERSION
  1042. LT_CURRENT=`expr $2 + $3`
  1043. LT_REVISION=$4
  1044. LT_AGE=$3
  1045. IFS=$save_ifs
  1046. VERSION=$2.$3
  1047. # Check whether --enable-shared or --disable-shared was given.
  1048. if test "${enable_shared+set}" = set; then
  1049.   enableval="$enable_shared"
  1050.   
  1051. if test "$enableval" = no; then
  1052.   enable_shared=no
  1053. else
  1054.   enable_shared=yes
  1055. fi
  1056. else
  1057.   enable_shared=yes
  1058. fi
  1059.     
  1060.   
  1061.   # Check whether --enable-debug or --disable-debug was given.
  1062. if test "${enable_debug+set}" = set; then
  1063.   enableval="$enable_debug"
  1064.    
  1065.    if test $enableval = "no";      then ac_use_debug_code="no"
  1066.      else ac_use_debug_code="yes"
  1067.    fi
  1068.   
  1069. else
  1070.   ac_use_debug_code="no"
  1071. fi
  1072.   # Check whether --enable-strict or --disable-strict was given.
  1073. if test "${enable_strict+set}" = set; then
  1074.   enableval="$enable_strict"
  1075.    
  1076.     if test $enableval = "no"; then 
  1077.          ac_use_strict_options="no"
  1078.        else 
  1079.          ac_use_strict_options="yes"
  1080.     fi
  1081.    
  1082. else
  1083.   ac_use_strict_options="no"
  1084. fi
  1085.   echo $ac_n "checking for a C-Compiler""... $ac_c" 1>&6
  1086. echo "configure:1233: checking for a C-Compiler" >&5
  1087.     echo "$ac_t""$CC" 1>&6 
  1088.  
  1089.   if test -z "$CC"; then # Extract the first word of "gcc", so it can be a program name with args.
  1090. set dummy gcc; ac_word=$2
  1091. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1092. echo "configure:1239: checking for $ac_word" >&5
  1093. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1094.   echo $ac_n "(cached) $ac_c" 1>&6
  1095. else
  1096.   if test -n "$CC"; then
  1097.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1098. else
  1099.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1100.   ac_dummy="$PATH"
  1101.   for ac_dir in $ac_dummy; do
  1102.     test -z "$ac_dir" && ac_dir=.
  1103.     if test -f $ac_dir/$ac_word; then
  1104.       ac_cv_prog_CC="gcc"
  1105.       break
  1106.     fi
  1107.   done
  1108.   IFS="$ac_save_ifs"
  1109. fi
  1110. fi
  1111. CC="$ac_cv_prog_CC"
  1112. if test -n "$CC"; then
  1113.   echo "$ac_t""$CC" 1>&6
  1114. else
  1115.   echo "$ac_t""no" 1>&6
  1116. fi
  1117.  fi
  1118.   if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args.
  1119. set dummy cc; ac_word=$2
  1120. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1121. echo "configure:1268: checking for $ac_word" >&5
  1122. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1123.   echo $ac_n "(cached) $ac_c" 1>&6
  1124. else
  1125.   if test -n "$CC"; then
  1126.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1127. else
  1128.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1129.   ac_prog_rejected=no
  1130.   ac_dummy="$PATH"
  1131.   for ac_dir in $ac_dummy; do
  1132.     test -z "$ac_dir" && ac_dir=.
  1133.     if test -f $ac_dir/$ac_word; then
  1134.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  1135.         ac_prog_rejected=yes
  1136. continue
  1137.       fi
  1138.       ac_cv_prog_CC="cc"
  1139.       break
  1140.     fi
  1141.   done
  1142.   IFS="$ac_save_ifs"
  1143. if test $ac_prog_rejected = yes; then
  1144.   # We found a bogon in the path, so make sure we never use it.
  1145.   set dummy $ac_cv_prog_CC
  1146.   shift
  1147.   if test $# -gt 0; then
  1148.     # We chose a different compiler from the bogus one.
  1149.     # However, it has the same basename, so the bogon will be chosen
  1150.     # first if we set CC to just the basename; use the full file name.
  1151.     shift
  1152.     set dummy "$ac_dir/$ac_word" "$@"
  1153.     shift
  1154.     ac_cv_prog_CC="$@"
  1155.   fi
  1156. fi
  1157. fi
  1158. fi
  1159. CC="$ac_cv_prog_CC"
  1160. if test -n "$CC"; then
  1161.   echo "$ac_t""$CC" 1>&6
  1162. else
  1163.   echo "$ac_t""no" 1>&6
  1164. fi
  1165.  fi
  1166.   if test -z "$CC"; then # Extract the first word of "xlc", so it can be a program name with args.
  1167. set dummy xlc; ac_word=$2
  1168. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1169. echo "configure:1316: checking for $ac_word" >&5
  1170. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  1171.   echo $ac_n "(cached) $ac_c" 1>&6
  1172. else
  1173.   if test -n "$CC"; then
  1174.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1175. else
  1176.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1177.   ac_dummy="$PATH"
  1178.   for ac_dir in $ac_dummy; do
  1179.     test -z "$ac_dir" && ac_dir=.
  1180.     if test -f $ac_dir/$ac_word; then
  1181.       ac_cv_prog_CC="xlc"
  1182.       break
  1183.     fi
  1184.   done
  1185.   IFS="$ac_save_ifs"
  1186. fi
  1187. fi
  1188. CC="$ac_cv_prog_CC"
  1189. if test -n "$CC"; then
  1190.   echo "$ac_t""$CC" 1>&6
  1191. else
  1192.   echo "$ac_t""no" 1>&6
  1193. fi
  1194.  fi
  1195.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  1196.   echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1197. echo "configure:1345: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  1198. ac_ext=c
  1199. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1200. ac_cpp='$CPP $CPPFLAGS'
  1201. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1202. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1203. cross_compiling=$ac_cv_prog_cc_cross
  1204. cat > conftest.$ac_ext << EOF
  1205. #line 1356 "configure"
  1206. #include "confdefs.h"
  1207. main(){return(0);}
  1208. EOF
  1209. if { (eval echo configure:1361: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1210.   ac_cv_prog_cc_works=yes
  1211.   # If we can't run a trivial program, we are probably using a cross compiler.
  1212.   if (./conftest; exit) 2>/dev/null; then
  1213.     ac_cv_prog_cc_cross=no
  1214.   else
  1215.     ac_cv_prog_cc_cross=yes
  1216.   fi
  1217. else
  1218.   echo "configure: failed program was:" >&5
  1219.   cat conftest.$ac_ext >&5
  1220.   ac_cv_prog_cc_works=no
  1221. fi
  1222. rm -fr conftest*
  1223. ac_ext=c
  1224. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1225. ac_cpp='$CPP $CPPFLAGS'
  1226. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1227. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1228. cross_compiling=$ac_cv_prog_cc_cross
  1229. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1230. if test $ac_cv_prog_cc_works = no; then
  1231.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1232. fi
  1233. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1234. echo "configure:1387: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1235. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1236. cross_compiling=$ac_cv_prog_cc_cross
  1237.   echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1238. echo "configure:1392: checking whether we are using GNU C" >&5
  1239. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  1240.   echo $ac_n "(cached) $ac_c" 1>&6
  1241. else
  1242.   cat > conftest.c <<EOF
  1243. #ifdef __GNUC__
  1244.   yes;
  1245. #endif
  1246. EOF
  1247. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1401: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1248.   ac_cv_prog_gcc=yes
  1249. else
  1250.   ac_cv_prog_gcc=no
  1251. fi
  1252. fi
  1253. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1254.   if test $ac_cv_prog_gcc = yes; then
  1255.     GCC=yes
  1256.   else
  1257.     GCC=
  1258.   fi
  1259.   if test -z "$CFLAGS"; then
  1260.     if test "$ac_use_debug_code" = "yes"; then
  1261.       echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1262. echo "configure:1419: checking whether ${CC-cc} accepts -g" >&5
  1263. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  1264.   echo $ac_n "(cached) $ac_c" 1>&6
  1265. else
  1266.   echo 'void f(){}' > conftest.c
  1267. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1268.   ac_cv_prog_cc_g=yes
  1269. else
  1270.   ac_cv_prog_cc_g=no
  1271. fi
  1272. rm -f conftest*
  1273. fi
  1274. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1275.       if test $ac_cv_prog_cc_g = yes; then
  1276.         CFLAGS="-g"
  1277.       fi
  1278.     else
  1279.       if test "$GCC" = "yes"; then
  1280.         CFLAGS="-O2"
  1281.       else
  1282.         CFLAGS=""
  1283.       fi
  1284.     fi
  1285.     if test "$GCC" = "yes"; then
  1286.      CFLAGS="$CFLAGS -Wall"
  1287.      if test "$ac_use_strict_options" = "yes"; then
  1288. CFLAGS="$CFLAGS -W -ansi -pedantic"     
  1289.      fi
  1290.     fi
  1291.   fi
  1292.   case "$host" in 
  1293.   *-*-sysv4.2uw*) CFLAGS="$CFLAGS -D_UNIXWARE";;
  1294.   esac
  1295.   if test -z "$LDFLAGS" && test "$ac_use_debug_code" = "no" && test "$GCC" = "yes"; then
  1296.      LDFLAGS="-s"
  1297.   fi
  1298.   echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1299. echo "configure:1466: checking how to run the C preprocessor" >&5
  1300.   # On Suns, sometimes $CPP names a directory.
  1301.   if test -n "$CPP" && test -d "$CPP"; then
  1302.     CPP=
  1303.   fi
  1304.   if test -z "$CPP"; then
  1305.   if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1306.   echo $ac_n "(cached) $ac_c" 1>&6
  1307. else
  1308.     # This must be in double quotes, not single quotes, because CPP may get
  1309.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  1310.     CPP="${CC-cc} -E"
  1311.     # On the NeXT, cc -E runs the code through the compiler's parser,
  1312.     # not just through cpp.
  1313.             cat > conftest.$ac_ext <<EOF
  1314. #line 1481 "configure"
  1315. #include "confdefs.h"
  1316. #include <assert.h>
  1317.     Syntax Error
  1318. EOF
  1319. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1320. { (eval echo configure:1487: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1321. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1322. if test -z "$ac_err"; then
  1323.   :
  1324. else
  1325.   echo "$ac_err" >&5
  1326.   echo "configure: failed program was:" >&5
  1327.   cat conftest.$ac_ext >&5
  1328.   rm -rf conftest*
  1329.   CPP="${CC-cc} -E -traditional-cpp"
  1330.     cat > conftest.$ac_ext <<EOF
  1331. #line 1498 "configure"
  1332. #include "confdefs.h"
  1333. #include <assert.h>
  1334.     Syntax Error
  1335. EOF
  1336. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1337. { (eval echo configure:1504: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1338. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1339. if test -z "$ac_err"; then
  1340.   :
  1341. else
  1342.   echo "$ac_err" >&5
  1343.   echo "configure: failed program was:" >&5
  1344.   cat conftest.$ac_ext >&5
  1345.   rm -rf conftest*
  1346.   CPP=/lib/cpp
  1347. fi
  1348. rm -f conftest*
  1349. fi
  1350. rm -f conftest*
  1351.     ac_cv_prog_CPP="$CPP"
  1352. fi
  1353.     CPP="$ac_cv_prog_CPP"
  1354.   else
  1355.     ac_cv_prog_CPP="$CPP"
  1356.   fi
  1357.   echo "$ac_t""$CPP" 1>&6
  1358.   
  1359.   echo $ac_n "checking for a C++-Compiler""... $ac_c" 1>&6
  1360. echo "configure:1528: checking for a C++-Compiler" >&5
  1361.     echo "$ac_t""$CXX" 1>&6 
  1362.  
  1363.   if test -z "$CXX"; then # Extract the first word of "g++", so it can be a program name with args.
  1364. set dummy g++; ac_word=$2
  1365. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1366. echo "configure:1534: checking for $ac_word" >&5
  1367. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  1368.   echo $ac_n "(cached) $ac_c" 1>&6
  1369. else
  1370.   if test -n "$CXX"; then
  1371.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1372. else
  1373.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1374.   ac_dummy="$PATH"
  1375.   for ac_dir in $ac_dummy; do
  1376.     test -z "$ac_dir" && ac_dir=.
  1377.     if test -f $ac_dir/$ac_word; then
  1378.       ac_cv_prog_CXX="g++"
  1379.       break
  1380.     fi
  1381.   done
  1382.   IFS="$ac_save_ifs"
  1383. fi
  1384. fi
  1385. CXX="$ac_cv_prog_CXX"
  1386. if test -n "$CXX"; then
  1387.   echo "$ac_t""$CXX" 1>&6
  1388. else
  1389.   echo "$ac_t""no" 1>&6
  1390. fi
  1391.  fi
  1392.   if test -z "$CXX"; then # Extract the first word of "CC", so it can be a program name with args.
  1393. set dummy CC; ac_word=$2
  1394. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1395. echo "configure:1563: checking for $ac_word" >&5
  1396. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  1397.   echo $ac_n "(cached) $ac_c" 1>&6
  1398. else
  1399.   if test -n "$CXX"; then
  1400.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1401. else
  1402.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1403.   ac_dummy="$PATH"
  1404.   for ac_dir in $ac_dummy; do
  1405.     test -z "$ac_dir" && ac_dir=.
  1406.     if test -f $ac_dir/$ac_word; then
  1407.       ac_cv_prog_CXX="CC"
  1408.       break
  1409.     fi
  1410.   done
  1411.   IFS="$ac_save_ifs"
  1412. fi
  1413. fi
  1414. CXX="$ac_cv_prog_CXX"
  1415. if test -n "$CXX"; then
  1416.   echo "$ac_t""$CXX" 1>&6
  1417. else
  1418.   echo "$ac_t""no" 1>&6
  1419. fi
  1420.  fi
  1421.   if test -z "$CXX"; then # Extract the first word of "xlC", so it can be a program name with args.
  1422. set dummy xlC; ac_word=$2
  1423. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1424. echo "configure:1592: checking for $ac_word" >&5
  1425. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  1426.   echo $ac_n "(cached) $ac_c" 1>&6
  1427. else
  1428.   if test -n "$CXX"; then
  1429.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1430. else
  1431.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1432.   ac_dummy="$PATH"
  1433.   for ac_dir in $ac_dummy; do
  1434.     test -z "$ac_dir" && ac_dir=.
  1435.     if test -f $ac_dir/$ac_word; then
  1436.       ac_cv_prog_CXX="xlC"
  1437.       break
  1438.     fi
  1439.   done
  1440.   IFS="$ac_save_ifs"
  1441. fi
  1442. fi
  1443. CXX="$ac_cv_prog_CXX"
  1444. if test -n "$CXX"; then
  1445.   echo "$ac_t""$CXX" 1>&6
  1446. else
  1447.   echo "$ac_t""no" 1>&6
  1448. fi
  1449.  fi
  1450.   if test -z "$CXX"; then # Extract the first word of "DCC", so it can be a program name with args.
  1451. set dummy DCC; ac_word=$2
  1452. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1453. echo "configure:1621: checking for $ac_word" >&5
  1454. if eval "test "`echo '$''{'ac_cv_prog_CXX'+set}'`" = set"; then
  1455.   echo $ac_n "(cached) $ac_c" 1>&6
  1456. else
  1457.   if test -n "$CXX"; then
  1458.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1459. else
  1460.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1461.   ac_dummy="$PATH"
  1462.   for ac_dir in $ac_dummy; do
  1463.     test -z "$ac_dir" && ac_dir=.
  1464.     if test -f $ac_dir/$ac_word; then
  1465.       ac_cv_prog_CXX="DCC"
  1466.       break
  1467.     fi
  1468.   done
  1469.   IFS="$ac_save_ifs"
  1470. fi
  1471. fi
  1472. CXX="$ac_cv_prog_CXX"
  1473. if test -n "$CXX"; then
  1474.   echo "$ac_t""$CXX" 1>&6
  1475. else
  1476.   echo "$ac_t""no" 1>&6
  1477. fi
  1478.  fi
  1479.   test -z "$CXX" && { echo "configure: error: no acceptable C++-compiler found in $PATH" 1>&2; exit 1; }
  1480.   echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1481. echo "configure:1650: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
  1482. ac_ext=C
  1483. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1484. ac_cpp='$CXXCPP $CPPFLAGS'
  1485. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1486. ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1487. cross_compiling=$ac_cv_prog_cxx_cross
  1488. cat > conftest.$ac_ext << EOF
  1489. #line 1661 "configure"
  1490. #include "confdefs.h"
  1491. int main(){return(0);}
  1492. EOF
  1493. if { (eval echo configure:1666: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1494.   ac_cv_prog_cxx_works=yes
  1495.   # If we can't run a trivial program, we are probably using a cross compiler.
  1496.   if (./conftest; exit) 2>/dev/null; then
  1497.     ac_cv_prog_cxx_cross=no
  1498.   else
  1499.     ac_cv_prog_cxx_cross=yes
  1500.   fi
  1501. else
  1502.   echo "configure: failed program was:" >&5
  1503.   cat conftest.$ac_ext >&5
  1504.   ac_cv_prog_cxx_works=no
  1505. fi
  1506. rm -fr conftest*
  1507. ac_ext=c
  1508. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1509. ac_cpp='$CPP $CPPFLAGS'
  1510. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1511. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1512. cross_compiling=$ac_cv_prog_cc_cross
  1513. echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
  1514. if test $ac_cv_prog_cxx_works = no; then
  1515.   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
  1516. fi
  1517. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1518. echo "configure:1692: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
  1519. echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
  1520. cross_compiling=$ac_cv_prog_cxx_cross
  1521.   echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  1522. echo "configure:1697: checking whether we are using GNU C++" >&5
  1523. if eval "test "`echo '$''{'ac_cv_prog_gxx'+set}'`" = set"; then
  1524.   echo $ac_n "(cached) $ac_c" 1>&6
  1525. else
  1526.   cat > conftest.C <<EOF
  1527. #ifdef __GNUC__
  1528.   yes;
  1529. #endif
  1530. EOF
  1531. if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1706: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1532.   ac_cv_prog_gxx=yes
  1533. else
  1534.   ac_cv_prog_gxx=no
  1535. fi
  1536. fi
  1537. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  1538.   if test $ac_cv_prog_gxx = yes; then
  1539.     GXX=yes
  1540.   else
  1541.     echo $ac_n "checking whether we are using SPARC CC""... $ac_c" 1>&6
  1542. echo "configure:1719: checking whether we are using SPARC CC" >&5
  1543.     GXX=
  1544.     cat > conftest.C << EOF
  1545. #ifdef __SUNPRO_CC
  1546.    yes;
  1547. #endif
  1548. EOF
  1549.     ac_try="$CXX -E conftest.C"
  1550.     if { (eval echo configure:__online__: "$ac_try") 1>&5; (eval $ac_try) 2>&5; } | egrep yes >/dev/null 2>&1; then
  1551.       ac_cv_prog_CC=yes
  1552.     else
  1553.       ac_cv_prog_CC=no
  1554.     fi
  1555.     echo "$ac_t""$ac_cv_prog_CC" 1>&6
  1556.   fi
  1557.   if test -z "$CXXFLAGS"; then 
  1558.     if test "$ac_use_debug_code" = "yes"; then
  1559.       echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  1560. echo "configure:1739: checking whether ${CXX-g++} accepts -g" >&5
  1561. if eval "test "`echo '$''{'ac_cv_prog_cxx_g'+set}'`" = set"; then
  1562.   echo $ac_n "(cached) $ac_c" 1>&6
  1563. else
  1564.   echo 'void f(){}' > conftest.cc
  1565. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  1566.   ac_cv_prog_cxx_g=yes
  1567. else
  1568.   ac_cv_prog_cxx_g=no
  1569. fi
  1570. rm -f conftest*
  1571. fi
  1572. echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
  1573.       if test $ac_cv_prog_cxx_g = yes; then
  1574.         CXXFLAGS="-g"
  1575.       fi
  1576.       if test "$ac_cv_prog_CC" = "yes"; then
  1577.         CXXFLAGS="$CXXFLAGS -pto"
  1578.       fi
  1579.     else
  1580.       if test "$GXX" = "yes"; then
  1581.          CXXFLAGS="-O2"
  1582.       else
  1583.          if test "$ac_cv_prog_CC" = "yes"; then
  1584.             CXXFLAGS="-pto -O2"
  1585.          else
  1586.             CXXFLAGS=""
  1587.          fi
  1588.       fi
  1589.     fi
  1590.     if test "$GXX" = "yes"; then
  1591.        CXXFLAGS="$CXXFLAGS -Wall"
  1592.  
  1593.        if test "$ac_use_strict_options" = "yes"; then
  1594. CXXFLAGS="$CXXFLAGS -W -ansi -Wtraditional  -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Woverloaded-virtual -Wbad-function-cast  -Wsynth"
  1595.        fi
  1596.        if test "$kde_very_strict" = "yes"; then
  1597.          CXXFLAGS="$CXXFLAGS -Wold-style-cast -Wshadow -Wredundant-decls -Wconversion"
  1598.        fi
  1599.     fi
  1600.   fi  
  1601.     case "$host" in
  1602.       *-*-sysv4.2uw*) CXXFLAGS="$CXXFLAGS -D_UNIXWARE";;
  1603.     esac    
  1604. # Check whether --enable-static or --disable-static was given.
  1605. if test "${enable_static+set}" = set; then
  1606.   enableval="$enable_static"
  1607.   if test "$enableval" = no; then
  1608.   enable_static=no
  1609. else
  1610.   enable_static=yes
  1611. fi
  1612. else
  1613.   enable_static=yes
  1614. fi
  1615. # Extract the first word of "ranlib", so it can be a program name with args.
  1616. set dummy ranlib; ac_word=$2
  1617. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1618. echo "configure:1805: checking for $ac_word" >&5
  1619. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1620.   echo $ac_n "(cached) $ac_c" 1>&6
  1621. else
  1622.   if test -n "$RANLIB"; then
  1623.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1624. else
  1625.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1626.   ac_dummy="$PATH"
  1627.   for ac_dir in $ac_dummy; do
  1628.     test -z "$ac_dir" && ac_dir=.
  1629.     if test -f $ac_dir/$ac_word; then
  1630.       ac_cv_prog_RANLIB="ranlib"
  1631.       break
  1632.     fi
  1633.   done
  1634.   IFS="$ac_save_ifs"
  1635.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1636. fi
  1637. fi
  1638. RANLIB="$ac_cv_prog_RANLIB"
  1639. if test -n "$RANLIB"; then
  1640.   echo "$ac_t""$RANLIB" 1>&6
  1641. else
  1642.   echo "$ac_t""no" 1>&6
  1643. fi
  1644. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  1645. if test "${with_gnu_ld+set}" = set; then
  1646.   withval="$with_gnu_ld"
  1647.   test "$withval" = no || with_gnu_ld=yes
  1648. else
  1649.   with_gnu_ld=no
  1650. fi
  1651. ac_prog=ld
  1652. if test "$ac_cv_prog_gcc" = yes; then
  1653.   # Check if gcc -print-prog-name=ld gives a path.
  1654.   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
  1655. echo "configure:1845: checking for ld used by GCC" >&5
  1656.   ac_prog=`($CC -print-prog-name=ld) 2>&5`
  1657.   case "$ac_prog" in
  1658.   # Accept absolute paths.
  1659.   /* | A-Za-z:\*)
  1660.     test -z "$LD" && LD="$ac_prog"
  1661.     ;;
  1662.   "")
  1663.     # If it fails, then pretend we aren't using GCC.
  1664.     ac_prog=ld
  1665.     ;;
  1666.   *)
  1667.     # If it is relative, then search for the first ld in PATH.
  1668.     with_gnu_ld=unknown
  1669.     ;;
  1670.   esac
  1671. elif test "$with_gnu_ld" = yes; then
  1672.   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
  1673. echo "configure:1863: checking for GNU ld" >&5
  1674. else
  1675.   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  1676. echo "configure:1866: checking for non-GNU ld" >&5
  1677. fi
  1678. if eval "test "`echo '$''{'ac_cv_path_LD'+set}'`" = set"; then
  1679.   echo $ac_n "(cached) $ac_c" 1>&6
  1680. else
  1681.   if test -z "$LD"; then
  1682.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1683.   for ac_dir in $PATH; do
  1684.     test -z "$ac_dir" && ac_dir=.
  1685.     if test -f "$ac_dir/$ac_prog"; then
  1686.       ac_cv_path_LD="$ac_dir/$ac_prog"
  1687.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1688.       # but apparently some GNU ld's only accept -v.
  1689.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1690.       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  1691. test "$with_gnu_ld" != no && break
  1692.       else
  1693.         test "$with_gnu_ld" != yes && break
  1694.       fi
  1695.     fi
  1696.   done
  1697.   IFS="$ac_save_ifs"
  1698. else
  1699.   ac_cv_path_LD="$LD" # Let the user override the test with a path.
  1700. fi
  1701. fi
  1702. LD="$ac_cv_path_LD"
  1703. if test -n "$LD"; then
  1704.   echo "$ac_t""$LD" 1>&6
  1705. else
  1706.   echo "$ac_t""no" 1>&6
  1707. fi
  1708. test -z "$LD" && { echo "configure: error: no acceptable ld found in $PATH" 1>&2; exit 1; }
  1709. echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
  1710. echo "configure:1902: checking if the linker ($LD) is GNU ld" >&5
  1711. if eval "test "`echo '$''{'ac_cv_prog_gnu_ld'+set}'`" = set"; then
  1712.   echo $ac_n "(cached) $ac_c" 1>&6
  1713. else
  1714.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1715. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  1716.   ac_cv_prog_gnu_ld=yes
  1717. else
  1718.   ac_cv_prog_gnu_ld=no
  1719. fi
  1720. fi
  1721. echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
  1722. echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
  1723. echo "configure:1918: checking for BSD-compatible nm" >&5
  1724. if eval "test "`echo '$''{'ac_cv_path_NM'+set}'`" = set"; then
  1725.   echo $ac_n "(cached) $ac_c" 1>&6
  1726. else
  1727.   case "$NM" in
  1728. /* | A-Za-z:\*)
  1729.   ac_cv_path_NM="$NM" # Let the user override the test with a path.
  1730.   ;;
  1731. *)
  1732.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1733.   for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
  1734.     test -z "$ac_dir" && ac_dir=.
  1735.     if test -f $ac_dir/nm; then
  1736.       # Check to see if the nm accepts a BSD-compat flag.
  1737.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1738.       #   nm: unknown option "B" ignored
  1739.       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1740.         ac_cv_path_NM="$ac_dir/nm -B"
  1741.       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1742.         ac_cv_path_NM="$ac_dir/nm -p"
  1743.       else
  1744.         ac_cv_path_NM="$ac_dir/nm"
  1745.       fi
  1746.       break
  1747.     fi
  1748.   done
  1749.   IFS="$ac_save_ifs"
  1750.   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
  1751.   ;;
  1752. esac
  1753. fi
  1754. NM="$ac_cv_path_NM"
  1755. echo "$ac_t""$NM" 1>&6
  1756. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1757. echo "configure:1955: checking whether ln -s works" >&5
  1758. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  1759.   echo $ac_n "(cached) $ac_c" 1>&6
  1760. else
  1761.   rm -f conftestdata
  1762. if ln -s X conftestdata 2>/dev/null
  1763. then
  1764.   rm -f conftestdata
  1765.   ac_cv_prog_LN_S="ln -s"
  1766. else
  1767.   ac_cv_prog_LN_S=ln
  1768. fi
  1769. fi
  1770. LN_S="$ac_cv_prog_LN_S"
  1771. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1772.   echo "$ac_t""yes" 1>&6
  1773. else
  1774.   echo "$ac_t""no" 1>&6
  1775. fi
  1776. ac_save_cc=$CC
  1777. ac_save_cflags="$CFLAGS"
  1778. CC=$CXX
  1779. CFLAGS="$CXXFLAGS"
  1780. # Always use our own libtool.
  1781. LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
  1782. # Check for any special flags to pass to ltconfig.
  1783. libtool_flags=
  1784. test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
  1785. test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
  1786. test "$silent" = yes && libtool_flags="$libtool_flags --silent"
  1787. test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
  1788. test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  1789. # Some flags need to be propagated to the compiler or linker for good
  1790. # libtool support.
  1791. case "$host" in
  1792. *-*-irix6*)
  1793.   # Find out which ABI we are using.
  1794.   echo '#line 1998 "configure"' > conftest.$ac_ext
  1795.   if { (eval echo configure:1999: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1796.     case "`/usr/bin/file conftest.o`" in
  1797.     *32-bit*)
  1798.       LD="${LD-ld} -32"
  1799.       ;;
  1800.     *N32*)
  1801.       LD="${LD-ld} -n32"
  1802.       ;;
  1803.     *64-bit*)
  1804.       LD="${LD-ld} -64"
  1805.       ;;
  1806.     esac
  1807.   fi
  1808.   rm -rf conftest*
  1809.   ;;
  1810. *-*-sco3.2v5*)
  1811.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1812.   CFLAGS="$CFLAGS -belf"
  1813.   ;;
  1814. esac
  1815. # Actually configure libtool.  ac_aux_dir is where install-sh is found.
  1816. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" 
  1817. LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" 
  1818. ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig 
  1819. $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host 
  1820. || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
  1821.  CC=$ac_save_cc
  1822. CFLAGS="$ac_save_cflags"
  1823. trap '' 1 2 15
  1824. cat > confcache <<EOF
  1825. # This file is a shell script that caches the results of configure
  1826. # tests run on this system so they can be shared between configure
  1827. # scripts and configure runs.  It is not useful on other systems.
  1828. # If it contains results you don't want to keep, you may remove or edit it.
  1829. #
  1830. # By default, configure uses ./config.cache as the cache file,
  1831. # creating it if it does not exist already.  You can give configure
  1832. # the --cache-file=FILE option to use a different cache file; that is
  1833. # what configure does when it calls configure scripts in
  1834. # subdirectories, so they share the cache.
  1835. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1836. # config.status only pays attention to the cache file if you give it the
  1837. # --recheck option to rerun configure.
  1838. #
  1839. EOF
  1840. # The following way of writing the cache mishandles newlines in values,
  1841. # but we know of no workaround that is simple, portable, and efficient.
  1842. # So, don't put newlines in cache variables' values.
  1843. # Ultrix sh set writes to stderr and can't be redirected directly,
  1844. # and sets the high bit in the cache file unless we assign to the vars.
  1845. (set) 2>&1 |
  1846.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1847.   *ac_space= *)
  1848.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1849.     # turns \\ into \, and sed turns \ into ).
  1850.     sed -n 
  1851.       -e "s/'/'\\''/g" 
  1852.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1853.     ;;
  1854.   *)
  1855.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1856.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1857.     ;;
  1858.   esac >> confcache
  1859. if cmp -s $cache_file confcache; then
  1860.   :
  1861. else
  1862.   if test -w $cache_file; then
  1863.     echo "updating cache $cache_file"
  1864.     cat confcache > $cache_file
  1865.   else
  1866.     echo "not updating unwritable cache $cache_file"
  1867.   fi
  1868. fi
  1869. rm -f confcache
  1870. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1871. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1872. # Let make expand exec_prefix.
  1873. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1874. # Any assignment to VPATH causes Sun make to only execute
  1875. # the first set of double-colon rules, so remove it if not needed.
  1876. # If there is a colon in the path, we need to keep it.
  1877. if test "x$srcdir" = x.; then
  1878.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1879. fi
  1880. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1881. DEFS=-DHAVE_CONFIG_H
  1882. # Without the "./", some shells look in PATH for config.status.
  1883. : ${CONFIG_STATUS=./config.status}
  1884. echo creating $CONFIG_STATUS
  1885. rm -f $CONFIG_STATUS
  1886. cat > $CONFIG_STATUS <<EOF
  1887. #! /bin/sh
  1888. # Generated automatically by configure.
  1889. # Run this file to recreate the current configuration.
  1890. # This directory was configured as follows,
  1891. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1892. #
  1893. # $0 $ac_configure_args
  1894. #
  1895. # Compiler output produced by configure, useful for debugging
  1896. # configure, is in ./config.log if it exists.
  1897. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1898. for ac_option
  1899. do
  1900.   case "$ac_option" in
  1901.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1902.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1903.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1904.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1905.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1906.     exit 0 ;;
  1907.   -help | --help | --hel | --he | --h)
  1908.     echo "$ac_cs_usage"; exit 0 ;;
  1909.   *) echo "$ac_cs_usage"; exit 1 ;;
  1910.   esac
  1911. done
  1912. ac_given_srcdir=$srcdir
  1913. ac_given_INSTALL="$INSTALL"
  1914. trap 'rm -fr `echo "Makefile src/Makefile doc/Makefile man/Makefile examples/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1915. EOF
  1916. cat >> $CONFIG_STATUS <<EOF
  1917. # Protect against being on the right side of a sed subst in config.status.
  1918. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1919.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1920. $ac_vpsub
  1921. $extrasub
  1922. s%@SHELL@%$SHELL%g
  1923. s%@CFLAGS@%$CFLAGS%g
  1924. s%@CPPFLAGS@%$CPPFLAGS%g
  1925. s%@CXXFLAGS@%$CXXFLAGS%g
  1926. s%@FFLAGS@%$FFLAGS%g
  1927. s%@DEFS@%$DEFS%g
  1928. s%@LDFLAGS@%$LDFLAGS%g
  1929. s%@LIBS@%$LIBS%g
  1930. s%@exec_prefix@%$exec_prefix%g
  1931. s%@prefix@%$prefix%g
  1932. s%@program_transform_name@%$program_transform_name%g
  1933. s%@bindir@%$bindir%g
  1934. s%@sbindir@%$sbindir%g
  1935. s%@libexecdir@%$libexecdir%g
  1936. s%@datadir@%$datadir%g
  1937. s%@sysconfdir@%$sysconfdir%g
  1938. s%@sharedstatedir@%$sharedstatedir%g
  1939. s%@localstatedir@%$localstatedir%g
  1940. s%@libdir@%$libdir%g
  1941. s%@includedir@%$includedir%g
  1942. s%@oldincludedir@%$oldincludedir%g
  1943. s%@infodir@%$infodir%g
  1944. s%@mandir@%$mandir%g
  1945. s%@CC@%$CC%g
  1946. s%@host@%$host%g
  1947. s%@host_alias@%$host_alias%g
  1948. s%@host_cpu@%$host_cpu%g
  1949. s%@host_vendor@%$host_vendor%g
  1950. s%@host_os@%$host_os%g
  1951. s%@target@%$target%g
  1952. s%@target_alias@%$target_alias%g
  1953. s%@target_cpu@%$target_cpu%g
  1954. s%@target_vendor@%$target_vendor%g
  1955. s%@target_os@%$target_os%g
  1956. s%@build@%$build%g
  1957. s%@build_alias@%$build_alias%g
  1958. s%@build_cpu@%$build_cpu%g
  1959. s%@build_vendor@%$build_vendor%g
  1960. s%@build_os@%$build_os%g
  1961. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1962. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1963. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1964. s%@PACKAGE@%$PACKAGE%g
  1965. s%@VERSION@%$VERSION%g
  1966. s%@ACLOCAL@%$ACLOCAL%g
  1967. s%@AUTOCONF@%$AUTOCONF%g
  1968. s%@AUTOMAKE@%$AUTOMAKE%g
  1969. s%@AUTOHEADER@%$AUTOHEADER%g
  1970. s%@MAKEINFO@%$MAKEINFO%g
  1971. s%@SET_MAKE@%$SET_MAKE%g
  1972. s%@LT_CURRENT@%$LT_CURRENT%g
  1973. s%@LT_REVISION@%$LT_REVISION%g
  1974. s%@LT_AGE@%$LT_AGE%g
  1975. s%@CPP@%$CPP%g
  1976. s%@CXX@%$CXX%g
  1977. s%@RANLIB@%$RANLIB%g
  1978. s%@LD@%$LD%g
  1979. s%@NM@%$NM%g
  1980. s%@LN_S@%$LN_S%g
  1981. s%@LIBTOOL@%$LIBTOOL%g
  1982. s%@KDE_EXTRA_RPATH@%$KDE_EXTRA_RPATH%g
  1983. s%@KDE_RPATH@%$KDE_RPATH%g
  1984. s%@all_includes@%$all_includes%g
  1985. s%@all_libraries@%$all_libraries%g
  1986. CEOF
  1987. EOF
  1988. cat >> $CONFIG_STATUS <<EOF
  1989. # Split the substitutions into bite-sized pieces for seds with
  1990. # small command number limits, like on Digital OSF/1 and HP-UX.
  1991. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1992. ac_file=1 # Number of current file.
  1993. ac_beg=1 # First line for current file.
  1994. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1995. ac_more_lines=:
  1996. ac_sed_cmds=""
  1997. while $ac_more_lines; do
  1998.   if test $ac_beg -gt 1; then
  1999.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2000.   else
  2001.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2002.   fi
  2003.   if test ! -s conftest.s$ac_file; then
  2004.     ac_more_lines=false
  2005.     rm -f conftest.s$ac_file
  2006.   else
  2007.     if test -z "$ac_sed_cmds"; then
  2008.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2009.     else
  2010.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2011.     fi
  2012.     ac_file=`expr $ac_file + 1`
  2013.     ac_beg=$ac_end
  2014.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2015.   fi
  2016. done
  2017. if test -z "$ac_sed_cmds"; then
  2018.   ac_sed_cmds=cat
  2019. fi
  2020. EOF
  2021. cat >> $CONFIG_STATUS <<EOF
  2022. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile doc/Makefile man/Makefile examples/Makefile"}
  2023. EOF
  2024. cat >> $CONFIG_STATUS <<EOF
  2025. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2026.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2027.   case "$ac_file" in
  2028.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2029.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2030.   *) ac_file_in="${ac_file}.in" ;;
  2031.   esac
  2032.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2033.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2034.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2035.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2036.     # The file is in a subdirectory.
  2037.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2038.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2039.     # A "../" for each directory in $ac_dir_suffix.
  2040.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2041.   else
  2042.     ac_dir_suffix= ac_dots=
  2043.   fi
  2044.   case "$ac_given_srcdir" in
  2045.   .)  srcdir=.
  2046.       if test -z "$ac_dots"; then top_srcdir=.
  2047.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2048.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2049.   *) # Relative path.
  2050.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2051.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2052.   esac
  2053.   case "$ac_given_INSTALL" in
  2054.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2055.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2056.   esac
  2057.   echo creating "$ac_file"
  2058.   rm -f "$ac_file"
  2059.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2060.   case "$ac_file" in
  2061.   *Makefile*) ac_comsub="1i\
  2062. # $configure_input" ;;
  2063.   *) ac_comsub= ;;
  2064.   esac
  2065.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2066.   sed -e "$ac_comsub
  2067. s%@configure_input@%$configure_input%g
  2068. s%@srcdir@%$srcdir%g
  2069. s%@top_srcdir@%$top_srcdir%g
  2070. s%@INSTALL@%$INSTALL%g
  2071. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2072. fi; done
  2073. rm -f conftest.s*
  2074. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2075. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2076. #
  2077. # ac_d sets the value in "#define NAME VALUE" lines.
  2078. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2079. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2080. ac_dC='3'
  2081. ac_dD='%g'
  2082. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2083. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2084. ac_uB='([  ])%1#2define3'
  2085. ac_uC=' '
  2086. ac_uD='4%g'
  2087. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2088. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2089. ac_eB='$%1#2define3'
  2090. ac_eC=' '
  2091. ac_eD='%g'
  2092. if test "${CONFIG_HEADERS+set}" != set; then
  2093. EOF
  2094. cat >> $CONFIG_STATUS <<EOF
  2095.   CONFIG_HEADERS="config.h"
  2096. EOF
  2097. cat >> $CONFIG_STATUS <<EOF
  2098. fi
  2099. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2100.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2101.   case "$ac_file" in
  2102.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2103.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2104.   *) ac_file_in="${ac_file}.in" ;;
  2105.   esac
  2106.   echo creating $ac_file
  2107.   rm -f conftest.frag conftest.in conftest.out
  2108.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2109.   cat $ac_file_inputs > conftest.in
  2110. EOF
  2111. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2112. # the proper values into config.h.in to produce config.h.  And first:
  2113. # Protect against being on the right side of a sed subst in config.status.
  2114. # Protect against being in an unquoted here document in config.status.
  2115. rm -f conftest.vals
  2116. cat > conftest.hdr <<EOF
  2117. s/[\&%]/\&/g
  2118. s%[\$`]%\&%g
  2119. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2120. s%ac_d%ac_u%gp
  2121. s%ac_u%ac_e%gp
  2122. EOF
  2123. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2124. rm -f conftest.hdr
  2125. # This sed command replaces #undef with comments.  This is necessary, for
  2126. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2127. # on some systems where configure will not decide to define it.
  2128. cat >> conftest.vals <<EOF
  2129. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2130. EOF
  2131. # Break up conftest.vals because some shells have a limit on
  2132. # the size of here documents, and old seds have small limits too.
  2133. rm -f conftest.tail
  2134. while :
  2135. do
  2136.   ac_lines=`grep -c . conftest.vals`
  2137.   # grep -c gives empty output for an empty file on some AIX systems.
  2138.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2139.   # Write a limited-size here document to conftest.frag.
  2140.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2141.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2142.   echo 'CEOF
  2143.   sed -f conftest.frag conftest.in > conftest.out
  2144.   rm -f conftest.in
  2145.   mv conftest.out conftest.in
  2146. ' >> $CONFIG_STATUS
  2147.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2148.   rm -f conftest.vals
  2149.   mv conftest.tail conftest.vals
  2150. done
  2151. rm -f conftest.vals
  2152. cat >> $CONFIG_STATUS <<EOF
  2153.   rm -f conftest.frag conftest.h
  2154.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2155.   cat conftest.in >> conftest.h
  2156.   rm -f conftest.in
  2157.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2158.     echo "$ac_file is unchanged"
  2159.     rm -f conftest.h
  2160.   else
  2161.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2162.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2163.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2164.       # The file is in a subdirectory.
  2165.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2166.     fi
  2167.     rm -f $ac_file
  2168.     mv conftest.h $ac_file
  2169.   fi
  2170. fi; done
  2171. EOF
  2172. cat >> $CONFIG_STATUS <<EOF
  2173. EOF
  2174. cat >> $CONFIG_STATUS <<EOF
  2175. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  2176. exit 0
  2177. EOF
  2178. chmod +x $CONFIG_STATUS
  2179. rm -fr confdefs* $ac_clean_files
  2180. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1