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

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