configure
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:60k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.12 
  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_default_prefix=/usr/local
  13. ac_help="$ac_help
  14.   --with-template=TEMPLATE
  15.                            use operating system template file; see template directory"
  16. ac_help="$ac_help
  17.   --with-odbcinst=<pathname>
  18.                                change default directory for odbcinst.ini "
  19. # Initialize some variables set by options.
  20. # The variables have the same names as the options, with
  21. # dashes changed to underlines.
  22. build=NONE
  23. cache_file=./config.cache
  24. exec_prefix=NONE
  25. host=NONE
  26. no_create=
  27. nonopt=NONE
  28. no_recursion=
  29. prefix=NONE
  30. program_prefix=NONE
  31. program_suffix=NONE
  32. program_transform_name=s,x,x,
  33. silent=
  34. site=
  35. srcdir=
  36. target=NONE
  37. verbose=
  38. x_includes=NONE
  39. x_libraries=NONE
  40. bindir='${exec_prefix}/bin'
  41. sbindir='${exec_prefix}/sbin'
  42. libexecdir='${exec_prefix}/libexec'
  43. datadir='${prefix}/share'
  44. sysconfdir='${prefix}/etc'
  45. sharedstatedir='${prefix}/com'
  46. localstatedir='${prefix}/var'
  47. libdir='${exec_prefix}/lib'
  48. includedir='${prefix}/include'
  49. oldincludedir='/usr/include'
  50. infodir='${prefix}/info'
  51. mandir='${prefix}/man'
  52. # Initialize some other variables.
  53. subdirs=
  54. MFLAGS= MAKEFLAGS=
  55. # Maximum number of lines to put in a shell here document.
  56. ac_max_here_lines=12
  57. ac_prev=
  58. for ac_option
  59. do
  60.   # If the previous option needs an argument, assign it.
  61.   if test -n "$ac_prev"; then
  62.     eval "$ac_prev=$ac_option"
  63.     ac_prev=
  64.     continue
  65.   fi
  66.   case "$ac_option" in
  67.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  68.   *) ac_optarg= ;;
  69.   esac
  70.   # Accept the important Cygnus configure options, so we can diagnose typos.
  71.   case "$ac_option" in
  72.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  73.     ac_prev=bindir ;;
  74.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  75.     bindir="$ac_optarg" ;;
  76.   -build | --build | --buil | --bui | --bu)
  77.     ac_prev=build ;;
  78.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  79.     build="$ac_optarg" ;;
  80.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  81.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  82.     ac_prev=cache_file ;;
  83.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  84.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  85.     cache_file="$ac_optarg" ;;
  86.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  87.     ac_prev=datadir ;;
  88.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  89.   | --da=*)
  90.     datadir="$ac_optarg" ;;
  91.   -disable-* | --disable-*)
  92.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  93.     # Reject names that are not valid shell variable names.
  94.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  95.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  96.     fi
  97.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  98.     eval "enable_${ac_feature}=no" ;;
  99.   -enable-* | --enable-*)
  100.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  101.     # Reject names that are not valid shell variable names.
  102.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  103.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  104.     fi
  105.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  106.     case "$ac_option" in
  107.       *=*) ;;
  108.       *) ac_optarg=yes ;;
  109.     esac
  110.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  111.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  112.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  113.   | --exec | --exe | --ex)
  114.     ac_prev=exec_prefix ;;
  115.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  116.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  117.   | --exec=* | --exe=* | --ex=*)
  118.     exec_prefix="$ac_optarg" ;;
  119.   -gas | --gas | --ga | --g)
  120.     # Obsolete; use --with-gas.
  121.     with_gas=yes ;;
  122.   -help | --help | --hel | --he)
  123.     # Omit some internal or obsolete options to make the list less imposing.
  124.     # This message is too long to be a string in the A/UX 3.1 sh.
  125.     cat << EOF
  126. Usage: configure [options] [host]
  127. Options: [defaults in brackets after descriptions]
  128. Configuration:
  129.   --cache-file=FILE       cache test results in FILE
  130.   --help                  print this message
  131.   --no-create             do not create output files
  132.   --quiet, --silent       do not print `checking...' messages
  133.   --version               print the version of autoconf that created configure
  134. Directory and file names:
  135.   --prefix=PREFIX         install architecture-independent files in PREFIX
  136.                           [$ac_default_prefix]
  137.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  138.                           [same as prefix]
  139.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  140.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  141.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  142.   --datadir=DIR           read-only architecture-independent data in DIR
  143.                           [PREFIX/share]
  144.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  145.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  146.                           [PREFIX/com]
  147.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  148.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  149.   --includedir=DIR        C header files in DIR [PREFIX/include]
  150.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  151.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  152.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  153.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  154.   --program-prefix=PREFIX prepend PREFIX to installed program names
  155.   --program-suffix=SUFFIX append SUFFIX to installed program names
  156.   --program-transform-name=PROGRAM
  157.                           run sed PROGRAM on installed program names
  158. EOF
  159.     cat << EOF
  160. Host type:
  161.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  162.   --host=HOST             configure for HOST [guessed]
  163.   --target=TARGET         configure for TARGET [TARGET=HOST]
  164. Features and packages:
  165.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  166.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  167.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  168.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  169.   --x-includes=DIR        X include files are in DIR
  170.   --x-libraries=DIR       X library files are in DIR
  171. EOF
  172.     if test -n "$ac_help"; then
  173.       echo "--enable and --with options recognized:$ac_help"
  174.     fi
  175.     exit 0 ;;
  176.   -host | --host | --hos | --ho)
  177.     ac_prev=host ;;
  178.   -host=* | --host=* | --hos=* | --ho=*)
  179.     host="$ac_optarg" ;;
  180.   -includedir | --includedir | --includedi | --included | --include 
  181.   | --includ | --inclu | --incl | --inc)
  182.     ac_prev=includedir ;;
  183.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  184.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  185.     includedir="$ac_optarg" ;;
  186.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  187.     ac_prev=infodir ;;
  188.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  189.     infodir="$ac_optarg" ;;
  190.   -libdir | --libdir | --libdi | --libd)
  191.     ac_prev=libdir ;;
  192.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  193.     libdir="$ac_optarg" ;;
  194.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  195.   | --libexe | --libex | --libe)
  196.     ac_prev=libexecdir ;;
  197.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  198.   | --libexe=* | --libex=* | --libe=*)
  199.     libexecdir="$ac_optarg" ;;
  200.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  201.   | --localstate | --localstat | --localsta | --localst 
  202.   | --locals | --local | --loca | --loc | --lo)
  203.     ac_prev=localstatedir ;;
  204.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  205.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  206.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  207.     localstatedir="$ac_optarg" ;;
  208.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  209.     ac_prev=mandir ;;
  210.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  211.     mandir="$ac_optarg" ;;
  212.   -nfp | --nfp | --nf)
  213.     # Obsolete; use --without-fp.
  214.     with_fp=no ;;
  215.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  216.   | --no-cr | --no-c)
  217.     no_create=yes ;;
  218.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  219.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  220.     no_recursion=yes ;;
  221.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  222.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  223.   | --oldin | --oldi | --old | --ol | --o)
  224.     ac_prev=oldincludedir ;;
  225.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  226.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  227.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  228.     oldincludedir="$ac_optarg" ;;
  229.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  230.     ac_prev=prefix ;;
  231.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  232.     prefix="$ac_optarg" ;;
  233.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  234.   | --program-pre | --program-pr | --program-p)
  235.     ac_prev=program_prefix ;;
  236.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  237.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  238.     program_prefix="$ac_optarg" ;;
  239.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  240.   | --program-suf | --program-su | --program-s)
  241.     ac_prev=program_suffix ;;
  242.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  243.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  244.     program_suffix="$ac_optarg" ;;
  245.   -program-transform-name | --program-transform-name 
  246.   | --program-transform-nam | --program-transform-na 
  247.   | --program-transform-n | --program-transform- 
  248.   | --program-transform | --program-transfor 
  249.   | --program-transfo | --program-transf 
  250.   | --program-trans | --program-tran 
  251.   | --progr-tra | --program-tr | --program-t)
  252.     ac_prev=program_transform_name ;;
  253.   -program-transform-name=* | --program-transform-name=* 
  254.   | --program-transform-nam=* | --program-transform-na=* 
  255.   | --program-transform-n=* | --program-transform-=* 
  256.   | --program-transform=* | --program-transfor=* 
  257.   | --program-transfo=* | --program-transf=* 
  258.   | --program-trans=* | --program-tran=* 
  259.   | --progr-tra=* | --program-tr=* | --program-t=*)
  260.     program_transform_name="$ac_optarg" ;;
  261.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  262.   | -silent | --silent | --silen | --sile | --sil)
  263.     silent=yes ;;
  264.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  265.     ac_prev=sbindir ;;
  266.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  267.   | --sbi=* | --sb=*)
  268.     sbindir="$ac_optarg" ;;
  269.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  270.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  271.   | --sharedst | --shareds | --shared | --share | --shar 
  272.   | --sha | --sh)
  273.     ac_prev=sharedstatedir ;;
  274.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  275.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  276.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  277.   | --sha=* | --sh=*)
  278.     sharedstatedir="$ac_optarg" ;;
  279.   -site | --site | --sit)
  280.     ac_prev=site ;;
  281.   -site=* | --site=* | --sit=*)
  282.     site="$ac_optarg" ;;
  283.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  284.     ac_prev=srcdir ;;
  285.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  286.     srcdir="$ac_optarg" ;;
  287.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  288.   | --syscon | --sysco | --sysc | --sys | --sy)
  289.     ac_prev=sysconfdir ;;
  290.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  291.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  292.     sysconfdir="$ac_optarg" ;;
  293.   -target | --target | --targe | --targ | --tar | --ta | --t)
  294.     ac_prev=target ;;
  295.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  296.     target="$ac_optarg" ;;
  297.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  298.     verbose=yes ;;
  299.   -version | --version | --versio | --versi | --vers)
  300.     echo "configure generated by autoconf version 2.12"
  301.     exit 0 ;;
  302.   -with-* | --with-*)
  303.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  304.     # Reject names that are not valid shell variable names.
  305.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  306.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  307.     fi
  308.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  309.     case "$ac_option" in
  310.       *=*) ;;
  311.       *) ac_optarg=yes ;;
  312.     esac
  313.     eval "with_${ac_package}='$ac_optarg'" ;;
  314.   -without-* | --without-*)
  315.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  316.     # Reject names that are not valid shell variable names.
  317.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  318.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  319.     fi
  320.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  321.     eval "with_${ac_package}=no" ;;
  322.   --x)
  323.     # Obsolete; use --with-x.
  324.     with_x=yes ;;
  325.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  326.   | --x-incl | --x-inc | --x-in | --x-i)
  327.     ac_prev=x_includes ;;
  328.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  329.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  330.     x_includes="$ac_optarg" ;;
  331.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  332.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  333.     ac_prev=x_libraries ;;
  334.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  335.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  336.     x_libraries="$ac_optarg" ;;
  337.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  338.     ;;
  339.   *)
  340.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  341.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  342.     fi
  343.     if test "x$nonopt" != xNONE; then
  344.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  345.     fi
  346.     nonopt="$ac_option"
  347.     ;;
  348.   esac
  349. done
  350. if test -n "$ac_prev"; then
  351.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  352. fi
  353. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  354. # File descriptor usage:
  355. # 0 standard input
  356. # 1 file creation
  357. # 2 errors and warnings
  358. # 3 some systems may open it to /dev/tty
  359. # 4 used on the Kubota Titan
  360. # 6 checking for... messages and results
  361. # 5 compiler messages saved in config.log
  362. if test "$silent" = yes; then
  363.   exec 6>/dev/null
  364. else
  365.   exec 6>&1
  366. fi
  367. exec 5>./config.log
  368. echo "
  369. This file contains any messages produced by compilers while
  370. running configure, to aid debugging if configure makes a mistake.
  371. " 1>&5
  372. # Strip out --no-create and --no-recursion so they do not pile up.
  373. # Also quote any args containing shell metacharacters.
  374. ac_configure_args=
  375. for ac_arg
  376. do
  377.   case "$ac_arg" in
  378.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  379.   | --no-cr | --no-c) ;;
  380.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  381.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  382.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  383.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  384.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  385.   esac
  386. done
  387. # NLS nuisances.
  388. # Only set these to C if already set.  These must not be set unconditionally
  389. # because not all systems understand e.g. LANG=C (notably SCO).
  390. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  391. # Non-C LC_CTYPE values break the ctype check.
  392. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  393. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  394. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  395. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  396. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  397. rm -rf conftest* confdefs.h
  398. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  399. echo > confdefs.h
  400. # A filename unique to this package, relative to the directory that
  401. # configure is in, which we can look for to find out if srcdir is correct.
  402. ac_unique_file=bind.c
  403. # Find the source files, if location was not specified.
  404. if test -z "$srcdir"; then
  405.   ac_srcdir_defaulted=yes
  406.   # Try the directory containing this script, then its parent.
  407.   ac_prog=$0
  408.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  409.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  410.   srcdir=$ac_confdir
  411.   if test ! -r $srcdir/$ac_unique_file; then
  412.     srcdir=..
  413.   fi
  414. else
  415.   ac_srcdir_defaulted=no
  416. fi
  417. if test ! -r $srcdir/$ac_unique_file; then
  418.   if test "$ac_srcdir_defaulted" = yes; then
  419.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  420.   else
  421.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  422.   fi
  423. fi
  424. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  425. # Prefer explicitly selected file to automatically selected ones.
  426. if test -z "$CONFIG_SITE"; then
  427.   if test "x$prefix" != xNONE; then
  428.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  429.   else
  430.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  431.   fi
  432. fi
  433. for ac_site_file in $CONFIG_SITE; do
  434.   if test -r "$ac_site_file"; then
  435.     echo "loading site script $ac_site_file"
  436.     . "$ac_site_file"
  437.   fi
  438. done
  439. if test -r "$cache_file"; then
  440.   echo "loading cache $cache_file"
  441.   . $cache_file
  442. else
  443.   echo "creating cache $cache_file"
  444.   > $cache_file
  445. fi
  446. ac_ext=c
  447. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  448. ac_cpp='$CPP $CPPFLAGS'
  449. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  450. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  451. cross_compiling=$ac_cv_prog_cc_cross
  452. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  453.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  454.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  455.     ac_n= ac_c='
  456. ' ac_t=' '
  457.   else
  458.     ac_n=-n ac_c= ac_t=
  459.   fi
  460. else
  461.   ac_n= ac_c='c' ac_t=
  462. fi
  463. echo "*** configuring psqlodbc ***"
  464. if test -d ../../interfaces
  465. then
  466. echo "psqlodbc can be configured either standalone or integrated"
  467. echo "into the Postgres main distribution."
  468. echo "It appears that you are running the standalone configure"
  469. echo "from within the main distribution. The recommended (and required)"
  470. echo "procedure is to configure ODBC using the integrated configuration"
  471. echo "procedure using the --with-odbc option."
  472. exit
  473. fi
  474. TEMPLATEDIR=./template
  475. if test "$prefix" = "NONE"
  476. then
  477. if test -d "/share"
  478. then
  479. ODBCINST=/share/odbcinst.ini
  480. else
  481. ODBCINST=/etc/odbcinst.ini
  482. fi
  483. else
  484. ODBCINST=$prefix/odbcinst.ini
  485. fi
  486. ac_aux_dir=
  487. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  488.   if 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.   elif test -f $ac_dir/install.sh; then
  493.     ac_aux_dir=$ac_dir
  494.     ac_install_sh="$ac_aux_dir/install.sh -c"
  495.     break
  496.   fi
  497. done
  498. if test -z "$ac_aux_dir"; then
  499.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  500. fi
  501. ac_config_guess=$ac_aux_dir/config.guess
  502. ac_config_sub=$ac_aux_dir/config.sub
  503. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  504. # Make sure we can run config.sub.
  505. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  506. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  507. fi
  508. echo $ac_n "checking host system type""... $ac_c" 1>&6
  509. echo "configure:583: checking host system type" >&5
  510. host_alias=$host
  511. case "$host_alias" in
  512. NONE)
  513.   case $nonopt in
  514.   NONE)
  515.     if host_alias=`$ac_config_guess`; then :
  516.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  517.     fi ;;
  518.   *) host_alias=$nonopt ;;
  519.   esac ;;
  520. esac
  521. host=`$ac_config_sub $host_alias`
  522. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  523. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  524. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  525. echo "$ac_t""$host" 1>&6
  526. case "$host_os" in
  527.  solaris*)
  528.         case "$host_cpu" in
  529.           sparc) os=solaris_sparc ;;
  530.            i386) os=solaris_i386 ;;
  531.         esac ;;
  532.    sunos*) os=sunos4 ;;
  533.      aux*) os=aux ;;
  534.    linux*) os=linux ;;
  535.     bsdi*) os=bsdi ;;
  536.  freebsd*|netbsd*|openbsd*) os=bsd ;;
  537.     dgux*) os=dgux ;;
  538.      aix*) os=aix ;;
  539. nextstep*) os=nextstep ;;
  540.   ultrix*) os=ultrix4 ;;
  541.     irix*) os=irix5  ;;
  542.     hpux*) os=hpux ;;
  543.      osf*) os=alpha ;;
  544.      sco*) os=sco ;;
  545.  machten*) os=machten ;;
  546.   cygwin*) os=win ;;
  547.  sysv4.2*)
  548.        case "$host_vendor" in
  549.                univel) os=univel ;;
  550.                     *) os=unknown ;;
  551.        esac ;;
  552.    sysv4*) os=svr4 ;;
  553. *) echo ""
  554.    echo "*************************************************************"
  555.    echo "configure does not currently recognize your operating system,"
  556.    echo "therefore you must do a manual configuration of:"
  557.    echo "$host_os"
  558.    echo "Please contact scrappy@hub.org to see about rectifying this, "
  559.    echo "including the above 'checking host system type...' line "
  560.    echo "*************************************************************"
  561.    echo ""
  562.    exit;;
  563. esac
  564. PORTNAME=${os}
  565. echo "checking echo setting..."
  566. if echo 'c' | grep -s c >/dev/null 2>&1
  567. then
  568. ECHO_N="echo -n"
  569. ECHO_C=""
  570. else
  571. ECHO_N="echo"
  572. ECHO_C='c'
  573. fi
  574. echo $ac_n "checking setting template to""... $ac_c" 1>&6
  575. echo "configure:661: checking setting template to" >&5
  576. # Check whether --with-template or --without-template was given.
  577. if test "${with_template+set}" = set; then
  578.   withval="$with_template"
  579.     TEMPLATE=$withval 
  580. else
  581.     host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'`
  582. GUESS=`grep "$host_no_ver" $TEMPLATEDIR/.similar | sed 's/.*=//' | tail -1`
  583. if test "$GUESS"
  584. then   TEMPLATE="$GUESS"
  585. else   TEMPLATE=`uname -s | tr A-Z a-z`
  586. fi
  587. fi
  588. echo "$ac_t""$TEMPLATE" 1>&6
  589. if test ! -d "$TEMPLATEDIR"
  590. then
  591. cat << EOT
  592. **************************************************************
  593. You seem to be missing the template directory needed by
  594. configure. If you just copied the source from the Postgres
  595. distribution you should instead have issued the command
  596. 'make standalone' which would have built a distribution
  597. containing the necessary template directory. The other
  598. option is that your trying to build from the source
  599. which is meant to be placed in the Postgres distribution
  600. directory 'interfaces/odbc'. Depending on your case either get the
  601. standalone source from the following Web site:
  602. www.insightdist.com/psqlodbc/
  603. or issue the 'make standalone' command from the
  604. 'interfaces/odbc' directory of your Postgres Distribution,
  605. or copy the distribution file you have to your Postgres
  606. distribution's 'interfaces/odbc' directory and try
  607. again.
  608. If neither of these is the case than please complain
  609. kindly to the maintainers; their e-mail addresses can
  610. be found in the Readme files.
  611. *************************************************************
  612. EOT
  613. exit
  614. else
  615. if test ! -f "$TEMPLATEDIR/$TEMPLATE"
  616. then
  617. cat <<EOT
  618. Please select a template from the ones listed below.  If no
  619. template is available, then select the 'generic' one and
  620. consider emailling scrappy@hub.org with the above line which
  621. starts 'checking host system type...'
  622. **************************************************************
  623. EOT
  624. TEMPLATE=generic
  625. GUESS=`grep "^$host_no_ver=" $TEMPLATEDIR/.similar 2>/dev/null`
  626. if test ! "$GUESS"
  627. then host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'`
  628. GUESS=`grep "$host_no_ver" $TEMPLATEDIR/.similar 2>/dev/null`
  629. fi
  630. if test "$GUESS"
  631. then
  632. TEMPLATE=`echo $GUESS | sed 's/.*=//'`
  633. fi
  634. export TEMPLATE
  635. ls $TEMPLATEDIR
  636. echo "**************************************************************"
  637. $ECHO_N "Appropriate template file { $TEMPLATE }: $ECHO_C"
  638. read a
  639. if test "$a." != "."
  640. then
  641. TEMPLATE=$a
  642. fi
  643. if test ! -f $TEMPLATEDIR/$TEMPLATE
  644. then
  645. echo "You must choose an appropriate template file."
  646. exit
  647. fi
  648. fi
  649. fi
  650. TEMPLATE=$TEMPLATEDIR/$TEMPLATE 
  651. export TEMPLATE
  652. echo ""
  653. AROPT=`grep '^AROPT:' $TEMPLATE | awk -F: '{print $2}'`
  654. SHARED_LIB=`grep '^SHARED_LIB:' $TEMPLATE | awk -F: '{print $2}'`
  655. CFLAGS=`grep '^CFLAGS:' $TEMPLATE | awk -F: '{print $2}'`
  656. SRCH_INC=`grep '^SRCH_INC:' $TEMPLATE | awk -F: '{print $2}'`
  657. SRCH_LIB=`grep '^SRCH_LIB:' $TEMPLATE | awk -F: '{print $2}'`
  658. DLSUFFIX=`grep '^DLSUFFIX:' $TEMPLATE | awk -F: '{print $2}'`
  659. DL_LIB=`grep '^DL_LIB:' $TEMPLATE | awk -F: '{print $2}'`
  660. CC=`grep '^CC:' $TEMPLATE | awk -F: '{print $2}'`
  661. LIBS=`grep '^LIBS:' $TEMPLATE | awk -F: '{print $2}'`
  662. a=$SRCH_INC
  663. CPPFLAGS=`echo "$a" | sed 's@  *@ @g; s@^([^ ])@-I1@; s@ ([^ ])@ -I1@g'`
  664. export CPPFLAGS
  665. echo "- setting CPPFLAGS=$CPPFLAGS"
  666. a=$SRCH_LIB
  667. LDFLAGS=`echo "$a" | sed 's@  *@ @g; s@^([^ ])@-L1@; s@ ([^ ])@ -L1@g'`
  668. export LDFLAGS
  669. echo "- setting LDFLAGS=$LDFLAGS"
  670. echo $ac_n "checking setting ODBCINST""... $ac_c" 1>&6
  671. echo "configure:773: checking setting ODBCINST" >&5
  672. # Check whether --with-odbcinst or --without-odbcinst was given.
  673. if test "${with_odbcinst+set}" = set; then
  674.   withval="$with_odbcinst"
  675.   cat >> confdefs.h <<EOF
  676. #define ODBCINST ${with_odbcinst}
  677. EOF
  678.  echo "$ac_t""$with_odbcinst" 1>&6
  679. else
  680.   cat >> confdefs.h <<EOF
  681. #define ODBCINST /etc/odbcinst.ini
  682. EOF
  683.  echo "$ac_t""${ODBCINST}" 1>&6
  684. fi
  685. if test "X$with_compiler" != "X"
  686. then
  687.         CC=$with_compiler
  688. else
  689.         # Extract the first word of "gcc", so it can be a program name with args.
  690. set dummy gcc; ac_word=$2
  691. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  692. echo "configure:799: checking for $ac_word" >&5
  693. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  694.   echo $ac_n "(cached) $ac_c" 1>&6
  695. else
  696.   if test -n "$CC"; then
  697.   ac_cv_prog_CC="$CC" # Let the user override the test.
  698. else
  699.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  700.   for ac_dir in $PATH; do
  701.     test -z "$ac_dir" && ac_dir=.
  702.     if test -f $ac_dir/$ac_word; then
  703.       ac_cv_prog_CC="gcc"
  704.       break
  705.     fi
  706.   done
  707.   IFS="$ac_save_ifs"
  708. fi
  709. fi
  710. CC="$ac_cv_prog_CC"
  711. if test -n "$CC"; then
  712.   echo "$ac_t""$CC" 1>&6
  713. else
  714.   echo "$ac_t""no" 1>&6
  715. fi
  716. if test -z "$CC"; then
  717.   # Extract the first word of "cc", so it can be a program name with args.
  718. set dummy cc; ac_word=$2
  719. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  720. echo "configure:828: checking for $ac_word" >&5
  721. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  722.   echo $ac_n "(cached) $ac_c" 1>&6
  723. else
  724.   if test -n "$CC"; then
  725.   ac_cv_prog_CC="$CC" # Let the user override the test.
  726. else
  727.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  728.   ac_prog_rejected=no
  729.   for ac_dir in $PATH; do
  730.     test -z "$ac_dir" && ac_dir=.
  731.     if test -f $ac_dir/$ac_word; then
  732.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  733.         ac_prog_rejected=yes
  734. continue
  735.       fi
  736.       ac_cv_prog_CC="cc"
  737.       break
  738.     fi
  739.   done
  740.   IFS="$ac_save_ifs"
  741. if test $ac_prog_rejected = yes; then
  742.   # We found a bogon in the path, so make sure we never use it.
  743.   set dummy $ac_cv_prog_CC
  744.   shift
  745.   if test $# -gt 0; then
  746.     # We chose a different compiler from the bogus one.
  747.     # However, it has the same basename, so the bogon will be chosen
  748.     # first if we set CC to just the basename; use the full file name.
  749.     shift
  750.     set dummy "$ac_dir/$ac_word" "$@"
  751.     shift
  752.     ac_cv_prog_CC="$@"
  753.   fi
  754. fi
  755. fi
  756. fi
  757. CC="$ac_cv_prog_CC"
  758. if test -n "$CC"; then
  759.   echo "$ac_t""$CC" 1>&6
  760. else
  761.   echo "$ac_t""no" 1>&6
  762. fi
  763.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  764. fi
  765. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  766. echo "configure:876: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  767. ac_ext=c
  768. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  769. ac_cpp='$CPP $CPPFLAGS'
  770. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  771. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  772. cross_compiling=$ac_cv_prog_cc_cross
  773. cat > conftest.$ac_ext <<EOF
  774. #line 886 "configure"
  775. #include "confdefs.h"
  776. main(){return(0);}
  777. EOF
  778. if { (eval echo configure:890: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  779.   ac_cv_prog_cc_works=yes
  780.   # If we can't run a trivial program, we are probably using a cross compiler.
  781.   if (./conftest; exit) 2>/dev/null; then
  782.     ac_cv_prog_cc_cross=no
  783.   else
  784.     ac_cv_prog_cc_cross=yes
  785.   fi
  786. else
  787.   echo "configure: failed program was:" >&5
  788.   cat conftest.$ac_ext >&5
  789.   ac_cv_prog_cc_works=no
  790. fi
  791. rm -fr conftest*
  792. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  793. if test $ac_cv_prog_cc_works = no; then
  794.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  795. fi
  796. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  797. echo "configure:910: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  798. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  799. cross_compiling=$ac_cv_prog_cc_cross
  800. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  801. echo "configure:915: checking whether we are using GNU C" >&5
  802. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  803.   echo $ac_n "(cached) $ac_c" 1>&6
  804. else
  805.   cat > conftest.c <<EOF
  806. #ifdef __GNUC__
  807.   yes;
  808. #endif
  809. EOF
  810. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:924: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  811.   ac_cv_prog_gcc=yes
  812. else
  813.   ac_cv_prog_gcc=no
  814. fi
  815. fi
  816. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  817. if test $ac_cv_prog_gcc = yes; then
  818.   GCC=yes
  819.   ac_test_CFLAGS="${CFLAGS+set}"
  820.   ac_save_CFLAGS="$CFLAGS"
  821.   CFLAGS=
  822.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  823. echo "configure:939: checking whether ${CC-cc} accepts -g" >&5
  824. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  825.   echo $ac_n "(cached) $ac_c" 1>&6
  826. else
  827.   echo 'void f(){}' > conftest.c
  828. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  829.   ac_cv_prog_cc_g=yes
  830. else
  831.   ac_cv_prog_cc_g=no
  832. fi
  833. rm -f conftest*
  834. fi
  835. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  836.   if test "$ac_test_CFLAGS" = set; then
  837.     CFLAGS="$ac_save_CFLAGS"
  838.   elif test $ac_cv_prog_cc_g = yes; then
  839.     CFLAGS="-g -O2"
  840.   else
  841.     CFLAGS="-O2"
  842.   fi
  843. else
  844.   GCC=
  845.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  846. fi
  847. fi
  848. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  849. echo "configure:971: checking how to run the C preprocessor" >&5
  850. # On Suns, sometimes $CPP names a directory.
  851. if test -n "$CPP" && test -d "$CPP"; then
  852.   CPP=
  853. fi
  854. if test -z "$CPP"; then
  855. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  856.   echo $ac_n "(cached) $ac_c" 1>&6
  857. else
  858.     # This must be in double quotes, not single quotes, because CPP may get
  859.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  860.   CPP="${CC-cc} -E"
  861.   # On the NeXT, cc -E runs the code through the compiler's parser,
  862.   # not just through cpp.
  863.   cat > conftest.$ac_ext <<EOF
  864. #line 986 "configure"
  865. #include "confdefs.h"
  866. #include <assert.h>
  867. Syntax Error
  868. EOF
  869. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  870. { (eval echo configure:992: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  871. ac_err=`grep -v '^ *+' conftest.out`
  872. if test -z "$ac_err"; then
  873.   :
  874. else
  875.   echo "$ac_err" >&5
  876.   echo "configure: failed program was:" >&5
  877.   cat conftest.$ac_ext >&5
  878.   rm -rf conftest*
  879.   CPP="${CC-cc} -E -traditional-cpp"
  880.   cat > conftest.$ac_ext <<EOF
  881. #line 1003 "configure"
  882. #include "confdefs.h"
  883. #include <assert.h>
  884. Syntax Error
  885. EOF
  886. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  887. { (eval echo configure:1009: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  888. ac_err=`grep -v '^ *+' conftest.out`
  889. if test -z "$ac_err"; then
  890.   :
  891. else
  892.   echo "$ac_err" >&5
  893.   echo "configure: failed program was:" >&5
  894.   cat conftest.$ac_ext >&5
  895.   rm -rf conftest*
  896.   CPP=/lib/cpp
  897. fi
  898. rm -f conftest*
  899. fi
  900. rm -f conftest*
  901.   ac_cv_prog_CPP="$CPP"
  902. fi
  903.   CPP="$ac_cv_prog_CPP"
  904. else
  905.   ac_cv_prog_CPP="$CPP"
  906. fi
  907. echo "$ac_t""$CPP" 1>&6
  908. INSTALLPATH="`echo /usr/ucb:$PATH | sed 's/:/ /g'`"
  909. for ac_prog in ginstall installbsd bsdinst scoinst install
  910. do
  911. # Extract the first word of "$ac_prog", so it can be a program name with args.
  912. set dummy $ac_prog; ac_word=$2
  913. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  914. echo "configure:1047: checking for $ac_word" >&5
  915. if eval "test "`echo '$''{'ac_cv_path_INSTALL'+set}'`" = set"; then
  916.   echo $ac_n "(cached) $ac_c" 1>&6
  917. else
  918.   case "$INSTALL" in
  919.   /*)
  920.   ac_cv_path_INSTALL="$INSTALL" # Let the user override the test with a path.
  921.   ;;
  922.   *)
  923.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  924.   for ac_dir in $INSTALLPATH $ac_dummy; do
  925.     test -z "$ac_dir" && ac_dir=.
  926.     if test -f $ac_dir/$ac_word; then
  927.       ac_cv_path_INSTALL="$ac_dir/$ac_word"
  928.       break
  929.     fi
  930.   done
  931.   IFS="$ac_save_ifs"
  932.   ;;
  933. esac
  934. fi
  935. INSTALL="$ac_cv_path_INSTALL"
  936. if test -n "$INSTALL"; then
  937.   echo "$ac_t""$INSTALL" 1>&6
  938. else
  939.   echo "$ac_t""no" 1>&6
  940. fi
  941. test -n "$INSTALL" && break
  942. done
  943. test -n "$INSTALL" || INSTALL="NONE"
  944. if test $INSTALL = "NONE"
  945. then
  946.    echo "- No Install Script found - aborting."
  947.    exit 0;
  948. fi
  949. INSTLOPTS="-m 444"
  950. INSTL_EXE_OPTS="-m 555"
  951. INSTL_LIB_OPTS="-m 644"
  952. INSTL_SHLIB_OPTS="-m 644"
  953. case "$host_os" in
  954.  hpux*)
  955. INSTL_SHLIB_OPTS="-m 555" ;;
  956. esac
  957. case "`basename $INSTALL`" in
  958.  install|installbsd|scoinst|install-sh)
  959. INSTLOPTS="-c $INSTLOPTS"
  960. INSTL_EXE_OPTS="-c $INSTL_EXE_OPTS"
  961. INSTL_LIB_OPTS="-c $INSTL_LIB_OPTS"
  962. INSTL_SHLIB_OPTS="-c $INSTL_SHLIB_OPTS";;
  963. esac
  964. echo "- Using $INSTALL"
  965. ECHO_N_OUT=`echo -n "" | wc -c`
  966. ECHO_C_OUT=`echo "c" | wc -c`
  967. if test "$ECHO_N_OUT" -eq 0; then
  968.   DASH_N='-n'
  969.   BACKSLASH_C=
  970. else
  971.   if test "ECHO_C_OUT" -eq 0; then
  972.     DASH_N=
  973.     BACKSLASH_C='\\c'
  974.   else
  975.     { echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
  976.   fi
  977. fi
  978. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  979. echo "configure:1127: checking whether ln -s works" >&5
  980. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  981.   echo $ac_n "(cached) $ac_c" 1>&6
  982. else
  983.   rm -f conftestdata
  984. if ln -s X conftestdata 2>/dev/null
  985. then
  986.   rm -f conftestdata
  987.   ac_cv_prog_LN_S="ln -s"
  988. else
  989.   ac_cv_prog_LN_S=ln
  990. fi
  991. fi
  992. LN_S="$ac_cv_prog_LN_S"
  993. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  994.   echo "$ac_t""yes" 1>&6
  995. else
  996.   echo "$ac_t""no" 1>&6
  997. fi
  998. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  999. echo "configure:1148: checking whether ${MAKE-make} sets ${MAKE}" >&5
  1000. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1001. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  1002.   echo $ac_n "(cached) $ac_c" 1>&6
  1003. else
  1004.   cat > conftestmake <<EOF
  1005. all:
  1006. @echo 'ac_maketemp="${MAKE}"'
  1007. EOF
  1008. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1009. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1010. if test -n "$ac_maketemp"; then
  1011.   eval ac_cv_prog_make_${ac_make}_set=yes
  1012. else
  1013.   eval ac_cv_prog_make_${ac_make}_set=no
  1014. fi
  1015. rm -f conftestmake
  1016. fi
  1017. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1018.   echo "$ac_t""yes" 1>&6
  1019.   SET_MAKE=
  1020. else
  1021.   echo "$ac_t""no" 1>&6
  1022.   SET_MAKE="MAKE=${MAKE-make}"
  1023. fi
  1024. # Extract the first word of "ranlib", so it can be a program name with args.
  1025. set dummy ranlib; ac_word=$2
  1026. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1027. echo "configure:1177: checking for $ac_word" >&5
  1028. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1029.   echo $ac_n "(cached) $ac_c" 1>&6
  1030. else
  1031.   if test -n "$RANLIB"; then
  1032.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1033. else
  1034.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1035.   for ac_dir in $PATH; do
  1036.     test -z "$ac_dir" && ac_dir=.
  1037.     if test -f $ac_dir/$ac_word; then
  1038.       ac_cv_prog_RANLIB="ranlib"
  1039.       break
  1040.     fi
  1041.   done
  1042.   IFS="$ac_save_ifs"
  1043.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1044. fi
  1045. fi
  1046. RANLIB="$ac_cv_prog_RANLIB"
  1047. if test -n "$RANLIB"; then
  1048.   echo "$ac_t""$RANLIB" 1>&6
  1049. else
  1050.   echo "$ac_t""no" 1>&6
  1051. fi
  1052. # Extract the first word of "find", so it can be a program name with args.
  1053. set dummy find; ac_word=$2
  1054. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1055. echo "configure:1206: checking for $ac_word" >&5
  1056. if eval "test "`echo '$''{'ac_cv_path_find'+set}'`" = set"; then
  1057.   echo $ac_n "(cached) $ac_c" 1>&6
  1058. else
  1059.   case "$find" in
  1060.   /*)
  1061.   ac_cv_path_find="$find" # Let the user override the test with a path.
  1062.   ;;
  1063.   *)
  1064.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1065.   for ac_dir in $PATH; do
  1066.     test -z "$ac_dir" && ac_dir=.
  1067.     if test -f $ac_dir/$ac_word; then
  1068.       ac_cv_path_find="$ac_dir/$ac_word"
  1069.       break
  1070.     fi
  1071.   done
  1072.   IFS="$ac_save_ifs"
  1073.   ;;
  1074. esac
  1075. fi
  1076. find="$ac_cv_path_find"
  1077. if test -n "$find"; then
  1078.   echo "$ac_t""$find" 1>&6
  1079. else
  1080.   echo "$ac_t""no" 1>&6
  1081. fi
  1082. # Extract the first word of "tar", so it can be a program name with args.
  1083. set dummy tar; ac_word=$2
  1084. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1085. echo "configure:1237: checking for $ac_word" >&5
  1086. if eval "test "`echo '$''{'ac_cv_path_tar'+set}'`" = set"; then
  1087.   echo $ac_n "(cached) $ac_c" 1>&6
  1088. else
  1089.   case "$tar" in
  1090.   /*)
  1091.   ac_cv_path_tar="$tar" # Let the user override the test with a path.
  1092.   ;;
  1093.   *)
  1094.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1095.   for ac_dir in $PATH; do
  1096.     test -z "$ac_dir" && ac_dir=.
  1097.     if test -f $ac_dir/$ac_word; then
  1098.       ac_cv_path_tar="$ac_dir/$ac_word"
  1099.       break
  1100.     fi
  1101.   done
  1102.   IFS="$ac_save_ifs"
  1103.   ;;
  1104. esac
  1105. fi
  1106. tar="$ac_cv_path_tar"
  1107. if test -n "$tar"; then
  1108.   echo "$ac_t""$tar" 1>&6
  1109. else
  1110.   echo "$ac_t""no" 1>&6
  1111. fi
  1112. # Extract the first word of "split", so it can be a program name with args.
  1113. set dummy split; ac_word=$2
  1114. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1115. echo "configure:1268: checking for $ac_word" >&5
  1116. if eval "test "`echo '$''{'ac_cv_path_split'+set}'`" = set"; then
  1117.   echo $ac_n "(cached) $ac_c" 1>&6
  1118. else
  1119.   case "$split" in
  1120.   /*)
  1121.   ac_cv_path_split="$split" # Let the user override the test with a path.
  1122.   ;;
  1123.   *)
  1124.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1125.   for ac_dir in $PATH; do
  1126.     test -z "$ac_dir" && ac_dir=.
  1127.     if test -f $ac_dir/$ac_word; then
  1128.       ac_cv_path_split="$ac_dir/$ac_word"
  1129.       break
  1130.     fi
  1131.   done
  1132.   IFS="$ac_save_ifs"
  1133.   ;;
  1134. esac
  1135. fi
  1136. split="$ac_cv_path_split"
  1137. if test -n "$split"; then
  1138.   echo "$ac_t""$split" 1>&6
  1139. else
  1140.   echo "$ac_t""no" 1>&6
  1141. fi
  1142. echo $ac_n "checking for main in -lc""... $ac_c" 1>&6
  1143. echo "configure:1298: checking for main in -lc" >&5
  1144. ac_lib_var=`echo c'_'main | sed 'y%./+-%__p_%'`
  1145. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1146.   echo $ac_n "(cached) $ac_c" 1>&6
  1147. else
  1148.   ac_save_LIBS="$LIBS"
  1149. LIBS="-lc  $LIBS"
  1150. cat > conftest.$ac_ext <<EOF
  1151. #line 1306 "configure"
  1152. #include "confdefs.h"
  1153. int main() {
  1154. main()
  1155. ; return 0; }
  1156. EOF
  1157. if { (eval echo configure:1313: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1158.   rm -rf conftest*
  1159.   eval "ac_cv_lib_$ac_lib_var=yes"
  1160. else
  1161.   echo "configure: failed program was:" >&5
  1162.   cat conftest.$ac_ext >&5
  1163.   rm -rf conftest*
  1164.   eval "ac_cv_lib_$ac_lib_var=no"
  1165. fi
  1166. rm -f conftest*
  1167. LIBS="$ac_save_LIBS"
  1168. fi
  1169. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1170.   echo "$ac_t""yes" 1>&6
  1171.     ac_tr_lib=HAVE_LIB`echo c | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1172.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1173.   cat >> confdefs.h <<EOF
  1174. #define $ac_tr_lib 1
  1175. EOF
  1176.   LIBS="-lc $LIBS"
  1177. else
  1178.   echo "$ac_t""no" 1>&6
  1179. fi
  1180. echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
  1181. echo "configure:1341: checking for main in -lm" >&5
  1182. ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  1183. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1184.   echo $ac_n "(cached) $ac_c" 1>&6
  1185. else
  1186.   ac_save_LIBS="$LIBS"
  1187. LIBS="-lm  $LIBS"
  1188. cat > conftest.$ac_ext <<EOF
  1189. #line 1349 "configure"
  1190. #include "confdefs.h"
  1191. int main() {
  1192. main()
  1193. ; return 0; }
  1194. EOF
  1195. if { (eval echo configure:1356: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1196.   rm -rf conftest*
  1197.   eval "ac_cv_lib_$ac_lib_var=yes"
  1198. else
  1199.   echo "configure: failed program was:" >&5
  1200.   cat conftest.$ac_ext >&5
  1201.   rm -rf conftest*
  1202.   eval "ac_cv_lib_$ac_lib_var=no"
  1203. fi
  1204. rm -f conftest*
  1205. LIBS="$ac_save_LIBS"
  1206. fi
  1207. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1208.   echo "$ac_t""yes" 1>&6
  1209.     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1210.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1211.   cat >> confdefs.h <<EOF
  1212. #define $ac_tr_lib 1
  1213. EOF
  1214.   LIBS="-lm $LIBS"
  1215. else
  1216.   echo "$ac_t""no" 1>&6
  1217. fi
  1218. echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
  1219. echo "configure:1384: checking for main in -ldl" >&5
  1220. ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
  1221. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1222.   echo $ac_n "(cached) $ac_c" 1>&6
  1223. else
  1224.   ac_save_LIBS="$LIBS"
  1225. LIBS="-ldl  $LIBS"
  1226. cat > conftest.$ac_ext <<EOF
  1227. #line 1392 "configure"
  1228. #include "confdefs.h"
  1229. int main() {
  1230. main()
  1231. ; return 0; }
  1232. EOF
  1233. if { (eval echo configure:1399: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1234.   rm -rf conftest*
  1235.   eval "ac_cv_lib_$ac_lib_var=yes"
  1236. else
  1237.   echo "configure: failed program was:" >&5
  1238.   cat conftest.$ac_ext >&5
  1239.   rm -rf conftest*
  1240.   eval "ac_cv_lib_$ac_lib_var=no"
  1241. fi
  1242. rm -f conftest*
  1243. LIBS="$ac_save_LIBS"
  1244. fi
  1245. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1246.   echo "$ac_t""yes" 1>&6
  1247.     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1248.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1249.   cat >> confdefs.h <<EOF
  1250. #define $ac_tr_lib 1
  1251. EOF
  1252.   LIBS="-ldl $LIBS"
  1253. else
  1254.   echo "$ac_t""no" 1>&6
  1255. fi
  1256. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1257. echo "configure:1428: checking for ANSI C header files" >&5
  1258. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1259.   echo $ac_n "(cached) $ac_c" 1>&6
  1260. else
  1261.   cat > conftest.$ac_ext <<EOF
  1262. #line 1433 "configure"
  1263. #include "confdefs.h"
  1264. #include <stdlib.h>
  1265. #include <stdarg.h>
  1266. #include <string.h>
  1267. #include <float.h>
  1268. EOF
  1269. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1270. { (eval echo configure:1441: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1271. ac_err=`grep -v '^ *+' conftest.out`
  1272. if test -z "$ac_err"; then
  1273.   rm -rf conftest*
  1274.   ac_cv_header_stdc=yes
  1275. else
  1276.   echo "$ac_err" >&5
  1277.   echo "configure: failed program was:" >&5
  1278.   cat conftest.$ac_ext >&5
  1279.   rm -rf conftest*
  1280.   ac_cv_header_stdc=no
  1281. fi
  1282. rm -f conftest*
  1283. if test $ac_cv_header_stdc = yes; then
  1284.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1285. cat > conftest.$ac_ext <<EOF
  1286. #line 1458 "configure"
  1287. #include "confdefs.h"
  1288. #include <string.h>
  1289. EOF
  1290. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1291.   egrep "memchr" >/dev/null 2>&1; then
  1292.   :
  1293. else
  1294.   rm -rf conftest*
  1295.   ac_cv_header_stdc=no
  1296. fi
  1297. rm -f conftest*
  1298. fi
  1299. if test $ac_cv_header_stdc = yes; then
  1300.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1301. cat > conftest.$ac_ext <<EOF
  1302. #line 1476 "configure"
  1303. #include "confdefs.h"
  1304. #include <stdlib.h>
  1305. EOF
  1306. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1307.   egrep "free" >/dev/null 2>&1; then
  1308.   :
  1309. else
  1310.   rm -rf conftest*
  1311.   ac_cv_header_stdc=no
  1312. fi
  1313. rm -f conftest*
  1314. fi
  1315. if test $ac_cv_header_stdc = yes; then
  1316.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1317. if test "$cross_compiling" = yes; then
  1318.   :
  1319. else
  1320.   cat > conftest.$ac_ext <<EOF
  1321. #line 1497 "configure"
  1322. #include "confdefs.h"
  1323. #include <ctype.h>
  1324. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1325. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1326. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1327. int main () { int i; for (i = 0; i < 256; i++)
  1328. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1329. exit (0); }
  1330. EOF
  1331. if { (eval echo configure:1508: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1332. then
  1333.   :
  1334. else
  1335.   echo "configure: failed program was:" >&5
  1336.   cat conftest.$ac_ext >&5
  1337.   rm -fr conftest*
  1338.   ac_cv_header_stdc=no
  1339. fi
  1340. rm -fr conftest*
  1341. fi
  1342. fi
  1343. fi
  1344. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1345. if test $ac_cv_header_stdc = yes; then
  1346.   cat >> confdefs.h <<EOF
  1347. #define STDC_HEADERS 1
  1348. EOF
  1349. fi
  1350. for ac_hdr in sys/param.h pwd.h
  1351. do
  1352. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1353. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1354. echo "configure:1535: checking for $ac_hdr" >&5
  1355. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1356.   echo $ac_n "(cached) $ac_c" 1>&6
  1357. else
  1358.   cat > conftest.$ac_ext <<EOF
  1359. #line 1540 "configure"
  1360. #include "confdefs.h"
  1361. #include <$ac_hdr>
  1362. EOF
  1363. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1364. { (eval echo configure:1545: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1365. ac_err=`grep -v '^ *+' conftest.out`
  1366. if test -z "$ac_err"; then
  1367.   rm -rf conftest*
  1368.   eval "ac_cv_header_$ac_safe=yes"
  1369. else
  1370.   echo "$ac_err" >&5
  1371.   echo "configure: failed program was:" >&5
  1372.   cat conftest.$ac_ext >&5
  1373.   rm -rf conftest*
  1374.   eval "ac_cv_header_$ac_safe=no"
  1375. fi
  1376. rm -f conftest*
  1377. fi
  1378. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1379.   echo "$ac_t""yes" 1>&6
  1380.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1381.   cat >> confdefs.h <<EOF
  1382. #define $ac_tr_hdr 1
  1383. EOF
  1384.  
  1385. else
  1386.   echo "$ac_t""no" 1>&6
  1387. fi
  1388. done
  1389. for ac_func in stricmp
  1390. do
  1391. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1392. echo "configure:1577: checking for $ac_func" >&5
  1393. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1394.   echo $ac_n "(cached) $ac_c" 1>&6
  1395. else
  1396.   cat > conftest.$ac_ext <<EOF
  1397. #line 1582 "configure"
  1398. #include "confdefs.h"
  1399. /* System header to define __stub macros and hopefully few prototypes,
  1400.     which can conflict with char $ac_func(); below.  */
  1401. #include <assert.h>
  1402. /* Override any gcc2 internal prototype to avoid an error.  */
  1403. /* We use char because int might match the return type of a gcc2
  1404.     builtin and then its argument prototype would still apply.  */
  1405. char $ac_func();
  1406. int main() {
  1407. /* The GNU C library defines this for functions which it implements
  1408.     to always fail with ENOSYS.  Some functions are actually named
  1409.     something starting with __ and the normal name is an alias.  */
  1410. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1411. choke me
  1412. #else
  1413. $ac_func();
  1414. #endif
  1415. ; return 0; }
  1416. EOF
  1417. if { (eval echo configure:1605: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1418.   rm -rf conftest*
  1419.   eval "ac_cv_func_$ac_func=yes"
  1420. else
  1421.   echo "configure: failed program was:" >&5
  1422.   cat conftest.$ac_ext >&5
  1423.   rm -rf conftest*
  1424.   eval "ac_cv_func_$ac_func=no"
  1425. fi
  1426. rm -f conftest*
  1427. fi
  1428. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1429.   echo "$ac_t""yes" 1>&6
  1430.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1431.   cat >> confdefs.h <<EOF
  1432. #define $ac_tr_func 1
  1433. EOF
  1434.  
  1435. else
  1436.   echo "$ac_t""no" 1>&6
  1437. fi
  1438. done
  1439. trap '' 1 2 15
  1440. cat > confcache <<EOF
  1441. # This file is a shell script that caches the results of configure
  1442. # tests run on this system so they can be shared between configure
  1443. # scripts and configure runs.  It is not useful on other systems.
  1444. # If it contains results you don't want to keep, you may remove or edit it.
  1445. #
  1446. # By default, configure uses ./config.cache as the cache file,
  1447. # creating it if it does not exist already.  You can give configure
  1448. # the --cache-file=FILE option to use a different cache file; that is
  1449. # what configure does when it calls configure scripts in
  1450. # subdirectories, so they share the cache.
  1451. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1452. # config.status only pays attention to the cache file if you give it the
  1453. # --recheck option to rerun configure.
  1454. #
  1455. EOF
  1456. # The following way of writing the cache mishandles newlines in values,
  1457. # but we know of no workaround that is simple, portable, and efficient.
  1458. # So, don't put newlines in cache variables' values.
  1459. # Ultrix sh set writes to stderr and can't be redirected directly,
  1460. # and sets the high bit in the cache file unless we assign to the vars.
  1461. (set) 2>&1 |
  1462.   case `(ac_space=' '; set) 2>&1` in
  1463.   *ac_space= *)
  1464.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1465.     # turns \\ into \, and sed turns \ into ).
  1466.     sed -n 
  1467.       -e "s/'/'\\''/g" 
  1468.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1469.     ;;
  1470.   *)
  1471.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1472.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1473.     ;;
  1474.   esac >> confcache
  1475. if cmp -s $cache_file confcache; then
  1476.   :
  1477. else
  1478.   if test -w $cache_file; then
  1479.     echo "updating cache $cache_file"
  1480.     cat confcache > $cache_file
  1481.   else
  1482.     echo "not updating unwritable cache $cache_file"
  1483.   fi
  1484. fi
  1485. rm -f confcache
  1486. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1487. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1488. # Let make expand exec_prefix.
  1489. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1490. # Any assignment to VPATH causes Sun make to only execute
  1491. # the first set of double-colon rules, so remove it if not needed.
  1492. # If there is a colon in the path, we need to keep it.
  1493. if test "x$srcdir" = x.; then
  1494.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1495. fi
  1496. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1497. DEFS=-DHAVE_CONFIG_H
  1498. # Without the "./", some shells look in PATH for config.status.
  1499. : ${CONFIG_STATUS=./config.status}
  1500. echo creating $CONFIG_STATUS
  1501. rm -f $CONFIG_STATUS
  1502. cat > $CONFIG_STATUS <<EOF
  1503. #! /bin/sh
  1504. # Generated automatically by configure.
  1505. # Run this file to recreate the current configuration.
  1506. # This directory was configured as follows,
  1507. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1508. #
  1509. # $0 $ac_configure_args
  1510. #
  1511. # Compiler output produced by configure, useful for debugging
  1512. # configure, is in ./config.log if it exists.
  1513. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1514. for ac_option
  1515. do
  1516.   case "$ac_option" in
  1517.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1518.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1519.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1520.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1521.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1522.     exit 0 ;;
  1523.   -help | --help | --hel | --he | --h)
  1524.     echo "$ac_cs_usage"; exit 0 ;;
  1525.   *) echo "$ac_cs_usage"; exit 1 ;;
  1526.   esac
  1527. done
  1528. ac_given_srcdir=$srcdir
  1529. trap 'rm -fr `echo "GNUmakefile Makefile.global config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1530. EOF
  1531. cat >> $CONFIG_STATUS <<EOF
  1532. # Protect against being on the right side of a sed subst in config.status.
  1533. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1534.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1535. $ac_vpsub
  1536. $extrasub
  1537. s%@CFLAGS@%$CFLAGS%g
  1538. s%@CPPFLAGS@%$CPPFLAGS%g
  1539. s%@CXXFLAGS@%$CXXFLAGS%g
  1540. s%@DEFS@%$DEFS%g
  1541. s%@LDFLAGS@%$LDFLAGS%g
  1542. s%@LIBS@%$LIBS%g
  1543. s%@exec_prefix@%$exec_prefix%g
  1544. s%@prefix@%$prefix%g
  1545. s%@program_transform_name@%$program_transform_name%g
  1546. s%@bindir@%$bindir%g
  1547. s%@sbindir@%$sbindir%g
  1548. s%@libexecdir@%$libexecdir%g
  1549. s%@datadir@%$datadir%g
  1550. s%@sysconfdir@%$sysconfdir%g
  1551. s%@sharedstatedir@%$sharedstatedir%g
  1552. s%@localstatedir@%$localstatedir%g
  1553. s%@libdir@%$libdir%g
  1554. s%@includedir@%$includedir%g
  1555. s%@oldincludedir@%$oldincludedir%g
  1556. s%@infodir@%$infodir%g
  1557. s%@mandir@%$mandir%g
  1558. s%@host@%$host%g
  1559. s%@host_alias@%$host_alias%g
  1560. s%@host_cpu@%$host_cpu%g
  1561. s%@host_vendor@%$host_vendor%g
  1562. s%@host_os@%$host_os%g
  1563. s%@ODBCINST@%$ODBCINST%g
  1564. s%@CC@%$CC%g
  1565. s%@CPP@%$CPP%g
  1566. s%@PORTNAME@%$PORTNAME%g
  1567. s%@AROPT@%$AROPT%g
  1568. s%@SHARED_LIB@%$SHARED_LIB%g
  1569. s%@DLSUFFIX@%$DLSUFFIX%g
  1570. s%@DL_LIB@%$DL_LIB%g
  1571. s%@INSTALL@%$INSTALL%g
  1572. s%@INSTLOPTS@%$INSTLOPTS%g
  1573. s%@INSTL_LIB_OPTS@%$INSTL_LIB_OPTS%g
  1574. s%@INSTL_SHLIB_OPTS@%$INSTL_SHLIB_OPTS%g
  1575. s%@INSTL_EXE_OPTS@%$INSTL_EXE_OPTS%g
  1576. s%@DASH_N@%$DASH_N%g
  1577. s%@BACKSLASH_C@%$BACKSLASH_C%g
  1578. s%@LN_S@%$LN_S%g
  1579. s%@SET_MAKE@%$SET_MAKE%g
  1580. s%@RANLIB@%$RANLIB%g
  1581. s%@find@%$find%g
  1582. s%@tar@%$tar%g
  1583. s%@split@%$split%g
  1584. CEOF
  1585. EOF
  1586. cat >> $CONFIG_STATUS <<EOF
  1587. # Split the substitutions into bite-sized pieces for seds with
  1588. # small command number limits, like on Digital OSF/1 and HP-UX.
  1589. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1590. ac_file=1 # Number of current file.
  1591. ac_beg=1 # First line for current file.
  1592. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1593. ac_more_lines=:
  1594. ac_sed_cmds=""
  1595. while $ac_more_lines; do
  1596.   if test $ac_beg -gt 1; then
  1597.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1598.   else
  1599.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1600.   fi
  1601.   if test ! -s conftest.s$ac_file; then
  1602.     ac_more_lines=false
  1603.     rm -f conftest.s$ac_file
  1604.   else
  1605.     if test -z "$ac_sed_cmds"; then
  1606.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1607.     else
  1608.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1609.     fi
  1610.     ac_file=`expr $ac_file + 1`
  1611.     ac_beg=$ac_end
  1612.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1613.   fi
  1614. done
  1615. if test -z "$ac_sed_cmds"; then
  1616.   ac_sed_cmds=cat
  1617. fi
  1618. EOF
  1619. cat >> $CONFIG_STATUS <<EOF
  1620. CONFIG_FILES=${CONFIG_FILES-"GNUmakefile Makefile.global"}
  1621. EOF
  1622. cat >> $CONFIG_STATUS <<EOF
  1623. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1624.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1625.   case "$ac_file" in
  1626.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1627.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1628.   *) ac_file_in="${ac_file}.in" ;;
  1629.   esac
  1630.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1631.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1632.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1633.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1634.     # The file is in a subdirectory.
  1635.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1636.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1637.     # A "../" for each directory in $ac_dir_suffix.
  1638.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1639.   else
  1640.     ac_dir_suffix= ac_dots=
  1641.   fi
  1642.   case "$ac_given_srcdir" in
  1643.   .)  srcdir=.
  1644.       if test -z "$ac_dots"; then top_srcdir=.
  1645.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1646.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1647.   *) # Relative path.
  1648.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1649.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1650.   esac
  1651.   echo creating "$ac_file"
  1652.   rm -f "$ac_file"
  1653.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1654.   case "$ac_file" in
  1655.   *Makefile*) ac_comsub="1i\
  1656. # $configure_input" ;;
  1657.   *) ac_comsub= ;;
  1658.   esac
  1659.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1660.   sed -e "$ac_comsub
  1661. s%@configure_input@%$configure_input%g
  1662. s%@srcdir@%$srcdir%g
  1663. s%@top_srcdir@%$top_srcdir%g
  1664. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1665. fi; done
  1666. rm -f conftest.s*
  1667. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1668. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1669. #
  1670. # ac_d sets the value in "#define NAME VALUE" lines.
  1671. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1672. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1673. ac_dC='3'
  1674. ac_dD='%g'
  1675. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1676. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1677. ac_uB='([  ])%1#2define3'
  1678. ac_uC=' '
  1679. ac_uD='4%g'
  1680. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1681. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1682. ac_eB='$%1#2define3'
  1683. ac_eC=' '
  1684. ac_eD='%g'
  1685. if test "${CONFIG_HEADERS+set}" != set; then
  1686. EOF
  1687. cat >> $CONFIG_STATUS <<EOF
  1688.   CONFIG_HEADERS="config.h"
  1689. EOF
  1690. cat >> $CONFIG_STATUS <<EOF
  1691. fi
  1692. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1693.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1694.   case "$ac_file" in
  1695.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1696.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1697.   *) ac_file_in="${ac_file}.in" ;;
  1698.   esac
  1699.   echo creating $ac_file
  1700.   rm -f conftest.frag conftest.in conftest.out
  1701.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1702.   cat $ac_file_inputs > conftest.in
  1703. EOF
  1704. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1705. # the proper values into config.h.in to produce config.h.  And first:
  1706. # Protect against being on the right side of a sed subst in config.status.
  1707. # Protect against being in an unquoted here document in config.status.
  1708. rm -f conftest.vals
  1709. cat > conftest.hdr <<EOF
  1710. s/[\&%]/\&/g
  1711. s%[\$`]%\&%g
  1712. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1713. s%ac_d%ac_u%gp
  1714. s%ac_u%ac_e%gp
  1715. EOF
  1716. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1717. rm -f conftest.hdr
  1718. # This sed command replaces #undef with comments.  This is necessary, for
  1719. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1720. # on some systems where configure will not decide to define it.
  1721. cat >> conftest.vals <<EOF
  1722. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1723. EOF
  1724. # Break up conftest.vals because some shells have a limit on
  1725. # the size of here documents, and old seds have small limits too.
  1726. rm -f conftest.tail
  1727. while :
  1728. do
  1729.   ac_lines=`grep -c . conftest.vals`
  1730.   # grep -c gives empty output for an empty file on some AIX systems.
  1731.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1732.   # Write a limited-size here document to conftest.frag.
  1733.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1734.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1735.   echo 'CEOF
  1736.   sed -f conftest.frag conftest.in > conftest.out
  1737.   rm -f conftest.in
  1738.   mv conftest.out conftest.in
  1739. ' >> $CONFIG_STATUS
  1740.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1741.   rm -f conftest.vals
  1742.   mv conftest.tail conftest.vals
  1743. done
  1744. rm -f conftest.vals
  1745. cat >> $CONFIG_STATUS <<EOF
  1746.   rm -f conftest.frag conftest.h
  1747.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1748.   cat conftest.in >> conftest.h
  1749.   rm -f conftest.in
  1750.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1751.     echo "$ac_file is unchanged"
  1752.     rm -f conftest.h
  1753.   else
  1754.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1755.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1756.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1757.       # The file is in a subdirectory.
  1758.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1759.     fi
  1760.     rm -f $ac_file
  1761.     mv conftest.h $ac_file
  1762.   fi
  1763. fi; done
  1764. EOF
  1765. cat >> $CONFIG_STATUS <<EOF
  1766. ac_sources="makefiles/Makefile.${os}"
  1767. ac_dests="Makefile.port"
  1768. EOF
  1769. cat >> $CONFIG_STATUS <<EOF
  1770. srcdir=$ac_given_srcdir
  1771. while test -n "$ac_sources"; do
  1772.   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
  1773.   set $ac_sources; ac_source=$1; shift; ac_sources=$*
  1774.   echo "linking $srcdir/$ac_source to $ac_dest"
  1775.   if test ! -r $srcdir/$ac_source; then
  1776.     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
  1777.   fi
  1778.   rm -f $ac_dest
  1779.   # Make relative symlinks.
  1780.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1781.   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
  1782.   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
  1783.     # The dest file is in a subdirectory.
  1784.     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
  1785.     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^./%%'`"
  1786.     # A "../" for each directory in $ac_dest_dir_suffix.
  1787.     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
  1788.   else
  1789.     ac_dest_dir_suffix= ac_dots=
  1790.   fi
  1791.   case "$srcdir" in
  1792.   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
  1793.   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
  1794.   esac
  1795.   # Make a symlink if possible; otherwise try a hard link.
  1796.   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
  1797.     ln $srcdir/$ac_source $ac_dest; then :
  1798.   else
  1799.     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  1800.   fi
  1801. done
  1802. EOF
  1803. cat >> $CONFIG_STATUS <<EOF
  1804. EOF
  1805. cat >> $CONFIG_STATUS <<EOF
  1806. exit 0
  1807. EOF
  1808. chmod +x $CONFIG_STATUS
  1809. rm -fr confdefs* $ac_clean_files
  1810. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1811.