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