configure
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:82k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --enable-shared[=PKGS]  build shared libraries [default=yes]"
  14. ac_help="$ac_help
  15.   --enable-static[=PKGS]  build static libraries [default=yes]"
  16. ac_help="$ac_help
  17.   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
  18. ac_help="$ac_help
  19.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
  20. ac_help="$ac_help
  21.   --disable-libtool-lock  avoid locking (might break parallel builds)"
  22. ac_help="$ac_help
  23.   --enable-justsrc        only compile library sources "
  24. ac_help="$ac_help
  25.   --disable-gcc-pipe      disable gcc -pipe option "
  26. # Initialize some variables set by options.
  27. # The variables have the same names as the options, with
  28. # dashes changed to underlines.
  29. build=NONE
  30. cache_file=./config.cache
  31. exec_prefix=NONE
  32. host=NONE
  33. no_create=
  34. nonopt=NONE
  35. no_recursion=
  36. prefix=NONE
  37. program_prefix=NONE
  38. program_suffix=NONE
  39. program_transform_name=s,x,x,
  40. silent=
  41. site=
  42. srcdir=
  43. target=NONE
  44. verbose=
  45. x_includes=NONE
  46. x_libraries=NONE
  47. bindir='${exec_prefix}/bin'
  48. sbindir='${exec_prefix}/sbin'
  49. libexecdir='${exec_prefix}/libexec'
  50. datadir='${prefix}/share'
  51. sysconfdir='${prefix}/etc'
  52. sharedstatedir='${prefix}/com'
  53. localstatedir='${prefix}/var'
  54. libdir='${exec_prefix}/lib'
  55. includedir='${prefix}/include'
  56. oldincludedir='/usr/include'
  57. infodir='${prefix}/info'
  58. mandir='${prefix}/man'
  59. # Initialize some other variables.
  60. subdirs=
  61. MFLAGS= MAKEFLAGS=
  62. SHELL=${CONFIG_SHELL-/bin/sh}
  63. # Maximum number of lines to put in a shell here document.
  64. ac_max_here_lines=12
  65. ac_prev=
  66. for ac_option
  67. do
  68.   # If the previous option needs an argument, assign it.
  69.   if test -n "$ac_prev"; then
  70.     eval "$ac_prev=$ac_option"
  71.     ac_prev=
  72.     continue
  73.   fi
  74.   case "$ac_option" in
  75.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  76.   *) ac_optarg= ;;
  77.   esac
  78.   # Accept the important Cygnus configure options, so we can diagnose typos.
  79.   case "$ac_option" in
  80.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  81.     ac_prev=bindir ;;
  82.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  83.     bindir="$ac_optarg" ;;
  84.   -build | --build | --buil | --bui | --bu)
  85.     ac_prev=build ;;
  86.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  87.     build="$ac_optarg" ;;
  88.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  89.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  90.     ac_prev=cache_file ;;
  91.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  92.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  93.     cache_file="$ac_optarg" ;;
  94.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  95.     ac_prev=datadir ;;
  96.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  97.   | --da=*)
  98.     datadir="$ac_optarg" ;;
  99.   -disable-* | --disable-*)
  100.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  101.     # Reject names that are not valid shell variable names.
  102.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  103.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  104.     fi
  105.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  106.     eval "enable_${ac_feature}=no" ;;
  107.   -enable-* | --enable-*)
  108.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  109.     # Reject names that are not valid shell variable names.
  110.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  111.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  112.     fi
  113.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  114.     case "$ac_option" in
  115.       *=*) ;;
  116.       *) ac_optarg=yes ;;
  117.     esac
  118.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  119.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  120.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  121.   | --exec | --exe | --ex)
  122.     ac_prev=exec_prefix ;;
  123.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  124.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  125.   | --exec=* | --exe=* | --ex=*)
  126.     exec_prefix="$ac_optarg" ;;
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.   -help | --help | --hel | --he)
  131.     # Omit some internal or obsolete options to make the list less imposing.
  132.     # This message is too long to be a string in the A/UX 3.1 sh.
  133.     cat << EOF
  134. Usage: configure [options] [host]
  135. Options: [defaults in brackets after descriptions]
  136. Configuration:
  137.   --cache-file=FILE       cache test results in FILE
  138.   --help                  print this message
  139.   --no-create             do not create output files
  140.   --quiet, --silent       do not print `checking...' messages
  141.   --version               print the version of autoconf that created configure
  142. Directory and file names:
  143.   --prefix=PREFIX         install architecture-independent files in PREFIX
  144.                           [$ac_default_prefix]
  145.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  146.                           [same as prefix]
  147.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  148.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  149.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  150.   --datadir=DIR           read-only architecture-independent data in DIR
  151.                           [PREFIX/share]
  152.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  153.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  154.                           [PREFIX/com]
  155.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  156.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  157.   --includedir=DIR        C header files in DIR [PREFIX/include]
  158.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  159.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  160.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  161.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  162.   --program-prefix=PREFIX prepend PREFIX to installed program names
  163.   --program-suffix=SUFFIX append SUFFIX to installed program names
  164.   --program-transform-name=PROGRAM
  165.                           run sed PROGRAM on installed program names
  166. EOF
  167.     cat << EOF
  168. Host type:
  169.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  170.   --host=HOST             configure for HOST [guessed]
  171.   --target=TARGET         configure for TARGET [TARGET=HOST]
  172. Features and packages:
  173.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  174.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  175.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  176.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  177.   --x-includes=DIR        X include files are in DIR
  178.   --x-libraries=DIR       X library files are in DIR
  179. EOF
  180.     if test -n "$ac_help"; then
  181.       echo "--enable and --with options recognized:$ac_help"
  182.     fi
  183.     exit 0 ;;
  184.   -host | --host | --hos | --ho)
  185.     ac_prev=host ;;
  186.   -host=* | --host=* | --hos=* | --ho=*)
  187.     host="$ac_optarg" ;;
  188.   -includedir | --includedir | --includedi | --included | --include 
  189.   | --includ | --inclu | --incl | --inc)
  190.     ac_prev=includedir ;;
  191.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  192.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  193.     includedir="$ac_optarg" ;;
  194.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  195.     ac_prev=infodir ;;
  196.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  197.     infodir="$ac_optarg" ;;
  198.   -libdir | --libdir | --libdi | --libd)
  199.     ac_prev=libdir ;;
  200.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  201.     libdir="$ac_optarg" ;;
  202.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  203.   | --libexe | --libex | --libe)
  204.     ac_prev=libexecdir ;;
  205.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  206.   | --libexe=* | --libex=* | --libe=*)
  207.     libexecdir="$ac_optarg" ;;
  208.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  209.   | --localstate | --localstat | --localsta | --localst 
  210.   | --locals | --local | --loca | --loc | --lo)
  211.     ac_prev=localstatedir ;;
  212.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  213.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  214.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  215.     localstatedir="$ac_optarg" ;;
  216.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  217.     ac_prev=mandir ;;
  218.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  219.     mandir="$ac_optarg" ;;
  220.   -nfp | --nfp | --nf)
  221.     # Obsolete; use --without-fp.
  222.     with_fp=no ;;
  223.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  224.   | --no-cr | --no-c)
  225.     no_create=yes ;;
  226.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  227.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  228.     no_recursion=yes ;;
  229.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  230.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  231.   | --oldin | --oldi | --old | --ol | --o)
  232.     ac_prev=oldincludedir ;;
  233.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  234.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  235.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  236.     oldincludedir="$ac_optarg" ;;
  237.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  238.     ac_prev=prefix ;;
  239.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  240.     prefix="$ac_optarg" ;;
  241.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  242.   | --program-pre | --program-pr | --program-p)
  243.     ac_prev=program_prefix ;;
  244.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  245.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  246.     program_prefix="$ac_optarg" ;;
  247.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  248.   | --program-suf | --program-su | --program-s)
  249.     ac_prev=program_suffix ;;
  250.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  251.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  252.     program_suffix="$ac_optarg" ;;
  253.   -program-transform-name | --program-transform-name 
  254.   | --program-transform-nam | --program-transform-na 
  255.   | --program-transform-n | --program-transform- 
  256.   | --program-transform | --program-transfor 
  257.   | --program-transfo | --program-transf 
  258.   | --program-trans | --program-tran 
  259.   | --progr-tra | --program-tr | --program-t)
  260.     ac_prev=program_transform_name ;;
  261.   -program-transform-name=* | --program-transform-name=* 
  262.   | --program-transform-nam=* | --program-transform-na=* 
  263.   | --program-transform-n=* | --program-transform-=* 
  264.   | --program-transform=* | --program-transfor=* 
  265.   | --program-transfo=* | --program-transf=* 
  266.   | --program-trans=* | --program-tran=* 
  267.   | --progr-tra=* | --program-tr=* | --program-t=*)
  268.     program_transform_name="$ac_optarg" ;;
  269.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  270.   | -silent | --silent | --silen | --sile | --sil)
  271.     silent=yes ;;
  272.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  273.     ac_prev=sbindir ;;
  274.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  275.   | --sbi=* | --sb=*)
  276.     sbindir="$ac_optarg" ;;
  277.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  278.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  279.   | --sharedst | --shareds | --shared | --share | --shar 
  280.   | --sha | --sh)
  281.     ac_prev=sharedstatedir ;;
  282.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  283.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  284.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  285.   | --sha=* | --sh=*)
  286.     sharedstatedir="$ac_optarg" ;;
  287.   -site | --site | --sit)
  288.     ac_prev=site ;;
  289.   -site=* | --site=* | --sit=*)
  290.     site="$ac_optarg" ;;
  291.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  292.     ac_prev=srcdir ;;
  293.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  294.     srcdir="$ac_optarg" ;;
  295.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  296.   | --syscon | --sysco | --sysc | --sys | --sy)
  297.     ac_prev=sysconfdir ;;
  298.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  299.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  300.     sysconfdir="$ac_optarg" ;;
  301.   -target | --target | --targe | --targ | --tar | --ta | --t)
  302.     ac_prev=target ;;
  303.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  304.     target="$ac_optarg" ;;
  305.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  306.     verbose=yes ;;
  307.   -version | --version | --versio | --versi | --vers)
  308.     echo "configure generated by autoconf version 2.13"
  309.     exit 0 ;;
  310.   -with-* | --with-*)
  311.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  312.     # Reject names that are not valid shell variable names.
  313.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  314.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  315.     fi
  316.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  317.     case "$ac_option" in
  318.       *=*) ;;
  319.       *) ac_optarg=yes ;;
  320.     esac
  321.     eval "with_${ac_package}='$ac_optarg'" ;;
  322.   -without-* | --without-*)
  323.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  324.     # Reject names that are not valid shell variable names.
  325.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  326.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  327.     fi
  328.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  329.     eval "with_${ac_package}=no" ;;
  330.   --x)
  331.     # Obsolete; use --with-x.
  332.     with_x=yes ;;
  333.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  334.   | --x-incl | --x-inc | --x-in | --x-i)
  335.     ac_prev=x_includes ;;
  336.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  337.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  338.     x_includes="$ac_optarg" ;;
  339.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  340.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  341.     ac_prev=x_libraries ;;
  342.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  343.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  344.     x_libraries="$ac_optarg" ;;
  345.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  346.     ;;
  347.   *)
  348.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  349.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  350.     fi
  351.     if test "x$nonopt" != xNONE; then
  352.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  353.     fi
  354.     nonopt="$ac_option"
  355.     ;;
  356.   esac
  357. done
  358. if test -n "$ac_prev"; then
  359.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  360. fi
  361. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  362. # File descriptor usage:
  363. # 0 standard input
  364. # 1 file creation
  365. # 2 errors and warnings
  366. # 3 some systems may open it to /dev/tty
  367. # 4 used on the Kubota Titan
  368. # 6 checking for... messages and results
  369. # 5 compiler messages saved in config.log
  370. if test "$silent" = yes; then
  371.   exec 6>/dev/null
  372. else
  373.   exec 6>&1
  374. fi
  375. exec 5>./config.log
  376. echo "
  377. This file contains any messages produced by compilers while
  378. running configure, to aid debugging if configure makes a mistake.
  379. " 1>&5
  380. # Strip out --no-create and --no-recursion so they do not pile up.
  381. # Also quote any args containing shell metacharacters.
  382. ac_configure_args=
  383. for ac_arg
  384. do
  385.   case "$ac_arg" in
  386.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  387.   | --no-cr | --no-c) ;;
  388.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  389.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  390.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  391.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  392.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  393.   esac
  394. done
  395. # NLS nuisances.
  396. # Only set these to C if already set.  These must not be set unconditionally
  397. # because not all systems understand e.g. LANG=C (notably SCO).
  398. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  399. # Non-C LC_CTYPE values break the ctype check.
  400. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  401. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  402. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  403. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  404. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  405. rm -rf conftest* confdefs.h
  406. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  407. echo > confdefs.h
  408. # A filename unique to this package, relative to the directory that
  409. # configure is in, which we can look for to find out if srcdir is correct.
  410. ac_unique_file=src/sndfile.c
  411. # Find the source files, if location was not specified.
  412. if test -z "$srcdir"; then
  413.   ac_srcdir_defaulted=yes
  414.   # Try the directory containing this script, then its parent.
  415.   ac_prog=$0
  416.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  417.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  418.   srcdir=$ac_confdir
  419.   if test ! -r $srcdir/$ac_unique_file; then
  420.     srcdir=..
  421.   fi
  422. else
  423.   ac_srcdir_defaulted=no
  424. fi
  425. if test ! -r $srcdir/$ac_unique_file; then
  426.   if test "$ac_srcdir_defaulted" = yes; then
  427.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  428.   else
  429.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  430.   fi
  431. fi
  432. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  433. # Prefer explicitly selected file to automatically selected ones.
  434. if test -z "$CONFIG_SITE"; then
  435.   if test "x$prefix" != xNONE; then
  436.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  437.   else
  438.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  439.   fi
  440. fi
  441. for ac_site_file in $CONFIG_SITE; do
  442.   if test -r "$ac_site_file"; then
  443.     echo "loading site script $ac_site_file"
  444.     . "$ac_site_file"
  445.   fi
  446. done
  447. if test -r "$cache_file"; then
  448.   echo "loading cache $cache_file"
  449.   . $cache_file
  450. else
  451.   echo "creating cache $cache_file"
  452.   > $cache_file
  453. fi
  454. ac_ext=c
  455. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  456. ac_cpp='$CPP $CPPFLAGS'
  457. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  458. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  459. cross_compiling=$ac_cv_prog_cc_cross
  460. ac_exeext=
  461. ac_objext=o
  462. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  463.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  464.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  465.     ac_n= ac_c='
  466. ' ac_t=' '
  467.   else
  468.     ac_n=-n ac_c= ac_t=
  469.   fi
  470. else
  471.   ac_n= ac_c='c' ac_t=
  472. fi
  473. ac_aux_dir=
  474. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  475.   if test -f $ac_dir/install-sh; then
  476.     ac_aux_dir=$ac_dir
  477.     ac_install_sh="$ac_aux_dir/install-sh -c"
  478.     break
  479.   elif test -f $ac_dir/install.sh; then
  480.     ac_aux_dir=$ac_dir
  481.     ac_install_sh="$ac_aux_dir/install.sh -c"
  482.     break
  483.   fi
  484. done
  485. if test -z "$ac_aux_dir"; then
  486.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  487. fi
  488. ac_config_guess=$ac_aux_dir/config.guess
  489. ac_config_sub=$ac_aux_dir/config.sub
  490. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  491. # Do some error checking and defaulting for the host and target type.
  492. # The inputs are:
  493. #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
  494. #
  495. # The rules are:
  496. # 1. You are not allowed to specify --host, --target, and nonopt at the
  497. #    same time.
  498. # 2. Host defaults to nonopt.
  499. # 3. If nonopt is not specified, then host defaults to the current host,
  500. #    as determined by config.guess.
  501. # 4. Target and build default to nonopt.
  502. # 5. If nonopt is not specified, then target and build default to host.
  503. # The aliases save the names the user supplied, while $host etc.
  504. # will get canonicalized.
  505. case $host---$target---$nonopt in
  506. NONE---*---* | *---NONE---* | *---*---NONE) ;;
  507. *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
  508. esac
  509. # Make sure we can run config.sub.
  510. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  511. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  512. fi
  513. echo $ac_n "checking host system type""... $ac_c" 1>&6
  514. echo "configure:586: checking host system type" >&5
  515. host_alias=$host
  516. case "$host_alias" in
  517. NONE)
  518.   case $nonopt in
  519.   NONE)
  520.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  521.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  522.     fi ;;
  523.   *) host_alias=$nonopt ;;
  524.   esac ;;
  525. esac
  526. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  527. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  528. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  529. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  530. echo "$ac_t""$host" 1>&6
  531. echo $ac_n "checking target system type""... $ac_c" 1>&6
  532. echo "configure:607: checking target system type" >&5
  533. target_alias=$target
  534. case "$target_alias" in
  535. NONE)
  536.   case $nonopt in
  537.   NONE) target_alias=$host_alias ;;
  538.   *) target_alias=$nonopt ;;
  539.   esac ;;
  540. esac
  541. target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
  542. target_cpu=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  543. target_vendor=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  544. target_os=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  545. echo "$ac_t""$target" 1>&6
  546. echo $ac_n "checking build system type""... $ac_c" 1>&6
  547. echo "configure:625: checking build system type" >&5
  548. build_alias=$build
  549. case "$build_alias" in
  550. NONE)
  551.   case $nonopt in
  552.   NONE) build_alias=$host_alias ;;
  553.   *) build_alias=$nonopt ;;
  554.   esac ;;
  555. esac
  556. build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
  557. build_cpu=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  558. build_vendor=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  559. build_os=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  560. echo "$ac_t""$build" 1>&6
  561. test "$host_alias" != "$target_alias" &&
  562.   test "$program_prefix$program_suffix$program_transform_name" = 
  563.     NONENONEs,x,x, &&
  564.   program_prefix=${target_alias}-
  565. # Find a good install program.  We prefer a C program (faster),
  566. # so one script is as good as another.  But avoid the broken or
  567. # incompatible versions:
  568. # SysV /etc/install, /usr/sbin/install
  569. # SunOS /usr/etc/install
  570. # IRIX /sbin/install
  571. # AIX /bin/install
  572. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  573. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  574. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  575. # ./install, which can be erroneously created by make from ./install.sh.
  576. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  577. echo "configure:660: checking for a BSD compatible install" >&5
  578. if test -z "$INSTALL"; then
  579. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  580.   echo $ac_n "(cached) $ac_c" 1>&6
  581. else
  582.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  583.   for ac_dir in $PATH; do
  584.     # Account for people who put trailing slashes in PATH elements.
  585.     case "$ac_dir/" in
  586.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  587.     *)
  588.       # OSF1 and SCO ODT 3.0 have their own names for install.
  589.       # Don't use installbsd from OSF since it installs stuff as root
  590.       # by default.
  591.       for ac_prog in ginstall scoinst install; do
  592.         if test -f $ac_dir/$ac_prog; then
  593.   if test $ac_prog = install &&
  594.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  595.     # AIX install.  It has an incompatible calling convention.
  596.     :
  597.   else
  598.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  599.     break 2
  600.   fi
  601. fi
  602.       done
  603.       ;;
  604.     esac
  605.   done
  606.   IFS="$ac_save_IFS"
  607. fi
  608.   if test "${ac_cv_path_install+set}" = set; then
  609.     INSTALL="$ac_cv_path_install"
  610.   else
  611.     # As a last resort, use the slow shell script.  We don't cache a
  612.     # path for INSTALL within a source directory, because that will
  613.     # break other packages using the cache if that directory is
  614.     # removed, or if the path is relative.
  615.     INSTALL="$ac_install_sh"
  616.   fi
  617. fi
  618. echo "$ac_t""$INSTALL" 1>&6
  619. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  620. # It thinks the first close brace ends the variable substitution.
  621. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  622. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  623. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  624. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  625. echo "configure:713: checking whether build environment is sane" >&5
  626. # Just in case
  627. sleep 1
  628. echo timestamp > conftestfile
  629. # Do `set' in a subshell so we don't clobber the current shell's
  630. # arguments.  Must try -L first in case configure is actually a
  631. # symlink; some systems play weird games with the mod time of symlinks
  632. # (eg FreeBSD returns the mod time of the symlink's containing
  633. # directory).
  634. if (
  635.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  636.    if test "$*" = "X"; then
  637.       # -L didn't work.
  638.       set X `ls -t $srcdir/configure conftestfile`
  639.    fi
  640.    if test "$*" != "X $srcdir/configure conftestfile" 
  641.       && test "$*" != "X conftestfile $srcdir/configure"; then
  642.       # If neither matched, then we have a broken ls.  This can happen
  643.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  644.       # broken ls alias from the environment.  This has actually
  645.       # happened.  Such a system could not be considered "sane".
  646.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  647. alias in your environment" 1>&2; exit 1; }
  648.    fi
  649.    test "$2" = conftestfile
  650.    )
  651. then
  652.    # Ok.
  653.    :
  654. else
  655.    { echo "configure: error: newly created file is older than distributed files!
  656. Check your system clock" 1>&2; exit 1; }
  657. fi
  658. rm -f conftest*
  659. echo "$ac_t""yes" 1>&6
  660. if test "$program_transform_name" = s,x,x,; then
  661.   program_transform_name=
  662. else
  663.   # Double any  or $.  echo might interpret backslashes.
  664.   cat <<EOF_SED > conftestsed
  665. s,\,\\,g; s,$,$$,g
  666. EOF_SED
  667.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  668.   rm -f conftestsed
  669. fi
  670. test "$program_prefix" != NONE &&
  671.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  672. # Use a double $ so make ignores it.
  673. test "$program_suffix" != NONE &&
  674.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  675. # sed with no file args requires a program.
  676. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  677. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  678. echo "configure:770: checking whether ${MAKE-make} sets ${MAKE}" >&5
  679. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  680. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  681.   echo $ac_n "(cached) $ac_c" 1>&6
  682. else
  683.   cat > conftestmake <<EOF
  684. all:
  685. @echo 'ac_maketemp="${MAKE}"'
  686. EOF
  687. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  688. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  689. if test -n "$ac_maketemp"; then
  690.   eval ac_cv_prog_make_${ac_make}_set=yes
  691. else
  692.   eval ac_cv_prog_make_${ac_make}_set=no
  693. fi
  694. rm -f conftestmake
  695. fi
  696. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  697.   echo "$ac_t""yes" 1>&6
  698.   SET_MAKE=
  699. else
  700.   echo "$ac_t""no" 1>&6
  701.   SET_MAKE="MAKE=${MAKE-make}"
  702. fi
  703. PACKAGE=libsndfile
  704. VERSION=0.0.22
  705. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  706.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  707. fi
  708. cat >> confdefs.h <<EOF
  709. #define PACKAGE "$PACKAGE"
  710. EOF
  711. cat >> confdefs.h <<EOF
  712. #define VERSION "$VERSION"
  713. EOF
  714. missing_dir=`cd $ac_aux_dir && pwd`
  715. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  716. echo "configure:816: checking for working aclocal" >&5
  717. # Run test in a subshell; some versions of sh will print an error if
  718. # an executable is not found, even if stderr is redirected.
  719. # Redirect stdin to placate older versions of autoconf.  Sigh.
  720. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  721.    ACLOCAL=aclocal
  722.    echo "$ac_t""found" 1>&6
  723. else
  724.    ACLOCAL="$missing_dir/missing aclocal"
  725.    echo "$ac_t""missing" 1>&6
  726. fi
  727. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  728. echo "configure:829: checking for working autoconf" >&5
  729. # Run test in a subshell; some versions of sh will print an error if
  730. # an executable is not found, even if stderr is redirected.
  731. # Redirect stdin to placate older versions of autoconf.  Sigh.
  732. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  733.    AUTOCONF=autoconf
  734.    echo "$ac_t""found" 1>&6
  735. else
  736.    AUTOCONF="$missing_dir/missing autoconf"
  737.    echo "$ac_t""missing" 1>&6
  738. fi
  739. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  740. echo "configure:842: checking for working automake" >&5
  741. # Run test in a subshell; some versions of sh will print an error if
  742. # an executable is not found, even if stderr is redirected.
  743. # Redirect stdin to placate older versions of autoconf.  Sigh.
  744. if (automake --version) < /dev/null > /dev/null 2>&1; then
  745.    AUTOMAKE=automake
  746.    echo "$ac_t""found" 1>&6
  747. else
  748.    AUTOMAKE="$missing_dir/missing automake"
  749.    echo "$ac_t""missing" 1>&6
  750. fi
  751. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  752. echo "configure:855: checking for working autoheader" >&5
  753. # Run test in a subshell; some versions of sh will print an error if
  754. # an executable is not found, even if stderr is redirected.
  755. # Redirect stdin to placate older versions of autoconf.  Sigh.
  756. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  757.    AUTOHEADER=autoheader
  758.    echo "$ac_t""found" 1>&6
  759. else
  760.    AUTOHEADER="$missing_dir/missing autoheader"
  761.    echo "$ac_t""missing" 1>&6
  762. fi
  763. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  764. echo "configure:868: checking for working makeinfo" >&5
  765. # Run test in a subshell; some versions of sh will print an error if
  766. # an executable is not found, even if stderr is redirected.
  767. # Redirect stdin to placate older versions of autoconf.  Sigh.
  768. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  769.    MAKEINFO=makeinfo
  770.    echo "$ac_t""found" 1>&6
  771. else
  772.    MAKEINFO="$missing_dir/missing makeinfo"
  773.    echo "$ac_t""missing" 1>&6
  774. fi
  775. SHARED_VERSION_INFO="0:8:0"
  776. # Extract the first word of "gcc", so it can be a program name with args.
  777. set dummy gcc; ac_word=$2
  778. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  779. echo "configure:893: checking for $ac_word" >&5
  780. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  781.   echo $ac_n "(cached) $ac_c" 1>&6
  782. else
  783.   if test -n "$CC"; then
  784.   ac_cv_prog_CC="$CC" # Let the user override the test.
  785. else
  786.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  787.   ac_dummy="$PATH"
  788.   for ac_dir in $ac_dummy; do
  789.     test -z "$ac_dir" && ac_dir=.
  790.     if test -f $ac_dir/$ac_word; then
  791.       ac_cv_prog_CC="gcc"
  792.       break
  793.     fi
  794.   done
  795.   IFS="$ac_save_ifs"
  796. fi
  797. fi
  798. CC="$ac_cv_prog_CC"
  799. if test -n "$CC"; then
  800.   echo "$ac_t""$CC" 1>&6
  801. else
  802.   echo "$ac_t""no" 1>&6
  803. fi
  804. if test -z "$CC"; then
  805.   # Extract the first word of "cc", so it can be a program name with args.
  806. set dummy cc; ac_word=$2
  807. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  808. echo "configure:923: checking for $ac_word" >&5
  809. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  810.   echo $ac_n "(cached) $ac_c" 1>&6
  811. else
  812.   if test -n "$CC"; then
  813.   ac_cv_prog_CC="$CC" # Let the user override the test.
  814. else
  815.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  816.   ac_prog_rejected=no
  817.   ac_dummy="$PATH"
  818.   for ac_dir in $ac_dummy; do
  819.     test -z "$ac_dir" && ac_dir=.
  820.     if test -f $ac_dir/$ac_word; then
  821.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  822.         ac_prog_rejected=yes
  823. continue
  824.       fi
  825.       ac_cv_prog_CC="cc"
  826.       break
  827.     fi
  828.   done
  829.   IFS="$ac_save_ifs"
  830. if test $ac_prog_rejected = yes; then
  831.   # We found a bogon in the path, so make sure we never use it.
  832.   set dummy $ac_cv_prog_CC
  833.   shift
  834.   if test $# -gt 0; then
  835.     # We chose a different compiler from the bogus one.
  836.     # However, it has the same basename, so the bogon will be chosen
  837.     # first if we set CC to just the basename; use the full file name.
  838.     shift
  839.     set dummy "$ac_dir/$ac_word" "$@"
  840.     shift
  841.     ac_cv_prog_CC="$@"
  842.   fi
  843. fi
  844. fi
  845. fi
  846. CC="$ac_cv_prog_CC"
  847. if test -n "$CC"; then
  848.   echo "$ac_t""$CC" 1>&6
  849. else
  850.   echo "$ac_t""no" 1>&6
  851. fi
  852.   if test -z "$CC"; then
  853.     case "`uname -s`" in
  854.     *win32* | *WIN32*)
  855.       # Extract the first word of "cl", so it can be a program name with args.
  856. set dummy cl; ac_word=$2
  857. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  858. echo "configure:974: checking for $ac_word" >&5
  859. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  860.   echo $ac_n "(cached) $ac_c" 1>&6
  861. else
  862.   if test -n "$CC"; then
  863.   ac_cv_prog_CC="$CC" # Let the user override the test.
  864. else
  865.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  866.   ac_dummy="$PATH"
  867.   for ac_dir in $ac_dummy; do
  868.     test -z "$ac_dir" && ac_dir=.
  869.     if test -f $ac_dir/$ac_word; then
  870.       ac_cv_prog_CC="cl"
  871.       break
  872.     fi
  873.   done
  874.   IFS="$ac_save_ifs"
  875. fi
  876. fi
  877. CC="$ac_cv_prog_CC"
  878. if test -n "$CC"; then
  879.   echo "$ac_t""$CC" 1>&6
  880. else
  881.   echo "$ac_t""no" 1>&6
  882. fi
  883.  ;;
  884.     esac
  885.   fi
  886.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  887. fi
  888. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  889. echo "configure:1006: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  890. ac_ext=c
  891. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  892. ac_cpp='$CPP $CPPFLAGS'
  893. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  894. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  895. cross_compiling=$ac_cv_prog_cc_cross
  896. cat > conftest.$ac_ext << EOF
  897. #line 1017 "configure"
  898. #include "confdefs.h"
  899. main(){return(0);}
  900. EOF
  901. if { (eval echo configure:1022: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  902.   ac_cv_prog_cc_works=yes
  903.   # If we can't run a trivial program, we are probably using a cross compiler.
  904.   if (./conftest; exit) 2>/dev/null; then
  905.     ac_cv_prog_cc_cross=no
  906.   else
  907.     ac_cv_prog_cc_cross=yes
  908.   fi
  909. else
  910.   echo "configure: failed program was:" >&5
  911.   cat conftest.$ac_ext >&5
  912.   ac_cv_prog_cc_works=no
  913. fi
  914. rm -fr conftest*
  915. ac_ext=c
  916. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  917. ac_cpp='$CPP $CPPFLAGS'
  918. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  919. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  920. cross_compiling=$ac_cv_prog_cc_cross
  921. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  922. if test $ac_cv_prog_cc_works = no; then
  923.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  924. fi
  925. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  926. echo "configure:1048: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  927. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  928. cross_compiling=$ac_cv_prog_cc_cross
  929. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  930. echo "configure:1053: checking whether we are using GNU C" >&5
  931. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  932.   echo $ac_n "(cached) $ac_c" 1>&6
  933. else
  934.   cat > conftest.c <<EOF
  935. #ifdef __GNUC__
  936.   yes;
  937. #endif
  938. EOF
  939. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1062: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  940.   ac_cv_prog_gcc=yes
  941. else
  942.   ac_cv_prog_gcc=no
  943. fi
  944. fi
  945. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  946. if test $ac_cv_prog_gcc = yes; then
  947.   GCC=yes
  948. else
  949.   GCC=
  950. fi
  951. ac_test_CFLAGS="${CFLAGS+set}"
  952. ac_save_CFLAGS="$CFLAGS"
  953. CFLAGS=
  954. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  955. echo "configure:1081: checking whether ${CC-cc} accepts -g" >&5
  956. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  957.   echo $ac_n "(cached) $ac_c" 1>&6
  958. else
  959.   echo 'void f(){}' > conftest.c
  960. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  961.   ac_cv_prog_cc_g=yes
  962. else
  963.   ac_cv_prog_cc_g=no
  964. fi
  965. rm -f conftest*
  966. fi
  967. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  968. if test "$ac_test_CFLAGS" = set; then
  969.   CFLAGS="$ac_save_CFLAGS"
  970. elif test $ac_cv_prog_cc_g = yes; then
  971.   if test "$GCC" = yes; then
  972.     CFLAGS="-g -O2"
  973.   else
  974.     CFLAGS="-g"
  975.   fi
  976. else
  977.   if test "$GCC" = yes; then
  978.     CFLAGS="-O2"
  979.   else
  980.     CFLAGS=
  981.   fi
  982. fi
  983. # Find a good install program.  We prefer a C program (faster),
  984. # so one script is as good as another.  But avoid the broken or
  985. # incompatible versions:
  986. # SysV /etc/install, /usr/sbin/install
  987. # SunOS /usr/etc/install
  988. # IRIX /sbin/install
  989. # AIX /bin/install
  990. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  991. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  992. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  993. # ./install, which can be erroneously created by make from ./install.sh.
  994. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  995. echo "configure:1124: checking for a BSD compatible install" >&5
  996. if test -z "$INSTALL"; then
  997. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  998.   echo $ac_n "(cached) $ac_c" 1>&6
  999. else
  1000.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  1001.   for ac_dir in $PATH; do
  1002.     # Account for people who put trailing slashes in PATH elements.
  1003.     case "$ac_dir/" in
  1004.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1005.     *)
  1006.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1007.       # Don't use installbsd from OSF since it installs stuff as root
  1008.       # by default.
  1009.       for ac_prog in ginstall scoinst install; do
  1010.         if test -f $ac_dir/$ac_prog; then
  1011.   if test $ac_prog = install &&
  1012.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1013.     # AIX install.  It has an incompatible calling convention.
  1014.     :
  1015.   else
  1016.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1017.     break 2
  1018.   fi
  1019. fi
  1020.       done
  1021.       ;;
  1022.     esac
  1023.   done
  1024.   IFS="$ac_save_IFS"
  1025. fi
  1026.   if test "${ac_cv_path_install+set}" = set; then
  1027.     INSTALL="$ac_cv_path_install"
  1028.   else
  1029.     # As a last resort, use the slow shell script.  We don't cache a
  1030.     # path for INSTALL within a source directory, because that will
  1031.     # break other packages using the cache if that directory is
  1032.     # removed, or if the path is relative.
  1033.     INSTALL="$ac_install_sh"
  1034.   fi
  1035. fi
  1036. echo "$ac_t""$INSTALL" 1>&6
  1037. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1038. # It thinks the first close brace ends the variable substitution.
  1039. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1040. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  1041. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1042. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  1043. echo "configure:1178: checking whether ${MAKE-make} sets ${MAKE}" >&5
  1044. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1045. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  1046.   echo $ac_n "(cached) $ac_c" 1>&6
  1047. else
  1048.   cat > conftestmake <<EOF
  1049. all:
  1050. @echo 'ac_maketemp="${MAKE}"'
  1051. EOF
  1052. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1053. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1054. if test -n "$ac_maketemp"; then
  1055.   eval ac_cv_prog_make_${ac_make}_set=yes
  1056. else
  1057.   eval ac_cv_prog_make_${ac_make}_set=no
  1058. fi
  1059. rm -f conftestmake
  1060. fi
  1061. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1062.   echo "$ac_t""yes" 1>&6
  1063.   SET_MAKE=
  1064. else
  1065.   echo "$ac_t""no" 1>&6
  1066.   SET_MAKE="MAKE=${MAKE-make}"
  1067. fi
  1068. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1069. echo "configure:1205: checking whether ln -s works" >&5
  1070. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  1071.   echo $ac_n "(cached) $ac_c" 1>&6
  1072. else
  1073.   rm -f conftestdata
  1074. if ln -s X conftestdata 2>/dev/null
  1075. then
  1076.   rm -f conftestdata
  1077.   ac_cv_prog_LN_S="ln -s"
  1078. else
  1079.   ac_cv_prog_LN_S=ln
  1080. fi
  1081. fi
  1082. LN_S="$ac_cv_prog_LN_S"
  1083. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1084.   echo "$ac_t""yes" 1>&6
  1085. else
  1086.   echo "$ac_t""no" 1>&6
  1087. fi
  1088. # Check whether --enable-shared or --disable-shared was given.
  1089. if test "${enable_shared+set}" = set; then
  1090.   enableval="$enable_shared"
  1091.   p=${PACKAGE-default}
  1092. case "$enableval" in
  1093. yes) enable_shared=yes ;;
  1094. no) enable_shared=no ;;
  1095. *)
  1096.   enable_shared=no
  1097.   # Look at the argument we got.  We use all the common list separators.
  1098.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1099.   for pkg in $enableval; do
  1100.     if test "X$pkg" = "X$p"; then
  1101.       enable_shared=yes
  1102.     fi
  1103.   done
  1104.   IFS="$ac_save_ifs"
  1105.   ;;
  1106. esac
  1107. else
  1108.   enable_shared=yes
  1109. fi
  1110. # Check whether --enable-static or --disable-static was given.
  1111. if test "${enable_static+set}" = set; then
  1112.   enableval="$enable_static"
  1113.   p=${PACKAGE-default}
  1114. case "$enableval" in
  1115. yes) enable_static=yes ;;
  1116. no) enable_static=no ;;
  1117. *)
  1118.   enable_static=no
  1119.   # Look at the argument we got.  We use all the common list separators.
  1120.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1121.   for pkg in $enableval; do
  1122.     if test "X$pkg" = "X$p"; then
  1123.       enable_static=yes
  1124.     fi
  1125.   done
  1126.   IFS="$ac_save_ifs"
  1127.   ;;
  1128. esac
  1129. else
  1130.   enable_static=yes
  1131. fi
  1132. # Check whether --enable-fast-install or --disable-fast-install was given.
  1133. if test "${enable_fast_install+set}" = set; then
  1134.   enableval="$enable_fast_install"
  1135.   p=${PACKAGE-default}
  1136. case "$enableval" in
  1137. yes) enable_fast_install=yes ;;
  1138. no) enable_fast_install=no ;;
  1139. *)
  1140.   enable_fast_install=no
  1141.   # Look at the argument we got.  We use all the common list separators.
  1142.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1143.   for pkg in $enableval; do
  1144.     if test "X$pkg" = "X$p"; then
  1145.       enable_fast_install=yes
  1146.     fi
  1147.   done
  1148.   IFS="$ac_save_ifs"
  1149.   ;;
  1150. esac
  1151. else
  1152.   enable_fast_install=yes
  1153. fi
  1154. # Extract the first word of "ranlib", so it can be a program name with args.
  1155. set dummy ranlib; ac_word=$2
  1156. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1157. echo "configure:1297: checking for $ac_word" >&5
  1158. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1159.   echo $ac_n "(cached) $ac_c" 1>&6
  1160. else
  1161.   if test -n "$RANLIB"; then
  1162.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1163. else
  1164.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1165.   ac_dummy="$PATH"
  1166.   for ac_dir in $ac_dummy; do
  1167.     test -z "$ac_dir" && ac_dir=.
  1168.     if test -f $ac_dir/$ac_word; then
  1169.       ac_cv_prog_RANLIB="ranlib"
  1170.       break
  1171.     fi
  1172.   done
  1173.   IFS="$ac_save_ifs"
  1174.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1175. fi
  1176. fi
  1177. RANLIB="$ac_cv_prog_RANLIB"
  1178. if test -n "$RANLIB"; then
  1179.   echo "$ac_t""$RANLIB" 1>&6
  1180. else
  1181.   echo "$ac_t""no" 1>&6
  1182. fi
  1183. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  1184. if test "${with_gnu_ld+set}" = set; then
  1185.   withval="$with_gnu_ld"
  1186.   test "$withval" = no || with_gnu_ld=yes
  1187. else
  1188.   with_gnu_ld=no
  1189. fi
  1190. ac_prog=ld
  1191. if test "$ac_cv_prog_gcc" = yes; then
  1192.   # Check if gcc -print-prog-name=ld gives a path.
  1193.   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
  1194. echo "configure:1336: checking for ld used by GCC" >&5
  1195.   ac_prog=`($CC -print-prog-name=ld) 2>&5`
  1196.   case "$ac_prog" in
  1197.     # Accept absolute paths.
  1198.     [\/]* | [A-Za-z]:[\/]*)
  1199.       re_direlt='/[^/][^/]*/../'
  1200.       # Canonicalize the path of ld
  1201.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  1202.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  1203. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  1204.       done
  1205.       test -z "$LD" && LD="$ac_prog"
  1206.       ;;
  1207.   "")
  1208.     # If it fails, then pretend we aren't using GCC.
  1209.     ac_prog=ld
  1210.     ;;
  1211.   *)
  1212.     # If it is relative, then search for the first ld in PATH.
  1213.     with_gnu_ld=unknown
  1214.     ;;
  1215.   esac
  1216. elif test "$with_gnu_ld" = yes; then
  1217.   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
  1218. echo "configure:1360: checking for GNU ld" >&5
  1219. else
  1220.   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  1221. echo "configure:1363: checking for non-GNU ld" >&5
  1222. fi
  1223. if eval "test "`echo '$''{'ac_cv_path_LD'+set}'`" = set"; then
  1224.   echo $ac_n "(cached) $ac_c" 1>&6
  1225. else
  1226.   if test -z "$LD"; then
  1227.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  1228.   for ac_dir in $PATH; do
  1229.     test -z "$ac_dir" && ac_dir=.
  1230.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  1231.       ac_cv_path_LD="$ac_dir/$ac_prog"
  1232.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1233.       # but apparently some GNU ld's only accept -v.
  1234.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1235.       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  1236. test "$with_gnu_ld" != no && break
  1237.       else
  1238. test "$with_gnu_ld" != yes && break
  1239.       fi
  1240.     fi
  1241.   done
  1242.   IFS="$ac_save_ifs"
  1243. else
  1244.   ac_cv_path_LD="$LD" # Let the user override the test with a path.
  1245. fi
  1246. fi
  1247. LD="$ac_cv_path_LD"
  1248. if test -n "$LD"; then
  1249.   echo "$ac_t""$LD" 1>&6
  1250. else
  1251.   echo "$ac_t""no" 1>&6
  1252. fi
  1253. test -z "$LD" && { echo "configure: error: no acceptable ld found in $PATH" 1>&2; exit 1; }
  1254. echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
  1255. echo "configure:1399: checking if the linker ($LD) is GNU ld" >&5
  1256. if eval "test "`echo '$''{'ac_cv_prog_gnu_ld'+set}'`" = set"; then
  1257.   echo $ac_n "(cached) $ac_c" 1>&6
  1258. else
  1259.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1260. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  1261.   ac_cv_prog_gnu_ld=yes
  1262. else
  1263.   ac_cv_prog_gnu_ld=no
  1264. fi
  1265. fi
  1266. echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
  1267. echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
  1268. echo "configure:1415: checking for BSD-compatible nm" >&5
  1269. if eval "test "`echo '$''{'ac_cv_path_NM'+set}'`" = set"; then
  1270.   echo $ac_n "(cached) $ac_c" 1>&6
  1271. else
  1272.   if test -n "$NM"; then
  1273.   # Let the user override the test.
  1274.   ac_cv_path_NM="$NM"
  1275. else
  1276.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  1277.   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  1278.     test -z "$ac_dir" && ac_dir=.
  1279.     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
  1280.       # Check to see if the nm accepts a BSD-compat flag.
  1281.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1282.       #   nm: unknown option "B" ignored
  1283.       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1284. ac_cv_path_NM="$ac_dir/nm -B"
  1285. break
  1286.       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1287. ac_cv_path_NM="$ac_dir/nm -p"
  1288. break
  1289.       else
  1290. ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
  1291. continue # so that we can try to find one that supports BSD flags
  1292.       fi
  1293.     fi
  1294.   done
  1295.   IFS="$ac_save_ifs"
  1296.   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
  1297. fi
  1298. fi
  1299. NM="$ac_cv_path_NM"
  1300. echo "$ac_t""$NM" 1>&6
  1301. # Check for any special flags to pass to ltconfig.
  1302. libtool_flags="--cache-file=$cache_file"
  1303. test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
  1304. test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
  1305. test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
  1306. test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
  1307. test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  1308. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  1309. if test "${enable_libtool_lock+set}" = set; then
  1310.   enableval="$enable_libtool_lock"
  1311.   :
  1312. fi
  1313. test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
  1314. test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
  1315. # Some flags need to be propagated to the compiler or linker for good
  1316. # libtool support.
  1317. case "$host" in
  1318. *-*-irix6*)
  1319.   # Find out which ABI we are using.
  1320.   echo '#line 1475 "configure"' > conftest.$ac_ext
  1321.   if { (eval echo configure:1476: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1322.     case "`/usr/bin/file conftest.o`" in
  1323.     *32-bit*)
  1324.       LD="${LD-ld} -32"
  1325.       ;;
  1326.     *N32*)
  1327.       LD="${LD-ld} -n32"
  1328.       ;;
  1329.     *64-bit*)
  1330.       LD="${LD-ld} -64"
  1331.       ;;
  1332.     esac
  1333.   fi
  1334.   rm -rf conftest*
  1335.   ;;
  1336. *-*-sco3.2v5*)
  1337.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1338.   SAVE_CFLAGS="$CFLAGS"
  1339.   CFLAGS="$CFLAGS -belf"
  1340.   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
  1341. echo "configure:1497: checking whether the C compiler needs -belf" >&5
  1342. if eval "test "`echo '$''{'lt_cv_cc_needs_belf'+set}'`" = set"; then
  1343.   echo $ac_n "(cached) $ac_c" 1>&6
  1344. else
  1345.   cat > conftest.$ac_ext <<EOF
  1346. #line 1502 "configure"
  1347. #include "confdefs.h"
  1348. int main() {
  1349. ; return 0; }
  1350. EOF
  1351. if { (eval echo configure:1509: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1352.   rm -rf conftest*
  1353.   lt_cv_cc_needs_belf=yes
  1354. else
  1355.   echo "configure: failed program was:" >&5
  1356.   cat conftest.$ac_ext >&5
  1357.   rm -rf conftest*
  1358.   lt_cv_cc_needs_belf=no
  1359. fi
  1360. rm -f conftest*
  1361. fi
  1362. echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
  1363.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  1364.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  1365.     CFLAGS="$SAVE_CFLAGS"
  1366.   fi
  1367.   ;;
  1368. esac
  1369. # Save cache, so that ltconfig can load it
  1370. cat > confcache <<EOF
  1371. # This file is a shell script that caches the results of configure
  1372. # tests run on this system so they can be shared between configure
  1373. # scripts and configure runs.  It is not useful on other systems.
  1374. # If it contains results you don't want to keep, you may remove or edit it.
  1375. #
  1376. # By default, configure uses ./config.cache as the cache file,
  1377. # creating it if it does not exist already.  You can give configure
  1378. # the --cache-file=FILE option to use a different cache file; that is
  1379. # what configure does when it calls configure scripts in
  1380. # subdirectories, so they share the cache.
  1381. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1382. # config.status only pays attention to the cache file if you give it the
  1383. # --recheck option to rerun configure.
  1384. #
  1385. EOF
  1386. # The following way of writing the cache mishandles newlines in values,
  1387. # but we know of no workaround that is simple, portable, and efficient.
  1388. # So, don't put newlines in cache variables' values.
  1389. # Ultrix sh set writes to stderr and can't be redirected directly,
  1390. # and sets the high bit in the cache file unless we assign to the vars.
  1391. (set) 2>&1 |
  1392.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1393.   *ac_space= *)
  1394.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1395.     # turns \\ into \, and sed turns \ into ).
  1396.     sed -n 
  1397.       -e "s/'/'\\''/g" 
  1398.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1399.     ;;
  1400.   *)
  1401.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1402.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1403.     ;;
  1404.   esac >> confcache
  1405. if cmp -s $cache_file confcache; then
  1406.   :
  1407. else
  1408.   if test -w $cache_file; then
  1409.     echo "updating cache $cache_file"
  1410.     cat confcache > $cache_file
  1411.   else
  1412.     echo "not updating unwritable cache $cache_file"
  1413.   fi
  1414. fi
  1415. rm -f confcache
  1416. # Actually configure libtool.  ac_aux_dir is where install-sh is found.
  1417. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" 
  1418. LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" 
  1419. LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" 
  1420. DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" 
  1421. ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec 
  1422. $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host 
  1423. || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
  1424. # Reload cache, that may have been modified by ltconfig
  1425. if test -r "$cache_file"; then
  1426.   echo "loading cache $cache_file"
  1427.   . $cache_file
  1428. else
  1429.   echo "creating cache $cache_file"
  1430.   > $cache_file
  1431. fi
  1432. # This can be used to rebuild libtool when needed
  1433. LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
  1434. # Always use our own libtool.
  1435. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1436. # Redirect the config.log output again, so that the ltconfig log is not
  1437. # clobbered by the next message.
  1438. exec 5>>./config.log
  1439. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1440. echo "configure:1612: checking how to run the C preprocessor" >&5
  1441. # On Suns, sometimes $CPP names a directory.
  1442. if test -n "$CPP" && test -d "$CPP"; then
  1443.   CPP=
  1444. fi
  1445. if test -z "$CPP"; then
  1446. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1447.   echo $ac_n "(cached) $ac_c" 1>&6
  1448. else
  1449.     # This must be in double quotes, not single quotes, because CPP may get
  1450.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1451.   CPP="${CC-cc} -E"
  1452.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1453.   # not just through cpp.
  1454.   cat > conftest.$ac_ext <<EOF
  1455. #line 1627 "configure"
  1456. #include "confdefs.h"
  1457. #include <assert.h>
  1458. Syntax Error
  1459. EOF
  1460. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1461. { (eval echo configure:1633: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1462. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1463. if test -z "$ac_err"; then
  1464.   :
  1465. else
  1466.   echo "$ac_err" >&5
  1467.   echo "configure: failed program was:" >&5
  1468.   cat conftest.$ac_ext >&5
  1469.   rm -rf conftest*
  1470.   CPP="${CC-cc} -E -traditional-cpp"
  1471.   cat > conftest.$ac_ext <<EOF
  1472. #line 1644 "configure"
  1473. #include "confdefs.h"
  1474. #include <assert.h>
  1475. Syntax Error
  1476. EOF
  1477. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1478. { (eval echo configure:1650: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1479. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1480. if test -z "$ac_err"; then
  1481.   :
  1482. else
  1483.   echo "$ac_err" >&5
  1484.   echo "configure: failed program was:" >&5
  1485.   cat conftest.$ac_ext >&5
  1486.   rm -rf conftest*
  1487.   CPP="${CC-cc} -nologo -E"
  1488.   cat > conftest.$ac_ext <<EOF
  1489. #line 1661 "configure"
  1490. #include "confdefs.h"
  1491. #include <assert.h>
  1492. Syntax Error
  1493. EOF
  1494. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1495. { (eval echo configure:1667: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1496. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1497. if test -z "$ac_err"; then
  1498.   :
  1499. else
  1500.   echo "$ac_err" >&5
  1501.   echo "configure: failed program was:" >&5
  1502.   cat conftest.$ac_ext >&5
  1503.   rm -rf conftest*
  1504.   CPP=/lib/cpp
  1505. fi
  1506. rm -f conftest*
  1507. fi
  1508. rm -f conftest*
  1509. fi
  1510. rm -f conftest*
  1511.   ac_cv_prog_CPP="$CPP"
  1512. fi
  1513.   CPP="$ac_cv_prog_CPP"
  1514. else
  1515.   ac_cv_prog_CPP="$CPP"
  1516. fi
  1517. echo "$ac_t""$CPP" 1>&6
  1518. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1519. echo "configure:1692: checking for ANSI C header files" >&5
  1520. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1521.   echo $ac_n "(cached) $ac_c" 1>&6
  1522. else
  1523.   cat > conftest.$ac_ext <<EOF
  1524. #line 1697 "configure"
  1525. #include "confdefs.h"
  1526. #include <stdlib.h>
  1527. #include <stdarg.h>
  1528. #include <string.h>
  1529. #include <float.h>
  1530. EOF
  1531. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1532. { (eval echo configure:1705: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1533. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1534. if test -z "$ac_err"; then
  1535.   rm -rf conftest*
  1536.   ac_cv_header_stdc=yes
  1537. else
  1538.   echo "$ac_err" >&5
  1539.   echo "configure: failed program was:" >&5
  1540.   cat conftest.$ac_ext >&5
  1541.   rm -rf conftest*
  1542.   ac_cv_header_stdc=no
  1543. fi
  1544. rm -f conftest*
  1545. if test $ac_cv_header_stdc = yes; then
  1546.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1547. cat > conftest.$ac_ext <<EOF
  1548. #line 1722 "configure"
  1549. #include "confdefs.h"
  1550. #include <string.h>
  1551. EOF
  1552. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1553.   egrep "memchr" >/dev/null 2>&1; then
  1554.   :
  1555. else
  1556.   rm -rf conftest*
  1557.   ac_cv_header_stdc=no
  1558. fi
  1559. rm -f conftest*
  1560. fi
  1561. if test $ac_cv_header_stdc = yes; then
  1562.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1563. cat > conftest.$ac_ext <<EOF
  1564. #line 1740 "configure"
  1565. #include "confdefs.h"
  1566. #include <stdlib.h>
  1567. EOF
  1568. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1569.   egrep "free" >/dev/null 2>&1; then
  1570.   :
  1571. else
  1572.   rm -rf conftest*
  1573.   ac_cv_header_stdc=no
  1574. fi
  1575. rm -f conftest*
  1576. fi
  1577. if test $ac_cv_header_stdc = yes; then
  1578.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1579. if test "$cross_compiling" = yes; then
  1580.   :
  1581. else
  1582.   cat > conftest.$ac_ext <<EOF
  1583. #line 1761 "configure"
  1584. #include "confdefs.h"
  1585. #include <ctype.h>
  1586. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1587. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1588. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1589. int main () { int i; for (i = 0; i < 256; i++)
  1590. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1591. exit (0); }
  1592. EOF
  1593. if { (eval echo configure:1772: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1594. then
  1595.   :
  1596. else
  1597.   echo "configure: failed program was:" >&5
  1598.   cat conftest.$ac_ext >&5
  1599.   rm -fr conftest*
  1600.   ac_cv_header_stdc=no
  1601. fi
  1602. rm -fr conftest*
  1603. fi
  1604. fi
  1605. fi
  1606. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1607. if test $ac_cv_header_stdc = yes; then
  1608.   cat >> confdefs.h <<EOF
  1609. #define STDC_HEADERS 1
  1610. EOF
  1611. fi
  1612. for ac_hdr in endian.h
  1613. do
  1614. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1615. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1616. echo "configure:1800: checking for $ac_hdr" >&5
  1617. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1618.   echo $ac_n "(cached) $ac_c" 1>&6
  1619. else
  1620.   cat > conftest.$ac_ext <<EOF
  1621. #line 1805 "configure"
  1622. #include "confdefs.h"
  1623. #include <$ac_hdr>
  1624. EOF
  1625. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1626. { (eval echo configure:1810: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1627. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1628. if test -z "$ac_err"; then
  1629.   rm -rf conftest*
  1630.   eval "ac_cv_header_$ac_safe=yes"
  1631. else
  1632.   echo "$ac_err" >&5
  1633.   echo "configure: failed program was:" >&5
  1634.   cat conftest.$ac_ext >&5
  1635.   rm -rf conftest*
  1636.   eval "ac_cv_header_$ac_safe=no"
  1637. fi
  1638. rm -f conftest*
  1639. fi
  1640. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1641.   echo "$ac_t""yes" 1>&6
  1642.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1643.   cat >> confdefs.h <<EOF
  1644. #define $ac_tr_hdr 1
  1645. EOF
  1646.  
  1647. else
  1648.   echo "$ac_t""no" 1>&6
  1649. fi
  1650. done
  1651. for ac_func in fopen fread fwrite fclose fseek ftell malloc free
  1652. do
  1653. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1654. echo "configure:1840: checking for $ac_func" >&5
  1655. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1656.   echo $ac_n "(cached) $ac_c" 1>&6
  1657. else
  1658.   cat > conftest.$ac_ext <<EOF
  1659. #line 1845 "configure"
  1660. #include "confdefs.h"
  1661. /* System header to define __stub macros and hopefully few prototypes,
  1662.     which can conflict with char $ac_func(); below.  */
  1663. #include <assert.h>
  1664. /* Override any gcc2 internal prototype to avoid an error.  */
  1665. /* We use char because int might match the return type of a gcc2
  1666.     builtin and then its argument prototype would still apply.  */
  1667. char $ac_func();
  1668. int main() {
  1669. /* The GNU C library defines this for functions which it implements
  1670.     to always fail with ENOSYS.  Some functions are actually named
  1671.     something starting with __ and the normal name is an alias.  */
  1672. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1673. choke me
  1674. #else
  1675. $ac_func();
  1676. #endif
  1677. ; return 0; }
  1678. EOF
  1679. if { (eval echo configure:1868: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1680.   rm -rf conftest*
  1681.   eval "ac_cv_func_$ac_func=yes"
  1682. else
  1683.   echo "configure: failed program was:" >&5
  1684.   cat conftest.$ac_ext >&5
  1685.   rm -rf conftest*
  1686.   eval "ac_cv_func_$ac_func=no"
  1687. fi
  1688. rm -f conftest*
  1689. fi
  1690. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1691.   echo "$ac_t""yes" 1>&6
  1692.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1693.   cat >> confdefs.h <<EOF
  1694. #define $ac_tr_func 1
  1695. EOF
  1696.  
  1697. else
  1698.   echo "$ac_t""no" 1>&6
  1699. fi
  1700. done
  1701. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1702. echo "configure:1894: checking for size_t" >&5
  1703. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1704.   echo $ac_n "(cached) $ac_c" 1>&6
  1705. else
  1706.   cat > conftest.$ac_ext <<EOF
  1707. #line 1899 "configure"
  1708. #include "confdefs.h"
  1709. #include <sys/types.h>
  1710. #if STDC_HEADERS
  1711. #include <stdlib.h>
  1712. #include <stddef.h>
  1713. #endif
  1714. EOF
  1715. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1716.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1717.   rm -rf conftest*
  1718.   ac_cv_type_size_t=yes
  1719. else
  1720.   rm -rf conftest*
  1721.   ac_cv_type_size_t=no
  1722. fi
  1723. rm -f conftest*
  1724. fi
  1725. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1726. if test $ac_cv_type_size_t = no; then
  1727.   cat >> confdefs.h <<EOF
  1728. #define size_t unsigned
  1729. EOF
  1730. fi
  1731. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  1732. echo "configure:1927: checking for off_t" >&5
  1733. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  1734.   echo $ac_n "(cached) $ac_c" 1>&6
  1735. else
  1736.   cat > conftest.$ac_ext <<EOF
  1737. #line 1932 "configure"
  1738. #include "confdefs.h"
  1739. #include <sys/types.h>
  1740. #if STDC_HEADERS
  1741. #include <stdlib.h>
  1742. #include <stddef.h>
  1743. #endif
  1744. EOF
  1745. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1746.   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1747.   rm -rf conftest*
  1748.   ac_cv_type_off_t=yes
  1749. else
  1750.   rm -rf conftest*
  1751.   ac_cv_type_off_t=no
  1752. fi
  1753. rm -f conftest*
  1754. fi
  1755. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  1756. if test $ac_cv_type_off_t = no; then
  1757.   cat >> confdefs.h <<EOF
  1758. #define off_t long
  1759. EOF
  1760. fi
  1761. echo $ac_n "checking size of short""... $ac_c" 1>&6
  1762. echo "configure:1961: checking size of short" >&5
  1763. if eval "test "`echo '$''{'ac_cv_sizeof_short'+set}'`" = set"; then
  1764.   echo $ac_n "(cached) $ac_c" 1>&6
  1765. else
  1766.   if test "$cross_compiling" = yes; then
  1767.   ac_cv_sizeof_short=2
  1768. else
  1769.   cat > conftest.$ac_ext <<EOF
  1770. #line 1969 "configure"
  1771. #include "confdefs.h"
  1772. #include <stdio.h>
  1773. main()
  1774. {
  1775.   FILE *f=fopen("conftestval", "w");
  1776.   if (!f) exit(1);
  1777.   fprintf(f, "%dn", sizeof(short));
  1778.   exit(0);
  1779. }
  1780. EOF
  1781. if { (eval echo configure:1980: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1782. then
  1783.   ac_cv_sizeof_short=`cat conftestval`
  1784. else
  1785.   echo "configure: failed program was:" >&5
  1786.   cat conftest.$ac_ext >&5
  1787.   rm -fr conftest*
  1788.   ac_cv_sizeof_short=0
  1789. fi
  1790. rm -fr conftest*
  1791. fi
  1792. fi
  1793. echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  1794. cat >> confdefs.h <<EOF
  1795. #define SIZEOF_SHORT $ac_cv_sizeof_short
  1796. EOF
  1797. echo $ac_n "checking size of int""... $ac_c" 1>&6
  1798. echo "configure:2000: checking size of int" >&5
  1799. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  1800.   echo $ac_n "(cached) $ac_c" 1>&6
  1801. else
  1802.   if test "$cross_compiling" = yes; then
  1803.   ac_cv_sizeof_int=4
  1804. else
  1805.   cat > conftest.$ac_ext <<EOF
  1806. #line 2008 "configure"
  1807. #include "confdefs.h"
  1808. #include <stdio.h>
  1809. main()
  1810. {
  1811.   FILE *f=fopen("conftestval", "w");
  1812.   if (!f) exit(1);
  1813.   fprintf(f, "%dn", sizeof(int));
  1814.   exit(0);
  1815. }
  1816. EOF
  1817. if { (eval echo configure:2019: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1818. then
  1819.   ac_cv_sizeof_int=`cat conftestval`
  1820. else
  1821.   echo "configure: failed program was:" >&5
  1822.   cat conftest.$ac_ext >&5
  1823.   rm -fr conftest*
  1824.   ac_cv_sizeof_int=0
  1825. fi
  1826. rm -fr conftest*
  1827. fi
  1828. fi
  1829. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  1830. cat >> confdefs.h <<EOF
  1831. #define SIZEOF_INT $ac_cv_sizeof_int
  1832. EOF
  1833. echo $ac_n "checking size of long""... $ac_c" 1>&6
  1834. echo "configure:2039: checking size of long" >&5
  1835. if eval "test "`echo '$''{'ac_cv_sizeof_long'+set}'`" = set"; then
  1836.   echo $ac_n "(cached) $ac_c" 1>&6
  1837. else
  1838.   if test "$cross_compiling" = yes; then
  1839.   ac_cv_sizeof_long=8
  1840. else
  1841.   cat > conftest.$ac_ext <<EOF
  1842. #line 2047 "configure"
  1843. #include "confdefs.h"
  1844. #include <stdio.h>
  1845. main()
  1846. {
  1847.   FILE *f=fopen("conftestval", "w");
  1848.   if (!f) exit(1);
  1849.   fprintf(f, "%dn", sizeof(long));
  1850.   exit(0);
  1851. }
  1852. EOF
  1853. if { (eval echo configure:2058: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1854. then
  1855.   ac_cv_sizeof_long=`cat conftestval`
  1856. else
  1857.   echo "configure: failed program was:" >&5
  1858.   cat conftest.$ac_ext >&5
  1859.   rm -fr conftest*
  1860.   ac_cv_sizeof_long=0
  1861. fi
  1862. rm -fr conftest*
  1863. fi
  1864. fi
  1865. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  1866. cat >> confdefs.h <<EOF
  1867. #define SIZEOF_LONG $ac_cv_sizeof_long
  1868. EOF
  1869. echo $ac_n "checking size of float""... $ac_c" 1>&6
  1870. echo "configure:2078: checking size of float" >&5
  1871. if eval "test "`echo '$''{'ac_cv_sizeof_float'+set}'`" = set"; then
  1872.   echo $ac_n "(cached) $ac_c" 1>&6
  1873. else
  1874.   if test "$cross_compiling" = yes; then
  1875.   ac_cv_sizeof_float=4
  1876. else
  1877.   cat > conftest.$ac_ext <<EOF
  1878. #line 2086 "configure"
  1879. #include "confdefs.h"
  1880. #include <stdio.h>
  1881. main()
  1882. {
  1883.   FILE *f=fopen("conftestval", "w");
  1884.   if (!f) exit(1);
  1885.   fprintf(f, "%dn", sizeof(float));
  1886.   exit(0);
  1887. }
  1888. EOF
  1889. if { (eval echo configure:2097: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1890. then
  1891.   ac_cv_sizeof_float=`cat conftestval`
  1892. else
  1893.   echo "configure: failed program was:" >&5
  1894.   cat conftest.$ac_ext >&5
  1895.   rm -fr conftest*
  1896.   ac_cv_sizeof_float=0
  1897. fi
  1898. rm -fr conftest*
  1899. fi
  1900. fi
  1901. echo "$ac_t""$ac_cv_sizeof_float" 1>&6
  1902. cat >> confdefs.h <<EOF
  1903. #define SIZEOF_FLOAT $ac_cv_sizeof_float
  1904. EOF
  1905. echo $ac_n "checking size of double""... $ac_c" 1>&6
  1906. echo "configure:2117: checking size of double" >&5
  1907. if eval "test "`echo '$''{'ac_cv_sizeof_double'+set}'`" = set"; then
  1908.   echo $ac_n "(cached) $ac_c" 1>&6
  1909. else
  1910.   if test "$cross_compiling" = yes; then
  1911.   ac_cv_sizeof_double=4
  1912. else
  1913.   cat > conftest.$ac_ext <<EOF
  1914. #line 2125 "configure"
  1915. #include "confdefs.h"
  1916. #include <stdio.h>
  1917. main()
  1918. {
  1919.   FILE *f=fopen("conftestval", "w");
  1920.   if (!f) exit(1);
  1921.   fprintf(f, "%dn", sizeof(double));
  1922.   exit(0);
  1923. }
  1924. EOF
  1925. if { (eval echo configure:2136: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1926. then
  1927.   ac_cv_sizeof_double=`cat conftestval`
  1928. else
  1929.   echo "configure: failed program was:" >&5
  1930.   cat conftest.$ac_ext >&5
  1931.   rm -fr conftest*
  1932.   ac_cv_sizeof_double=0
  1933. fi
  1934. rm -fr conftest*
  1935. fi
  1936. fi
  1937. echo "$ac_t""$ac_cv_sizeof_double" 1>&6
  1938. cat >> confdefs.h <<EOF
  1939. #define SIZEOF_DOUBLE $ac_cv_sizeof_double
  1940. EOF
  1941. echo $ac_n "checking size of void*""... $ac_c" 1>&6
  1942. echo "configure:2156: checking size of void*" >&5
  1943. if eval "test "`echo '$''{'ac_cv_sizeof_voidp'+set}'`" = set"; then
  1944.   echo $ac_n "(cached) $ac_c" 1>&6
  1945. else
  1946.   if test "$cross_compiling" = yes; then
  1947.   ac_cv_sizeof_voidp=8
  1948. else
  1949.   cat > conftest.$ac_ext <<EOF
  1950. #line 2164 "configure"
  1951. #include "confdefs.h"
  1952. #include <stdio.h>
  1953. main()
  1954. {
  1955.   FILE *f=fopen("conftestval", "w");
  1956.   if (!f) exit(1);
  1957.   fprintf(f, "%dn", sizeof(void*));
  1958.   exit(0);
  1959. }
  1960. EOF
  1961. if { (eval echo configure:2175: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1962. then
  1963.   ac_cv_sizeof_voidp=`cat conftestval`
  1964. else
  1965.   echo "configure: failed program was:" >&5
  1966.   cat conftest.$ac_ext >&5
  1967.   rm -fr conftest*
  1968.   ac_cv_sizeof_voidp=0
  1969. fi
  1970. rm -fr conftest*
  1971. fi
  1972. fi
  1973. echo "$ac_t""$ac_cv_sizeof_voidp" 1>&6
  1974. cat >> confdefs.h <<EOF
  1975. #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
  1976. EOF
  1977. # Check whether --enable-justsrc or --disable-justsrc was given.
  1978. if test "${enable_justsrc+set}" = set; then
  1979.   enableval="$enable_justsrc"
  1980.   ac_arg_justsrc="$enableval"
  1981. else
  1982.   ac_arg_justsrc="N"
  1983. fi
  1984. # Check whether --enable-gcc-pipe or --disable-gcc-pipe was given.
  1985. if test "${enable_gcc_pipe+set}" = set; then
  1986.   enableval="$enable_gcc_pipe"
  1987.   ac_arg_gcc_pipe="N"
  1988. else
  1989.   ac_arg_gcc_pipe="Y"
  1990. fi
  1991. if test $ac_cv_prog_gcc = yes ; then
  1992. CFLAGS="-g -O2 -Wall -pedantic -Wstrict-prototypes"
  1993. if test $ac_arg_gcc_pipe != "N" ; then
  1994.   CFLAGS="$CFLAGS -pipe"
  1995.   fi
  1996. fi
  1997. if test $cross_compiling = yes ; then
  1998. echo "configure: warning: ******************************************************************" 1>&2
  1999. echo "configure: warning: *** We are cross-compiling, so have to assume sizeof (short) == 2 " 1>&2
  2000. echo "configure: warning: *** and sizeof (int) == 4. If this is not the case there is no    " 1>&2
  2001. echo "configure: warning: *** chance of this working. Please contact the mantainer.         " 1>&2
  2002. echo "configure: warning: *** If the sizeof issues are not a problem you may need to        " 1>&2
  2003. echo "configure: warning: *** undefine CAN_READ_WRITE_x86_IEEE in src/config.h.             " 1>&2
  2004. echo "configure: warning: ******************************************************************" 1>&2
  2005. fi
  2006. if test $ac_cv_sizeof_int != 4 ; then
  2007. echo "configure: warning: ******************************************************************" 1>&2
  2008. echo "configure: warning: *** sizeof (int) != 4                                             " 1>&2
  2009. echo "configure: warning: ******************************************************************" 1>&2
  2010. fi
  2011. if test $ac_cv_sizeof_short != 2 ; then
  2012. echo "configure: warning: ******************************************************************" 1>&2
  2013. echo "configure: warning: *** sizeof (short) != 2.                                          " 1>&2
  2014. echo "configure: warning: ******************************************************************" 1>&2
  2015. fi
  2016. if test $ac_cv_sizeof_float != 4 ; then
  2017. echo "configure: warning: ******************************************************************" 1>&2
  2018. echo "configure: warning: *** sizeof (float) != 4.                                          " 1>&2
  2019. echo "configure: warning: ******************************************************************" 1>&2
  2020. fi
  2021. if test $ac_cv_sizeof_double != 8 ; then
  2022. echo "configure: warning: ******************************************************************" 1>&2
  2023. echo "configure: warning: *** sizeof (double) != 8.                                         " 1>&2
  2024. echo "configure: warning: ******************************************************************" 1>&2
  2025. fi
  2026. case "$target_cpu" in
  2027. alpha* | i?86 )
  2028. cat >> confdefs.h <<EOF
  2029. #define GUESS_LITTLE_ENDIAN 1
  2030. EOF
  2031. cat >> confdefs.h <<EOF
  2032. #define GUESS_BIG_ENDIAN 0
  2033. EOF
  2034. ;;
  2035. hppa* | m68* | mips* | powerpc* | hppa* | sparc*)
  2036. cat >> confdefs.h <<EOF
  2037. #define GUESS_LITTLE_ENDIAN 0
  2038. EOF
  2039. cat >> confdefs.h <<EOF
  2040. #define GUESS_BIG_ENDIAN 1
  2041. EOF
  2042. ;;
  2043. *)
  2044. echo "configure: warning: *****************************************************************" 1>&2
  2045. echo "configure: warning: *** Not able to determine endian-ness of processor.              " 1>&2
  2046. echo "configure: warning: *** You will need to edit src/config.h before compiling.         " 1>&2
  2047. echo "configure: warning: *****************************************************************" 1>&2
  2048. ;;
  2049. esac
  2050. case "$target_cpu" in
  2051. i?86 )
  2052. cat >> confdefs.h <<EOF
  2053. #define CAN_READ_WRITE_x86_IEEE 1
  2054. EOF
  2055. ;;
  2056. alpha* | hppa* | m68* | mips* | powerpc* | hppa* | sparc*)
  2057. cat >> confdefs.h <<EOF
  2058. #define CAN_READ_WRITE_x86_IEEE 0
  2059. EOF
  2060. ;;
  2061. *)
  2062. echo "configure: warning: *****************************************************************" 1>&2
  2063. echo "configure: warning: *** Not able to determine endian-ness of processor.              " 1>&2
  2064. echo "configure: warning: *** You will need to edit src/config.h before compiling.         " 1>&2
  2065. echo "configure: warning: *****************************************************************" 1>&2
  2066. ;;
  2067. esac
  2068. case $ac_arg_justsrc in
  2069. 1*|n*|N*)
  2070. subdirs="src/GSM610 src/G72x src examples doc tests"
  2071. ;;
  2072. *)
  2073. subdirs="src/GSM610 src/G72x src"
  2074. ;;
  2075. esac
  2076. trap '' 1 2 15
  2077. cat > confcache <<EOF
  2078. # This file is a shell script that caches the results of configure
  2079. # tests run on this system so they can be shared between configure
  2080. # scripts and configure runs.  It is not useful on other systems.
  2081. # If it contains results you don't want to keep, you may remove or edit it.
  2082. #
  2083. # By default, configure uses ./config.cache as the cache file,
  2084. # creating it if it does not exist already.  You can give configure
  2085. # the --cache-file=FILE option to use a different cache file; that is
  2086. # what configure does when it calls configure scripts in
  2087. # subdirectories, so they share the cache.
  2088. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2089. # config.status only pays attention to the cache file if you give it the
  2090. # --recheck option to rerun configure.
  2091. #
  2092. EOF
  2093. # The following way of writing the cache mishandles newlines in values,
  2094. # but we know of no workaround that is simple, portable, and efficient.
  2095. # So, don't put newlines in cache variables' values.
  2096. # Ultrix sh set writes to stderr and can't be redirected directly,
  2097. # and sets the high bit in the cache file unless we assign to the vars.
  2098. (set) 2>&1 |
  2099.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2100.   *ac_space= *)
  2101.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2102.     # turns \\ into \, and sed turns \ into ).
  2103.     sed -n 
  2104.       -e "s/'/'\\''/g" 
  2105.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2106.     ;;
  2107.   *)
  2108.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2109.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2110.     ;;
  2111.   esac >> confcache
  2112. if cmp -s $cache_file confcache; then
  2113.   :
  2114. else
  2115.   if test -w $cache_file; then
  2116.     echo "updating cache $cache_file"
  2117.     cat confcache > $cache_file
  2118.   else
  2119.     echo "not updating unwritable cache $cache_file"
  2120.   fi
  2121. fi
  2122. rm -f confcache
  2123. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2124. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2125. # Let make expand exec_prefix.
  2126. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2127. # Any assignment to VPATH causes Sun make to only execute
  2128. # the first set of double-colon rules, so remove it if not needed.
  2129. # If there is a colon in the path, we need to keep it.
  2130. if test "x$srcdir" = x.; then
  2131.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  2132. fi
  2133. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2134. DEFS=-DHAVE_CONFIG_H
  2135. # Without the "./", some shells look in PATH for config.status.
  2136. : ${CONFIG_STATUS=./config.status}
  2137. echo creating $CONFIG_STATUS
  2138. rm -f $CONFIG_STATUS
  2139. cat > $CONFIG_STATUS <<EOF
  2140. #! /bin/sh
  2141. # Generated automatically by configure.
  2142. # Run this file to recreate the current configuration.
  2143. # This directory was configured as follows,
  2144. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2145. #
  2146. # $0 $ac_configure_args
  2147. #
  2148. # Compiler output produced by configure, useful for debugging
  2149. # configure, is in ./config.log if it exists.
  2150. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2151. for ac_option
  2152. do
  2153.   case "$ac_option" in
  2154.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2155.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2156.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2157.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2158.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  2159.     exit 0 ;;
  2160.   -help | --help | --hel | --he | --h)
  2161.     echo "$ac_cs_usage"; exit 0 ;;
  2162.   *) echo "$ac_cs_usage"; exit 1 ;;
  2163.   esac
  2164. done
  2165. ac_given_srcdir=$srcdir
  2166. ac_given_INSTALL="$INSTALL"
  2167. trap 'rm -fr `echo "Makefile src/Makefile src/GSM610/Makefile src/G72x/Makefile 
  2168. examples/Makefile tests/Makefile doc/Makefile Win32/Makefile 
  2169. MacOS/Makefile m4/Makefile libsndfile.spec src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2170. EOF
  2171. cat >> $CONFIG_STATUS <<EOF
  2172. # Protect against being on the right side of a sed subst in config.status.
  2173. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  2174.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2175. $ac_vpsub
  2176. $extrasub
  2177. s%@SHELL@%$SHELL%g
  2178. s%@CFLAGS@%$CFLAGS%g
  2179. s%@CPPFLAGS@%$CPPFLAGS%g
  2180. s%@CXXFLAGS@%$CXXFLAGS%g
  2181. s%@FFLAGS@%$FFLAGS%g
  2182. s%@DEFS@%$DEFS%g
  2183. s%@LDFLAGS@%$LDFLAGS%g
  2184. s%@LIBS@%$LIBS%g
  2185. s%@exec_prefix@%$exec_prefix%g
  2186. s%@prefix@%$prefix%g
  2187. s%@program_transform_name@%$program_transform_name%g
  2188. s%@bindir@%$bindir%g
  2189. s%@sbindir@%$sbindir%g
  2190. s%@libexecdir@%$libexecdir%g
  2191. s%@datadir@%$datadir%g
  2192. s%@sysconfdir@%$sysconfdir%g
  2193. s%@sharedstatedir@%$sharedstatedir%g
  2194. s%@localstatedir@%$localstatedir%g
  2195. s%@libdir@%$libdir%g
  2196. s%@includedir@%$includedir%g
  2197. s%@oldincludedir@%$oldincludedir%g
  2198. s%@infodir@%$infodir%g
  2199. s%@mandir@%$mandir%g
  2200. s%@host@%$host%g
  2201. s%@host_alias@%$host_alias%g
  2202. s%@host_cpu@%$host_cpu%g
  2203. s%@host_vendor@%$host_vendor%g
  2204. s%@host_os@%$host_os%g
  2205. s%@target@%$target%g
  2206. s%@target_alias@%$target_alias%g
  2207. s%@target_cpu@%$target_cpu%g
  2208. s%@target_vendor@%$target_vendor%g
  2209. s%@target_os@%$target_os%g
  2210. s%@build@%$build%g
  2211. s%@build_alias@%$build_alias%g
  2212. s%@build_cpu@%$build_cpu%g
  2213. s%@build_vendor@%$build_vendor%g
  2214. s%@build_os@%$build_os%g
  2215. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2216. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  2217. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2218. s%@PACKAGE@%$PACKAGE%g
  2219. s%@VERSION@%$VERSION%g
  2220. s%@ACLOCAL@%$ACLOCAL%g
  2221. s%@AUTOCONF@%$AUTOCONF%g
  2222. s%@AUTOMAKE@%$AUTOMAKE%g
  2223. s%@AUTOHEADER@%$AUTOHEADER%g
  2224. s%@MAKEINFO@%$MAKEINFO%g
  2225. s%@SET_MAKE@%$SET_MAKE%g
  2226. s%@CC@%$CC%g
  2227. s%@LN_S@%$LN_S%g
  2228. s%@RANLIB@%$RANLIB%g
  2229. s%@LD@%$LD%g
  2230. s%@NM@%$NM%g
  2231. s%@LIBTOOL@%$LIBTOOL%g
  2232. s%@CPP@%$CPP%g
  2233. s%@subdirs@%$subdirs%g
  2234. s%@SHARED_VERSION_INFO@%$SHARED_VERSION_INFO%g
  2235. CEOF
  2236. EOF
  2237. cat >> $CONFIG_STATUS <<EOF
  2238. # Split the substitutions into bite-sized pieces for seds with
  2239. # small command number limits, like on Digital OSF/1 and HP-UX.
  2240. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2241. ac_file=1 # Number of current file.
  2242. ac_beg=1 # First line for current file.
  2243. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2244. ac_more_lines=:
  2245. ac_sed_cmds=""
  2246. while $ac_more_lines; do
  2247.   if test $ac_beg -gt 1; then
  2248.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2249.   else
  2250.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2251.   fi
  2252.   if test ! -s conftest.s$ac_file; then
  2253.     ac_more_lines=false
  2254.     rm -f conftest.s$ac_file
  2255.   else
  2256.     if test -z "$ac_sed_cmds"; then
  2257.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2258.     else
  2259.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2260.     fi
  2261.     ac_file=`expr $ac_file + 1`
  2262.     ac_beg=$ac_end
  2263.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2264.   fi
  2265. done
  2266. if test -z "$ac_sed_cmds"; then
  2267.   ac_sed_cmds=cat
  2268. fi
  2269. EOF
  2270. cat >> $CONFIG_STATUS <<EOF
  2271. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile src/GSM610/Makefile src/G72x/Makefile 
  2272. examples/Makefile tests/Makefile doc/Makefile Win32/Makefile 
  2273. MacOS/Makefile m4/Makefile libsndfile.spec"}
  2274. EOF
  2275. cat >> $CONFIG_STATUS <<EOF
  2276. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2277.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2278.   case "$ac_file" in
  2279.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2280.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2281.   *) ac_file_in="${ac_file}.in" ;;
  2282.   esac
  2283.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2284.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2285.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2286.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2287.     # The file is in a subdirectory.
  2288.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2289.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2290.     # A "../" for each directory in $ac_dir_suffix.
  2291.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2292.   else
  2293.     ac_dir_suffix= ac_dots=
  2294.   fi
  2295.   case "$ac_given_srcdir" in
  2296.   .)  srcdir=.
  2297.       if test -z "$ac_dots"; then top_srcdir=.
  2298.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2299.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2300.   *) # Relative path.
  2301.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2302.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2303.   esac
  2304.   case "$ac_given_INSTALL" in
  2305.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2306.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2307.   esac
  2308.   echo creating "$ac_file"
  2309.   rm -f "$ac_file"
  2310.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2311.   case "$ac_file" in
  2312.   *Makefile*) ac_comsub="1i\
  2313. # $configure_input" ;;
  2314.   *) ac_comsub= ;;
  2315.   esac
  2316.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2317.   sed -e "$ac_comsub
  2318. s%@configure_input@%$configure_input%g
  2319. s%@srcdir@%$srcdir%g
  2320. s%@top_srcdir@%$top_srcdir%g
  2321. s%@INSTALL@%$INSTALL%g
  2322. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2323. fi; done
  2324. rm -f conftest.s*
  2325. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2326. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2327. #
  2328. # ac_d sets the value in "#define NAME VALUE" lines.
  2329. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2330. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2331. ac_dC='3'
  2332. ac_dD='%g'
  2333. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2334. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2335. ac_uB='([  ])%1#2define3'
  2336. ac_uC=' '
  2337. ac_uD='4%g'
  2338. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2339. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2340. ac_eB='$%1#2define3'
  2341. ac_eC=' '
  2342. ac_eD='%g'
  2343. if test "${CONFIG_HEADERS+set}" != set; then
  2344. EOF
  2345. cat >> $CONFIG_STATUS <<EOF
  2346.   CONFIG_HEADERS="src/config.h"
  2347. EOF
  2348. cat >> $CONFIG_STATUS <<EOF
  2349. fi
  2350. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2351.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2352.   case "$ac_file" in
  2353.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2354.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2355.   *) ac_file_in="${ac_file}.in" ;;
  2356.   esac
  2357.   echo creating $ac_file
  2358.   rm -f conftest.frag conftest.in conftest.out
  2359.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2360.   cat $ac_file_inputs > conftest.in
  2361. EOF
  2362. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2363. # the proper values into config.h.in to produce config.h.  And first:
  2364. # Protect against being on the right side of a sed subst in config.status.
  2365. # Protect against being in an unquoted here document in config.status.
  2366. rm -f conftest.vals
  2367. cat > conftest.hdr <<EOF
  2368. s/[\&%]/\&/g
  2369. s%[\$`]%\&%g
  2370. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2371. s%ac_d%ac_u%gp
  2372. s%ac_u%ac_e%gp
  2373. EOF
  2374. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2375. rm -f conftest.hdr
  2376. # This sed command replaces #undef with comments.  This is necessary, for
  2377. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2378. # on some systems where configure will not decide to define it.
  2379. cat >> conftest.vals <<EOF
  2380. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2381. EOF
  2382. # Break up conftest.vals because some shells have a limit on
  2383. # the size of here documents, and old seds have small limits too.
  2384. rm -f conftest.tail
  2385. while :
  2386. do
  2387.   ac_lines=`grep -c . conftest.vals`
  2388.   # grep -c gives empty output for an empty file on some AIX systems.
  2389.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2390.   # Write a limited-size here document to conftest.frag.
  2391.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2392.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2393.   echo 'CEOF
  2394.   sed -f conftest.frag conftest.in > conftest.out
  2395.   rm -f conftest.in
  2396.   mv conftest.out conftest.in
  2397. ' >> $CONFIG_STATUS
  2398.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2399.   rm -f conftest.vals
  2400.   mv conftest.tail conftest.vals
  2401. done
  2402. rm -f conftest.vals
  2403. cat >> $CONFIG_STATUS <<EOF
  2404.   rm -f conftest.frag conftest.h
  2405.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2406.   cat conftest.in >> conftest.h
  2407.   rm -f conftest.in
  2408.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2409.     echo "$ac_file is unchanged"
  2410.     rm -f conftest.h
  2411.   else
  2412.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2413.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2414.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2415.       # The file is in a subdirectory.
  2416.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2417.     fi
  2418.     rm -f $ac_file
  2419.     mv conftest.h $ac_file
  2420.   fi
  2421. fi; done
  2422. EOF
  2423. cat >> $CONFIG_STATUS <<EOF
  2424. EOF
  2425. cat >> $CONFIG_STATUS <<EOF
  2426. test -z "$CONFIG_HEADERS" || echo timestamp > src/stamp-h
  2427. exit 0
  2428. EOF
  2429. chmod +x $CONFIG_STATUS
  2430. rm -fr confdefs* $ac_clean_files
  2431. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1