configure
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:55k
源码类别:

WEB邮件程序

开发平台:

C/C++

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