configure
上传用户:weiliju62
上传日期:2007-01-06
资源大小:619k
文件大小:46k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.12 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. # 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. # Maximum number of lines to put in a shell here document.
  49. ac_max_here_lines=12
  50. ac_prev=
  51. for ac_option
  52. do
  53.   # If the previous option needs an argument, assign it.
  54.   if test -n "$ac_prev"; then
  55.     eval "$ac_prev=$ac_option"
  56.     ac_prev=
  57.     continue
  58.   fi
  59.   case "$ac_option" in
  60.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  61.   *) ac_optarg= ;;
  62.   esac
  63.   # Accept the important Cygnus configure options, so we can diagnose typos.
  64.   case "$ac_option" in
  65.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  66.     ac_prev=bindir ;;
  67.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  68.     bindir="$ac_optarg" ;;
  69.   -build | --build | --buil | --bui | --bu)
  70.     ac_prev=build ;;
  71.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  72.     build="$ac_optarg" ;;
  73.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  74.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  75.     ac_prev=cache_file ;;
  76.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  77.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  78.     cache_file="$ac_optarg" ;;
  79.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  80.     ac_prev=datadir ;;
  81.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  82.   | --da=*)
  83.     datadir="$ac_optarg" ;;
  84.   -disable-* | --disable-*)
  85.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  86.     # Reject names that are not valid shell variable names.
  87.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  88.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  89.     fi
  90.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  91.     eval "enable_${ac_feature}=no" ;;
  92.   -enable-* | --enable-*)
  93.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  94.     # Reject names that are not valid shell variable names.
  95.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  96.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  97.     fi
  98.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  99.     case "$ac_option" in
  100.       *=*) ;;
  101.       *) ac_optarg=yes ;;
  102.     esac
  103.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  104.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  105.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  106.   | --exec | --exe | --ex)
  107.     ac_prev=exec_prefix ;;
  108.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  109.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  110.   | --exec=* | --exe=* | --ex=*)
  111.     exec_prefix="$ac_optarg" ;;
  112.   -gas | --gas | --ga | --g)
  113.     # Obsolete; use --with-gas.
  114.     with_gas=yes ;;
  115.   -help | --help | --hel | --he)
  116.     # Omit some internal or obsolete options to make the list less imposing.
  117.     # This message is too long to be a string in the A/UX 3.1 sh.
  118.     cat << EOF
  119. Usage: configure [options] [host]
  120. Options: [defaults in brackets after descriptions]
  121. Configuration:
  122.   --cache-file=FILE       cache test results in FILE
  123.   --help                  print this message
  124.   --no-create             do not create output files
  125.   --quiet, --silent       do not print `checking...' messages
  126.   --version               print the version of autoconf that created configure
  127. Directory and file names:
  128.   --prefix=PREFIX         install architecture-independent files in PREFIX
  129.                           [$ac_default_prefix]
  130.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  131.                           [same as prefix]
  132.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  133.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  134.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  135.   --datadir=DIR           read-only architecture-independent data in DIR
  136.                           [PREFIX/share]
  137.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  138.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  139.                           [PREFIX/com]
  140.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  141.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  142.   --includedir=DIR        C header files in DIR [PREFIX/include]
  143.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  144.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  145.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  146.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  147.   --program-prefix=PREFIX prepend PREFIX to installed program names
  148.   --program-suffix=SUFFIX append SUFFIX to installed program names
  149.   --program-transform-name=PROGRAM
  150.                           run sed PROGRAM on installed program names
  151. EOF
  152.     cat << EOF
  153. Host type:
  154.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  155.   --host=HOST             configure for HOST [guessed]
  156.   --target=TARGET         configure for TARGET [TARGET=HOST]
  157. Features and packages:
  158.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  159.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  160.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  161.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  162.   --x-includes=DIR        X include files are in DIR
  163.   --x-libraries=DIR       X library files are in DIR
  164. EOF
  165.     if test -n "$ac_help"; then
  166.       echo "--enable and --with options recognized:$ac_help"
  167.     fi
  168.     exit 0 ;;
  169.   -host | --host | --hos | --ho)
  170.     ac_prev=host ;;
  171.   -host=* | --host=* | --hos=* | --ho=*)
  172.     host="$ac_optarg" ;;
  173.   -includedir | --includedir | --includedi | --included | --include 
  174.   | --includ | --inclu | --incl | --inc)
  175.     ac_prev=includedir ;;
  176.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  177.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  178.     includedir="$ac_optarg" ;;
  179.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  180.     ac_prev=infodir ;;
  181.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  182.     infodir="$ac_optarg" ;;
  183.   -libdir | --libdir | --libdi | --libd)
  184.     ac_prev=libdir ;;
  185.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  186.     libdir="$ac_optarg" ;;
  187.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  188.   | --libexe | --libex | --libe)
  189.     ac_prev=libexecdir ;;
  190.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  191.   | --libexe=* | --libex=* | --libe=*)
  192.     libexecdir="$ac_optarg" ;;
  193.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  194.   | --localstate | --localstat | --localsta | --localst 
  195.   | --locals | --local | --loca | --loc | --lo)
  196.     ac_prev=localstatedir ;;
  197.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  198.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  199.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  200.     localstatedir="$ac_optarg" ;;
  201.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  202.     ac_prev=mandir ;;
  203.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  204.     mandir="$ac_optarg" ;;
  205.   -nfp | --nfp | --nf)
  206.     # Obsolete; use --without-fp.
  207.     with_fp=no ;;
  208.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  209.   | --no-cr | --no-c)
  210.     no_create=yes ;;
  211.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  212.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  213.     no_recursion=yes ;;
  214.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  215.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  216.   | --oldin | --oldi | --old | --ol | --o)
  217.     ac_prev=oldincludedir ;;
  218.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  219.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  220.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  221.     oldincludedir="$ac_optarg" ;;
  222.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  223.     ac_prev=prefix ;;
  224.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  225.     prefix="$ac_optarg" ;;
  226.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  227.   | --program-pre | --program-pr | --program-p)
  228.     ac_prev=program_prefix ;;
  229.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  230.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  231.     program_prefix="$ac_optarg" ;;
  232.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  233.   | --program-suf | --program-su | --program-s)
  234.     ac_prev=program_suffix ;;
  235.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  236.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  237.     program_suffix="$ac_optarg" ;;
  238.   -program-transform-name | --program-transform-name 
  239.   | --program-transform-nam | --program-transform-na 
  240.   | --program-transform-n | --program-transform- 
  241.   | --program-transform | --program-transfor 
  242.   | --program-transfo | --program-transf 
  243.   | --program-trans | --program-tran 
  244.   | --progr-tra | --program-tr | --program-t)
  245.     ac_prev=program_transform_name ;;
  246.   -program-transform-name=* | --program-transform-name=* 
  247.   | --program-transform-nam=* | --program-transform-na=* 
  248.   | --program-transform-n=* | --program-transform-=* 
  249.   | --program-transform=* | --program-transfor=* 
  250.   | --program-transfo=* | --program-transf=* 
  251.   | --program-trans=* | --program-tran=* 
  252.   | --progr-tra=* | --program-tr=* | --program-t=*)
  253.     program_transform_name="$ac_optarg" ;;
  254.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  255.   | -silent | --silent | --silen | --sile | --sil)
  256.     silent=yes ;;
  257.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  258.     ac_prev=sbindir ;;
  259.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  260.   | --sbi=* | --sb=*)
  261.     sbindir="$ac_optarg" ;;
  262.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  263.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  264.   | --sharedst | --shareds | --shared | --share | --shar 
  265.   | --sha | --sh)
  266.     ac_prev=sharedstatedir ;;
  267.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  268.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  269.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  270.   | --sha=* | --sh=*)
  271.     sharedstatedir="$ac_optarg" ;;
  272.   -site | --site | --sit)
  273.     ac_prev=site ;;
  274.   -site=* | --site=* | --sit=*)
  275.     site="$ac_optarg" ;;
  276.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  277.     ac_prev=srcdir ;;
  278.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  279.     srcdir="$ac_optarg" ;;
  280.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  281.   | --syscon | --sysco | --sysc | --sys | --sy)
  282.     ac_prev=sysconfdir ;;
  283.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  284.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  285.     sysconfdir="$ac_optarg" ;;
  286.   -target | --target | --targe | --targ | --tar | --ta | --t)
  287.     ac_prev=target ;;
  288.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  289.     target="$ac_optarg" ;;
  290.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  291.     verbose=yes ;;
  292.   -version | --version | --versio | --versi | --vers)
  293.     echo "configure generated by autoconf version 2.12"
  294.     exit 0 ;;
  295.   -with-* | --with-*)
  296.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  297.     # Reject names that are not valid shell variable names.
  298.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  299.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  300.     fi
  301.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  302.     case "$ac_option" in
  303.       *=*) ;;
  304.       *) ac_optarg=yes ;;
  305.     esac
  306.     eval "with_${ac_package}='$ac_optarg'" ;;
  307.   -without-* | --without-*)
  308.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  309.     # Reject names that are not valid shell variable names.
  310.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  311.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  312.     fi
  313.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  314.     eval "with_${ac_package}=no" ;;
  315.   --x)
  316.     # Obsolete; use --with-x.
  317.     with_x=yes ;;
  318.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  319.   | --x-incl | --x-inc | --x-in | --x-i)
  320.     ac_prev=x_includes ;;
  321.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  322.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  323.     x_includes="$ac_optarg" ;;
  324.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  325.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  326.     ac_prev=x_libraries ;;
  327.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  328.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  329.     x_libraries="$ac_optarg" ;;
  330.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  331.     ;;
  332.   *)
  333.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  334.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  335.     fi
  336.     if test "x$nonopt" != xNONE; then
  337.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  338.     fi
  339.     nonopt="$ac_option"
  340.     ;;
  341.   esac
  342. done
  343. if test -n "$ac_prev"; then
  344.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  345. fi
  346. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  347. # File descriptor usage:
  348. # 0 standard input
  349. # 1 file creation
  350. # 2 errors and warnings
  351. # 3 some systems may open it to /dev/tty
  352. # 4 used on the Kubota Titan
  353. # 6 checking for... messages and results
  354. # 5 compiler messages saved in config.log
  355. if test "$silent" = yes; then
  356.   exec 6>/dev/null
  357. else
  358.   exec 6>&1
  359. fi
  360. exec 5>./config.log
  361. echo "
  362. This file contains any messages produced by compilers while
  363. running configure, to aid debugging if configure makes a mistake.
  364. " 1>&5
  365. # Strip out --no-create and --no-recursion so they do not pile up.
  366. # Also quote any args containing shell metacharacters.
  367. ac_configure_args=
  368. for ac_arg
  369. do
  370.   case "$ac_arg" in
  371.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  372.   | --no-cr | --no-c) ;;
  373.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  374.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  375.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  376.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  377.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  378.   esac
  379. done
  380. # NLS nuisances.
  381. # Only set these to C if already set.  These must not be set unconditionally
  382. # because not all systems understand e.g. LANG=C (notably SCO).
  383. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  384. # Non-C LC_CTYPE values break the ctype check.
  385. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  386. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  387. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  388. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  389. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  390. rm -rf conftest* confdefs.h
  391. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  392. echo > confdefs.h
  393. # A filename unique to this package, relative to the directory that
  394. # configure is in, which we can look for to find out if srcdir is correct.
  395. ac_unique_file=paranoia.c
  396. # Find the source files, if location was not specified.
  397. if test -z "$srcdir"; then
  398.   ac_srcdir_defaulted=yes
  399.   # Try the directory containing this script, then its parent.
  400.   ac_prog=$0
  401.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  402.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  403.   srcdir=$ac_confdir
  404.   if test ! -r $srcdir/$ac_unique_file; then
  405.     srcdir=..
  406.   fi
  407. else
  408.   ac_srcdir_defaulted=no
  409. fi
  410. if test ! -r $srcdir/$ac_unique_file; then
  411.   if test "$ac_srcdir_defaulted" = yes; then
  412.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  413.   else
  414.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  415.   fi
  416. fi
  417. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  418. # Prefer explicitly selected file to automatically selected ones.
  419. if test -z "$CONFIG_SITE"; then
  420.   if test "x$prefix" != xNONE; then
  421.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  422.   else
  423.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  424.   fi
  425. fi
  426. for ac_site_file in $CONFIG_SITE; do
  427.   if test -r "$ac_site_file"; then
  428.     echo "loading site script $ac_site_file"
  429.     . "$ac_site_file"
  430.   fi
  431. done
  432. if test -r "$cache_file"; then
  433.   echo "loading cache $cache_file"
  434.   . $cache_file
  435. else
  436.   echo "creating cache $cache_file"
  437.   > $cache_file
  438. fi
  439. ac_ext=c
  440. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  441. ac_cpp='$CPP $CPPFLAGS'
  442. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  443. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  444. cross_compiling=$ac_cv_prog_cc_cross
  445. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  446.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  447.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  448.     ac_n= ac_c='
  449. ' ac_t=' '
  450.   else
  451.     ac_n=-n ac_c= ac_t=
  452.   fi
  453. else
  454.   ac_n= ac_c='c' ac_t=
  455. fi
  456. ac_aux_dir=
  457. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  458.   if test -f $ac_dir/install-sh; then
  459.     ac_aux_dir=$ac_dir
  460.     ac_install_sh="$ac_aux_dir/install-sh -c"
  461.     break
  462.   elif test -f $ac_dir/install.sh; then
  463.     ac_aux_dir=$ac_dir
  464.     ac_install_sh="$ac_aux_dir/install.sh -c"
  465.     break
  466.   fi
  467. done
  468. if test -z "$ac_aux_dir"; then
  469.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  470. fi
  471. ac_config_guess=$ac_aux_dir/config.guess
  472. ac_config_sub=$ac_aux_dir/config.sub
  473. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  474. # Make sure we can run config.sub.
  475. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  476. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  477. fi
  478. echo $ac_n "checking host system type""... $ac_c" 1>&6
  479. echo "configure:549: checking host system type" >&5
  480. host_alias=$host
  481. case "$host_alias" in
  482. NONE)
  483.   case $nonopt in
  484.   NONE)
  485.     if host_alias=`$ac_config_guess`; then :
  486.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  487.     fi ;;
  488.   *) host_alias=$nonopt ;;
  489.   esac ;;
  490. esac
  491. host=`$ac_config_sub $host_alias`
  492. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  493. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  494. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  495. echo "$ac_t""$host" 1>&6
  496. if test -z "$CC"; then
  497. # Extract the first word of "gcc", so it can be a program name with args.
  498. set dummy gcc; ac_word=$2
  499. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  500. echo "configure:574: checking for $ac_word" >&5
  501. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  502.   echo $ac_n "(cached) $ac_c" 1>&6
  503. else
  504.   if test -n "$CC"; then
  505.   ac_cv_prog_CC="$CC" # Let the user override the test.
  506. else
  507.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  508.   for ac_dir in $PATH; do
  509.     test -z "$ac_dir" && ac_dir=.
  510.     if test -f $ac_dir/$ac_word; then
  511.       ac_cv_prog_CC="gcc"
  512.       break
  513.     fi
  514.   done
  515.   IFS="$ac_save_ifs"
  516. fi
  517. fi
  518. CC="$ac_cv_prog_CC"
  519. if test -n "$CC"; then
  520.   echo "$ac_t""$CC" 1>&6
  521. else
  522.   echo "$ac_t""no" 1>&6
  523. fi
  524. if test -z "$CC"; then
  525.   # Extract the first word of "cc", so it can be a program name with args.
  526. set dummy cc; ac_word=$2
  527. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  528. echo "configure:603: checking for $ac_word" >&5
  529. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  530.   echo $ac_n "(cached) $ac_c" 1>&6
  531. else
  532.   if test -n "$CC"; then
  533.   ac_cv_prog_CC="$CC" # Let the user override the test.
  534. else
  535.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  536.   ac_prog_rejected=no
  537.   for ac_dir in $PATH; do
  538.     test -z "$ac_dir" && ac_dir=.
  539.     if test -f $ac_dir/$ac_word; then
  540.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  541.         ac_prog_rejected=yes
  542. continue
  543.       fi
  544.       ac_cv_prog_CC="cc"
  545.       break
  546.     fi
  547.   done
  548.   IFS="$ac_save_ifs"
  549. if test $ac_prog_rejected = yes; then
  550.   # We found a bogon in the path, so make sure we never use it.
  551.   set dummy $ac_cv_prog_CC
  552.   shift
  553.   if test $# -gt 0; then
  554.     # We chose a different compiler from the bogus one.
  555.     # However, it has the same basename, so the bogon will be chosen
  556.     # first if we set CC to just the basename; use the full file name.
  557.     shift
  558.     set dummy "$ac_dir/$ac_word" "$@"
  559.     shift
  560.     ac_cv_prog_CC="$@"
  561.   fi
  562. fi
  563. fi
  564. fi
  565. CC="$ac_cv_prog_CC"
  566. if test -n "$CC"; then
  567.   echo "$ac_t""$CC" 1>&6
  568. else
  569.   echo "$ac_t""no" 1>&6
  570. fi
  571.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  572. fi
  573. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  574. echo "configure:651: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  575. ac_ext=c
  576. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  577. ac_cpp='$CPP $CPPFLAGS'
  578. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  579. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  580. cross_compiling=$ac_cv_prog_cc_cross
  581. cat > conftest.$ac_ext <<EOF
  582. #line 661 "configure"
  583. #include "confdefs.h"
  584. main(){return(0);}
  585. EOF
  586. if { (eval echo configure:665: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  587.   ac_cv_prog_cc_works=yes
  588.   # If we can't run a trivial program, we are probably using a cross compiler.
  589.   if (./conftest; exit) 2>/dev/null; then
  590.     ac_cv_prog_cc_cross=no
  591.   else
  592.     ac_cv_prog_cc_cross=yes
  593.   fi
  594. else
  595.   echo "configure: failed program was:" >&5
  596.   cat conftest.$ac_ext >&5
  597.   ac_cv_prog_cc_works=no
  598. fi
  599. rm -fr conftest*
  600. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  601. if test $ac_cv_prog_cc_works = no; then
  602.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  603. fi
  604. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  605. echo "configure:685: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  606. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  607. cross_compiling=$ac_cv_prog_cc_cross
  608. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  609. echo "configure:690: checking whether we are using GNU C" >&5
  610. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  611.   echo $ac_n "(cached) $ac_c" 1>&6
  612. else
  613.   cat > conftest.c <<EOF
  614. #ifdef __GNUC__
  615.   yes;
  616. #endif
  617. EOF
  618. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:699: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  619.   ac_cv_prog_gcc=yes
  620. else
  621.   ac_cv_prog_gcc=no
  622. fi
  623. fi
  624. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  625. if test $ac_cv_prog_gcc = yes; then
  626.   GCC=yes
  627.   ac_test_CFLAGS="${CFLAGS+set}"
  628.   ac_save_CFLAGS="$CFLAGS"
  629.   CFLAGS=
  630.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  631. echo "configure:714: checking whether ${CC-cc} accepts -g" >&5
  632. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  633.   echo $ac_n "(cached) $ac_c" 1>&6
  634. else
  635.   echo 'void f(){}' > conftest.c
  636. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  637.   ac_cv_prog_cc_g=yes
  638. else
  639.   ac_cv_prog_cc_g=no
  640. fi
  641. rm -f conftest*
  642. fi
  643. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  644.   if test "$ac_test_CFLAGS" = set; then
  645.     CFLAGS="$ac_save_CFLAGS"
  646.   elif test $ac_cv_prog_cc_g = yes; then
  647.     CFLAGS="-g -O2"
  648.   else
  649.     CFLAGS="-O2"
  650.   fi
  651. else
  652.   GCC=
  653.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  654. fi
  655. fi
  656. # Extract the first word of "ranlib", so it can be a program name with args.
  657. set dummy ranlib; ac_word=$2
  658. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  659. echo "configure:745: checking for $ac_word" >&5
  660. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  661.   echo $ac_n "(cached) $ac_c" 1>&6
  662. else
  663.   if test -n "$RANLIB"; then
  664.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  665. else
  666.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  667.   for ac_dir in $PATH; do
  668.     test -z "$ac_dir" && ac_dir=.
  669.     if test -f $ac_dir/$ac_word; then
  670.       ac_cv_prog_RANLIB="ranlib"
  671.       break
  672.     fi
  673.   done
  674.   IFS="$ac_save_ifs"
  675.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  676. fi
  677. fi
  678. RANLIB="$ac_cv_prog_RANLIB"
  679. if test -n "$RANLIB"; then
  680.   echo "$ac_t""$RANLIB" 1>&6
  681. else
  682.   echo "$ac_t""no" 1>&6
  683. fi
  684. # Extract the first word of "ar", so it can be a program name with args.
  685. set dummy ar; ac_word=$2
  686. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  687. echo "configure:774: checking for $ac_word" >&5
  688. if eval "test "`echo '$''{'ac_cv_prog_AR'+set}'`" = set"; then
  689.   echo $ac_n "(cached) $ac_c" 1>&6
  690. else
  691.   if test -n "$AR"; then
  692.   ac_cv_prog_AR="$AR" # Let the user override the test.
  693. else
  694.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  695.   for ac_dir in $PATH; do
  696.     test -z "$ac_dir" && ac_dir=.
  697.     if test -f $ac_dir/$ac_word; then
  698.       ac_cv_prog_AR="ar"
  699.       break
  700.     fi
  701.   done
  702.   IFS="$ac_save_ifs"
  703. fi
  704. fi
  705. AR="$ac_cv_prog_AR"
  706. if test -n "$AR"; then
  707.   echo "$ac_t""$AR" 1>&6
  708. else
  709.   echo "$ac_t""no" 1>&6
  710. fi
  711. if test -z "$GCC"; then
  712. DEBUG="-g"
  713. OPT="-O"
  714. else
  715. case $host in 
  716. i?86-*-linux*)
  717. DEBUG="-g -Wall -fsigned-char"
  718. OPT="-O20 -ffast-math -fsigned-char -finline-functions";;
  719. *)
  720. DEBUG="-g -Wall -fsigned-char"
  721. OPT="-O20 -fsigned-char";;
  722.         esac
  723. fi
  724. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  725. echo "configure:816: checking how to run the C preprocessor" >&5
  726. # On Suns, sometimes $CPP names a directory.
  727. if test -n "$CPP" && test -d "$CPP"; then
  728.   CPP=
  729. fi
  730. if test -z "$CPP"; then
  731. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  732.   echo $ac_n "(cached) $ac_c" 1>&6
  733. else
  734.     # This must be in double quotes, not single quotes, because CPP may get
  735.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  736.   CPP="${CC-cc} -E"
  737.   # On the NeXT, cc -E runs the code through the compiler's parser,
  738.   # not just through cpp.
  739.   cat > conftest.$ac_ext <<EOF
  740. #line 831 "configure"
  741. #include "confdefs.h"
  742. #include <assert.h>
  743. Syntax Error
  744. EOF
  745. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  746. { (eval echo configure:837: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  747. ac_err=`grep -v '^ *+' conftest.out`
  748. if test -z "$ac_err"; then
  749.   :
  750. else
  751.   echo "$ac_err" >&5
  752.   echo "configure: failed program was:" >&5
  753.   cat conftest.$ac_ext >&5
  754.   rm -rf conftest*
  755.   CPP="${CC-cc} -E -traditional-cpp"
  756.   cat > conftest.$ac_ext <<EOF
  757. #line 848 "configure"
  758. #include "confdefs.h"
  759. #include <assert.h>
  760. Syntax Error
  761. EOF
  762. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  763. { (eval echo configure:854: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  764. ac_err=`grep -v '^ *+' conftest.out`
  765. if test -z "$ac_err"; then
  766.   :
  767. else
  768.   echo "$ac_err" >&5
  769.   echo "configure: failed program was:" >&5
  770.   cat conftest.$ac_ext >&5
  771.   rm -rf conftest*
  772.   CPP=/lib/cpp
  773. fi
  774. rm -f conftest*
  775. fi
  776. rm -f conftest*
  777.   ac_cv_prog_CPP="$CPP"
  778. fi
  779.   CPP="$ac_cv_prog_CPP"
  780. else
  781.   ac_cv_prog_CPP="$CPP"
  782. fi
  783. echo "$ac_t""$CPP" 1>&6
  784. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  785. echo "configure:877: checking for ANSI C header files" >&5
  786. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  787.   echo $ac_n "(cached) $ac_c" 1>&6
  788. else
  789.   cat > conftest.$ac_ext <<EOF
  790. #line 882 "configure"
  791. #include "confdefs.h"
  792. #include <stdlib.h>
  793. #include <stdarg.h>
  794. #include <string.h>
  795. #include <float.h>
  796. EOF
  797. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  798. { (eval echo configure:890: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  799. ac_err=`grep -v '^ *+' conftest.out`
  800. if test -z "$ac_err"; then
  801.   rm -rf conftest*
  802.   ac_cv_header_stdc=yes
  803. else
  804.   echo "$ac_err" >&5
  805.   echo "configure: failed program was:" >&5
  806.   cat conftest.$ac_ext >&5
  807.   rm -rf conftest*
  808.   ac_cv_header_stdc=no
  809. fi
  810. rm -f conftest*
  811. if test $ac_cv_header_stdc = yes; then
  812.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  813. cat > conftest.$ac_ext <<EOF
  814. #line 907 "configure"
  815. #include "confdefs.h"
  816. #include <string.h>
  817. EOF
  818. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  819.   egrep "memchr" >/dev/null 2>&1; then
  820.   :
  821. else
  822.   rm -rf conftest*
  823.   ac_cv_header_stdc=no
  824. fi
  825. rm -f conftest*
  826. fi
  827. if test $ac_cv_header_stdc = yes; then
  828.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  829. cat > conftest.$ac_ext <<EOF
  830. #line 925 "configure"
  831. #include "confdefs.h"
  832. #include <stdlib.h>
  833. EOF
  834. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  835.   egrep "free" >/dev/null 2>&1; then
  836.   :
  837. else
  838.   rm -rf conftest*
  839.   ac_cv_header_stdc=no
  840. fi
  841. rm -f conftest*
  842. fi
  843. if test $ac_cv_header_stdc = yes; then
  844.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  845. if test "$cross_compiling" = yes; then
  846.   :
  847. else
  848.   cat > conftest.$ac_ext <<EOF
  849. #line 946 "configure"
  850. #include "confdefs.h"
  851. #include <ctype.h>
  852. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  853. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  854. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  855. int main () { int i; for (i = 0; i < 256; i++)
  856. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  857. exit (0); }
  858. EOF
  859. if { (eval echo configure:957: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  860. then
  861.   :
  862. else
  863.   echo "configure: failed program was:" >&5
  864.   cat conftest.$ac_ext >&5
  865.   rm -fr conftest*
  866.   ac_cv_header_stdc=no
  867. fi
  868. rm -fr conftest*
  869. fi
  870. fi
  871. fi
  872. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  873. if test $ac_cv_header_stdc = yes; then
  874.   cat >> confdefs.h <<EOF
  875. #define STDC_HEADERS 1
  876. EOF
  877. fi
  878. CFLAGS=""
  879. TYPESIZES="" 
  880. echo $ac_n "checking size of short""... $ac_c" 1>&6
  881. echo "configure:986: checking size of short" >&5
  882. if eval "test "`echo '$''{'ac_cv_sizeof_short'+set}'`" = set"; then
  883.   echo $ac_n "(cached) $ac_c" 1>&6
  884. else
  885.   if test "$cross_compiling" = yes; then
  886.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  887. else
  888.   cat > conftest.$ac_ext <<EOF
  889. #line 994 "configure"
  890. #include "confdefs.h"
  891. #include <stdio.h>
  892. main()
  893. {
  894.   FILE *f=fopen("conftestval", "w");
  895.   if (!f) exit(1);
  896.   fprintf(f, "%dn", sizeof(short));
  897.   exit(0);
  898. }
  899. EOF
  900. if { (eval echo configure:1005: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  901. then
  902.   ac_cv_sizeof_short=`cat conftestval`
  903. else
  904.   echo "configure: failed program was:" >&5
  905.   cat conftest.$ac_ext >&5
  906.   rm -fr conftest*
  907.   ac_cv_sizeof_short=0
  908. fi
  909. rm -fr conftest*
  910. fi
  911. fi
  912. echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  913. cat >> confdefs.h <<EOF
  914. #define SIZEOF_SHORT $ac_cv_sizeof_short
  915. EOF
  916. echo $ac_n "checking size of int""... $ac_c" 1>&6
  917. echo "configure:1025: checking size of int" >&5
  918. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  919.   echo $ac_n "(cached) $ac_c" 1>&6
  920. else
  921.   if test "$cross_compiling" = yes; then
  922.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  923. else
  924.   cat > conftest.$ac_ext <<EOF
  925. #line 1033 "configure"
  926. #include "confdefs.h"
  927. #include <stdio.h>
  928. main()
  929. {
  930.   FILE *f=fopen("conftestval", "w");
  931.   if (!f) exit(1);
  932.   fprintf(f, "%dn", sizeof(int));
  933.   exit(0);
  934. }
  935. EOF
  936. if { (eval echo configure:1044: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  937. then
  938.   ac_cv_sizeof_int=`cat conftestval`
  939. else
  940.   echo "configure: failed program was:" >&5
  941.   cat conftest.$ac_ext >&5
  942.   rm -fr conftest*
  943.   ac_cv_sizeof_int=0
  944. fi
  945. rm -fr conftest*
  946. fi
  947. fi
  948. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  949. cat >> confdefs.h <<EOF
  950. #define SIZEOF_INT $ac_cv_sizeof_int
  951. EOF
  952. echo $ac_n "checking size of long""... $ac_c" 1>&6
  953. echo "configure:1064: checking size of long" >&5
  954. if eval "test "`echo '$''{'ac_cv_sizeof_long'+set}'`" = set"; then
  955.   echo $ac_n "(cached) $ac_c" 1>&6
  956. else
  957.   if test "$cross_compiling" = yes; then
  958.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  959. else
  960.   cat > conftest.$ac_ext <<EOF
  961. #line 1072 "configure"
  962. #include "confdefs.h"
  963. #include <stdio.h>
  964. main()
  965. {
  966.   FILE *f=fopen("conftestval", "w");
  967.   if (!f) exit(1);
  968.   fprintf(f, "%dn", sizeof(long));
  969.   exit(0);
  970. }
  971. EOF
  972. if { (eval echo configure:1083: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  973. then
  974.   ac_cv_sizeof_long=`cat conftestval`
  975. else
  976.   echo "configure: failed program was:" >&5
  977.   cat conftest.$ac_ext >&5
  978.   rm -fr conftest*
  979.   ac_cv_sizeof_long=0
  980. fi
  981. rm -fr conftest*
  982. fi
  983. fi
  984. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  985. cat >> confdefs.h <<EOF
  986. #define SIZEOF_LONG $ac_cv_sizeof_long
  987. EOF
  988. echo $ac_n "checking size of long long""... $ac_c" 1>&6
  989. echo "configure:1103: checking size of long long" >&5
  990. if eval "test "`echo '$''{'ac_cv_sizeof_long_long'+set}'`" = set"; then
  991.   echo $ac_n "(cached) $ac_c" 1>&6
  992. else
  993.   if test "$cross_compiling" = yes; then
  994.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  995. else
  996.   cat > conftest.$ac_ext <<EOF
  997. #line 1111 "configure"
  998. #include "confdefs.h"
  999. #include <stdio.h>
  1000. main()
  1001. {
  1002.   FILE *f=fopen("conftestval", "w");
  1003.   if (!f) exit(1);
  1004.   fprintf(f, "%dn", sizeof(long long));
  1005.   exit(0);
  1006. }
  1007. EOF
  1008. if { (eval echo configure:1122: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1009. then
  1010.   ac_cv_sizeof_long_long=`cat conftestval`
  1011. else
  1012.   echo "configure: failed program was:" >&5
  1013.   cat conftest.$ac_ext >&5
  1014.   rm -fr conftest*
  1015.   ac_cv_sizeof_long_long=0
  1016. fi
  1017. rm -fr conftest*
  1018. fi
  1019. fi
  1020. echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
  1021. cat >> confdefs.h <<EOF
  1022. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  1023. EOF
  1024. case 2 in
  1025. $ac_cv_sizeof_short) TYPESIZES="$TYPESIZES -Dsize16='short'"
  1026. SIZE16=TRUE;;
  1027. $ac_cv_sizeof_int) TYPESIZES="$TYPESIZES -Dsize16='int'"
  1028. SIZE16=TRUE;;
  1029. esac
  1030. case 4 in
  1031. $ac_cv_sizeof_short) TYPESIZES="$TYPESIZES -Dsize32='short'"
  1032. SIZE32=TRUE;;
  1033. $ac_cv_sizeof_int) TYPESIZES="$TYPESIZES -Dsize32='int'"
  1034. SIZE32=TRUE;;
  1035. $ac_cv_sizeof_long) TYPESIZES="$TYPESIZES -Dsize32='long'"
  1036. SIZE32=TRUE;;
  1037. esac
  1038. if test -z "$SIZE16"; then
  1039. { echo "configure: error: No 16 bit tupe found on this platform!" 1>&2; exit 1; }
  1040. fi
  1041. if test -z "$SIZE32"; then
  1042. { echo "configure: error: No 32 bit tupe found on this platform!" 1>&2; exit 1; }
  1043. fi
  1044. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  1045. echo "configure:1167: checking whether ${MAKE-make} sets ${MAKE}" >&5
  1046. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1047. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  1048.   echo $ac_n "(cached) $ac_c" 1>&6
  1049. else
  1050.   cat > conftestmake <<EOF
  1051. all:
  1052. @echo 'ac_maketemp="${MAKE}"'
  1053. EOF
  1054. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1055. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1056. if test -n "$ac_maketemp"; then
  1057.   eval ac_cv_prog_make_${ac_make}_set=yes
  1058. else
  1059.   eval ac_cv_prog_make_${ac_make}_set=no
  1060. fi
  1061. rm -f conftestmake
  1062. fi
  1063. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1064.   echo "$ac_t""yes" 1>&6
  1065.   SET_MAKE=
  1066. else
  1067.   echo "$ac_t""no" 1>&6
  1068.   SET_MAKE="MAKE=${MAKE-make}"
  1069. fi
  1070. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1071. echo "configure:1194: checking for working const" >&5
  1072. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1073.   echo $ac_n "(cached) $ac_c" 1>&6
  1074. else
  1075.   cat > conftest.$ac_ext <<EOF
  1076. #line 1199 "configure"
  1077. #include "confdefs.h"
  1078. int main() {
  1079. /* Ultrix mips cc rejects this.  */
  1080. typedef int charset[2]; const charset x;
  1081. /* SunOS 4.1.1 cc rejects this.  */
  1082. char const *const *ccp;
  1083. char **p;
  1084. /* NEC SVR4.0.2 mips cc rejects this.  */
  1085. struct point {int x, y;};
  1086. static struct point const zero = {0,0};
  1087. /* AIX XL C 1.02.0.0 rejects this.
  1088.    It does not let you subtract one const X* pointer from another in an arm
  1089.    of an if-expression whose if-part is not a constant expression */
  1090. const char *g = "string";
  1091. ccp = &g + (g ? g-g : 0);
  1092. /* HPUX 7.0 cc rejects these. */
  1093. ++ccp;
  1094. p = (char**) ccp;
  1095. ccp = (char const *const *) p;
  1096. { /* SCO 3.2v4 cc rejects this.  */
  1097.   char *t;
  1098.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1099.   *t++ = 0;
  1100. }
  1101. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1102.   int x[] = {25, 17};
  1103.   const int *foo = &x[0];
  1104.   ++foo;
  1105. }
  1106. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1107.   typedef const int *iptr;
  1108.   iptr p = 0;
  1109.   ++p;
  1110. }
  1111. { /* AIX XL C 1.02.0.0 rejects this saying
  1112.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1113.   struct s { int j; const int *ap[3]; };
  1114.   struct s *b; b->j = 5;
  1115. }
  1116. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1117.   const int foo = 10;
  1118. }
  1119. ; return 0; }
  1120. EOF
  1121. if { (eval echo configure:1248: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1122.   rm -rf conftest*
  1123.   ac_cv_c_const=yes
  1124. else
  1125.   echo "configure: failed program was:" >&5
  1126.   cat conftest.$ac_ext >&5
  1127.   rm -rf conftest*
  1128.   ac_cv_c_const=no
  1129. fi
  1130. rm -f conftest*
  1131. fi
  1132. echo "$ac_t""$ac_cv_c_const" 1>&6
  1133. if test $ac_cv_c_const = no; then
  1134.   cat >> confdefs.h <<EOF
  1135. #define const 
  1136. EOF
  1137. fi
  1138. trap '' 1 2 15
  1139. cat > confcache <<EOF
  1140. # This file is a shell script that caches the results of configure
  1141. # tests run on this system so they can be shared between configure
  1142. # scripts and configure runs.  It is not useful on other systems.
  1143. # If it contains results you don't want to keep, you may remove or edit it.
  1144. #
  1145. # By default, configure uses ./config.cache as the cache file,
  1146. # creating it if it does not exist already.  You can give configure
  1147. # the --cache-file=FILE option to use a different cache file; that is
  1148. # what configure does when it calls configure scripts in
  1149. # subdirectories, so they share the cache.
  1150. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1151. # config.status only pays attention to the cache file if you give it the
  1152. # --recheck option to rerun configure.
  1153. #
  1154. EOF
  1155. # The following way of writing the cache mishandles newlines in values,
  1156. # but we know of no workaround that is simple, portable, and efficient.
  1157. # So, don't put newlines in cache variables' values.
  1158. # Ultrix sh set writes to stderr and can't be redirected directly,
  1159. # and sets the high bit in the cache file unless we assign to the vars.
  1160. (set) 2>&1 |
  1161.   case `(ac_space=' '; set) 2>&1` in
  1162.   *ac_space= *)
  1163.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1164.     # turns \\ into \, and sed turns \ into ).
  1165.     sed -n 
  1166.       -e "s/'/'\\''/g" 
  1167.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1168.     ;;
  1169.   *)
  1170.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1171.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1172.     ;;
  1173.   esac >> confcache
  1174. if cmp -s $cache_file confcache; then
  1175.   :
  1176. else
  1177.   if test -w $cache_file; then
  1178.     echo "updating cache $cache_file"
  1179.     cat confcache > $cache_file
  1180.   else
  1181.     echo "not updating unwritable cache $cache_file"
  1182.   fi
  1183. fi
  1184. rm -f confcache
  1185. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1186. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1187. # Let make expand exec_prefix.
  1188. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1189. # Any assignment to VPATH causes Sun make to only execute
  1190. # the first set of double-colon rules, so remove it if not needed.
  1191. # If there is a colon in the path, we need to keep it.
  1192. if test "x$srcdir" = x.; then
  1193.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1194. fi
  1195. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1196. # Transform confdefs.h into DEFS.
  1197. # Protect against shell expansion while executing Makefile rules.
  1198. # Protect against Makefile macro expansion.
  1199. cat > conftest.defs <<EOF
  1200. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  1201. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  1202. s%[%\&%g
  1203. s%]%\&%g
  1204. s%$%$$%g
  1205. EOF
  1206. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  1207. rm -f conftest.defs
  1208. # Without the "./", some shells look in PATH for config.status.
  1209. : ${CONFIG_STATUS=./config.status}
  1210. echo creating $CONFIG_STATUS
  1211. rm -f $CONFIG_STATUS
  1212. cat > $CONFIG_STATUS <<EOF
  1213. #! /bin/sh
  1214. # Generated automatically by configure.
  1215. # Run this file to recreate the current configuration.
  1216. # This directory was configured as follows,
  1217. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1218. #
  1219. # $0 $ac_configure_args
  1220. #
  1221. # Compiler output produced by configure, useful for debugging
  1222. # configure, is in ./config.log if it exists.
  1223. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1224. for ac_option
  1225. do
  1226.   case "$ac_option" in
  1227.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1228.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1229.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1230.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1231.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1232.     exit 0 ;;
  1233.   -help | --help | --hel | --he | --h)
  1234.     echo "$ac_cs_usage"; exit 0 ;;
  1235.   *) echo "$ac_cs_usage"; exit 1 ;;
  1236.   esac
  1237. done
  1238. ac_given_srcdir=$srcdir
  1239. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1240. EOF
  1241. cat >> $CONFIG_STATUS <<EOF
  1242. # Protect against being on the right side of a sed subst in config.status.
  1243. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1244.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1245. $ac_vpsub
  1246. $extrasub
  1247. s%@CFLAGS@%$CFLAGS%g
  1248. s%@CPPFLAGS@%$CPPFLAGS%g
  1249. s%@CXXFLAGS@%$CXXFLAGS%g
  1250. s%@DEFS@%$DEFS%g
  1251. s%@LDFLAGS@%$LDFLAGS%g
  1252. s%@LIBS@%$LIBS%g
  1253. s%@exec_prefix@%$exec_prefix%g
  1254. s%@prefix@%$prefix%g
  1255. s%@program_transform_name@%$program_transform_name%g
  1256. s%@bindir@%$bindir%g
  1257. s%@sbindir@%$sbindir%g
  1258. s%@libexecdir@%$libexecdir%g
  1259. s%@datadir@%$datadir%g
  1260. s%@sysconfdir@%$sysconfdir%g
  1261. s%@sharedstatedir@%$sharedstatedir%g
  1262. s%@localstatedir@%$localstatedir%g
  1263. s%@libdir@%$libdir%g
  1264. s%@includedir@%$includedir%g
  1265. s%@oldincludedir@%$oldincludedir%g
  1266. s%@infodir@%$infodir%g
  1267. s%@mandir@%$mandir%g
  1268. s%@host@%$host%g
  1269. s%@host_alias@%$host_alias%g
  1270. s%@host_cpu@%$host_cpu%g
  1271. s%@host_vendor@%$host_vendor%g
  1272. s%@host_os@%$host_os%g
  1273. s%@CC@%$CC%g
  1274. s%@RANLIB@%$RANLIB%g
  1275. s%@AR@%$AR%g
  1276. s%@CPP@%$CPP%g
  1277. s%@SET_MAKE@%$SET_MAKE%g
  1278. s%@SBPCD_H@%$SBPCD_H%g
  1279. s%@UCDROM_H@%$UCDROM_H%g
  1280. s%@TYPESIZES@%$TYPESIZES%g
  1281. s%@OPT@%$OPT%g
  1282. s%@DEBUG@%$DEBUG%g
  1283. CEOF
  1284. EOF
  1285. cat >> $CONFIG_STATUS <<EOF
  1286. # Split the substitutions into bite-sized pieces for seds with
  1287. # small command number limits, like on Digital OSF/1 and HP-UX.
  1288. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1289. ac_file=1 # Number of current file.
  1290. ac_beg=1 # First line for current file.
  1291. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1292. ac_more_lines=:
  1293. ac_sed_cmds=""
  1294. while $ac_more_lines; do
  1295.   if test $ac_beg -gt 1; then
  1296.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1297.   else
  1298.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1299.   fi
  1300.   if test ! -s conftest.s$ac_file; then
  1301.     ac_more_lines=false
  1302.     rm -f conftest.s$ac_file
  1303.   else
  1304.     if test -z "$ac_sed_cmds"; then
  1305.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1306.     else
  1307.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1308.     fi
  1309.     ac_file=`expr $ac_file + 1`
  1310.     ac_beg=$ac_end
  1311.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1312.   fi
  1313. done
  1314. if test -z "$ac_sed_cmds"; then
  1315.   ac_sed_cmds=cat
  1316. fi
  1317. EOF
  1318. cat >> $CONFIG_STATUS <<EOF
  1319. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1320. EOF
  1321. cat >> $CONFIG_STATUS <<EOF
  1322. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1323.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1324.   case "$ac_file" in
  1325.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1326.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1327.   *) ac_file_in="${ac_file}.in" ;;
  1328.   esac
  1329.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1330.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1331.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1332.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1333.     # The file is in a subdirectory.
  1334.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1335.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1336.     # A "../" for each directory in $ac_dir_suffix.
  1337.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1338.   else
  1339.     ac_dir_suffix= ac_dots=
  1340.   fi
  1341.   case "$ac_given_srcdir" in
  1342.   .)  srcdir=.
  1343.       if test -z "$ac_dots"; then top_srcdir=.
  1344.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1345.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1346.   *) # Relative path.
  1347.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1348.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1349.   esac
  1350.   echo creating "$ac_file"
  1351.   rm -f "$ac_file"
  1352.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1353.   case "$ac_file" in
  1354.   *Makefile*) ac_comsub="1i\
  1355. # $configure_input" ;;
  1356.   *) ac_comsub= ;;
  1357.   esac
  1358.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1359.   sed -e "$ac_comsub
  1360. s%@configure_input@%$configure_input%g
  1361. s%@srcdir@%$srcdir%g
  1362. s%@top_srcdir@%$top_srcdir%g
  1363. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1364. fi; done
  1365. rm -f conftest.s*
  1366. EOF
  1367. cat >> $CONFIG_STATUS <<EOF
  1368. EOF
  1369. cat >> $CONFIG_STATUS <<EOF
  1370. exit 0
  1371. EOF
  1372. chmod +x $CONFIG_STATUS
  1373. rm -fr confdefs* $ac_clean_files
  1374. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1