configure
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:54k
源码类别:

MySQL数据库

开发平台:

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