configure
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:55k
源码类别:

DVD

开发平台:

Unix_Linux

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