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

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.4
  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. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  940. echo "configure:1058: checking how to run the C preprocessor" >&5
  941. # On Suns, sometimes $CPP names a directory.
  942. if test -n "$CPP" && test -d "$CPP"; then
  943.   CPP=
  944. fi
  945. if test -z "$CPP"; then
  946. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  947.   echo $ac_n "(cached) $ac_c" 1>&6
  948. else
  949.     # This must be in double quotes, not single quotes, because CPP may get
  950.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  951.   CPP="${CC-cc} -E"
  952.   # On the NeXT, cc -E runs the code through the compiler's parser,
  953.   # not just through cpp.
  954.   cat > conftest.$ac_ext <<EOF
  955. #line 1073 "configure"
  956. #include "confdefs.h"
  957. #include <assert.h>
  958. Syntax Error
  959. EOF
  960. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  961. { (eval echo configure:1079: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  962. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  963. if test -z "$ac_err"; then
  964.   :
  965. else
  966.   echo "$ac_err" >&5
  967.   echo "configure: failed program was:" >&5
  968.   cat conftest.$ac_ext >&5
  969.   rm -rf conftest*
  970.   CPP="${CC-cc} -E -traditional-cpp"
  971.   cat > conftest.$ac_ext <<EOF
  972. #line 1090 "configure"
  973. #include "confdefs.h"
  974. #include <assert.h>
  975. Syntax Error
  976. EOF
  977. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  978. { (eval echo configure:1096: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  979. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  980. if test -z "$ac_err"; then
  981.   :
  982. else
  983.   echo "$ac_err" >&5
  984.   echo "configure: failed program was:" >&5
  985.   cat conftest.$ac_ext >&5
  986.   rm -rf conftest*
  987.   CPP="${CC-cc} -nologo -E"
  988.   cat > conftest.$ac_ext <<EOF
  989. #line 1107 "configure"
  990. #include "confdefs.h"
  991. #include <assert.h>
  992. Syntax Error
  993. EOF
  994. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  995. { (eval echo configure:1113: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  996. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  997. if test -z "$ac_err"; then
  998.   :
  999. else
  1000.   echo "$ac_err" >&5
  1001.   echo "configure: failed program was:" >&5
  1002.   cat conftest.$ac_ext >&5
  1003.   rm -rf conftest*
  1004.   CPP=/lib/cpp
  1005. fi
  1006. rm -f conftest*
  1007. fi
  1008. rm -f conftest*
  1009. fi
  1010. rm -f conftest*
  1011.   ac_cv_prog_CPP="$CPP"
  1012. fi
  1013.   CPP="$ac_cv_prog_CPP"
  1014. else
  1015.   ac_cv_prog_CPP="$CPP"
  1016. fi
  1017. echo "$ac_t""$CPP" 1>&6
  1018. if test $ac_cv_prog_gcc = yes; then
  1019.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  1020. echo "configure:1139: checking whether ${CC-cc} needs -traditional" >&5
  1021. if eval "test "`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`" = set"; then
  1022.   echo $ac_n "(cached) $ac_c" 1>&6
  1023. else
  1024.     ac_pattern="Autoconf.*'x'"
  1025.   cat > conftest.$ac_ext <<EOF
  1026. #line 1145 "configure"
  1027. #include "confdefs.h"
  1028. #include <sgtty.h>
  1029. Autoconf TIOCGETP
  1030. EOF
  1031. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1032.   egrep "$ac_pattern" >/dev/null 2>&1; then
  1033.   rm -rf conftest*
  1034.   ac_cv_prog_gcc_traditional=yes
  1035. else
  1036.   rm -rf conftest*
  1037.   ac_cv_prog_gcc_traditional=no
  1038. fi
  1039. rm -f conftest*
  1040.   if test $ac_cv_prog_gcc_traditional = no; then
  1041.     cat > conftest.$ac_ext <<EOF
  1042. #line 1163 "configure"
  1043. #include "confdefs.h"
  1044. #include <termio.h>
  1045. Autoconf TCGETA
  1046. EOF
  1047. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1048.   egrep "$ac_pattern" >/dev/null 2>&1; then
  1049.   rm -rf conftest*
  1050.   ac_cv_prog_gcc_traditional=yes
  1051. fi
  1052. rm -f conftest*
  1053.   fi
  1054. fi
  1055. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  1056.   if test $ac_cv_prog_gcc_traditional = yes; then
  1057.     CC="$CC -traditional"
  1058.   fi
  1059. fi
  1060. # Extract the first word of "ranlib", so it can be a program name with args.
  1061. set dummy ranlib; ac_word=$2
  1062. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1063. echo "configure:1187: checking for $ac_word" >&5
  1064. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1065.   echo $ac_n "(cached) $ac_c" 1>&6
  1066. else
  1067.   if test -n "$RANLIB"; then
  1068.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1069. else
  1070.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1071.   ac_dummy="$PATH"
  1072.   for ac_dir in $ac_dummy; do
  1073.     test -z "$ac_dir" && ac_dir=.
  1074.     if test -f $ac_dir/$ac_word; then
  1075.       ac_cv_prog_RANLIB="ranlib"
  1076.       break
  1077.     fi
  1078.   done
  1079.   IFS="$ac_save_ifs"
  1080.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1081. fi
  1082. fi
  1083. RANLIB="$ac_cv_prog_RANLIB"
  1084. if test -n "$RANLIB"; then
  1085.   echo "$ac_t""$RANLIB" 1>&6
  1086. else
  1087.   echo "$ac_t""no" 1>&6
  1088. fi
  1089. case "$host" in
  1090. *-linux*) rm -f output.c; ln -s output_linux.c output.c;;
  1091. *-solaris*) rm -f output.c; ln -s output_solaris.c output.c;;
  1092. *) echo "$host is not currently supported by ac3dec"; exit 1;;
  1093. esac
  1094. trap '' 1 2 15
  1095. cat > confcache <<EOF
  1096. # This file is a shell script that caches the results of configure
  1097. # tests run on this system so they can be shared between configure
  1098. # scripts and configure runs.  It is not useful on other systems.
  1099. # If it contains results you don't want to keep, you may remove or edit it.
  1100. #
  1101. # By default, configure uses ./config.cache as the cache file,
  1102. # creating it if it does not exist already.  You can give configure
  1103. # the --cache-file=FILE option to use a different cache file; that is
  1104. # what configure does when it calls configure scripts in
  1105. # subdirectories, so they share the cache.
  1106. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1107. # config.status only pays attention to the cache file if you give it the
  1108. # --recheck option to rerun configure.
  1109. #
  1110. EOF
  1111. # The following way of writing the cache mishandles newlines in values,
  1112. # but we know of no workaround that is simple, portable, and efficient.
  1113. # So, don't put newlines in cache variables' values.
  1114. # Ultrix sh set writes to stderr and can't be redirected directly,
  1115. # and sets the high bit in the cache file unless we assign to the vars.
  1116. (set) 2>&1 |
  1117.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1118.   *ac_space= *)
  1119.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1120.     # turns \\ into \, and sed turns \ into ).
  1121.     sed -n 
  1122.       -e "s/'/'\\''/g" 
  1123.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1124.     ;;
  1125.   *)
  1126.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1127.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1128.     ;;
  1129.   esac >> confcache
  1130. if cmp -s $cache_file confcache; then
  1131.   :
  1132. else
  1133.   if test -w $cache_file; then
  1134.     echo "updating cache $cache_file"
  1135.     cat confcache > $cache_file
  1136.   else
  1137.     echo "not updating unwritable cache $cache_file"
  1138.   fi
  1139. fi
  1140. rm -f confcache
  1141. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1142. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1143. # Let make expand exec_prefix.
  1144. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1145. # Any assignment to VPATH causes Sun make to only execute
  1146. # the first set of double-colon rules, so remove it if not needed.
  1147. # If there is a colon in the path, we need to keep it.
  1148. if test "x$srcdir" = x.; then
  1149.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1150. fi
  1151. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1152. DEFS=-DHAVE_CONFIG_H
  1153. # Without the "./", some shells look in PATH for config.status.
  1154. : ${CONFIG_STATUS=./config.status}
  1155. echo creating $CONFIG_STATUS
  1156. rm -f $CONFIG_STATUS
  1157. cat > $CONFIG_STATUS <<EOF
  1158. #! /bin/sh
  1159. # Generated automatically by configure.
  1160. # Run this file to recreate the current configuration.
  1161. # This directory was configured as follows,
  1162. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1163. #
  1164. # $0 $ac_configure_args
  1165. #
  1166. # Compiler output produced by configure, useful for debugging
  1167. # configure, is in ./config.log if it exists.
  1168. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1169. for ac_option
  1170. do
  1171.   case "$ac_option" in
  1172.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1173.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1174.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1175.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1176.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1177.     exit 0 ;;
  1178.   -help | --help | --hel | --he | --h)
  1179.     echo "$ac_cs_usage"; exit 0 ;;
  1180.   *) echo "$ac_cs_usage"; exit 1 ;;
  1181.   esac
  1182. done
  1183. ac_given_srcdir=$srcdir
  1184. ac_given_INSTALL="$INSTALL"
  1185. trap 'rm -fr `echo "tools/Makefile test/Makefile Makefile  config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1186. EOF
  1187. cat >> $CONFIG_STATUS <<EOF
  1188. # Protect against being on the right side of a sed subst in config.status.
  1189. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1190.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1191. $ac_vpsub
  1192. $extrasub
  1193. s%@SHELL@%$SHELL%g
  1194. s%@CFLAGS@%$CFLAGS%g
  1195. s%@CPPFLAGS@%$CPPFLAGS%g
  1196. s%@CXXFLAGS@%$CXXFLAGS%g
  1197. s%@FFLAGS@%$FFLAGS%g
  1198. s%@DEFS@%$DEFS%g
  1199. s%@LDFLAGS@%$LDFLAGS%g
  1200. s%@LIBS@%$LIBS%g
  1201. s%@exec_prefix@%$exec_prefix%g
  1202. s%@prefix@%$prefix%g
  1203. s%@program_transform_name@%$program_transform_name%g
  1204. s%@bindir@%$bindir%g
  1205. s%@sbindir@%$sbindir%g
  1206. s%@libexecdir@%$libexecdir%g
  1207. s%@datadir@%$datadir%g
  1208. s%@sysconfdir@%$sysconfdir%g
  1209. s%@sharedstatedir@%$sharedstatedir%g
  1210. s%@localstatedir@%$localstatedir%g
  1211. s%@libdir@%$libdir%g
  1212. s%@includedir@%$includedir%g
  1213. s%@oldincludedir@%$oldincludedir%g
  1214. s%@infodir@%$infodir%g
  1215. s%@mandir@%$mandir%g
  1216. s%@host@%$host%g
  1217. s%@host_alias@%$host_alias%g
  1218. s%@host_cpu@%$host_cpu%g
  1219. s%@host_vendor@%$host_vendor%g
  1220. s%@host_os@%$host_os%g
  1221. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1222. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1223. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1224. s%@PACKAGE@%$PACKAGE%g
  1225. s%@VERSION@%$VERSION%g
  1226. s%@ACLOCAL@%$ACLOCAL%g
  1227. s%@AUTOCONF@%$AUTOCONF%g
  1228. s%@AUTOMAKE@%$AUTOMAKE%g
  1229. s%@AUTOHEADER@%$AUTOHEADER%g
  1230. s%@MAKEINFO@%$MAKEINFO%g
  1231. s%@SET_MAKE@%$SET_MAKE%g
  1232. s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
  1233. s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
  1234. s%@MAINT@%$MAINT%g
  1235. s%@CC@%$CC%g
  1236. s%@CPP@%$CPP%g
  1237. s%@RANLIB@%$RANLIB%g
  1238. CEOF
  1239. EOF
  1240. cat >> $CONFIG_STATUS <<EOF
  1241. # Split the substitutions into bite-sized pieces for seds with
  1242. # small command number limits, like on Digital OSF/1 and HP-UX.
  1243. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1244. ac_file=1 # Number of current file.
  1245. ac_beg=1 # First line for current file.
  1246. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1247. ac_more_lines=:
  1248. ac_sed_cmds=""
  1249. while $ac_more_lines; do
  1250.   if test $ac_beg -gt 1; then
  1251.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1252.   else
  1253.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1254.   fi
  1255.   if test ! -s conftest.s$ac_file; then
  1256.     ac_more_lines=false
  1257.     rm -f conftest.s$ac_file
  1258.   else
  1259.     if test -z "$ac_sed_cmds"; then
  1260.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1261.     else
  1262.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1263.     fi
  1264.     ac_file=`expr $ac_file + 1`
  1265.     ac_beg=$ac_end
  1266.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1267.   fi
  1268. done
  1269. if test -z "$ac_sed_cmds"; then
  1270.   ac_sed_cmds=cat
  1271. fi
  1272. EOF
  1273. cat >> $CONFIG_STATUS <<EOF
  1274. CONFIG_FILES=${CONFIG_FILES-"tools/Makefile test/Makefile Makefile "}
  1275. EOF
  1276. cat >> $CONFIG_STATUS <<EOF
  1277. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1278.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1279.   case "$ac_file" in
  1280.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1281.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1282.   *) ac_file_in="${ac_file}.in" ;;
  1283.   esac
  1284.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1285.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1286.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1287.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1288.     # The file is in a subdirectory.
  1289.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1290.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1291.     # A "../" for each directory in $ac_dir_suffix.
  1292.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1293.   else
  1294.     ac_dir_suffix= ac_dots=
  1295.   fi
  1296.   case "$ac_given_srcdir" in
  1297.   .)  srcdir=.
  1298.       if test -z "$ac_dots"; then top_srcdir=.
  1299.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1300.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1301.   *) # Relative path.
  1302.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1303.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1304.   esac
  1305.   case "$ac_given_INSTALL" in
  1306.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1307.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1308.   esac
  1309.   echo creating "$ac_file"
  1310.   rm -f "$ac_file"
  1311.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1312.   case "$ac_file" in
  1313.   *Makefile*) ac_comsub="1i\
  1314. # $configure_input" ;;
  1315.   *) ac_comsub= ;;
  1316.   esac
  1317.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1318.   sed -e "$ac_comsub
  1319. s%@configure_input@%$configure_input%g
  1320. s%@srcdir@%$srcdir%g
  1321. s%@top_srcdir@%$top_srcdir%g
  1322. s%@INSTALL@%$INSTALL%g
  1323. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1324. fi; done
  1325. rm -f conftest.s*
  1326. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1327. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1328. #
  1329. # ac_d sets the value in "#define NAME VALUE" lines.
  1330. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1331. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1332. ac_dC='3'
  1333. ac_dD='%g'
  1334. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1335. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1336. ac_uB='([  ])%1#2define3'
  1337. ac_uC=' '
  1338. ac_uD='4%g'
  1339. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1340. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1341. ac_eB='$%1#2define3'
  1342. ac_eC=' '
  1343. ac_eD='%g'
  1344. if test "${CONFIG_HEADERS+set}" != set; then
  1345. EOF
  1346. cat >> $CONFIG_STATUS <<EOF
  1347.   CONFIG_HEADERS="config.h"
  1348. EOF
  1349. cat >> $CONFIG_STATUS <<EOF
  1350. fi
  1351. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1352.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1353.   case "$ac_file" in
  1354.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1355.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1356.   *) ac_file_in="${ac_file}.in" ;;
  1357.   esac
  1358.   echo creating $ac_file
  1359.   rm -f conftest.frag conftest.in conftest.out
  1360.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1361.   cat $ac_file_inputs > conftest.in
  1362. EOF
  1363. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1364. # the proper values into config.h.in to produce config.h.  And first:
  1365. # Protect against being on the right side of a sed subst in config.status.
  1366. # Protect against being in an unquoted here document in config.status.
  1367. rm -f conftest.vals
  1368. cat > conftest.hdr <<EOF
  1369. s/[\&%]/\&/g
  1370. s%[\$`]%\&%g
  1371. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1372. s%ac_d%ac_u%gp
  1373. s%ac_u%ac_e%gp
  1374. EOF
  1375. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1376. rm -f conftest.hdr
  1377. # This sed command replaces #undef with comments.  This is necessary, for
  1378. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1379. # on some systems where configure will not decide to define it.
  1380. cat >> conftest.vals <<EOF
  1381. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1382. EOF
  1383. # Break up conftest.vals because some shells have a limit on
  1384. # the size of here documents, and old seds have small limits too.
  1385. rm -f conftest.tail
  1386. while :
  1387. do
  1388.   ac_lines=`grep -c . conftest.vals`
  1389.   # grep -c gives empty output for an empty file on some AIX systems.
  1390.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1391.   # Write a limited-size here document to conftest.frag.
  1392.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1393.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1394.   echo 'CEOF
  1395.   sed -f conftest.frag conftest.in > conftest.out
  1396.   rm -f conftest.in
  1397.   mv conftest.out conftest.in
  1398. ' >> $CONFIG_STATUS
  1399.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1400.   rm -f conftest.vals
  1401.   mv conftest.tail conftest.vals
  1402. done
  1403. rm -f conftest.vals
  1404. cat >> $CONFIG_STATUS <<EOF
  1405.   rm -f conftest.frag conftest.h
  1406.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1407.   cat conftest.in >> conftest.h
  1408.   rm -f conftest.in
  1409.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1410.     echo "$ac_file is unchanged"
  1411.     rm -f conftest.h
  1412.   else
  1413.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1414.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1415.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1416.       # The file is in a subdirectory.
  1417.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1418.     fi
  1419.     rm -f $ac_file
  1420.     mv conftest.h $ac_file
  1421.   fi
  1422. fi; done
  1423. EOF
  1424. cat >> $CONFIG_STATUS <<EOF
  1425. EOF
  1426. cat >> $CONFIG_STATUS <<EOF
  1427. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  1428. exit 0
  1429. EOF
  1430. chmod +x $CONFIG_STATUS
  1431. rm -fr confdefs* $ac_clean_files
  1432. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1433.