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

流媒体/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. Build options:
  14.   --with-toolchain=gnu use alternate toolchain to compile."
  15. ac_help="$ac_help
  16. Toolchain options:
  17.   --with-builddir=/path/to/builddir      build in a local directory"
  18. ac_help="$ac_help
  19.   --with-ar=/usr/local/bin/ar      path to GNU ar"
  20. # Initialize some variables set by options.
  21. # The variables have the same names as the options, with
  22. # dashes changed to underlines.
  23. build=NONE
  24. cache_file=./config.cache
  25. exec_prefix=NONE
  26. host=NONE
  27. no_create=
  28. nonopt=NONE
  29. no_recursion=
  30. prefix=NONE
  31. program_prefix=NONE
  32. program_suffix=NONE
  33. program_transform_name=s,x,x,
  34. silent=
  35. site=
  36. srcdir=
  37. target=NONE
  38. verbose=
  39. x_includes=NONE
  40. x_libraries=NONE
  41. bindir='${exec_prefix}/bin'
  42. sbindir='${exec_prefix}/sbin'
  43. libexecdir='${exec_prefix}/libexec'
  44. datadir='${prefix}/share'
  45. sysconfdir='${prefix}/etc'
  46. sharedstatedir='${prefix}/com'
  47. localstatedir='${prefix}/var'
  48. libdir='${exec_prefix}/lib'
  49. includedir='${prefix}/include'
  50. oldincludedir='/usr/include'
  51. infodir='${prefix}/info'
  52. mandir='${prefix}/man'
  53. # Initialize some other variables.
  54. subdirs=
  55. MFLAGS= MAKEFLAGS=
  56. SHELL=${CONFIG_SHELL-/bin/sh}
  57. # Maximum number of lines to put in a shell here document.
  58. ac_max_here_lines=12
  59. ac_prev=
  60. for ac_option
  61. do
  62.   # If the previous option needs an argument, assign it.
  63.   if test -n "$ac_prev"; then
  64.     eval "$ac_prev=$ac_option"
  65.     ac_prev=
  66.     continue
  67.   fi
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.   # Accept the important Cygnus configure options, so we can diagnose typos.
  73.   case "$ac_option" in
  74.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  75.     ac_prev=bindir ;;
  76.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  77.     bindir="$ac_optarg" ;;
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  83.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  84.     ac_prev=cache_file ;;
  85.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  86.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  87.     cache_file="$ac_optarg" ;;
  88.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  89.     ac_prev=datadir ;;
  90.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  91.   | --da=*)
  92.     datadir="$ac_optarg" ;;
  93.   -disable-* | --disable-*)
  94.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  95.     # Reject names that are not valid shell variable names.
  96.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  97.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  98.     fi
  99.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  100.     eval "enable_${ac_feature}=no" ;;
  101.   -enable-* | --enable-*)
  102.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  103.     # Reject names that are not valid shell variable names.
  104.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  105.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  106.     fi
  107.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  108.     case "$ac_option" in
  109.       *=*) ;;
  110.       *) ac_optarg=yes ;;
  111.     esac
  112.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  113.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  114.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  115.   | --exec | --exe | --ex)
  116.     ac_prev=exec_prefix ;;
  117.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  118.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  119.   | --exec=* | --exe=* | --ex=*)
  120.     exec_prefix="$ac_optarg" ;;
  121.   -gas | --gas | --ga | --g)
  122.     # Obsolete; use --with-gas.
  123.     with_gas=yes ;;
  124.   -help | --help | --hel | --he)
  125.     # Omit some internal or obsolete options to make the list less imposing.
  126.     # This message is too long to be a string in the A/UX 3.1 sh.
  127.     cat << EOF
  128. Usage: configure [options] [host]
  129. Options: [defaults in brackets after descriptions]
  130. Configuration:
  131.   --cache-file=FILE       cache test results in FILE
  132.   --help                  print this message
  133.   --no-create             do not create output files
  134.   --quiet, --silent       do not print `checking...' messages
  135.   --version               print the version of autoconf that created configure
  136. Directory and file names:
  137.   --prefix=PREFIX         install architecture-independent files in PREFIX
  138.                           [$ac_default_prefix]
  139.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  140.                           [same as prefix]
  141.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  142.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  143.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  144.   --datadir=DIR           read-only architecture-independent data in DIR
  145.                           [PREFIX/share]
  146.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  147.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  148.                           [PREFIX/com]
  149.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  150.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  151.   --includedir=DIR        C header files in DIR [PREFIX/include]
  152.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  153.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  154.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  155.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  156.   --program-prefix=PREFIX prepend PREFIX to installed program names
  157.   --program-suffix=SUFFIX append SUFFIX to installed program names
  158.   --program-transform-name=PROGRAM
  159.                           run sed PROGRAM on installed program names
  160. EOF
  161.     cat << EOF
  162. Host type:
  163.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  164.   --host=HOST             configure for HOST [guessed]
  165.   --target=TARGET         configure for TARGET [TARGET=HOST]
  166. Features and packages:
  167.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  168.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  169.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  170.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  171.   --x-includes=DIR        X include files are in DIR
  172.   --x-libraries=DIR       X library files are in DIR
  173. EOF
  174.     if test -n "$ac_help"; then
  175.       echo "--enable and --with options recognized:$ac_help"
  176.     fi
  177.     exit 0 ;;
  178.   -host | --host | --hos | --ho)
  179.     ac_prev=host ;;
  180.   -host=* | --host=* | --hos=* | --ho=*)
  181.     host="$ac_optarg" ;;
  182.   -includedir | --includedir | --includedi | --included | --include 
  183.   | --includ | --inclu | --incl | --inc)
  184.     ac_prev=includedir ;;
  185.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  186.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  187.     includedir="$ac_optarg" ;;
  188.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  189.     ac_prev=infodir ;;
  190.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  191.     infodir="$ac_optarg" ;;
  192.   -libdir | --libdir | --libdi | --libd)
  193.     ac_prev=libdir ;;
  194.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  195.     libdir="$ac_optarg" ;;
  196.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  197.   | --libexe | --libex | --libe)
  198.     ac_prev=libexecdir ;;
  199.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  200.   | --libexe=* | --libex=* | --libe=*)
  201.     libexecdir="$ac_optarg" ;;
  202.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  203.   | --localstate | --localstat | --localsta | --localst 
  204.   | --locals | --local | --loca | --loc | --lo)
  205.     ac_prev=localstatedir ;;
  206.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  207.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  208.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  209.     localstatedir="$ac_optarg" ;;
  210.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  211.     ac_prev=mandir ;;
  212.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  213.     mandir="$ac_optarg" ;;
  214.   -nfp | --nfp | --nf)
  215.     # Obsolete; use --without-fp.
  216.     with_fp=no ;;
  217.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  218.   | --no-cr | --no-c)
  219.     no_create=yes ;;
  220.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  221.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  222.     no_recursion=yes ;;
  223.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  224.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  225.   | --oldin | --oldi | --old | --ol | --o)
  226.     ac_prev=oldincludedir ;;
  227.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  228.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  229.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  230.     oldincludedir="$ac_optarg" ;;
  231.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  232.     ac_prev=prefix ;;
  233.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  234.     prefix="$ac_optarg" ;;
  235.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  236.   | --program-pre | --program-pr | --program-p)
  237.     ac_prev=program_prefix ;;
  238.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  239.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  240.     program_prefix="$ac_optarg" ;;
  241.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  242.   | --program-suf | --program-su | --program-s)
  243.     ac_prev=program_suffix ;;
  244.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  245.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  246.     program_suffix="$ac_optarg" ;;
  247.   -program-transform-name | --program-transform-name 
  248.   | --program-transform-nam | --program-transform-na 
  249.   | --program-transform-n | --program-transform- 
  250.   | --program-transform | --program-transfor 
  251.   | --program-transfo | --program-transf 
  252.   | --program-trans | --program-tran 
  253.   | --progr-tra | --program-tr | --program-t)
  254.     ac_prev=program_transform_name ;;
  255.   -program-transform-name=* | --program-transform-name=* 
  256.   | --program-transform-nam=* | --program-transform-na=* 
  257.   | --program-transform-n=* | --program-transform-=* 
  258.   | --program-transform=* | --program-transfor=* 
  259.   | --program-transfo=* | --program-transf=* 
  260.   | --program-trans=* | --program-tran=* 
  261.   | --progr-tra=* | --program-tr=* | --program-t=*)
  262.     program_transform_name="$ac_optarg" ;;
  263.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  264.   | -silent | --silent | --silen | --sile | --sil)
  265.     silent=yes ;;
  266.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  267.     ac_prev=sbindir ;;
  268.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  269.   | --sbi=* | --sb=*)
  270.     sbindir="$ac_optarg" ;;
  271.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  272.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  273.   | --sharedst | --shareds | --shared | --share | --shar 
  274.   | --sha | --sh)
  275.     ac_prev=sharedstatedir ;;
  276.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  277.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  278.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  279.   | --sha=* | --sh=*)
  280.     sharedstatedir="$ac_optarg" ;;
  281.   -site | --site | --sit)
  282.     ac_prev=site ;;
  283.   -site=* | --site=* | --sit=*)
  284.     site="$ac_optarg" ;;
  285.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  286.     ac_prev=srcdir ;;
  287.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  288.     srcdir="$ac_optarg" ;;
  289.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  290.   | --syscon | --sysco | --sysc | --sys | --sy)
  291.     ac_prev=sysconfdir ;;
  292.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  293.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  294.     sysconfdir="$ac_optarg" ;;
  295.   -target | --target | --targe | --targ | --tar | --ta | --t)
  296.     ac_prev=target ;;
  297.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  298.     target="$ac_optarg" ;;
  299.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  300.     verbose=yes ;;
  301.   -version | --version | --versio | --versi | --vers)
  302.     echo "configure generated by autoconf version 2.13"
  303.     exit 0 ;;
  304.   -with-* | --with-*)
  305.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  306.     # Reject names that are not valid shell variable names.
  307.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  308.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  309.     fi
  310.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  311.     case "$ac_option" in
  312.       *=*) ;;
  313.       *) ac_optarg=yes ;;
  314.     esac
  315.     eval "with_${ac_package}='$ac_optarg'" ;;
  316.   -without-* | --without-*)
  317.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  318.     # Reject names that are not valid shell variable names.
  319.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  320.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  321.     fi
  322.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  323.     eval "with_${ac_package}=no" ;;
  324.   --x)
  325.     # Obsolete; use --with-x.
  326.     with_x=yes ;;
  327.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  328.   | --x-incl | --x-inc | --x-in | --x-i)
  329.     ac_prev=x_includes ;;
  330.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  331.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  332.     x_includes="$ac_optarg" ;;
  333.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  334.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  335.     ac_prev=x_libraries ;;
  336.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  337.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  338.     x_libraries="$ac_optarg" ;;
  339.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  340.     ;;
  341.   *)
  342.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  343.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  344.     fi
  345.     if test "x$nonopt" != xNONE; then
  346.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  347.     fi
  348.     nonopt="$ac_option"
  349.     ;;
  350.   esac
  351. done
  352. if test -n "$ac_prev"; then
  353.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  354. fi
  355. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  356. # File descriptor usage:
  357. # 0 standard input
  358. # 1 file creation
  359. # 2 errors and warnings
  360. # 3 some systems may open it to /dev/tty
  361. # 4 used on the Kubota Titan
  362. # 6 checking for... messages and results
  363. # 5 compiler messages saved in config.log
  364. if test "$silent" = yes; then
  365.   exec 6>/dev/null
  366. else
  367.   exec 6>&1
  368. fi
  369. exec 5>./config.log
  370. echo "
  371. This file contains any messages produced by compilers while
  372. running configure, to aid debugging if configure makes a mistake.
  373. " 1>&5
  374. # Strip out --no-create and --no-recursion so they do not pile up.
  375. # Also quote any args containing shell metacharacters.
  376. ac_configure_args=
  377. for ac_arg
  378. do
  379.   case "$ac_arg" in
  380.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  381.   | --no-cr | --no-c) ;;
  382.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  383.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  384.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  385.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  386.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  387.   esac
  388. done
  389. # NLS nuisances.
  390. # Only set these to C if already set.  These must not be set unconditionally
  391. # because not all systems understand e.g. LANG=C (notably SCO).
  392. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  393. # Non-C LC_CTYPE values break the ctype check.
  394. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  395. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  396. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  397. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  398. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  399. rm -rf conftest* confdefs.h
  400. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  401. echo > confdefs.h
  402. # A filename unique to this package, relative to the directory that
  403. # configure is in, which we can look for to find out if srcdir is correct.
  404. ac_unique_file=build/Makefile.pre
  405. # Find the source files, if location was not specified.
  406. if test -z "$srcdir"; then
  407.   ac_srcdir_defaulted=yes
  408.   # Try the directory containing this script, then its parent.
  409.   ac_prog=$0
  410.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  411.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  412.   srcdir=$ac_confdir
  413.   if test ! -r $srcdir/$ac_unique_file; then
  414.     srcdir=..
  415.   fi
  416. else
  417.   ac_srcdir_defaulted=no
  418. fi
  419. if test ! -r $srcdir/$ac_unique_file; then
  420.   if test "$ac_srcdir_defaulted" = yes; then
  421.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  422.   else
  423.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  424.   fi
  425. fi
  426. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  427. # Prefer explicitly selected file to automatically selected ones.
  428. if test -z "$CONFIG_SITE"; then
  429.   if test "x$prefix" != xNONE; then
  430.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  431.   else
  432.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  433.   fi
  434. fi
  435. for ac_site_file in $CONFIG_SITE; do
  436.   if test -r "$ac_site_file"; then
  437.     echo "loading site script $ac_site_file"
  438.     . "$ac_site_file"
  439.   fi
  440. done
  441. if test -r "$cache_file"; then
  442.   echo "loading cache $cache_file"
  443.   . $cache_file
  444. else
  445.   echo "creating cache $cache_file"
  446.   > $cache_file
  447. fi
  448. ac_ext=c
  449. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  450. ac_cpp='$CPP $CPPFLAGS'
  451. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  452. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  453. cross_compiling=$ac_cv_prog_cc_cross
  454. ac_exeext=
  455. ac_objext=o
  456. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  457.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  458.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  459.     ac_n= ac_c='
  460. ' ac_t=' '
  461.   else
  462.     ac_n=-n ac_c= ac_t=
  463.   fi
  464. else
  465.   ac_n= ac_c='c' ac_t=
  466. fi
  467. echo $ac_n checking for "do-not-distribute" directory... "" ; 
  468. if test -d "do-not-distribute" ; then HAVE_DO_NOT_DISTRIBUTE=1 ; echo 'found' ; else HAVE_DO_NOT_DISTRIBUTE=0 ; echo 'not found' ; fi
  469.  # Extract the first word of "make", so it can be a program name with args.
  470. set dummy make; ac_word=$2
  471. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  472. echo "configure:542: checking for $ac_word" >&5
  473. if eval "test "`echo '$''{'ac_cv_path_GNU_MAKE'+set}'`" = set"; then
  474.   echo $ac_n "(cached) $ac_c" 1>&6
  475. else
  476.   case "$GNU_MAKE" in
  477.   /*)
  478.   ac_cv_path_GNU_MAKE="$GNU_MAKE" # Let the user override the test with a path.
  479.   ;;
  480.   ?:/*)  
  481.   ac_cv_path_GNU_MAKE="$GNU_MAKE" # Let the user override the test with a dos path.
  482.   ;;
  483.   *)
  484.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  485.   ac_dummy="$PATH:/usr/bin:/usr/local/bin"
  486.   for ac_dir in $ac_dummy; do 
  487.     test -z "$ac_dir" && ac_dir=.
  488.     if test -f $ac_dir/$ac_word; then
  489.       ac_cv_path_GNU_MAKE="$ac_dir/$ac_word"
  490.       break
  491.     fi
  492.   done
  493.   IFS="$ac_save_ifs"
  494.   test -z "$ac_cv_path_GNU_MAKE" && ac_cv_path_GNU_MAKE="''"
  495.   ;;
  496. esac
  497. fi
  498. GNU_MAKE="$ac_cv_path_GNU_MAKE"
  499. if test -n "$GNU_MAKE"; then
  500.   echo "$ac_t""$GNU_MAKE" 1>&6
  501. else
  502.   echo "$ac_t""no" 1>&6
  503. fi
  504. # Check whether --with-toolchain or --without-toolchain was given.
  505. if test "${with_toolchain+set}" = set; then
  506.   withval="$with_toolchain"
  507.   VOCAL_USE_TOOLCHAIN=$with_toolchain
  508. else
  509.   VOCAL_USE_TOOLCHAIN=default
  510. fi
  511. # Check whether --with-builddir or --without-builddir was given.
  512. if test "${with_builddir+set}" = set; then
  513.   withval="$with_builddir"
  514.   echo USE_BUILDDIR=$with_builddir > .make_prefs
  515. fi
  516. # Check whether --with-ar or --without-ar was given.
  517. if test "${with_ar+set}" = set; then
  518.   withval="$with_ar"
  519.   VOCAL_AR_PATH=$with_ar
  520. fi
  521. trap '' 1 2 15
  522. cat > confcache <<EOF
  523. # This file is a shell script that caches the results of configure
  524. # tests run on this system so they can be shared between configure
  525. # scripts and configure runs.  It is not useful on other systems.
  526. # If it contains results you don't want to keep, you may remove or edit it.
  527. #
  528. # By default, configure uses ./config.cache as the cache file,
  529. # creating it if it does not exist already.  You can give configure
  530. # the --cache-file=FILE option to use a different cache file; that is
  531. # what configure does when it calls configure scripts in
  532. # subdirectories, so they share the cache.
  533. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  534. # config.status only pays attention to the cache file if you give it the
  535. # --recheck option to rerun configure.
  536. #
  537. EOF
  538. # The following way of writing the cache mishandles newlines in values,
  539. # but we know of no workaround that is simple, portable, and efficient.
  540. # So, don't put newlines in cache variables' values.
  541. # Ultrix sh set writes to stderr and can't be redirected directly,
  542. # and sets the high bit in the cache file unless we assign to the vars.
  543. (set) 2>&1 |
  544.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  545.   *ac_space= *)
  546.     # `set' does not quote correctly, so add quotes (double-quote substitution
  547.     # turns \\ into \, and sed turns \ into ).
  548.     sed -n 
  549.       -e "s/'/'\\''/g" 
  550.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  551.     ;;
  552.   *)
  553.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  554.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  555.     ;;
  556.   esac >> confcache
  557. if cmp -s $cache_file confcache; then
  558.   :
  559. else
  560.   if test -w $cache_file; then
  561.     echo "updating cache $cache_file"
  562.     cat confcache > $cache_file
  563.   else
  564.     echo "not updating unwritable cache $cache_file"
  565.   fi
  566. fi
  567. rm -f confcache
  568. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  569. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  570. # Let make expand exec_prefix.
  571. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  572. # Any assignment to VPATH causes Sun make to only execute
  573. # the first set of double-colon rules, so remove it if not needed.
  574. # If there is a colon in the path, we need to keep it.
  575. if test "x$srcdir" = x.; then
  576.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  577. fi
  578. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  579. # Transform confdefs.h into DEFS.
  580. # Protect against shell expansion while executing Makefile rules.
  581. # Protect against Makefile macro expansion.
  582. cat > conftest.defs <<EOF
  583. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  584. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  585. s%[%\&%g
  586. s%]%\&%g
  587. s%$%$$%g
  588. EOF
  589. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  590. rm -f conftest.defs
  591. # Without the "./", some shells look in PATH for config.status.
  592. : ${CONFIG_STATUS=./config.status}
  593. echo creating $CONFIG_STATUS
  594. rm -f $CONFIG_STATUS
  595. cat > $CONFIG_STATUS <<EOF
  596. #! /bin/sh
  597. # Generated automatically by configure.
  598. # Run this file to recreate the current configuration.
  599. # This directory was configured as follows,
  600. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  601. #
  602. # $0 $ac_configure_args
  603. #
  604. # Compiler output produced by configure, useful for debugging
  605. # configure, is in ./config.log if it exists.
  606. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  607. for ac_option
  608. do
  609.   case "$ac_option" in
  610.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  611.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  612.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  613.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  614.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  615.     exit 0 ;;
  616.   -help | --help | --hel | --he | --h)
  617.     echo "$ac_cs_usage"; exit 0 ;;
  618.   *) echo "$ac_cs_usage"; exit 1 ;;
  619.   esac
  620. done
  621. ac_given_srcdir=$srcdir
  622. trap 'rm -fr `echo "build/Makefile.conf" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  623. EOF
  624. cat >> $CONFIG_STATUS <<EOF
  625. # Protect against being on the right side of a sed subst in config.status.
  626. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  627.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  628. $ac_vpsub
  629. $extrasub
  630. s%@SHELL@%$SHELL%g
  631. s%@CFLAGS@%$CFLAGS%g
  632. s%@CPPFLAGS@%$CPPFLAGS%g
  633. s%@CXXFLAGS@%$CXXFLAGS%g
  634. s%@FFLAGS@%$FFLAGS%g
  635. s%@DEFS@%$DEFS%g
  636. s%@LDFLAGS@%$LDFLAGS%g
  637. s%@LIBS@%$LIBS%g
  638. s%@exec_prefix@%$exec_prefix%g
  639. s%@prefix@%$prefix%g
  640. s%@program_transform_name@%$program_transform_name%g
  641. s%@bindir@%$bindir%g
  642. s%@sbindir@%$sbindir%g
  643. s%@libexecdir@%$libexecdir%g
  644. s%@datadir@%$datadir%g
  645. s%@sysconfdir@%$sysconfdir%g
  646. s%@sharedstatedir@%$sharedstatedir%g
  647. s%@localstatedir@%$localstatedir%g
  648. s%@libdir@%$libdir%g
  649. s%@includedir@%$includedir%g
  650. s%@oldincludedir@%$oldincludedir%g
  651. s%@infodir@%$infodir%g
  652. s%@mandir@%$mandir%g
  653. s%@HAVE_DO_NOT_DISTRIBUTE@%$HAVE_DO_NOT_DISTRIBUTE%g
  654. s%@GNU_MAKE@%$GNU_MAKE%g
  655. s%@VOCAL_USE_TOOLCHAIN@%$VOCAL_USE_TOOLCHAIN%g
  656. s%@VOCAL_AR_PATH@%$VOCAL_AR_PATH%g
  657. CEOF
  658. EOF
  659. cat >> $CONFIG_STATUS <<EOF
  660. # Split the substitutions into bite-sized pieces for seds with
  661. # small command number limits, like on Digital OSF/1 and HP-UX.
  662. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  663. ac_file=1 # Number of current file.
  664. ac_beg=1 # First line for current file.
  665. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  666. ac_more_lines=:
  667. ac_sed_cmds=""
  668. while $ac_more_lines; do
  669.   if test $ac_beg -gt 1; then
  670.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  671.   else
  672.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  673.   fi
  674.   if test ! -s conftest.s$ac_file; then
  675.     ac_more_lines=false
  676.     rm -f conftest.s$ac_file
  677.   else
  678.     if test -z "$ac_sed_cmds"; then
  679.       ac_sed_cmds="sed -f conftest.s$ac_file"
  680.     else
  681.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  682.     fi
  683.     ac_file=`expr $ac_file + 1`
  684.     ac_beg=$ac_end
  685.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  686.   fi
  687. done
  688. if test -z "$ac_sed_cmds"; then
  689.   ac_sed_cmds=cat
  690. fi
  691. EOF
  692. cat >> $CONFIG_STATUS <<EOF
  693. CONFIG_FILES=${CONFIG_FILES-"build/Makefile.conf"}
  694. EOF
  695. cat >> $CONFIG_STATUS <<EOF
  696. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  697.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  698.   case "$ac_file" in
  699.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  700.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  701.   *) ac_file_in="${ac_file}.in" ;;
  702.   esac
  703.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  704.   # Remove last slash and all that follows it.  Not all systems have dirname.
  705.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  706.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  707.     # The file is in a subdirectory.
  708.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  709.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  710.     # A "../" for each directory in $ac_dir_suffix.
  711.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  712.   else
  713.     ac_dir_suffix= ac_dots=
  714.   fi
  715.   case "$ac_given_srcdir" in
  716.   .)  srcdir=.
  717.       if test -z "$ac_dots"; then top_srcdir=.
  718.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  719.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  720.   *) # Relative path.
  721.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  722.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  723.   esac
  724.   echo creating "$ac_file"
  725.   rm -f "$ac_file"
  726.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  727.   case "$ac_file" in
  728.   *Makefile*) ac_comsub="1i\
  729. # $configure_input" ;;
  730.   *) ac_comsub= ;;
  731.   esac
  732.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  733.   sed -e "$ac_comsub
  734. s%@configure_input@%$configure_input%g
  735. s%@srcdir@%$srcdir%g
  736. s%@top_srcdir@%$top_srcdir%g
  737. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  738. fi; done
  739. rm -f conftest.s*
  740. EOF
  741. cat >> $CONFIG_STATUS <<EOF
  742. EOF
  743. cat >> $CONFIG_STATUS <<EOF
  744. exit 0
  745. EOF
  746. chmod +x $CONFIG_STATUS
  747. rm -fr confdefs* $ac_clean_files
  748. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1