config.status
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:8k
源码类别:

DVD

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host darkstar:
  6. #
  7. # ./configure  --cache-file=../.././config.cache --srcdir=.
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  12. for ac_option
  13. do
  14.   case "$ac_option" in
  15.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  16.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --cache-file=../.././config.cache --srcdir=. --no-create --no-recursion"
  17.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --cache-file=../.././config.cache --srcdir=. --no-create --no-recursion ;;
  18.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  19.     echo "./config.status generated by autoconf version 2.13"
  20.     exit 0 ;;
  21.   -help | --help | --hel | --he | --h)
  22.     echo "$ac_cs_usage"; exit 0 ;;
  23.   *) echo "$ac_cs_usage"; exit 1 ;;
  24.   esac
  25. done
  26. ac_given_srcdir=.
  27. ac_given_INSTALL="/usr/bin/install -c"
  28. trap 'rm -fr Makefile  config.h conftest*; exit 1' 1 2 15
  29. # Protect against being on the right side of a sed subst in config.status.
  30. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\&%]/\&/g;
  31.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<CEOF
  32. /^[  ]*VPATH[  ]*=[^:]*$/d
  33. s%@SHELL@%/bin/sh%g
  34. s%@CFLAGS@%-g -O2%g
  35. s%@CPPFLAGS@%%g
  36. s%@CXXFLAGS@%-g -O2%g
  37. s%@FFLAGS@%%g
  38. s%@DEFS@%-DHAVE_CONFIG_H%g
  39. s%@LDFLAGS@%%g
  40. s%@LIBS@%%g
  41. s%@exec_prefix@%${prefix}%g
  42. s%@prefix@%/usr/local%g
  43. s%@program_transform_name@%s,x,x,%g
  44. s%@bindir@%${exec_prefix}/bin%g
  45. s%@sbindir@%${exec_prefix}/sbin%g
  46. s%@libexecdir@%${exec_prefix}/libexec%g
  47. s%@datadir@%${prefix}/share%g
  48. s%@sysconfdir@%${prefix}/etc%g
  49. s%@sharedstatedir@%${prefix}/com%g
  50. s%@localstatedir@%${prefix}/var%g
  51. s%@libdir@%${exec_prefix}/lib%g
  52. s%@includedir@%${prefix}/include%g
  53. s%@oldincludedir@%/usr/include%g
  54. s%@infodir@%${prefix}/info%g
  55. s%@mandir@%${prefix}/man%g
  56. s%@host@%i686-pc-linux-gnu%g
  57. s%@host_alias@%i686-pc-linux-gnu%g
  58. s%@host_cpu@%i686%g
  59. s%@host_vendor@%pc%g
  60. s%@host_os@%linux-gnu%g
  61. s%@INSTALL_PROGRAM@%${INSTALL}%g
  62. s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
  63. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  64. s%@PACKAGE@%ac3dec%g
  65. s%@VERSION@%0.5.3%g
  66. s%@ACLOCAL@%aclocal%g
  67. s%@AUTOCONF@%/home/jojo/NIST-0.51/src/AC3/missing autoconf%g
  68. s%@AUTOMAKE@%automake%g
  69. s%@AUTOHEADER@%/home/jojo/NIST-0.51/src/AC3/missing autoheader%g
  70. s%@MAKEINFO@%makeinfo%g
  71. s%@SET_MAKE@%%g
  72. s%@MAINTAINER_MODE_TRUE@%#%g
  73. s%@MAINTAINER_MODE_FALSE@%%g
  74. s%@MAINT@%#%g
  75. s%@CC@%gcc%g
  76. s%@CXX@%c++%g
  77. s%@CPP@%gcc -E%g
  78. s%@RANLIB@%ranlib%g
  79. CEOF
  80. # Split the substitutions into bite-sized pieces for seds with
  81. # small command number limits, like on Digital OSF/1 and HP-UX.
  82. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  83. ac_file=1 # Number of current file.
  84. ac_beg=1 # First line for current file.
  85. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  86. ac_more_lines=:
  87. ac_sed_cmds=""
  88. while $ac_more_lines; do
  89.   if test $ac_beg -gt 1; then
  90.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  91.   else
  92.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  93.   fi
  94.   if test ! -s conftest.s$ac_file; then
  95.     ac_more_lines=false
  96.     rm -f conftest.s$ac_file
  97.   else
  98.     if test -z "$ac_sed_cmds"; then
  99.       ac_sed_cmds="sed -f conftest.s$ac_file"
  100.     else
  101.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  102.     fi
  103.     ac_file=`expr $ac_file + 1`
  104.     ac_beg=$ac_end
  105.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  106.   fi
  107. done
  108. if test -z "$ac_sed_cmds"; then
  109.   ac_sed_cmds=cat
  110. fi
  111. CONFIG_FILES=${CONFIG_FILES-"Makefile "}
  112. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  113.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  114.   case "$ac_file" in
  115.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  116.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  117.   *) ac_file_in="${ac_file}.in" ;;
  118.   esac
  119.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  120.   # Remove last slash and all that follows it.  Not all systems have dirname.
  121.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  122.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  123.     # The file is in a subdirectory.
  124.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  125.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  126.     # A "../" for each directory in $ac_dir_suffix.
  127.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  128.   else
  129.     ac_dir_suffix= ac_dots=
  130.   fi
  131.   case "$ac_given_srcdir" in
  132.   .)  srcdir=.
  133.       if test -z "$ac_dots"; then top_srcdir=.
  134.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  135.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  136.   *) # Relative path.
  137.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  138.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  139.   esac
  140.   case "$ac_given_INSTALL" in
  141.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  142.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  143.   esac
  144.   echo creating "$ac_file"
  145.   rm -f "$ac_file"
  146.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  147.   case "$ac_file" in
  148.   *Makefile*) ac_comsub="1i\
  149. # $configure_input" ;;
  150.   *) ac_comsub= ;;
  151.   esac
  152.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  153.   sed -e "$ac_comsub
  154. s%@configure_input@%$configure_input%g
  155. s%@srcdir@%$srcdir%g
  156. s%@top_srcdir@%$top_srcdir%g
  157. s%@INSTALL@%$INSTALL%g
  158. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  159. fi; done
  160. rm -f conftest.s*
  161. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  162. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  163. #
  164. # ac_d sets the value in "#define NAME VALUE" lines.
  165. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  166. ac_dB='([  ][  ]*)[^  ]*%1#2'
  167. ac_dC='3'
  168. ac_dD='%g'
  169. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  170. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  171. ac_uB='([  ])%1#2define3'
  172. ac_uC=' '
  173. ac_uD='4%g'
  174. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  175. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  176. ac_eB='$%1#2define3'
  177. ac_eC=' '
  178. ac_eD='%g'
  179. if test "${CONFIG_HEADERS+set}" != set; then
  180.   CONFIG_HEADERS="config.h"
  181. fi
  182. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  183.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  184.   case "$ac_file" in
  185.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  186.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  187.   *) ac_file_in="${ac_file}.in" ;;
  188.   esac
  189.   echo creating $ac_file
  190.   rm -f conftest.frag conftest.in conftest.out
  191.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  192.   cat $ac_file_inputs > conftest.in
  193.   cat > conftest.frag <<CEOF
  194. ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"ac3dec"${ac_dD}
  195. ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"ac3dec"${ac_uD}
  196. ${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"ac3dec"${ac_eD}
  197. ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.5.3"${ac_dD}
  198. ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.5.3"${ac_uD}
  199. ${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"0.5.3"${ac_eD}
  200. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  201. CEOF
  202.   sed -f conftest.frag conftest.in > conftest.out
  203.   rm -f conftest.in
  204.   mv conftest.out conftest.in
  205.   rm -f conftest.frag conftest.h
  206.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  207.   cat conftest.in >> conftest.h
  208.   rm -f conftest.in
  209.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  210.     echo "$ac_file is unchanged"
  211.     rm -f conftest.h
  212.   else
  213.     # Remove last slash and all that follows it.  Not all systems have dirname.
  214.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  215.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  216.       # The file is in a subdirectory.
  217.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  218.     fi
  219.     rm -f $ac_file
  220.     mv conftest.h $ac_file
  221.   fi
  222. fi; done
  223. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  224. exit 0