configure
上传用户:njqiyou
上传日期:2007-01-08
资源大小:574k
文件大小:23k
源码类别:

mpeg/mp3

开发平台:

C/C++

  1. #!/bin/sh
  2. ############################################################################
  3. ## ISO MPEG Audio Subgroup Software Simulation Group (1996)
  4. ## ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Extension
  5. ##
  6. ## $Id: configure,v 1.1 1996/02/14 05:31:36 rowlands Exp $
  7. ##
  8. ## $Log: configure,v $
  9. ## Revision 1.1  1996/02/14 05:31:36  rowlands
  10. ## Initial revision
  11. ##
  12. ## Revision 1.1  1996/02/14 04:06:24  rowlands
  13. ## Initial revision
  14. ##
  15. ## Received from Mike Coleman
  16. ##
  17. ############################################################################
  18. # Guess values for system-dependent variables and create Makefiles.
  19. # Generated automatically using autoconf version 2.3 
  20. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  21. #
  22. # This configure script is free software; the Free Software Foundation
  23. # gives unlimited permission to copy, distribute and modify it.
  24. # Defaults:
  25. ac_help=
  26. ac_default_prefix=/usr/local
  27. # Any additions from configure.in:
  28. # Initialize some variables set by options.
  29. # The variables have the same names as the options, with
  30. # dashes changed to underlines.
  31. build=NONE
  32. cache_file=./config.cache
  33. exec_prefix=NONE
  34. host=NONE
  35. no_create=
  36. nonopt=NONE
  37. no_recursion=
  38. prefix=NONE
  39. program_prefix=NONE
  40. program_suffix=NONE
  41. program_transform_name=s,x,x,
  42. silent=
  43. site=
  44. srcdir=
  45. target=NONE
  46. verbose=
  47. x_includes=NONE
  48. x_libraries=NONE
  49. # Initialize some other variables.
  50. subdirs=
  51. ac_prev=
  52. for ac_option
  53. do
  54.   # If the previous option needs an argument, assign it.
  55.   if test -n "$ac_prev"; then
  56.     eval "$ac_prev=$ac_option"
  57.     ac_prev=
  58.     continue
  59.   fi
  60.   case "$ac_option" in
  61.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  62.   *) ac_optarg= ;;
  63.   esac
  64.   # Accept the important Cygnus configure options, so we can diagnose typos.
  65.   case "$ac_option" in
  66.   -build | --build | --buil | --bui | --bu | --b)
  67.     ac_prev=build ;;
  68.   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  69.     build="$ac_optarg" ;;
  70.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  71.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  72.     ac_prev=cache_file ;;
  73.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  74.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  75.     cache_file="$ac_optarg" ;;
  76.   -disable-* | --disable-*)
  77.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  78.     # Reject names that are not valid shell variable names.
  79.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  80.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  81.     fi
  82.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  83.     eval "enable_${ac_feature}=no" ;;
  84.   -enable-* | --enable-*)
  85.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  86.     # Reject names that are not valid shell variable names.
  87.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  88.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  89.     fi
  90.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  91.     case "$ac_option" in
  92.       *=*) ;;
  93.       *) ac_optarg=yes ;;
  94.     esac
  95.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  96.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  97.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  98.   | --exec | --exe | --ex)
  99.     ac_prev=exec_prefix ;;
  100.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  101.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  102.   | --exec=* | --exe=* | --ex=*)
  103.     exec_prefix="$ac_optarg" ;;
  104.   -gas | --gas | --ga | --g)
  105.     # Obsolete; use --with-gas.
  106.     with_gas=yes ;;
  107.   -help | --help | --hel | --he)
  108.     # Omit some internal or obsolete options to make the list less imposing.
  109.     # This message is too long to be a string in the A/UX 3.1 sh.
  110.     cat << EOF
  111. Usage: configure [options] [host]
  112. Options: [defaults in brackets after descriptions]
  113. Configuration:
  114.   --cache-file=FILE       cache test results in FILE
  115.   --help                  print this message
  116.   --no-create             do not create output files
  117.   --quiet, --silent       do not print `checking...' messages
  118.   --version               print the version of autoconf that created configure
  119. Directory and file names:
  120.   --prefix=PREFIX         install architecture-independent files in PREFIX
  121.                           [$ac_default_prefix]
  122.   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  123.                           [same as prefix]
  124.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  125.   --program-prefix=PREFIX prepend PREFIX to installed program names
  126.   --program-suffix=SUFFIX append SUFFIX to installed program names
  127.   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  128. Host type:
  129.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  130.   --host=HOST             configure for HOST [guessed]
  131.   --target=TARGET         configure for TARGET [TARGET=HOST]
  132. Features and packages:
  133.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  134.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  135.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  136.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  137.   --x-includes=DIR        X include files are in DIR
  138.   --x-libraries=DIR       X library files are in DIR
  139. --enable and --with options recognized:$ac_help
  140. EOF
  141.     exit 0 ;;
  142.   -host | --host | --hos | --ho)
  143.     ac_prev=host ;;
  144.   -host=* | --host=* | --hos=* | --ho=*)
  145.     host="$ac_optarg" ;;
  146.   -nfp | --nfp | --nf)
  147.     # Obsolete; use --without-fp.
  148.     with_fp=no ;;
  149.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  150.   | --no-cr | --no-c)
  151.     no_create=yes ;;
  152.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  153.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  154.     no_recursion=yes ;;
  155.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  156.     ac_prev=prefix ;;
  157.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  158.     prefix="$ac_optarg" ;;
  159.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  160.   | --program-pre | --program-pr | --program-p)
  161.     ac_prev=program_prefix ;;
  162.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  163.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  164.     program_prefix="$ac_optarg" ;;
  165.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  166.   | --program-suf | --program-su | --program-s)
  167.     ac_prev=program_suffix ;;
  168.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  169.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  170.     program_suffix="$ac_optarg" ;;
  171.   -program-transform-name | --program-transform-name 
  172.   | --program-transform-nam | --program-transform-na 
  173.   | --program-transform-n | --program-transform- 
  174.   | --program-transform | --program-transfor 
  175.   | --program-transfo | --program-transf 
  176.   | --program-trans | --program-tran 
  177.   | --progr-tra | --program-tr | --program-t)
  178.     ac_prev=program_transform_name ;;
  179.   -program-transform-name=* | --program-transform-name=* 
  180.   | --program-transform-nam=* | --program-transform-na=* 
  181.   | --program-transform-n=* | --program-transform-=* 
  182.   | --program-transform=* | --program-transfor=* 
  183.   | --program-transfo=* | --program-transf=* 
  184.   | --program-trans=* | --program-tran=* 
  185.   | --progr-tra=* | --program-tr=* | --program-t=*)
  186.     program_transform_name="$ac_optarg" ;;
  187.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  188.   | -silent | --silent | --silen | --sile | --sil)
  189.     silent=yes ;;
  190.   -site | --site | --sit)
  191.     ac_prev=site ;;
  192.   -site=* | --site=* | --sit=*)
  193.     site="$ac_optarg" ;;
  194.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  195.     ac_prev=srcdir ;;
  196.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  197.     srcdir="$ac_optarg" ;;
  198.   -target | --target | --targe | --targ | --tar | --ta | --t)
  199.     ac_prev=target ;;
  200.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  201.     target="$ac_optarg" ;;
  202.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  203.     verbose=yes ;;
  204.   -version | --version | --versio | --versi | --vers)
  205.     echo "configure generated by autoconf version 2.3"
  206.     exit 0 ;;
  207.   -with-* | --with-*)
  208.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  209.     # Reject names that are not valid shell variable names.
  210.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  211.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  212.     fi
  213.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  214.     case "$ac_option" in
  215.       *=*) ;;
  216.       *) ac_optarg=yes ;;
  217.     esac
  218.     eval "with_${ac_package}='$ac_optarg'" ;;
  219.   -without-* | --without-*)
  220.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  221.     # Reject names that are not valid shell variable names.
  222.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  223.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  224.     fi
  225.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  226.     eval "with_${ac_package}=no" ;;
  227.   --x)
  228.     # Obsolete; use --with-x.
  229.     with_x=yes ;;
  230.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  231.   | --x-incl | --x-inc | --x-in | --x-i)
  232.     ac_prev=x_includes ;;
  233.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  234.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  235.     x_includes="$ac_optarg" ;;
  236.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  237.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  238.     ac_prev=x_libraries ;;
  239.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  240.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  241.     x_libraries="$ac_optarg" ;;
  242.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  243.     ;;
  244.   *) 
  245.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  246.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  247.     fi
  248.     if test "x$nonopt" != xNONE; then
  249.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  250.     fi
  251.     nonopt="$ac_option"
  252.     ;;
  253.   esac
  254. done
  255. if test -n "$ac_prev"; then
  256.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  257. fi
  258. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  259. # File descriptor usage:
  260. # 0 standard input
  261. # 1 file creation
  262. # 2 errors and warnings
  263. # 3 some systems may open it to /dev/tty
  264. # 4 used on the Kubota Titan
  265. # 6 checking for... messages and results
  266. # 5 compiler messages saved in config.log
  267. if test "$silent" = yes; then
  268.   exec 6>/dev/null
  269. else
  270.   exec 6>&1
  271. fi
  272. exec 5>./config.log
  273. echo "
  274. This file contains any messages produced by compilers while
  275. running configure, to aid debugging if configure makes a mistake.
  276. " 1>&5
  277. # Strip out --no-create and --no-recursion so they do not pile up.
  278. # Also quote any args containing shell metacharacters.
  279. ac_configure_args=
  280. for ac_arg
  281. do
  282.   case "$ac_arg" in
  283.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  284.   | --no-cr | --no-c) ;;
  285.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  286.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  287.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  288.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  289.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  290.   esac
  291. done
  292. # NLS nuisances.
  293. # Only set LANG and LC_ALL to C if already set.
  294. # These must not be set unconditionally because not all systems understand
  295. # e.g. LANG=C (notably SCO).
  296. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  297. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  298. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  299. rm -rf conftest* confdefs.h
  300. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  301. echo > confdefs.h
  302. # A filename unique to this package, relative to the directory that
  303. # configure is in, which we can look for to find out if srcdir is correct.
  304. ac_unique_file=musicout.c
  305. # Find the source files, if location was not specified.
  306. if test -z "$srcdir"; then
  307.   ac_srcdir_defaulted=yes
  308.   # Try the directory containing this script, then its parent.
  309.   ac_prog=$0
  310.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  311.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  312.   srcdir=$ac_confdir
  313.   if test ! -r $srcdir/$ac_unique_file; then
  314.     srcdir=..
  315.   fi
  316. else
  317.   ac_srcdir_defaulted=no
  318. fi
  319. if test ! -r $srcdir/$ac_unique_file; then
  320.   if test "$ac_srcdir_defaulted" = yes; then
  321.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  322.   else
  323.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  324.   fi
  325. fi
  326. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  327. # Prefer explicitly selected file to automatically selected ones.
  328. if test -z "$CONFIG_SITE"; then
  329.   if test "x$prefix" != xNONE; then
  330.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  331.   else
  332.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  333.   fi
  334. fi
  335. for ac_site_file in $CONFIG_SITE; do
  336.   if test -r "$ac_site_file"; then
  337.     echo "loading site script $ac_site_file"
  338.     . "$ac_site_file"
  339.   fi
  340. done
  341. if test -r "$cache_file"; then
  342.   echo "loading cache $cache_file"
  343.   . $cache_file
  344. else
  345.   echo "creating cache $cache_file"
  346.   > $cache_file
  347. fi
  348. ac_ext=c
  349. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  350. ac_cpp='$CPP $CPPFLAGS'
  351. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  352. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  353. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  354.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  355.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  356.     ac_n= ac_c='
  357. ' ac_t=' '
  358.   else
  359.     ac_n=-n ac_c= ac_t=
  360.   fi
  361. else
  362.   ac_n= ac_c='c' ac_t=
  363. fi
  364. # Extract the first word of "gcc", so it can be a program name with args.
  365. set dummy gcc; ac_word=$2
  366. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  367. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  368.   echo $ac_n "(cached) $ac_c" 1>&6
  369. else
  370.   if test -n "$CC"; then
  371.   ac_cv_prog_CC="$CC" # Let the user override the test.
  372. else
  373.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  374.   for ac_dir in $PATH; do
  375.     test -z "$ac_dir" && ac_dir=.
  376.     if test -f $ac_dir/$ac_word; then
  377.       ac_cv_prog_CC="gcc"
  378.       break
  379.     fi
  380.   done
  381.   IFS="$ac_save_ifs"
  382.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  383. fi
  384. fi
  385. CC="$ac_cv_prog_CC"
  386. if test -n "$CC"; then
  387.   echo "$ac_t""$CC" 1>&6
  388. else
  389.   echo "$ac_t""no" 1>&6
  390. fi
  391. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  392. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  393.   echo $ac_n "(cached) $ac_c" 1>&6
  394. else
  395.   cat > conftest.c <<EOF
  396. #ifdef __GNUC__
  397.   yes;
  398. #endif
  399. EOF
  400. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  401.   ac_cv_prog_gcc=yes
  402. else
  403.   ac_cv_prog_gcc=no
  404. fi
  405. fi
  406. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  407. if test $ac_cv_prog_gcc = yes; then
  408.   GCC=yes
  409.   if test "${CFLAGS+set}" != set; then
  410.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  411. if eval "test "`echo '$''{'ac_cv_prog_gcc_g'+set}'`" = set"; then
  412.   echo $ac_n "(cached) $ac_c" 1>&6
  413. else
  414.   echo 'void f(){}' > conftest.c
  415. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  416.   ac_cv_prog_gcc_g=yes
  417. else
  418.   ac_cv_prog_gcc_g=no
  419. fi
  420. rm -f conftest*
  421. fi
  422.     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  423.     if test $ac_cv_prog_gcc_g = yes; then
  424.       CFLAGS="-g -O"
  425.     else
  426.       CFLAGS="-O"
  427.     fi
  428.   fi
  429. else
  430.   GCC=
  431.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  432. fi
  433. MATHLIBS="-lm"
  434. echo $ac_n "checking for -lieee""... $ac_c" 1>&6
  435. if eval "test "`echo '$''{'ac_cv_lib_ieee'+set}'`" = set"; then
  436.   echo $ac_n "(cached) $ac_c" 1>&6
  437. else
  438.   ac_save_LIBS="$LIBS"
  439. LIBS="-lieee  $LIBS"
  440. cat > conftest.$ac_ext <<EOF
  441. #line 485 "configure"
  442. #include "confdefs.h"
  443. int main() { return 0; }
  444. int t() {
  445. main()
  446. ; return 0; }
  447. EOF
  448. if eval $ac_link; then
  449.   rm -rf conftest*
  450.   eval "ac_cv_lib_ieee=yes"
  451. else
  452.   rm -rf conftest*
  453.   eval "ac_cv_lib_ieee=no"
  454. fi
  455. rm -f conftest*
  456. LIBS="$ac_save_LIBS"
  457. fi
  458. if eval "test "`echo '$ac_cv_lib_'ieee`" = yes"; then
  459.   echo "$ac_t""yes" 1>&6
  460.   MATHLIBS="$MATHLIBS -lieee"
  461. else
  462.   echo "$ac_t""no" 1>&6
  463. fi
  464. NINTSW=""
  465. echo $ac_n "checking for nint() in -lm""... $ac_c" 1>&6
  466. if eval "test "`echo '$''{'ac_cv_lib_m'+set}'`" = set"; then
  467.   echo $ac_n "(cached) $ac_c" 1>&6
  468. else
  469.   ac_save_LIBS="$LIBS"
  470. LIBS="-lm  $LIBS"
  471. cat > conftest.$ac_ext <<EOF
  472. #line 521 "configure"
  473. #include "confdefs.h"
  474. int main() { return 0; }
  475. int t() {
  476. nint()
  477. ; return 0; }
  478. EOF
  479. if eval $ac_link; then
  480.   rm -rf conftest*
  481.   eval "ac_cv_lib_m=yes"
  482. else
  483.   rm -rf conftest*
  484.   eval "ac_cv_lib_m=no"
  485. fi
  486. rm -f conftest*
  487. LIBS="$ac_save_LIBS"
  488. fi
  489. if eval "test "`echo '$ac_cv_lib_'m`" = yes"; then
  490.   echo "$ac_t""yes" 1>&6
  491.   NINTSW="-DHAVE_NINT"
  492. else
  493.   echo "$ac_t""no" 1>&6
  494. fi
  495. trap '' 1 2 15
  496. cat > confcache <<EOF
  497. # This file is a shell script that caches the results of configure
  498. # tests run on this system so they can be shared between configure
  499. # scripts and configure runs.  It is not useful on other systems.
  500. # If it contains results you don't want to keep, you may remove or edit it.
  501. #
  502. # By default, configure uses ./config.cache as the cache file,
  503. # creating it if it does not exist already.  You can give configure
  504. # the --cache-file=FILE option to use a different cache file; that is
  505. # what configure does when it calls configure scripts in
  506. # subdirectories, so they share the cache.
  507. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  508. # config.status only pays attention to the cache file if you give it the
  509. # --recheck option to rerun configure.
  510. #
  511. EOF
  512. # Ultrix sh set writes to stderr and can't be redirected directly,
  513. # and sets the high bit in the cache file unless we assign to the vars.
  514. (set) 2>&1 |
  515.   sed -n "s/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1='2'}/p" 
  516.   >> confcache
  517. if cmp -s $cache_file confcache; then
  518.   :
  519. else
  520.   if test -w $cache_file; then
  521.     echo "updating cache $cache_file"
  522.     cat confcache > $cache_file
  523.   else
  524.     echo "not updating unwritable cache $cache_file"
  525.   fi
  526. fi
  527. rm -f confcache
  528. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  529. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  530. # Let make expand exec_prefix.
  531. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  532. # Any assignment to VPATH causes Sun make to only execute
  533. # the first set of double-colon rules, so remove it if not needed.
  534. # If there is a colon in the path, we need to keep it.
  535. if test "x$srcdir" = x.; then
  536.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  537. fi
  538. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  539. # Transform confdefs.h into DEFS.
  540. # Protect against shell expansion while executing Makefile rules.
  541. # Protect against Makefile macro expansion.
  542. cat > conftest.defs <<EOF
  543. s%#define ([A-Za-z_][A-Za-z0-9_]*) (.*)%-D1=2%g
  544. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  545. s%[%\&%g
  546. s%]%\&%g
  547. s%$%$$%g
  548. EOF
  549. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  550. rm -f conftest.defs
  551. # Without the "./", some shells look in PATH for config.status.
  552. : ${CONFIG_STATUS=./config.status}
  553. echo creating $CONFIG_STATUS
  554. rm -f $CONFIG_STATUS
  555. cat > $CONFIG_STATUS <<EOF
  556. #! /bin/sh
  557. # Generated automatically by configure.
  558. # Run this file to recreate the current configuration.
  559. # This directory was configured as follows,
  560. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  561. #
  562. # $0 $ac_configure_args
  563. #
  564. # Compiler output produced by configure, useful for debugging
  565. # configure, is in ./config.log if it exists.
  566. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  567. for ac_option
  568. do
  569.   case "$ac_option" in
  570.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  571.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  572.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  573.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  574.     echo "$CONFIG_STATUS generated by autoconf version 2.3"
  575.     exit 0 ;;
  576.   -help | --help | --hel | --he | --h)
  577.     echo "$ac_cs_usage"; exit 0 ;;
  578.   *) echo "$ac_cs_usage"; exit 1 ;;
  579.   esac
  580. done
  581. ac_given_srcdir=$srcdir
  582. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  583. # Protect against being on the right side of a sed subst in config.status. 
  584. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  585.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<CEOF
  586. $ac_vpsub
  587. $extrasub
  588. s%@CFLAGS@%$CFLAGS%g
  589. s%@CPPFLAGS@%$CPPFLAGS%g
  590. s%@CXXFLAGS@%$CXXFLAGS%g
  591. s%@DEFS@%$DEFS%g
  592. s%@LDFLAGS@%$LDFLAGS%g
  593. s%@LIBS@%$LIBS%g
  594. s%@exec_prefix@%$exec_prefix%g
  595. s%@prefix@%$prefix%g
  596. s%@program_transform_name@%$program_transform_name%g
  597. s%@CC@%$CC%g
  598. s%@MATHLIBS@%$MATHLIBS%g
  599. s%@NINTSW@%$NINTSW%g
  600. CEOF
  601. EOF
  602. cat >> $CONFIG_STATUS <<EOF
  603. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  604. EOF
  605. cat >> $CONFIG_STATUS <<EOF
  606. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  607.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  608.   case "$ac_file" in
  609.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  610.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  611.   *) ac_file_in="${ac_file}.in" ;;
  612.   esac
  613.   # Adjust relative srcdir, etc. for subdirectories.
  614.   # Remove last slash and all that follows it.  Not all systems have dirname.
  615.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  616.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  617.     # The file is in a subdirectory.
  618.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  619.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  620.     # A "../" for each directory in $ac_dir_suffix.
  621.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  622.   else
  623.     ac_dir_suffix= ac_dots=
  624.   fi
  625.   case "$ac_given_srcdir" in
  626.   .)  srcdir=.
  627.       if test -z "$ac_dots"; then top_srcdir=.
  628.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  629.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  630.   *) # Relative path.
  631.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  632.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  633.   esac
  634.   echo creating "$ac_file"
  635.   rm -f "$ac_file"
  636.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  637.   case "$ac_file" in
  638.   *Makefile*) ac_comsub="1i\
  639. # $configure_input" ;;
  640.   *) ac_comsub= ;;
  641.   esac
  642.   sed -e "$ac_comsub
  643. s%@configure_input@%$configure_input%g
  644. s%@srcdir@%$srcdir%g
  645. s%@top_srcdir@%$top_srcdir%g
  646. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  647. fi; done
  648. rm -f conftest.subs
  649. exit 0
  650. EOF
  651. chmod +x $CONFIG_STATUS
  652. rm -fr confdefs* $ac_clean_files
  653. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1