configure
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:380k
源码类别:

Windows CE

开发平台:

C/C++

  1. echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
  2. if test "$ac_test_CXXFLAGS" = set; then
  3.   CXXFLAGS=$ac_save_CXXFLAGS
  4. elif test $ac_cv_prog_cxx_g = yes; then
  5.   if test "$GXX" = yes; then
  6.     CXXFLAGS="-g -O2"
  7.   else
  8.     CXXFLAGS="-g"
  9.   fi
  10. else
  11.   if test "$GXX" = yes; then
  12.     CXXFLAGS="-O2"
  13.   else
  14.     CXXFLAGS=
  15.   fi
  16. fi
  17. for ac_declaration in 
  18.    '' 
  19.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  20.    'extern "C" void std::exit (int); using std::exit;' 
  21.    'extern "C" void exit (int) throw ();' 
  22.    'extern "C" void exit (int);' 
  23.    'void exit (int);'
  24. do
  25.   cat >conftest.$ac_ext <<_ACEOF
  26. /* confdefs.h.  */
  27. _ACEOF
  28. cat confdefs.h >>conftest.$ac_ext
  29. cat >>conftest.$ac_ext <<_ACEOF
  30. /* end confdefs.h.  */
  31. $ac_declaration
  32. #include <stdlib.h>
  33. int
  34. main ()
  35. {
  36. exit (42);
  37.   ;
  38.   return 0;
  39. }
  40. _ACEOF
  41. rm -f conftest.$ac_objext
  42. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  43.   (eval $ac_compile) 2>conftest.er1
  44.   ac_status=$?
  45.   grep -v '^ *+' conftest.er1 >conftest.err
  46.   rm -f conftest.er1
  47.   cat conftest.err >&5
  48.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  49.   (exit $ac_status); } &&
  50.  { ac_try='test -z "$ac_cxx_werror_flag"
  51.  || test ! -s conftest.err'
  52.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  53.   (eval $ac_try) 2>&5
  54.   ac_status=$?
  55.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  56.   (exit $ac_status); }; } &&
  57.  { ac_try='test -s conftest.$ac_objext'
  58.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  59.   (eval $ac_try) 2>&5
  60.   ac_status=$?
  61.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  62.   (exit $ac_status); }; }; then
  63.   :
  64. else
  65.   echo "$as_me: failed program was:" >&5
  66. sed 's/^/| /' conftest.$ac_ext >&5
  67. continue
  68. fi
  69. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  70.   cat >conftest.$ac_ext <<_ACEOF
  71. /* confdefs.h.  */
  72. _ACEOF
  73. cat confdefs.h >>conftest.$ac_ext
  74. cat >>conftest.$ac_ext <<_ACEOF
  75. /* end confdefs.h.  */
  76. $ac_declaration
  77. int
  78. main ()
  79. {
  80. exit (42);
  81.   ;
  82.   return 0;
  83. }
  84. _ACEOF
  85. rm -f conftest.$ac_objext
  86. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  87.   (eval $ac_compile) 2>conftest.er1
  88.   ac_status=$?
  89.   grep -v '^ *+' conftest.er1 >conftest.err
  90.   rm -f conftest.er1
  91.   cat conftest.err >&5
  92.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  93.   (exit $ac_status); } &&
  94.  { ac_try='test -z "$ac_cxx_werror_flag"
  95.  || test ! -s conftest.err'
  96.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  97.   (eval $ac_try) 2>&5
  98.   ac_status=$?
  99.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  100.   (exit $ac_status); }; } &&
  101.  { ac_try='test -s conftest.$ac_objext'
  102.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  103.   (eval $ac_try) 2>&5
  104.   ac_status=$?
  105.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  106.   (exit $ac_status); }; }; then
  107.   break
  108. else
  109.   echo "$as_me: failed program was:" >&5
  110. sed 's/^/| /' conftest.$ac_ext >&5
  111. fi
  112. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  113. done
  114. rm -f conftest*
  115. if test -n "$ac_declaration"; then
  116.   echo '#ifdef __cplusplus' >>confdefs.h
  117.   echo $ac_declaration      >>confdefs.h
  118.   echo '#endif'             >>confdefs.h
  119. fi
  120. ac_ext=c
  121. ac_cpp='$CPP $CPPFLAGS'
  122. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  123. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  124. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  125. depcc="$CXX"  am_compiler_list=
  126. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  127. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  128. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
  129.   echo $ECHO_N "(cached) $ECHO_C" >&6
  130. else
  131.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  132.   # We make a subdir and do the tests there.  Otherwise we can end up
  133.   # making bogus files that we don't know about and never remove.  For
  134.   # instance it was reported that on HP-UX the gcc test will end up
  135.   # making a dummy file named `D' -- because `-MD' means `put the output
  136.   # in D'.
  137.   mkdir conftest.dir
  138.   # Copy depcomp to subdir because otherwise we won't find it if we're
  139.   # using a relative directory.
  140.   cp "$am_depcomp" conftest.dir
  141.   cd conftest.dir
  142.   # We will build objects and dependencies in a subdirectory because
  143.   # it helps to detect inapplicable dependency modes.  For instance
  144.   # both Tru64's cc and ICC support -MD to output dependencies as a
  145.   # side effect of compilation, but ICC will put the dependencies in
  146.   # the current directory while Tru64 will put them in the object
  147.   # directory.
  148.   mkdir sub
  149.   am_cv_CXX_dependencies_compiler_type=none
  150.   if test "$am_compiler_list" = ""; then
  151.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  152.   fi
  153.   for depmode in $am_compiler_list; do
  154.     # Setup a source with many dependencies, because some compilers
  155.     # like to wrap large dependency lists on column 80 (with ), and
  156.     # we should not choose a depcomp mode which is confused by this.
  157.     #
  158.     # We need to recreate these files for each test, as the compiler may
  159.     # overwrite some of them when testing with obscure command lines.
  160.     # This happens at least with the AIX C compiler.
  161.     : > sub/conftest.c
  162.     for i in 1 2 3 4 5 6; do
  163.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  164.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  165.       # Solaris 8's {/usr,}/bin/sh.
  166.       touch sub/conftst$i.h
  167.     done
  168.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  169.     case $depmode in
  170.     nosideeffect)
  171.       # after this tag, mechanisms are not by side-effect, so they'll
  172.       # only be used when explicitly requested
  173.       if test "x$enable_dependency_tracking" = xyes; then
  174. continue
  175.       else
  176. break
  177.       fi
  178.       ;;
  179.     none) break ;;
  180.     esac
  181.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  182.     # mode.  It turns out that the SunPro C++ compiler does not properly
  183.     # handle `-M -o', and we need to detect this.
  184.     if depmode=$depmode 
  185.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  186.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  187.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  188.          >/dev/null 2>conftest.err &&
  189.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  190.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  191.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  192.       # icc doesn't choke on unknown options, it will just issue warnings
  193.       # or remarks (even with -Werror).  So we grep stderr for any message
  194.       # that says an option was ignored or not supported.
  195.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  196.       #   icc: Command line warning: ignoring option '-M'; no argument required
  197.       # The diagnosis changed in icc 8.0:
  198.       #   icc: Command line remark: option '-MP' not supported
  199.       if (grep 'ignoring option' conftest.err ||
  200.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  201.         am_cv_CXX_dependencies_compiler_type=$depmode
  202.         break
  203.       fi
  204.     fi
  205.   done
  206.   cd ..
  207.   rm -rf conftest.dir
  208. else
  209.   am_cv_CXX_dependencies_compiler_type=none
  210. fi
  211. fi
  212. echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
  213. echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
  214. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  215. if
  216.   test "x$enable_dependency_tracking" != xno 
  217.   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  218.   am__fastdepCXX_TRUE=
  219.   am__fastdepCXX_FALSE='#'
  220. else
  221.   am__fastdepCXX_TRUE='#'
  222.   am__fastdepCXX_FALSE=
  223. fi
  224. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets $(MAKE)" >&5
  225. echo $ECHO_N "checking whether ${MAKE-make} sets $(MAKE)... $ECHO_C" >&6
  226. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  227. if eval "test "${ac_cv_prog_make_${ac_make}_set+set}" = set"; then
  228.   echo $ECHO_N "(cached) $ECHO_C" >&6
  229. else
  230.   cat >conftest.make <<_ACEOF
  231. all:
  232. @echo 'ac_maketemp="$(MAKE)"'
  233. _ACEOF
  234. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  235. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  236. if test -n "$ac_maketemp"; then
  237.   eval ac_cv_prog_make_${ac_make}_set=yes
  238. else
  239.   eval ac_cv_prog_make_${ac_make}_set=no
  240. fi
  241. rm -f conftest.make
  242. fi
  243. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  244.   echo "$as_me:$LINENO: result: yes" >&5
  245. echo "${ECHO_T}yes" >&6
  246.   SET_MAKE=
  247. else
  248.   echo "$as_me:$LINENO: result: no" >&5
  249. echo "${ECHO_T}no" >&6
  250.   SET_MAKE="MAKE=${MAKE-make}"
  251. fi
  252. echo "$as_me:$LINENO: checking for socklen_t" >&5
  253. echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
  254. if test "${ac_cv_type_socklen_t+set}" = set; then
  255.   echo $ECHO_N "(cached) $ECHO_C" >&6
  256. else
  257.   cat >conftest.$ac_ext <<_ACEOF
  258. /* confdefs.h.  */
  259. _ACEOF
  260. cat confdefs.h >>conftest.$ac_ext
  261. cat >>conftest.$ac_ext <<_ACEOF
  262. /* end confdefs.h.  */
  263. $ac_includes_default
  264. int
  265. main ()
  266. {
  267. if ((socklen_t *) 0)
  268.   return 0;
  269. if (sizeof (socklen_t))
  270.   return 0;
  271.   ;
  272.   return 0;
  273. }
  274. _ACEOF
  275. rm -f conftest.$ac_objext
  276. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  277.   (eval $ac_compile) 2>conftest.er1
  278.   ac_status=$?
  279.   grep -v '^ *+' conftest.er1 >conftest.err
  280.   rm -f conftest.er1
  281.   cat conftest.err >&5
  282.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  283.   (exit $ac_status); } &&
  284.  { ac_try='test -z "$ac_c_werror_flag"
  285.  || test ! -s conftest.err'
  286.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  287.   (eval $ac_try) 2>&5
  288.   ac_status=$?
  289.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  290.   (exit $ac_status); }; } &&
  291.  { ac_try='test -s conftest.$ac_objext'
  292.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  293.   (eval $ac_try) 2>&5
  294.   ac_status=$?
  295.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  296.   (exit $ac_status); }; }; then
  297.   ac_cv_type_socklen_t=yes
  298. else
  299.   echo "$as_me: failed program was:" >&5
  300. sed 's/^/| /' conftest.$ac_ext >&5
  301. ac_cv_type_socklen_t=no
  302. fi
  303. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  304. fi
  305. echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
  306. echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
  307. if test $ac_cv_type_socklen_t = yes; then
  308. cat >>confdefs.h <<_ACEOF
  309. #define HAVE_SOCKLEN_T 1
  310. _ACEOF
  311. fi
  312. for ac_func in getopt_long
  313. do
  314. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  315. echo "$as_me:$LINENO: checking for $ac_func" >&5
  316. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  317. if eval "test "${$as_ac_var+set}" = set"; then
  318.   echo $ECHO_N "(cached) $ECHO_C" >&6
  319. else
  320.   cat >conftest.$ac_ext <<_ACEOF
  321. /* confdefs.h.  */
  322. _ACEOF
  323. cat confdefs.h >>conftest.$ac_ext
  324. cat >>conftest.$ac_ext <<_ACEOF
  325. /* end confdefs.h.  */
  326. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  327.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  328. #define $ac_func innocuous_$ac_func
  329. /* System header to define __stub macros and hopefully few prototypes,
  330.     which can conflict with char $ac_func (); below.
  331.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  332.     <limits.h> exists even on freestanding compilers.  */
  333. #ifdef __STDC__
  334. # include <limits.h>
  335. #else
  336. # include <assert.h>
  337. #endif
  338. #undef $ac_func
  339. /* Override any gcc2 internal prototype to avoid an error.  */
  340. #ifdef __cplusplus
  341. extern "C"
  342. {
  343. #endif
  344. /* We use char because int might match the return type of a gcc2
  345.    builtin and then its argument prototype would still apply.  */
  346. char $ac_func ();
  347. /* The GNU C library defines this for functions which it implements
  348.     to always fail with ENOSYS.  Some functions are actually named
  349.     something starting with __ and the normal name is an alias.  */
  350. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  351. choke me
  352. #else
  353. char (*f) () = $ac_func;
  354. #endif
  355. #ifdef __cplusplus
  356. }
  357. #endif
  358. int
  359. main ()
  360. {
  361. return f != $ac_func;
  362.   ;
  363.   return 0;
  364. }
  365. _ACEOF
  366. rm -f conftest.$ac_objext conftest$ac_exeext
  367. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  368.   (eval $ac_link) 2>conftest.er1
  369.   ac_status=$?
  370.   grep -v '^ *+' conftest.er1 >conftest.err
  371.   rm -f conftest.er1
  372.   cat conftest.err >&5
  373.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  374.   (exit $ac_status); } &&
  375.  { ac_try='test -z "$ac_c_werror_flag"
  376.  || test ! -s conftest.err'
  377.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  378.   (eval $ac_try) 2>&5
  379.   ac_status=$?
  380.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  381.   (exit $ac_status); }; } &&
  382.  { ac_try='test -s conftest$ac_exeext'
  383.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  384.   (eval $ac_try) 2>&5
  385.   ac_status=$?
  386.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  387.   (exit $ac_status); }; }; then
  388.   eval "$as_ac_var=yes"
  389. else
  390.   echo "$as_me: failed program was:" >&5
  391. sed 's/^/| /' conftest.$ac_ext >&5
  392. eval "$as_ac_var=no"
  393. fi
  394. rm -f conftest.err conftest.$ac_objext 
  395.       conftest$ac_exeext conftest.$ac_ext
  396. fi
  397. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  398. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  399. if test `eval echo '${'$as_ac_var'}'` = yes; then
  400.   cat >>confdefs.h <<_ACEOF
  401. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  402. _ACEOF
  403. fi
  404. done
  405. case "$host_cpu" in
  406. i*86) cpu_ia32=true ; cat >>confdefs.h <<_ACEOF
  407. #define FLAC__CPU_IA32 1
  408. _ACEOF
  409.  ;;
  410. powerpc) cpu_ppc=true ; cat >>confdefs.h <<_ACEOF
  411. #define FLAC__CPU_PPC 1
  412. _ACEOF
  413.  ;;
  414. sparc) cpu_sparc=true ; cat >>confdefs.h <<_ACEOF
  415. #define FLAC__CPU_SPARC 1
  416. _ACEOF
  417.  ;;
  418. esac
  419. if test x$cpu_ia32 = xtrue; then
  420.   FLaC__CPU_IA32_TRUE=
  421.   FLaC__CPU_IA32_FALSE='#'
  422. else
  423.   FLaC__CPU_IA32_TRUE='#'
  424.   FLaC__CPU_IA32_FALSE=
  425. fi
  426. if test x$cpu_ppc = xtrue; then
  427.   FLaC__CPU_PPC_TRUE=
  428.   FLaC__CPU_PPC_FALSE='#'
  429. else
  430.   FLaC__CPU_PPC_TRUE='#'
  431.   FLaC__CPU_PPC_FALSE=
  432. fi
  433. if test x$cpu_sparc = xtrue; then
  434.   FLaC__CPU_SPARC_TRUE=
  435.   FLaC__CPU_SPARC_FALSE='#'
  436. else
  437.   FLaC__CPU_SPARC_TRUE='#'
  438.   FLaC__CPU_SPARC_FALSE=
  439. fi
  440. case "$host" in
  441. i386-*-openbsd3.[0-3]) OBJ_FORMAT=aoutb ;;
  442. *) OBJ_FORMAT=elf ;;
  443. esac
  444. case "$host" in
  445. *-pc-linux-gnu) sys_linux=true ; cat >>confdefs.h <<_ACEOF
  446. #define FLAC__SYS_LINUX 1
  447. _ACEOF
  448.  ;;
  449. *-*-darwin*) sys_darwin=true ; cat >>confdefs.h <<_ACEOF
  450. #define FLAC__SYS_DARWIN 1
  451. _ACEOF
  452.  ;;
  453. esac
  454. if test x$sys_darwin = xtrue; then
  455.   FLaC__SYS_DARWIN_TRUE=
  456.   FLaC__SYS_DARWIN_FALSE='#'
  457. else
  458.   FLaC__SYS_DARWIN_TRUE='#'
  459.   FLaC__SYS_DARWIN_FALSE=
  460. fi
  461. if test x$sys_linux = xtrue; then
  462.   FLaC__SYS_LINUX_TRUE=
  463.   FLaC__SYS_LINUX_FALSE='#'
  464. else
  465.   FLaC__SYS_LINUX_TRUE='#'
  466.   FLaC__SYS_LINUX_FALSE=
  467. fi
  468. if test x$cpu_ia32 = xtrue ; then
  469. cat >>confdefs.h <<_ACEOF
  470. #define FLAC__ALIGN_MALLOC_DATA 1
  471. _ACEOF
  472. fi
  473. # Check whether --enable-asm-optimizations or --disable-asm-optimizations was given.
  474. if test "${enable_asm_optimizations+set}" = set; then
  475.   enableval="$enable_asm_optimizations"
  476.   asm_opt=no
  477. else
  478.   asm_opt=yes
  479. fi;
  480. if test x$asm_opt = xno; then
  481.   FLaC__NO_ASM_TRUE=
  482.   FLaC__NO_ASM_FALSE='#'
  483. else
  484.   FLaC__NO_ASM_TRUE='#'
  485.   FLaC__NO_ASM_FALSE=
  486. fi
  487. if test x$asm_opt = xno ; then
  488. cat >>confdefs.h <<_ACEOF
  489. #define FLAC__NO_ASM 1
  490. _ACEOF
  491. fi
  492. # Check whether --enable-debug or --disable-debug was given.
  493. if test "${enable_debug+set}" = set; then
  494.   enableval="$enable_debug"
  495.   case "${enableval}" in
  496. yes) debug=true ;;
  497. no)  debug=false ;;
  498. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-debug" >&5
  499. echo "$as_me: error: bad value ${enableval} for --enable-debug" >&2;}
  500.    { (exit 1); exit 1; }; } ;;
  501. esac
  502. else
  503.   debug=false
  504. fi;
  505. if test x$debug = xtrue; then
  506.   DEBUG_TRUE=
  507.   DEBUG_FALSE='#'
  508. else
  509.   DEBUG_TRUE='#'
  510.   DEBUG_FALSE=
  511. fi
  512. # Check whether --enable-sse or --disable-sse was given.
  513. if test "${enable_sse+set}" = set; then
  514.   enableval="$enable_sse"
  515.   case "${enableval}" in
  516. yes) sse_os=true ;;
  517. no)  sse_os=false ;;
  518. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-sse" >&5
  519. echo "$as_me: error: bad value ${enableval} for --enable-sse" >&2;}
  520.    { (exit 1); exit 1; }; } ;;
  521. esac
  522. else
  523.   sse_os=false
  524. fi;
  525. if test x$sse_os = xtrue; then
  526.   FLaC__SSE_OS_TRUE=
  527.   FLaC__SSE_OS_FALSE='#'
  528. else
  529.   FLaC__SSE_OS_TRUE='#'
  530.   FLaC__SSE_OS_FALSE=
  531. fi
  532. if test x$sse_os = xtrue ; then
  533. cat >>confdefs.h <<_ACEOF
  534. #define FLAC__SSE_OS 1
  535. _ACEOF
  536. fi
  537. # Check whether --enable-3dnow or --disable-3dnow was given.
  538. if test "${enable_3dnow+set}" = set; then
  539.   enableval="$enable_3dnow"
  540.   case "${enableval}" in
  541. yes) use_3dnow=true ;;
  542. no)  use_3dnow=false ;;
  543. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-3dnow" >&5
  544. echo "$as_me: error: bad value ${enableval} for --enable-3dnow" >&2;}
  545.    { (exit 1); exit 1; }; } ;;
  546. esac
  547. else
  548.   use_3dnow=true
  549. fi;
  550. if test x$use_3dnow = xtrue; then
  551.   FLaC__USE_3DNOW_TRUE=
  552.   FLaC__USE_3DNOW_FALSE='#'
  553. else
  554.   FLaC__USE_3DNOW_TRUE='#'
  555.   FLaC__USE_3DNOW_FALSE=
  556. fi
  557. if test x$use_3dnow = xtrue ; then
  558. cat >>confdefs.h <<_ACEOF
  559. #define FLAC__USE_3DNOW 1
  560. _ACEOF
  561. fi
  562. # Check whether --enable-altivec or --disable-altivec was given.
  563. if test "${enable_altivec+set}" = set; then
  564.   enableval="$enable_altivec"
  565.   case "${enableval}" in
  566. yes) use_altivec=true ;;
  567. no)  use_altivec=false ;;
  568. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-altivec" >&5
  569. echo "$as_me: error: bad value ${enableval} for --enable-altivec" >&2;}
  570.    { (exit 1); exit 1; }; } ;;
  571. esac
  572. else
  573.   use_altivec=true
  574. fi;
  575. if test x$use_altivec = xtrue; then
  576.   FLaC__USE_ALTIVEC_TRUE=
  577.   FLaC__USE_ALTIVEC_FALSE='#'
  578. else
  579.   FLaC__USE_ALTIVEC_TRUE='#'
  580.   FLaC__USE_ALTIVEC_FALSE=
  581. fi
  582. if test x$use_altivec = xtrue ; then
  583. cat >>confdefs.h <<_ACEOF
  584. #define FLAC__USE_ALTIVEC 1
  585. _ACEOF
  586. fi
  587. # Check whether --enable-local-xmms-plugin or --disable-local-xmms-plugin was given.
  588. if test "${enable_local_xmms_plugin+set}" = set; then
  589.   enableval="$enable_local_xmms_plugin"
  590.   case "${enableval}" in
  591. yes) install_xmms_plugin_locally=true ;;
  592. no)  install_xmms_plugin_locally=false ;;
  593. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-local-xmms-plugin" >&5
  594. echo "$as_me: error: bad value ${enableval} for --enable-local-xmms-plugin" >&2;}
  595.    { (exit 1); exit 1; }; } ;;
  596. esac
  597. else
  598.   install_xmms_plugin_locally=false
  599. fi;
  600. if test x$install_xmms_plugin_locally = xtrue; then
  601.   FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE=
  602.   FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE='#'
  603. else
  604.   FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE='#'
  605.   FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE=
  606. fi
  607. # Check whether --enable-exhaustive-tests or --disable-exhaustive-tests was given.
  608. if test "${enable_exhaustive_tests+set}" = set; then
  609.   enableval="$enable_exhaustive_tests"
  610.   case "${enableval}" in
  611. yes) exhaustive_tests=true ;;
  612. no)  exhaustive_tests=false ;;
  613. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-exhaustive-tests" >&5
  614. echo "$as_me: error: bad value ${enableval} for --enable-exhaustive-tests" >&2;}
  615.    { (exit 1); exit 1; }; } ;;
  616. esac
  617. else
  618.   exhaustive_tests=false
  619. fi;
  620. if test x$exhaustive_tests = xtrue; then
  621.   FLaC__EXHAUSTIVE_TESTS_TRUE=
  622.   FLaC__EXHAUSTIVE_TESTS_FALSE='#'
  623. else
  624.   FLaC__EXHAUSTIVE_TESTS_TRUE='#'
  625.   FLaC__EXHAUSTIVE_TESTS_FALSE=
  626. fi
  627. if test x$exhaustive_tests = xtrue ; then
  628. cat >>confdefs.h <<_ACEOF
  629. #define FLAC__EXHAUSTIVE_TESTS 1
  630. _ACEOF
  631. fi
  632. # Check whether --enable-valgrind-testing or --disable-valgrind-testing was given.
  633. if test "${enable_valgrind_testing+set}" = set; then
  634.   enableval="$enable_valgrind_testing"
  635.   case "${enableval}" in
  636. yes) valgrind_testing=true ;;
  637. no)  valgrind_testing=false ;;
  638. *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-valgrind-testing" >&5
  639. echo "$as_me: error: bad value ${enableval} for --enable-valgrind-testing" >&2;}
  640.    { (exit 1); exit 1; }; } ;;
  641. esac
  642. else
  643.   valgrind_testing=false
  644. fi;
  645. if test x$valgrind_testing = xtrue; then
  646.   FLaC__VALGRIND_TESTING_TRUE=
  647.   FLaC__VALGRIND_TESTING_FALSE='#'
  648. else
  649.   FLaC__VALGRIND_TESTING_TRUE='#'
  650.   FLaC__VALGRIND_TESTING_FALSE=
  651. fi
  652. if test x$valgrind_testing = xtrue ; then
  653. cat >>confdefs.h <<_ACEOF
  654. #define FLAC__VALGRIND_TESTING 1
  655. _ACEOF
  656. fi
  657. # Check whether --with-ogg or --without-ogg was given.
  658. if test "${with_ogg+set}" = set; then
  659.   withval="$with_ogg"
  660.   ogg_prefix="$withval"
  661. else
  662.   ogg_prefix=""
  663. fi;
  664. # Check whether --with-ogg-libraries or --without-ogg-libraries was given.
  665. if test "${with_ogg_libraries+set}" = set; then
  666.   withval="$with_ogg_libraries"
  667.   ogg_libraries="$withval"
  668. else
  669.   ogg_libraries=""
  670. fi;
  671. # Check whether --with-ogg-includes or --without-ogg-includes was given.
  672. if test "${with_ogg_includes+set}" = set; then
  673.   withval="$with_ogg_includes"
  674.   ogg_includes="$withval"
  675. else
  676.   ogg_includes=""
  677. fi;
  678. # Check whether --enable-oggtest or --disable-oggtest was given.
  679. if test "${enable_oggtest+set}" = set; then
  680.   enableval="$enable_oggtest"
  681. else
  682.   enable_oggtest=yes
  683. fi;
  684.   if test "x$ogg_libraries" != "x" ; then
  685.     OGG_LIBS="-L$ogg_libraries"
  686.   elif test "x$ogg_prefix" != "x" ; then
  687.     OGG_LIBS="-L$ogg_prefix/lib"
  688.   elif test "x$prefix" != "xNONE" ; then
  689.     OGG_LIBS="-L$prefix/lib"
  690.   fi
  691.   OGG_LIBS="$OGG_LIBS -logg"
  692.   if test "x$ogg_includes" != "x" ; then
  693.     OGG_CFLAGS="-I$ogg_includes"
  694.   elif test "x$ogg_prefix" != "x" ; then
  695.     OGG_CFLAGS="-I$ogg_prefix/include"
  696.   elif test "x$prefix" != "xNONE"; then
  697.     OGG_CFLAGS="-I$prefix/include"
  698.   fi
  699.   echo "$as_me:$LINENO: checking for Ogg" >&5
  700. echo $ECHO_N "checking for Ogg... $ECHO_C" >&6
  701.   no_ogg=""
  702.   if test "x$enable_oggtest" = "xyes" ; then
  703.     ac_save_CFLAGS="$CFLAGS"
  704.     ac_save_LIBS="$LIBS"
  705.     CFLAGS="$CFLAGS $OGG_CFLAGS"
  706.     LIBS="$LIBS $OGG_LIBS"
  707.       rm -f conf.oggtest
  708.       if test "$cross_compiling" = yes; then
  709.   echo $ac_n "cross compiling; assumed OK... $ac_c"
  710. else
  711.   cat >conftest.$ac_ext <<_ACEOF
  712. /* confdefs.h.  */
  713. _ACEOF
  714. cat confdefs.h >>conftest.$ac_ext
  715. cat >>conftest.$ac_ext <<_ACEOF
  716. /* end confdefs.h.  */
  717. #include <stdio.h>
  718. #include <stdlib.h>
  719. #include <string.h>
  720. #include <ogg/ogg.h>
  721. int main ()
  722. {
  723.   system("touch conf.oggtest");
  724.   return 0;
  725. }
  726. _ACEOF
  727. rm -f conftest$ac_exeext
  728. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  729.   (eval $ac_link) 2>&5
  730.   ac_status=$?
  731.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  732.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  733.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  734.   (eval $ac_try) 2>&5
  735.   ac_status=$?
  736.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  737.   (exit $ac_status); }; }; then
  738.   :
  739. else
  740.   echo "$as_me: program exited with status $ac_status" >&5
  741. echo "$as_me: failed program was:" >&5
  742. sed 's/^/| /' conftest.$ac_ext >&5
  743. ( exit $ac_status )
  744. no_ogg=yes
  745. fi
  746. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  747. fi
  748.        CFLAGS="$ac_save_CFLAGS"
  749.        LIBS="$ac_save_LIBS"
  750.   fi
  751.   if test "x$no_ogg" = "x" ; then
  752.      echo "$as_me:$LINENO: result: yes" >&5
  753. echo "${ECHO_T}yes" >&6
  754.      have_ogg=yes
  755.   else
  756.      echo "$as_me:$LINENO: result: no" >&5
  757. echo "${ECHO_T}no" >&6
  758.      if test -f conf.oggtest ; then
  759.        :
  760.      else
  761.        echo "*** Could not run Ogg test program, checking why..."
  762.        CFLAGS="$CFLAGS $OGG_CFLAGS"
  763.        LIBS="$LIBS $OGG_LIBS"
  764.        cat >conftest.$ac_ext <<_ACEOF
  765. /* confdefs.h.  */
  766. _ACEOF
  767. cat confdefs.h >>conftest.$ac_ext
  768. cat >>conftest.$ac_ext <<_ACEOF
  769. /* end confdefs.h.  */
  770. #include <stdio.h>
  771. #include <ogg/ogg.h>
  772. int
  773. main ()
  774. {
  775.  return 0;
  776.   ;
  777.   return 0;
  778. }
  779. _ACEOF
  780. rm -f conftest.$ac_objext conftest$ac_exeext
  781. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  782.   (eval $ac_link) 2>conftest.er1
  783.   ac_status=$?
  784.   grep -v '^ *+' conftest.er1 >conftest.err
  785.   rm -f conftest.er1
  786.   cat conftest.err >&5
  787.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  788.   (exit $ac_status); } &&
  789.  { ac_try='test -z "$ac_c_werror_flag"
  790.  || test ! -s conftest.err'
  791.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  792.   (eval $ac_try) 2>&5
  793.   ac_status=$?
  794.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  795.   (exit $ac_status); }; } &&
  796.  { ac_try='test -s conftest$ac_exeext'
  797.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  798.   (eval $ac_try) 2>&5
  799.   ac_status=$?
  800.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  801.   (exit $ac_status); }; }; then
  802.    echo "*** The test program compiled, but did not run. This usually means"
  803.        echo "*** that the run-time linker is not finding Ogg or finding the wrong"
  804.        echo "*** version of Ogg. If it is not finding Ogg, you'll need to set your"
  805.        echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  806.        echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  807.        echo "*** is required on your system"
  808.        echo "***"
  809.        echo "*** If you have an old version installed, it is best to remove it, although"
  810.        echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  811. else
  812.   echo "$as_me: failed program was:" >&5
  813. sed 's/^/| /' conftest.$ac_ext >&5
  814.  echo "*** The test program failed to compile or link. See the file config.log for the"
  815.        echo "*** exact error that occured. This usually means Ogg was incorrectly installed"
  816.        echo "*** or that you have moved Ogg since it was installed."
  817. fi
  818. rm -f conftest.err conftest.$ac_objext 
  819.       conftest$ac_exeext conftest.$ac_ext
  820.        CFLAGS="$ac_save_CFLAGS"
  821.        LIBS="$ac_save_LIBS"
  822.      fi
  823.      OGG_CFLAGS=""
  824.      OGG_LIBS=""
  825.      { echo "$as_me:$LINENO: WARNING: *** Ogg development enviroment not installed - Ogg support will not be built" >&5
  826. echo "$as_me: WARNING: *** Ogg development enviroment not installed - Ogg support will not be built" >&2;}
  827.   fi
  828.   rm -f conf.oggtest
  829. if test x$have_ogg = xyes; then
  830.   FLaC__HAS_OGG_TRUE=
  831.   FLaC__HAS_OGG_FALSE='#'
  832. else
  833.   FLaC__HAS_OGG_TRUE='#'
  834.   FLaC__HAS_OGG_FALSE=
  835. fi
  836. if test x$have_ogg = xyes ; then
  837. cat >>confdefs.h <<_ACEOF
  838. #define FLAC__HAS_OGG 1
  839. _ACEOF
  840. fi
  841. # Check whether --with-xmms-prefix or --without-xmms-prefix was given.
  842. if test "${with_xmms_prefix+set}" = set; then
  843.   withval="$with_xmms_prefix"
  844.   xmms_config_prefix="$withval"
  845. else
  846.   xmms_config_prefix=""
  847. fi;
  848. # Check whether --with-xmms-exec-prefix or --without-xmms-exec-prefix was given.
  849. if test "${with_xmms_exec_prefix+set}" = set; then
  850.   withval="$with_xmms_exec_prefix"
  851.   xmms_config_exec_prefix="$withval"
  852. else
  853.   xmms_config_exec_prefix=""
  854. fi;
  855. if test x$xmms_config_exec_prefix != x; then
  856.     xmms_config_args="$xmms_config_args --exec-prefix=$xmms_config_exec_prefix"
  857.     if test x${XMMS_CONFIG+set} != xset; then
  858. XMMS_CONFIG=$xmms_config_exec_prefix/bin/xmms-config
  859.     fi
  860. fi
  861. if test x$xmms_config_prefix != x; then
  862.     xmms_config_args="$xmms_config_args --prefix=$xmms_config_prefix"
  863.     if test x${XMMS_CONFIG+set} != xset; then
  864.    XMMS_CONFIG=$xmms_config_prefix/bin/xmms-config
  865.     fi
  866. fi
  867. # Extract the first word of "xmms-config", so it can be a program name with args.
  868. set dummy xmms-config; ac_word=$2
  869. echo "$as_me:$LINENO: checking for $ac_word" >&5
  870. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  871. if test "${ac_cv_path_XMMS_CONFIG+set}" = set; then
  872.   echo $ECHO_N "(cached) $ECHO_C" >&6
  873. else
  874.   case $XMMS_CONFIG in
  875.   [\/]* | ?:[\/]*)
  876.   ac_cv_path_XMMS_CONFIG="$XMMS_CONFIG" # Let the user override the test with a path.
  877.   ;;
  878.   *)
  879.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  880. for as_dir in $PATH
  881. do
  882.   IFS=$as_save_IFS
  883.   test -z "$as_dir" && as_dir=.
  884.   for ac_exec_ext in '' $ac_executable_extensions; do
  885.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  886.     ac_cv_path_XMMS_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  887.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  888.     break 2
  889.   fi
  890. done
  891. done
  892.   test -z "$ac_cv_path_XMMS_CONFIG" && ac_cv_path_XMMS_CONFIG="no"
  893.   ;;
  894. esac
  895. fi
  896. XMMS_CONFIG=$ac_cv_path_XMMS_CONFIG
  897. if test -n "$XMMS_CONFIG"; then
  898.   echo "$as_me:$LINENO: result: $XMMS_CONFIG" >&5
  899. echo "${ECHO_T}$XMMS_CONFIG" >&6
  900. else
  901.   echo "$as_me:$LINENO: result: no" >&5
  902. echo "${ECHO_T}no" >&6
  903. fi
  904. min_xmms_version=0.9.5.1
  905. if test "$XMMS_CONFIG" = "no"; then
  906.     no_xmms=yes
  907. else
  908.     XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
  909.     XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
  910.     XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
  911.     XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
  912.     XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
  913.     XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args 
  914. --visualization-plugin-dir`
  915.     XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
  916.     XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
  917.     XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
  918.     XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
  919. # Determine which version number is greater. Prints 2 to stdout if
  920. # the second number is greater, 1 if the first number is greater,
  921. # 0 if the numbers are equal.
  922. # Written 15 December 1999 by Ben Gertzfield <che@debian.org>
  923. # Revised 15 December 1999 by Jim Monty <monty@primenet.com>
  924.     for ac_prog in gawk mawk nawk awk
  925. do
  926.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  927. set dummy $ac_prog; ac_word=$2
  928. echo "$as_me:$LINENO: checking for $ac_word" >&5
  929. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  930. if test "${ac_cv_prog_AWK+set}" = set; then
  931.   echo $ECHO_N "(cached) $ECHO_C" >&6
  932. else
  933.   if test -n "$AWK"; then
  934.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  935. else
  936. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  937. for as_dir in $PATH
  938. do
  939.   IFS=$as_save_IFS
  940.   test -z "$as_dir" && as_dir=.
  941.   for ac_exec_ext in '' $ac_executable_extensions; do
  942.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  943.     ac_cv_prog_AWK="$ac_prog"
  944.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  945.     break 2
  946.   fi
  947. done
  948. done
  949. fi
  950. fi
  951. AWK=$ac_cv_prog_AWK
  952. if test -n "$AWK"; then
  953.   echo "$as_me:$LINENO: result: $AWK" >&5
  954. echo "${ECHO_T}$AWK" >&6
  955. else
  956.   echo "$as_me:$LINENO: result: no" >&5
  957. echo "${ECHO_T}no" >&6
  958. fi
  959.   test -n "$AWK" && break
  960. done
  961.     xmms_got_version=` $AWK '
  962. BEGIN {
  963.     print vercmp(ARGV[1], ARGV[2]);
  964. }
  965. function vercmp(ver1, ver2,    ver1arr, ver2arr,
  966.                                ver1len, ver2len,
  967.                                ver1int, ver2int, len, i, p) {
  968.     ver1len = split(ver1, ver1arr, /./);
  969.     ver2len = split(ver2, ver2arr, /./);
  970.     len = ver1len > ver2len ? ver1len : ver2len;
  971.     for (i = 1; i <= len; i++) {
  972.         p = 1000 ^ (len - i);
  973.         ver1int += ver1arr[i] * p;
  974.         ver2int += ver2arr[i] * p;
  975.     }
  976.     if (ver1int < ver2int)
  977.         return 2;
  978.     else if (ver1int > ver2int)
  979.         return 1;
  980.     else
  981.         return 0;
  982. }' $XMMS_VERSION $min_xmms_version`
  983.     if test $xmms_got_version -eq 2; then  # failure
  984. no_xmms=version
  985.     else   # success!
  986. :
  987.     fi
  988. fi
  989. echo "$as_me:$LINENO: checking for XMMS - version >= $min_xmms_version" >&5
  990. echo $ECHO_N "checking for XMMS - version >= $min_xmms_version... $ECHO_C" >&6
  991. if test "x$no_xmms" = x; then
  992.     echo "$as_me:$LINENO: result: yes" >&5
  993. echo "${ECHO_T}yes" >&6
  994.     :
  995. else
  996.     echo "$as_me:$LINENO: result: no" >&5
  997. echo "${ECHO_T}no" >&6
  998.     if test "$XMMS_CONFIG" = "no" ; then
  999. echo "*** The xmms-config script installed by XMMS could not be found."
  1000.        echo "*** If XMMS was installed in PREFIX, make sure PREFIX/bin is in"
  1001. echo "*** your path, or set the XMMS_CONFIG environment variable to the"
  1002. echo "*** full path to xmms-config."
  1003.     else
  1004. if test "$no_xmms" = "version"; then
  1005.     echo "*** An old version of XMMS, $XMMS_VERSION, was found."
  1006.     echo "*** You need a version of XMMS newer than $min_xmms_version."
  1007.     echo "*** The latest version of XMMS is always available from"
  1008.     echo "*** http://www.xmms.org/"
  1009.     echo "***"
  1010.             echo "*** If you have already installed a sufficiently new version, this error"
  1011.             echo "*** probably means that the wrong copy of the xmms-config shell script is"
  1012.             echo "*** being found. The easiest way to fix this is to remove the old version"
  1013.             echo "*** of XMMS, but you can also set the XMMS_CONFIG environment to point to the"
  1014.             echo "*** correct copy of xmms-config. (In this case, you will have to"
  1015.             echo "*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf"
  1016.             echo "*** so that the correct libraries are found at run-time)"
  1017. fi
  1018.     fi
  1019.     XMMS_CFLAGS=""
  1020.     XMMS_LIBS=""
  1021.     { echo "$as_me:$LINENO: WARNING: *** XMMS >= 0.9.5.1 not installed - xmms support will not be built" >&5
  1022. echo "$as_me: WARNING: *** XMMS >= 0.9.5.1 not installed - xmms support will not be built" >&2;}
  1023. fi
  1024. if test x$XMMS_INPUT_PLUGIN_DIR != x; then
  1025.   FLaC__HAS_XMMS_TRUE=
  1026.   FLaC__HAS_XMMS_FALSE='#'
  1027. else
  1028.   FLaC__HAS_XMMS_TRUE='#'
  1029.   FLaC__HAS_XMMS_FALSE=
  1030. fi
  1031.       if test "X$prefix" = "XNONE"; then
  1032.     acl_final_prefix="$ac_default_prefix"
  1033.   else
  1034.     acl_final_prefix="$prefix"
  1035.   fi
  1036.   if test "X$exec_prefix" = "XNONE"; then
  1037.     acl_final_exec_prefix='${prefix}'
  1038.   else
  1039.     acl_final_exec_prefix="$exec_prefix"
  1040.   fi
  1041.   acl_save_prefix="$prefix"
  1042.   prefix="$acl_final_prefix"
  1043.   eval acl_final_exec_prefix="$acl_final_exec_prefix"
  1044.   prefix="$acl_save_prefix"
  1045. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  1046. if test "${with_gnu_ld+set}" = set; then
  1047.   withval="$with_gnu_ld"
  1048.   test "$withval" = no || with_gnu_ld=yes
  1049. else
  1050.   with_gnu_ld=no
  1051. fi;
  1052. ac_prog=ld
  1053. if test "$GCC" = yes; then
  1054.   # Check if gcc -print-prog-name=ld gives a path.
  1055.   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
  1056. echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
  1057.   case $host in
  1058.   *-*-mingw*)
  1059.     # gcc leaves a trailing carriage return which upsets mingw
  1060.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  1061.   *)
  1062.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  1063.   esac
  1064.   case $ac_prog in
  1065.     # Accept absolute paths.
  1066.     [\/]* | [A-Za-z]:[\/]*)
  1067.       re_direlt='/[^/][^/]*/../'
  1068.       # Canonicalize the path of ld
  1069.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  1070.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  1071. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  1072.       done
  1073.       test -z "$LD" && LD="$ac_prog"
  1074.       ;;
  1075.   "")
  1076.     # If it fails, then pretend we aren't using GCC.
  1077.     ac_prog=ld
  1078.     ;;
  1079.   *)
  1080.     # If it is relative, then search for the first ld in PATH.
  1081.     with_gnu_ld=unknown
  1082.     ;;
  1083.   esac
  1084. elif test "$with_gnu_ld" = yes; then
  1085.   echo "$as_me:$LINENO: checking for GNU ld" >&5
  1086. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
  1087. else
  1088.   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  1089. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
  1090. fi
  1091. if test "${acl_cv_path_LD+set}" = set; then
  1092.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1093. else
  1094.   if test -z "$LD"; then
  1095.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  1096.   for ac_dir in $PATH; do
  1097.     test -z "$ac_dir" && ac_dir=.
  1098.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  1099.       acl_cv_path_LD="$ac_dir/$ac_prog"
  1100.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1101.       # but apparently some GNU ld's only accept -v.
  1102.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1103.       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  1104. test "$with_gnu_ld" != no && break
  1105.       else
  1106. test "$with_gnu_ld" != yes && break
  1107.       fi
  1108.     fi
  1109.   done
  1110.   IFS="$ac_save_ifs"
  1111. else
  1112.   acl_cv_path_LD="$LD" # Let the user override the test with a path.
  1113. fi
  1114. fi
  1115. LD="$acl_cv_path_LD"
  1116. if test -n "$LD"; then
  1117.   echo "$as_me:$LINENO: result: $LD" >&5
  1118. echo "${ECHO_T}$LD" >&6
  1119. else
  1120.   echo "$as_me:$LINENO: result: no" >&5
  1121. echo "${ECHO_T}no" >&6
  1122. fi
  1123. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in $PATH" >&5
  1124. echo "$as_me: error: no acceptable ld found in $PATH" >&2;}
  1125.    { (exit 1); exit 1; }; }
  1126. echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  1127. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
  1128. if test "${acl_cv_prog_gnu_ld+set}" = set; then
  1129.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1130. else
  1131.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1132. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  1133.   acl_cv_prog_gnu_ld=yes
  1134. else
  1135.   acl_cv_prog_gnu_ld=no
  1136. fi
  1137. fi
  1138. echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
  1139. echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
  1140. with_gnu_ld=$acl_cv_prog_gnu_ld
  1141.                                                 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
  1142. echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
  1143. if test "${acl_cv_rpath+set}" = set; then
  1144.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1145. else
  1146.     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" 
  1147.     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
  1148.     . ./conftest.sh
  1149.     rm -f ./conftest.sh
  1150.     acl_cv_rpath=done
  1151. fi
  1152. echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
  1153. echo "${ECHO_T}$acl_cv_rpath" >&6
  1154.   wl="$acl_cv_wl"
  1155.   libext="$acl_cv_libext"
  1156.   shlibext="$acl_cv_shlibext"
  1157.   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
  1158.   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
  1159.   hardcode_direct="$acl_cv_hardcode_direct"
  1160.   hardcode_minus_L="$acl_cv_hardcode_minus_L"
  1161.   sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
  1162.   sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
  1163.     # Check whether --enable-rpath or --disable-rpath was given.
  1164. if test "${enable_rpath+set}" = set; then
  1165.   enableval="$enable_rpath"
  1166.   :
  1167. else
  1168.   enable_rpath=yes
  1169. fi;
  1170.     use_additional=yes
  1171.   acl_save_prefix="$prefix"
  1172.   prefix="$acl_final_prefix"
  1173.   acl_save_exec_prefix="$exec_prefix"
  1174.   exec_prefix="$acl_final_exec_prefix"
  1175.     eval additional_includedir="$includedir"
  1176.     eval additional_libdir="$libdir"
  1177.   exec_prefix="$acl_save_exec_prefix"
  1178.   prefix="$acl_save_prefix"
  1179. # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
  1180. if test "${with_libiconv_prefix+set}" = set; then
  1181.   withval="$with_libiconv_prefix"
  1182.     if test "X$withval" = "Xno"; then
  1183.       use_additional=no
  1184.     else
  1185.       if test "X$withval" = "X"; then
  1186.   acl_save_prefix="$prefix"
  1187.   prefix="$acl_final_prefix"
  1188.   acl_save_exec_prefix="$exec_prefix"
  1189.   exec_prefix="$acl_final_exec_prefix"
  1190.           eval additional_includedir="$includedir"
  1191.           eval additional_libdir="$libdir"
  1192.   exec_prefix="$acl_save_exec_prefix"
  1193.   prefix="$acl_save_prefix"
  1194.       else
  1195.         additional_includedir="$withval/include"
  1196.         additional_libdir="$withval/lib"
  1197.       fi
  1198.     fi
  1199. fi;
  1200.       LIBICONV=
  1201.   LTLIBICONV=
  1202.   INCICONV=
  1203.   rpathdirs=
  1204.   ltrpathdirs=
  1205.   names_already_handled=
  1206.   names_next_round='iconv '
  1207.   while test -n "$names_next_round"; do
  1208.     names_this_round="$names_next_round"
  1209.     names_next_round=
  1210.     for name in $names_this_round; do
  1211.       already_handled=
  1212.       for n in $names_already_handled; do
  1213.         if test "$n" = "$name"; then
  1214.           already_handled=yes
  1215.           break
  1216.         fi
  1217.       done
  1218.       if test -z "$already_handled"; then
  1219.         names_already_handled="$names_already_handled $name"
  1220.                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  1221.         eval value="$HAVE_LIB$uppername"
  1222.         if test -n "$value"; then
  1223.           if test "$value" = yes; then
  1224.             eval value="$LIB$uppername"
  1225.             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
  1226.             eval value="$LTLIB$uppername"
  1227.             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
  1228.           else
  1229.                                     :
  1230.           fi
  1231.         else
  1232.                               found_dir=
  1233.           found_la=
  1234.           found_so=
  1235.           found_a=
  1236.           if test $use_additional = yes; then
  1237.             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
  1238.               found_dir="$additional_libdir"
  1239.               found_so="$additional_libdir/lib$name.$shlibext"
  1240.               if test -f "$additional_libdir/lib$name.la"; then
  1241.                 found_la="$additional_libdir/lib$name.la"
  1242.               fi
  1243.             else
  1244.               if test -f "$additional_libdir/lib$name.$libext"; then
  1245.                 found_dir="$additional_libdir"
  1246.                 found_a="$additional_libdir/lib$name.$libext"
  1247.                 if test -f "$additional_libdir/lib$name.la"; then
  1248.                   found_la="$additional_libdir/lib$name.la"
  1249.                 fi
  1250.               fi
  1251.             fi
  1252.           fi
  1253.           if test "X$found_dir" = "X"; then
  1254.             for x in $LDFLAGS $LTLIBICONV; do
  1255.   acl_save_prefix="$prefix"
  1256.   prefix="$acl_final_prefix"
  1257.   acl_save_exec_prefix="$exec_prefix"
  1258.   exec_prefix="$acl_final_exec_prefix"
  1259.   eval x="$x"
  1260.   exec_prefix="$acl_save_exec_prefix"
  1261.   prefix="$acl_save_prefix"
  1262.               case "$x" in
  1263.                 -L*)
  1264.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  1265.                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
  1266.                     found_dir="$dir"
  1267.                     found_so="$dir/lib$name.$shlibext"
  1268.                     if test -f "$dir/lib$name.la"; then
  1269.                       found_la="$dir/lib$name.la"
  1270.                     fi
  1271.                   else
  1272.                     if test -f "$dir/lib$name.$libext"; then
  1273.                       found_dir="$dir"
  1274.                       found_a="$dir/lib$name.$libext"
  1275.                       if test -f "$dir/lib$name.la"; then
  1276.                         found_la="$dir/lib$name.la"
  1277.                       fi
  1278.                     fi
  1279.                   fi
  1280.                   ;;
  1281.               esac
  1282.               if test "X$found_dir" != "X"; then
  1283.                 break
  1284.               fi
  1285.             done
  1286.           fi
  1287.           if test "X$found_dir" != "X"; then
  1288.                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
  1289.             if test "X$found_so" != "X"; then
  1290.                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
  1291.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1292.               else
  1293.                                                                                 haveit=
  1294.                 for x in $ltrpathdirs; do
  1295.                   if test "X$x" = "X$found_dir"; then
  1296.                     haveit=yes
  1297.                     break
  1298.                   fi
  1299.                 done
  1300.                 if test -z "$haveit"; then
  1301.                   ltrpathdirs="$ltrpathdirs $found_dir"
  1302.                 fi
  1303.                                 if test "$hardcode_direct" = yes; then
  1304.                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1305.                 else
  1306.                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
  1307.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1308.                                                             haveit=
  1309.                     for x in $rpathdirs; do
  1310.                       if test "X$x" = "X$found_dir"; then
  1311.                         haveit=yes
  1312.                         break
  1313.                       fi
  1314.                     done
  1315.                     if test -z "$haveit"; then
  1316.                       rpathdirs="$rpathdirs $found_dir"
  1317.                     fi
  1318.                   else
  1319.                                                                                 haveit=
  1320.                     for x in $LDFLAGS $LIBICONV; do
  1321.   acl_save_prefix="$prefix"
  1322.   prefix="$acl_final_prefix"
  1323.   acl_save_exec_prefix="$exec_prefix"
  1324.   exec_prefix="$acl_final_exec_prefix"
  1325.   eval x="$x"
  1326.   exec_prefix="$acl_save_exec_prefix"
  1327.   prefix="$acl_save_prefix"
  1328.                       if test "X$x" = "X-L$found_dir"; then
  1329.                         haveit=yes
  1330.                         break
  1331.                       fi
  1332.                     done
  1333.                     if test -z "$haveit"; then
  1334.                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
  1335.                     fi
  1336.                     if test "$hardcode_minus_L" != no; then
  1337.                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1338.                     else
  1339.                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  1340.                     fi
  1341.                   fi
  1342.                 fi
  1343.               fi
  1344.             else
  1345.               if test "X$found_a" != "X"; then
  1346.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
  1347.               else
  1348.                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
  1349.               fi
  1350.             fi
  1351.                         additional_includedir=
  1352.             case "$found_dir" in
  1353.               */lib | */lib/)
  1354.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
  1355.                 additional_includedir="$basedir/include"
  1356.                 ;;
  1357.             esac
  1358.             if test "X$additional_includedir" != "X"; then
  1359.                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
  1360.                 haveit=
  1361.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  1362.                   if test -n "$GCC"; then
  1363.                     case $host_os in
  1364.                       linux*) haveit=yes;;
  1365.                     esac
  1366.                   fi
  1367.                 fi
  1368.                 if test -z "$haveit"; then
  1369.                   for x in $CPPFLAGS $INCICONV; do
  1370.   acl_save_prefix="$prefix"
  1371.   prefix="$acl_final_prefix"
  1372.   acl_save_exec_prefix="$exec_prefix"
  1373.   exec_prefix="$acl_final_exec_prefix"
  1374.   eval x="$x"
  1375.   exec_prefix="$acl_save_exec_prefix"
  1376.   prefix="$acl_save_prefix"
  1377.                     if test "X$x" = "X-I$additional_includedir"; then
  1378.                       haveit=yes
  1379.                       break
  1380.                     fi
  1381.                   done
  1382.                   if test -z "$haveit"; then
  1383.                     if test -d "$additional_includedir"; then
  1384.                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
  1385.                     fi
  1386.                   fi
  1387.                 fi
  1388.               fi
  1389.             fi
  1390.                         if test -n "$found_la"; then
  1391.                                                         save_libdir="$libdir"
  1392.               case "$found_la" in
  1393.                 */* | *\*) . "$found_la" ;;
  1394.                 *) . "./$found_la" ;;
  1395.               esac
  1396.               libdir="$save_libdir"
  1397.                             for dep in $dependency_libs; do
  1398.                 case "$dep" in
  1399.                   -L*)
  1400.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  1401.                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
  1402.                       haveit=
  1403.                       if test "X$additional_libdir" = "X/usr/local/lib"; then
  1404.                         if test -n "$GCC"; then
  1405.                           case $host_os in
  1406.                             linux*) haveit=yes;;
  1407.                           esac
  1408.                         fi
  1409.                       fi
  1410.                       if test -z "$haveit"; then
  1411.                         haveit=
  1412.                         for x in $LDFLAGS $LIBICONV; do
  1413.   acl_save_prefix="$prefix"
  1414.   prefix="$acl_final_prefix"
  1415.   acl_save_exec_prefix="$exec_prefix"
  1416.   exec_prefix="$acl_final_exec_prefix"
  1417.   eval x="$x"
  1418.   exec_prefix="$acl_save_exec_prefix"
  1419.   prefix="$acl_save_prefix"
  1420.                           if test "X$x" = "X-L$additional_libdir"; then
  1421.                             haveit=yes
  1422.                             break
  1423.                           fi
  1424.                         done
  1425.                         if test -z "$haveit"; then
  1426.                           if test -d "$additional_libdir"; then
  1427.                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
  1428.                           fi
  1429.                         fi
  1430.                         haveit=
  1431.                         for x in $LDFLAGS $LTLIBICONV; do
  1432.   acl_save_prefix="$prefix"
  1433.   prefix="$acl_final_prefix"
  1434.   acl_save_exec_prefix="$exec_prefix"
  1435.   exec_prefix="$acl_final_exec_prefix"
  1436.   eval x="$x"
  1437.   exec_prefix="$acl_save_exec_prefix"
  1438.   prefix="$acl_save_prefix"
  1439.                           if test "X$x" = "X-L$additional_libdir"; then
  1440.                             haveit=yes
  1441.                             break
  1442.                           fi
  1443.                         done
  1444.                         if test -z "$haveit"; then
  1445.                           if test -d "$additional_libdir"; then
  1446.                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
  1447.                           fi
  1448.                         fi
  1449.                       fi
  1450.                     fi
  1451.                     ;;
  1452.                   -R*)
  1453.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  1454.                     if test "$enable_rpath" != no; then
  1455.                                                                   haveit=
  1456.                       for x in $rpathdirs; do
  1457.                         if test "X$x" = "X$dir"; then
  1458.                           haveit=yes
  1459.                           break
  1460.                         fi
  1461.                       done
  1462.                       if test -z "$haveit"; then
  1463.                         rpathdirs="$rpathdirs $dir"
  1464.                       fi
  1465.                                                                   haveit=
  1466.                       for x in $ltrpathdirs; do
  1467.                         if test "X$x" = "X$dir"; then
  1468.                           haveit=yes
  1469.                           break
  1470.                         fi
  1471.                       done
  1472.                       if test -z "$haveit"; then
  1473.                         ltrpathdirs="$ltrpathdirs $dir"
  1474.                       fi
  1475.                     fi
  1476.                     ;;
  1477.                   -l*)
  1478.                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  1479.                     ;;
  1480.                   *.la)
  1481.                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  1482.                     ;;
  1483.                   *)
  1484.                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
  1485.                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
  1486.                     ;;
  1487.                 esac
  1488.               done
  1489.             fi
  1490.           else
  1491.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  1492.             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
  1493.           fi
  1494.         fi
  1495.       fi
  1496.     done
  1497.   done
  1498.   if test "X$rpathdirs" != "X"; then
  1499.     if test -n "$hardcode_libdir_separator"; then
  1500.                         alldirs=
  1501.       for found_dir in $rpathdirs; do
  1502.         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
  1503.       done
  1504.             acl_save_libdir="$libdir"
  1505.       libdir="$alldirs"
  1506.       eval flag="$hardcode_libdir_flag_spec"
  1507.       libdir="$acl_save_libdir"
  1508.       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  1509.     else
  1510.             for found_dir in $rpathdirs; do
  1511.         acl_save_libdir="$libdir"
  1512.         libdir="$found_dir"
  1513.         eval flag="$hardcode_libdir_flag_spec"
  1514.         libdir="$acl_save_libdir"
  1515.         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  1516.       done
  1517.     fi
  1518.   fi
  1519.   if test "X$ltrpathdirs" != "X"; then
  1520.             for found_dir in $ltrpathdirs; do
  1521.       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
  1522.     done
  1523.   fi
  1524.           am_save_CPPFLAGS="$CPPFLAGS"
  1525.   for element in $INCICONV; do
  1526.     haveit=
  1527.     for x in $CPPFLAGS; do
  1528.   acl_save_prefix="$prefix"
  1529.   prefix="$acl_final_prefix"
  1530.   acl_save_exec_prefix="$exec_prefix"
  1531.   exec_prefix="$acl_final_exec_prefix"
  1532.   eval x="$x"
  1533.   exec_prefix="$acl_save_exec_prefix"
  1534.   prefix="$acl_save_prefix"
  1535.       if test "X$x" = "X$element"; then
  1536.         haveit=yes
  1537.         break
  1538.       fi
  1539.     done
  1540.     if test -z "$haveit"; then
  1541.       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
  1542.     fi
  1543.   done
  1544.   echo "$as_me:$LINENO: checking for iconv" >&5
  1545. echo $ECHO_N "checking for iconv... $ECHO_C" >&6
  1546. if test "${am_cv_func_iconv+set}" = set; then
  1547.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1548. else
  1549.     am_cv_func_iconv="no, consider installing GNU libiconv"
  1550.     am_cv_lib_iconv=no
  1551.     cat >conftest.$ac_ext <<_ACEOF
  1552. /* confdefs.h.  */
  1553. _ACEOF
  1554. cat confdefs.h >>conftest.$ac_ext
  1555. cat >>conftest.$ac_ext <<_ACEOF
  1556. /* end confdefs.h.  */
  1557. #include <stdlib.h>
  1558. #include <iconv.h>
  1559. int
  1560. main ()
  1561. {
  1562. iconv_t cd = iconv_open("","");
  1563.        iconv(cd,NULL,NULL,NULL,NULL);
  1564.        iconv_close(cd);
  1565.   ;
  1566.   return 0;
  1567. }
  1568. _ACEOF
  1569. rm -f conftest.$ac_objext conftest$ac_exeext
  1570. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1571.   (eval $ac_link) 2>conftest.er1
  1572.   ac_status=$?
  1573.   grep -v '^ *+' conftest.er1 >conftest.err
  1574.   rm -f conftest.er1
  1575.   cat conftest.err >&5
  1576.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1577.   (exit $ac_status); } &&
  1578.  { ac_try='test -z "$ac_c_werror_flag"
  1579.  || test ! -s conftest.err'
  1580.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1581.   (eval $ac_try) 2>&5
  1582.   ac_status=$?
  1583.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1584.   (exit $ac_status); }; } &&
  1585.  { ac_try='test -s conftest$ac_exeext'
  1586.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1587.   (eval $ac_try) 2>&5
  1588.   ac_status=$?
  1589.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1590.   (exit $ac_status); }; }; then
  1591.   am_cv_func_iconv=yes
  1592. else
  1593.   echo "$as_me: failed program was:" >&5
  1594. sed 's/^/| /' conftest.$ac_ext >&5
  1595. fi
  1596. rm -f conftest.err conftest.$ac_objext 
  1597.       conftest$ac_exeext conftest.$ac_ext
  1598.     if test "$am_cv_func_iconv" != yes; then
  1599.       am_save_LIBS="$LIBS"
  1600.       LIBS="$LIBS $LIBICONV"
  1601.       cat >conftest.$ac_ext <<_ACEOF
  1602. /* confdefs.h.  */
  1603. _ACEOF
  1604. cat confdefs.h >>conftest.$ac_ext
  1605. cat >>conftest.$ac_ext <<_ACEOF
  1606. /* end confdefs.h.  */
  1607. #include <stdlib.h>
  1608. #include <iconv.h>
  1609. int
  1610. main ()
  1611. {
  1612. iconv_t cd = iconv_open("","");
  1613.          iconv(cd,NULL,NULL,NULL,NULL);
  1614.          iconv_close(cd);
  1615.   ;
  1616.   return 0;
  1617. }
  1618. _ACEOF
  1619. rm -f conftest.$ac_objext conftest$ac_exeext
  1620. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1621.   (eval $ac_link) 2>conftest.er1
  1622.   ac_status=$?
  1623.   grep -v '^ *+' conftest.er1 >conftest.err
  1624.   rm -f conftest.er1
  1625.   cat conftest.err >&5
  1626.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1627.   (exit $ac_status); } &&
  1628.  { ac_try='test -z "$ac_c_werror_flag"
  1629.  || test ! -s conftest.err'
  1630.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1631.   (eval $ac_try) 2>&5
  1632.   ac_status=$?
  1633.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1634.   (exit $ac_status); }; } &&
  1635.  { ac_try='test -s conftest$ac_exeext'
  1636.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1637.   (eval $ac_try) 2>&5
  1638.   ac_status=$?
  1639.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1640.   (exit $ac_status); }; }; then
  1641.   am_cv_lib_iconv=yes
  1642.         am_cv_func_iconv=yes
  1643. else
  1644.   echo "$as_me: failed program was:" >&5
  1645. sed 's/^/| /' conftest.$ac_ext >&5
  1646. fi
  1647. rm -f conftest.err conftest.$ac_objext 
  1648.       conftest$ac_exeext conftest.$ac_ext
  1649.       LIBS="$am_save_LIBS"
  1650.     fi
  1651. fi
  1652. echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
  1653. echo "${ECHO_T}$am_cv_func_iconv" >&6
  1654.   if test "$am_cv_func_iconv" = yes; then
  1655. cat >>confdefs.h <<_ACEOF
  1656. #define HAVE_ICONV 1
  1657. _ACEOF
  1658.   fi
  1659.   if test "$am_cv_lib_iconv" = yes; then
  1660.     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
  1661. echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
  1662.     echo "$as_me:$LINENO: result: $LIBICONV" >&5
  1663. echo "${ECHO_T}$LIBICONV" >&6
  1664.   else
  1665.             CPPFLAGS="$am_save_CPPFLAGS"
  1666.     LIBICONV=
  1667.     LTLIBICONV=
  1668.   fi
  1669.   if test "$am_cv_func_iconv" = yes; then
  1670.     echo "$as_me:$LINENO: checking for iconv declaration" >&5
  1671. echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
  1672.     if test "${am_cv_proto_iconv+set}" = set; then
  1673.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1674. else
  1675.       cat >conftest.$ac_ext <<_ACEOF
  1676. /* confdefs.h.  */
  1677. _ACEOF
  1678. cat confdefs.h >>conftest.$ac_ext
  1679. cat >>conftest.$ac_ext <<_ACEOF
  1680. /* end confdefs.h.  */
  1681. #include <stdlib.h>
  1682. #include <iconv.h>
  1683. extern
  1684. #ifdef __cplusplus
  1685. "C"
  1686. #endif
  1687. #if defined(__STDC__) || defined(__cplusplus)
  1688. size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1689. #else
  1690. size_t iconv();
  1691. #endif
  1692. int
  1693. main ()
  1694. {
  1695.   ;
  1696.   return 0;
  1697. }
  1698. _ACEOF
  1699. rm -f conftest.$ac_objext
  1700. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1701.   (eval $ac_compile) 2>conftest.er1
  1702.   ac_status=$?
  1703.   grep -v '^ *+' conftest.er1 >conftest.err
  1704.   rm -f conftest.er1
  1705.   cat conftest.err >&5
  1706.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1707.   (exit $ac_status); } &&
  1708.  { ac_try='test -z "$ac_c_werror_flag"
  1709.  || test ! -s conftest.err'
  1710.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1711.   (eval $ac_try) 2>&5
  1712.   ac_status=$?
  1713.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1714.   (exit $ac_status); }; } &&
  1715.  { ac_try='test -s conftest.$ac_objext'
  1716.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1717.   (eval $ac_try) 2>&5
  1718.   ac_status=$?
  1719.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1720.   (exit $ac_status); }; }; then
  1721.   am_cv_proto_iconv_arg1=""
  1722. else
  1723.   echo "$as_me: failed program was:" >&5
  1724. sed 's/^/| /' conftest.$ac_ext >&5
  1725. am_cv_proto_iconv_arg1="const"
  1726. fi
  1727. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1728.       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
  1729. fi
  1730.     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
  1731.     echo "$as_me:$LINENO: result: ${ac_t:-
  1732.          }$am_cv_proto_iconv" >&5
  1733. echo "${ECHO_T}${ac_t:-
  1734.          }$am_cv_proto_iconv" >&6
  1735. cat >>confdefs.h <<_ACEOF
  1736. #define ICONV_CONST $am_cv_proto_iconv_arg1
  1737. _ACEOF
  1738.   fi
  1739.   echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
  1740. echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
  1741. if test "${am_cv_langinfo_codeset+set}" = set; then
  1742.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1743. else
  1744.   cat >conftest.$ac_ext <<_ACEOF
  1745. /* confdefs.h.  */
  1746. _ACEOF
  1747. cat confdefs.h >>conftest.$ac_ext
  1748. cat >>conftest.$ac_ext <<_ACEOF
  1749. /* end confdefs.h.  */
  1750. #include <langinfo.h>
  1751. int
  1752. main ()
  1753. {
  1754. char* cs = nl_langinfo(CODESET);
  1755.   ;
  1756.   return 0;
  1757. }
  1758. _ACEOF
  1759. rm -f conftest.$ac_objext conftest$ac_exeext
  1760. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1761.   (eval $ac_link) 2>conftest.er1
  1762.   ac_status=$?
  1763.   grep -v '^ *+' conftest.er1 >conftest.err
  1764.   rm -f conftest.er1
  1765.   cat conftest.err >&5
  1766.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1767.   (exit $ac_status); } &&
  1768.  { ac_try='test -z "$ac_c_werror_flag"
  1769.  || test ! -s conftest.err'
  1770.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1771.   (eval $ac_try) 2>&5
  1772.   ac_status=$?
  1773.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1774.   (exit $ac_status); }; } &&
  1775.  { ac_try='test -s conftest$ac_exeext'
  1776.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1777.   (eval $ac_try) 2>&5
  1778.   ac_status=$?
  1779.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1780.   (exit $ac_status); }; }; then
  1781.   am_cv_langinfo_codeset=yes
  1782. else
  1783.   echo "$as_me: failed program was:" >&5
  1784. sed 's/^/| /' conftest.$ac_ext >&5
  1785. am_cv_langinfo_codeset=no
  1786. fi
  1787. rm -f conftest.err conftest.$ac_objext 
  1788.       conftest$ac_exeext conftest.$ac_ext
  1789. fi
  1790. echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
  1791. echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
  1792.   if test $am_cv_langinfo_codeset = yes; then
  1793. cat >>confdefs.h <<_ACEOF
  1794. #define HAVE_LANGINFO_CODESET 1
  1795. _ACEOF
  1796.   fi
  1797. for ac_prog in doxygen
  1798. do
  1799.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1800. set dummy $ac_prog; ac_word=$2
  1801. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1802. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1803. if test "${ac_cv_prog_DOXYGEN+set}" = set; then
  1804.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1805. else
  1806.   if test -n "$DOXYGEN"; then
  1807.   ac_cv_prog_DOXYGEN="$DOXYGEN" # Let the user override the test.
  1808. else
  1809. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1810. for as_dir in $PATH
  1811. do
  1812.   IFS=$as_save_IFS
  1813.   test -z "$as_dir" && as_dir=.
  1814.   for ac_exec_ext in '' $ac_executable_extensions; do
  1815.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1816.     ac_cv_prog_DOXYGEN="$ac_prog"
  1817.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1818.     break 2
  1819.   fi
  1820. done
  1821. done
  1822. fi
  1823. fi
  1824. DOXYGEN=$ac_cv_prog_DOXYGEN
  1825. if test -n "$DOXYGEN"; then
  1826.   echo "$as_me:$LINENO: result: $DOXYGEN" >&5
  1827. echo "${ECHO_T}$DOXYGEN" >&6
  1828. else
  1829.   echo "$as_me:$LINENO: result: no" >&5
  1830. echo "${ECHO_T}no" >&6
  1831. fi
  1832.   test -n "$DOXYGEN" && break
  1833. done
  1834. if test -n "$DOXYGEN"; then
  1835.   FLaC__HAS_DOXYGEN_TRUE=
  1836.   FLaC__HAS_DOXYGEN_FALSE='#'
  1837. else
  1838.   FLaC__HAS_DOXYGEN_TRUE='#'
  1839.   FLaC__HAS_DOXYGEN_FALSE=
  1840. fi
  1841. if test -n "$DOXYGEN" ; then
  1842. cat >>confdefs.h <<_ACEOF
  1843. #define FLAC__HAS_DOXYGEN 1
  1844. _ACEOF
  1845. fi
  1846. for ac_prog in docbook-to-man docbook2man
  1847. do
  1848.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1849. set dummy $ac_prog; ac_word=$2
  1850. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1851. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1852. if test "${ac_cv_prog_DOCBOOK_TO_MAN+set}" = set; then
  1853.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1854. else
  1855.   if test -n "$DOCBOOK_TO_MAN"; then
  1856.   ac_cv_prog_DOCBOOK_TO_MAN="$DOCBOOK_TO_MAN" # Let the user override the test.
  1857. else
  1858. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1859. for as_dir in $PATH
  1860. do
  1861.   IFS=$as_save_IFS
  1862.   test -z "$as_dir" && as_dir=.
  1863.   for ac_exec_ext in '' $ac_executable_extensions; do
  1864.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1865.     ac_cv_prog_DOCBOOK_TO_MAN="$ac_prog"
  1866.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1867.     break 2
  1868.   fi
  1869. done
  1870. done
  1871. fi
  1872. fi
  1873. DOCBOOK_TO_MAN=$ac_cv_prog_DOCBOOK_TO_MAN
  1874. if test -n "$DOCBOOK_TO_MAN"; then
  1875.   echo "$as_me:$LINENO: result: $DOCBOOK_TO_MAN" >&5
  1876. echo "${ECHO_T}$DOCBOOK_TO_MAN" >&6
  1877. else
  1878.   echo "$as_me:$LINENO: result: no" >&5
  1879. echo "${ECHO_T}no" >&6
  1880. fi
  1881.   test -n "$DOCBOOK_TO_MAN" && break
  1882. done
  1883. if test -n "$DOCBOOK_TO_MAN"; then
  1884.   FLaC__HAS_DOCBOOK_TO_MAN_TRUE=
  1885.   FLaC__HAS_DOCBOOK_TO_MAN_FALSE='#'
  1886. else
  1887.   FLaC__HAS_DOCBOOK_TO_MAN_TRUE='#'
  1888.   FLaC__HAS_DOCBOOK_TO_MAN_FALSE=
  1889. fi
  1890. if test -n "$DOCBOOK_TO_MAN" ; then
  1891. cat >>confdefs.h <<_ACEOF
  1892. #define FLAC__HAS_DOCBOOK_TO_MAN 1
  1893. _ACEOF
  1894. fi
  1895. # only matters for x86
  1896. for ac_prog in nasm
  1897. do
  1898.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1899. set dummy $ac_prog; ac_word=$2
  1900. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1901. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1902. if test "${ac_cv_prog_NASM+set}" = set; then
  1903.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1904. else
  1905.   if test -n "$NASM"; then
  1906.   ac_cv_prog_NASM="$NASM" # Let the user override the test.
  1907. else
  1908. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1909. for as_dir in $PATH
  1910. do
  1911.   IFS=$as_save_IFS
  1912.   test -z "$as_dir" && as_dir=.
  1913.   for ac_exec_ext in '' $ac_executable_extensions; do
  1914.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1915.     ac_cv_prog_NASM="$ac_prog"
  1916.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1917.     break 2
  1918.   fi
  1919. done
  1920. done
  1921. fi
  1922. fi
  1923. NASM=$ac_cv_prog_NASM
  1924. if test -n "$NASM"; then
  1925.   echo "$as_me:$LINENO: result: $NASM" >&5
  1926. echo "${ECHO_T}$NASM" >&6
  1927. else
  1928.   echo "$as_me:$LINENO: result: no" >&5
  1929. echo "${ECHO_T}no" >&6
  1930. fi
  1931.   test -n "$NASM" && break
  1932. done
  1933. if test -n "$NASM"; then
  1934.   FLaC__HAS_NASM_TRUE=
  1935.   FLaC__HAS_NASM_FALSE='#'
  1936. else
  1937.   FLaC__HAS_NASM_TRUE='#'
  1938.   FLaC__HAS_NASM_FALSE=
  1939. fi
  1940. if test -n "$NASM" ; then
  1941. cat >>confdefs.h <<_ACEOF
  1942. #define FLAC__HAS_NASM 1
  1943. _ACEOF
  1944. fi
  1945. # only matters for PowerPC
  1946. for ac_prog in as
  1947. do
  1948.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1949. set dummy $ac_prog; ac_word=$2
  1950. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1951. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1952. if test "${ac_cv_prog_AS+set}" = set; then
  1953.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1954. else
  1955.   if test -n "$AS"; then
  1956.   ac_cv_prog_AS="$AS" # Let the user override the test.
  1957. else
  1958. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1959. for as_dir in $PATH
  1960. do
  1961.   IFS=$as_save_IFS
  1962.   test -z "$as_dir" && as_dir=.
  1963.   for ac_exec_ext in '' $ac_executable_extensions; do
  1964.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1965.     ac_cv_prog_AS="$ac_prog"
  1966.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1967.     break 2
  1968.   fi
  1969. done
  1970. done
  1971. fi
  1972. fi
  1973. AS=$ac_cv_prog_AS
  1974. if test -n "$AS"; then
  1975.   echo "$as_me:$LINENO: result: $AS" >&5
  1976. echo "${ECHO_T}$AS" >&6
  1977. else
  1978.   echo "$as_me:$LINENO: result: no" >&5
  1979. echo "${ECHO_T}no" >&6
  1980. fi
  1981.   test -n "$AS" && break
  1982. done
  1983. for ac_prog in gas
  1984. do
  1985.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1986. set dummy $ac_prog; ac_word=$2
  1987. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1988. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1989. if test "${ac_cv_prog_GAS+set}" = set; then
  1990.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1991. else
  1992.   if test -n "$GAS"; then
  1993.   ac_cv_prog_GAS="$GAS" # Let the user override the test.
  1994. else
  1995. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1996. for as_dir in $PATH
  1997. do
  1998.   IFS=$as_save_IFS
  1999.   test -z "$as_dir" && as_dir=.
  2000.   for ac_exec_ext in '' $ac_executable_extensions; do
  2001.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2002.     ac_cv_prog_GAS="$ac_prog"
  2003.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2004.     break 2
  2005.   fi
  2006. done
  2007. done
  2008. fi
  2009. fi
  2010. GAS=$ac_cv_prog_GAS
  2011. if test -n "$GAS"; then
  2012.   echo "$as_me:$LINENO: result: $GAS" >&5
  2013. echo "${ECHO_T}$GAS" >&6
  2014. else
  2015.   echo "$as_me:$LINENO: result: no" >&5
  2016. echo "${ECHO_T}no" >&6
  2017. fi
  2018.   test -n "$GAS" && break
  2019. done
  2020. if test -n "$AS"; then
  2021.   FLaC__HAS_AS_TRUE=
  2022.   FLaC__HAS_AS_FALSE='#'
  2023. else
  2024.   FLaC__HAS_AS_TRUE='#'
  2025.   FLaC__HAS_AS_FALSE=
  2026. fi
  2027. if test -n "$GAS"; then
  2028.   FLaC__HAS_GAS_TRUE=
  2029.   FLaC__HAS_GAS_FALSE='#'
  2030. else
  2031.   FLaC__HAS_GAS_TRUE='#'
  2032.   FLaC__HAS_GAS_FALSE=
  2033. fi
  2034. if test -n "$AS" ; then
  2035. cat >>confdefs.h <<_ACEOF
  2036. #define FLAC__HAS_AS 1
  2037. _ACEOF
  2038. fi
  2039. if test -n "$GAS" ; then
  2040. # funniest. macro. ever.
  2041. cat >>confdefs.h <<_ACEOF
  2042. #define FLAC__HAS_GAS 1
  2043. _ACEOF
  2044. fi
  2045. OUR_CFLAGS_HEAD='-I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include'
  2046. if test x$debug = xtrue; then
  2047. OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -g -O0 -DDEBUG"
  2048. else
  2049. OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O2 -DNDEBUG"
  2050. if test x$GCC = xyes; then
  2051. OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__"
  2052. fi
  2053. fi
  2054. CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS"
  2055. CXXFLAGS="$OUR_CFLAGS_HEAD $CXXFLAGS"
  2056. #@@@@@@
  2057. if test "yes" = "no"; then
  2058.   FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE=
  2059.   FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE='#'
  2060. else
  2061.   FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE='#'
  2062.   FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE=
  2063. fi
  2064. if test "yes" = "no"; then
  2065.   FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE=
  2066.   FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE='#'
  2067. else
  2068.   FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE='#'
  2069.   FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE=
  2070. fi
  2071.           ac_config_headers="$ac_config_headers config.h"
  2072.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ac_config_files="$ac_config_files Makefile src/Makefile src/libFLAC/Makefile src/libFLAC/ia32/Makefile src/libFLAC/ppc/Makefile src/libFLAC/ppc/as/Makefile src/libFLAC/ppc/gas/Makefile src/libFLAC/include/Makefile src/libFLAC/include/private/Makefile src/libFLAC/include/protected/Makefile src/libFLAC++/Makefile src/libOggFLAC/Makefile src/libOggFLAC/include/Makefile src/libOggFLAC/include/private/Makefile src/libOggFLAC/include/protected/Makefile src/libOggFLAC++/Makefile src/flac/Makefile src/metaflac/Makefile src/monkeys_audio_utilities/Makefile src/monkeys_audio_utilities/flac_mac/Makefile src/monkeys_audio_utilities/flac_ren/Makefile src/plugin_common/Makefile src/plugin_winamp2/Makefile src/plugin_winamp2/include/Makefile src/plugin_winamp2/include/winamp2/Makefile src/plugin_xmms/Makefile src/share/Makefile src/share/getopt/Makefile src/share/grabbag/Makefile src/share/replaygain_analysis/Makefile src/share/replaygain_synthesis/Makefile src/share/replaygain_synthesis/include/Makefile src/share/replaygain_synthesis/include/private/Makefile src/share/utf8/Makefile src/test_grabbag/Makefile src/test_grabbag/cuesheet/Makefile src/test_libFLAC/Makefile src/test_libFLAC++/Makefile src/test_libOggFLAC/Makefile src/test_libOggFLAC++/Makefile src/test_seeking/Makefile src/test_streams/Makefile include/Makefile include/FLAC/Makefile include/FLAC++/Makefile include/OggFLAC/Makefile include/OggFLAC++/Makefile include/share/Makefile include/share/grabbag/Makefile doc/Makefile doc/html/Makefile doc/html/images/Makefile doc/html/ru/Makefile man/Makefile test/Makefile test/cuesheets/Makefile build/Makefile obj/Makefile obj/debug/Makefile obj/debug/bin/Makefile obj/debug/lib/Makefile obj/release/Makefile obj/release/bin/Makefile obj/release/lib/Makefile flac.pbproj/Makefile"
  2073. cat >confcache <<_ACEOF
  2074. # This file is a shell script that caches the results of configure
  2075. # tests run on this system so they can be shared between configure
  2076. # scripts and configure runs, see configure's option --config-cache.
  2077. # It is not useful on other systems.  If it contains results you don't
  2078. # want to keep, you may remove or edit it.
  2079. #
  2080. # config.status only pays attention to the cache file if you give it
  2081. # the --recheck option to rerun configure.
  2082. #
  2083. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  2084. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2085. # following values.
  2086. _ACEOF
  2087. # The following way of writing the cache mishandles newlines in values,
  2088. # but we know of no workaround that is simple, portable, and efficient.
  2089. # So, don't put newlines in cache variables' values.
  2090. # Ultrix sh set writes to stderr and can't be redirected directly,
  2091. # and sets the high bit in the cache file unless we assign to the vars.
  2092. {
  2093.   (set) 2>&1 |
  2094.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2095.     *ac_space= *)
  2096.       # `set' does not quote correctly, so add quotes (double-quote
  2097.       # substitution turns \\ into \, and sed turns \ into ).
  2098.       sed -n 
  2099. "s/'/'\\''/g;
  2100.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2101.       ;;
  2102.     *)
  2103.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2104.       sed -n 
  2105. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  2106.       ;;
  2107.     esac;
  2108. } |
  2109.   sed '
  2110.      t clear
  2111.      : clear
  2112.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2113.      t end
  2114.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  2115.      : end' >>confcache
  2116. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  2117.   if test -w $cache_file; then
  2118.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  2119.     cat confcache >$cache_file
  2120.   else
  2121.     echo "not updating unwritable cache $cache_file"
  2122.   fi
  2123. fi
  2124. rm -f confcache
  2125. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2126. # Let make expand exec_prefix.
  2127. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2128. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2129. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2130. # trailing colons and then remove the whole line if VPATH becomes empty
  2131. # (actually we leave an empty line to preserve line numbers).
  2132. if test "x$srcdir" = x.; then
  2133.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2134. s/:*$(srcdir):*/:/;
  2135. s/:*${srcdir}:*/:/;
  2136. s/:*@srcdir@:*/:/;
  2137. s/^([^=]*=[  ]*):*/1/;
  2138. s/:*$//;
  2139. s/^[^=]*=[  ]*$//;
  2140. }'
  2141. fi
  2142. DEFS=-DHAVE_CONFIG_H
  2143. ac_libobjs=
  2144. ac_ltlibobjs=
  2145. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  2146.   # 1. Remove the extension, and $U if already installed.
  2147.   ac_i=`echo "$ac_i" |
  2148.  sed 's/$U././;s/.o$//;s/.obj$//'`
  2149.   # 2. Add them.
  2150.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  2151.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  2152. done
  2153. LIBOBJS=$ac_libobjs
  2154. LTLIBOBJS=$ac_ltlibobjs
  2155. if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
  2156.   { { echo "$as_me:$LINENO: error: conditional "MAINTAINER_MODE" was never defined.
  2157. Usually this means the macro was only invoked conditionally." >&5
  2158. echo "$as_me: error: conditional "MAINTAINER_MODE" was never defined.
  2159. Usually this means the macro was only invoked conditionally." >&2;}
  2160.    { (exit 1); exit 1; }; }
  2161. fi
  2162. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  2163.   { { echo "$as_me:$LINENO: error: conditional "AMDEP" was never defined.
  2164. Usually this means the macro was only invoked conditionally." >&5
  2165. echo "$as_me: error: conditional "AMDEP" was never defined.
  2166. Usually this means the macro was only invoked conditionally." >&2;}
  2167.    { (exit 1); exit 1; }; }
  2168. fi
  2169. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  2170.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCC" was never defined.
  2171. Usually this means the macro was only invoked conditionally." >&5
  2172. echo "$as_me: error: conditional "am__fastdepCC" was never defined.
  2173. Usually this means the macro was only invoked conditionally." >&2;}
  2174.    { (exit 1); exit 1; }; }
  2175. fi
  2176. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  2177.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCXX" was never defined.
  2178. Usually this means the macro was only invoked conditionally." >&5
  2179. echo "$as_me: error: conditional "am__fastdepCXX" was never defined.
  2180. Usually this means the macro was only invoked conditionally." >&2;}
  2181.    { (exit 1); exit 1; }; }
  2182. fi
  2183. if test -z "${FLaC__CPU_IA32_TRUE}" && test -z "${FLaC__CPU_IA32_FALSE}"; then
  2184.   { { echo "$as_me:$LINENO: error: conditional "FLaC__CPU_IA32" was never defined.
  2185. Usually this means the macro was only invoked conditionally." >&5
  2186. echo "$as_me: error: conditional "FLaC__CPU_IA32" was never defined.
  2187. Usually this means the macro was only invoked conditionally." >&2;}
  2188.    { (exit 1); exit 1; }; }
  2189. fi
  2190. if test -z "${FLaC__CPU_PPC_TRUE}" && test -z "${FLaC__CPU_PPC_FALSE}"; then
  2191.   { { echo "$as_me:$LINENO: error: conditional "FLaC__CPU_PPC" was never defined.
  2192. Usually this means the macro was only invoked conditionally." >&5
  2193. echo "$as_me: error: conditional "FLaC__CPU_PPC" was never defined.
  2194. Usually this means the macro was only invoked conditionally." >&2;}
  2195.    { (exit 1); exit 1; }; }
  2196. fi
  2197. if test -z "${FLaC__CPU_SPARC_TRUE}" && test -z "${FLaC__CPU_SPARC_FALSE}"; then
  2198.   { { echo "$as_me:$LINENO: error: conditional "FLaC__CPU_SPARC" was never defined.
  2199. Usually this means the macro was only invoked conditionally." >&5
  2200. echo "$as_me: error: conditional "FLaC__CPU_SPARC" was never defined.
  2201. Usually this means the macro was only invoked conditionally." >&2;}
  2202.    { (exit 1); exit 1; }; }
  2203. fi
  2204. if test -z "${FLaC__SYS_DARWIN_TRUE}" && test -z "${FLaC__SYS_DARWIN_FALSE}"; then
  2205.   { { echo "$as_me:$LINENO: error: conditional "FLaC__SYS_DARWIN" was never defined.
  2206. Usually this means the macro was only invoked conditionally." >&5
  2207. echo "$as_me: error: conditional "FLaC__SYS_DARWIN" was never defined.
  2208. Usually this means the macro was only invoked conditionally." >&2;}
  2209.    { (exit 1); exit 1; }; }
  2210. fi
  2211. if test -z "${FLaC__SYS_LINUX_TRUE}" && test -z "${FLaC__SYS_LINUX_FALSE}"; then
  2212.   { { echo "$as_me:$LINENO: error: conditional "FLaC__SYS_LINUX" was never defined.
  2213. Usually this means the macro was only invoked conditionally." >&5
  2214. echo "$as_me: error: conditional "FLaC__SYS_LINUX" was never defined.
  2215. Usually this means the macro was only invoked conditionally." >&2;}
  2216.    { (exit 1); exit 1; }; }
  2217. fi
  2218. if test -z "${FLaC__NO_ASM_TRUE}" && test -z "${FLaC__NO_ASM_FALSE}"; then
  2219.   { { echo "$as_me:$LINENO: error: conditional "FLaC__NO_ASM" was never defined.
  2220. Usually this means the macro was only invoked conditionally." >&5
  2221. echo "$as_me: error: conditional "FLaC__NO_ASM" was never defined.
  2222. Usually this means the macro was only invoked conditionally." >&2;}
  2223.    { (exit 1); exit 1; }; }
  2224. fi
  2225. if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
  2226.   { { echo "$as_me:$LINENO: error: conditional "DEBUG" was never defined.
  2227. Usually this means the macro was only invoked conditionally." >&5
  2228. echo "$as_me: error: conditional "DEBUG" was never defined.
  2229. Usually this means the macro was only invoked conditionally." >&2;}
  2230.    { (exit 1); exit 1; }; }
  2231. fi
  2232. if test -z "${FLaC__SSE_OS_TRUE}" && test -z "${FLaC__SSE_OS_FALSE}"; then
  2233.   { { echo "$as_me:$LINENO: error: conditional "FLaC__SSE_OS" was never defined.
  2234. Usually this means the macro was only invoked conditionally." >&5
  2235. echo "$as_me: error: conditional "FLaC__SSE_OS" was never defined.
  2236. Usually this means the macro was only invoked conditionally." >&2;}
  2237.    { (exit 1); exit 1; }; }
  2238. fi
  2239. if test -z "${FLaC__USE_3DNOW_TRUE}" && test -z "${FLaC__USE_3DNOW_FALSE}"; then
  2240.   { { echo "$as_me:$LINENO: error: conditional "FLaC__USE_3DNOW" was never defined.
  2241. Usually this means the macro was only invoked conditionally." >&5
  2242. echo "$as_me: error: conditional "FLaC__USE_3DNOW" was never defined.
  2243. Usually this means the macro was only invoked conditionally." >&2;}
  2244.    { (exit 1); exit 1; }; }
  2245. fi
  2246. if test -z "${FLaC__USE_ALTIVEC_TRUE}" && test -z "${FLaC__USE_ALTIVEC_FALSE}"; then
  2247.   { { echo "$as_me:$LINENO: error: conditional "FLaC__USE_ALTIVEC" was never defined.
  2248. Usually this means the macro was only invoked conditionally." >&5
  2249. echo "$as_me: error: conditional "FLaC__USE_ALTIVEC" was never defined.
  2250. Usually this means the macro was only invoked conditionally." >&2;}
  2251.    { (exit 1); exit 1; }; }
  2252. fi
  2253. if test -z "${FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE}" && test -z "${FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE}"; then
  2254.   { { echo "$as_me:$LINENO: error: conditional "FLaC__INSTALL_XMMS_PLUGIN_LOCALLY" was never defined.
  2255. Usually this means the macro was only invoked conditionally." >&5
  2256. echo "$as_me: error: conditional "FLaC__INSTALL_XMMS_PLUGIN_LOCALLY" was never defined.
  2257. Usually this means the macro was only invoked conditionally." >&2;}
  2258.    { (exit 1); exit 1; }; }
  2259. fi
  2260. if test -z "${FLaC__EXHAUSTIVE_TESTS_TRUE}" && test -z "${FLaC__EXHAUSTIVE_TESTS_FALSE}"; then
  2261.   { { echo "$as_me:$LINENO: error: conditional "FLaC__EXHAUSTIVE_TESTS" was never defined.
  2262. Usually this means the macro was only invoked conditionally." >&5
  2263. echo "$as_me: error: conditional "FLaC__EXHAUSTIVE_TESTS" was never defined.
  2264. Usually this means the macro was only invoked conditionally." >&2;}
  2265.    { (exit 1); exit 1; }; }
  2266. fi
  2267. if test -z "${FLaC__VALGRIND_TESTING_TRUE}" && test -z "${FLaC__VALGRIND_TESTING_FALSE}"; then
  2268.   { { echo "$as_me:$LINENO: error: conditional "FLaC__VALGRIND_TESTING" was never defined.
  2269. Usually this means the macro was only invoked conditionally." >&5
  2270. echo "$as_me: error: conditional "FLaC__VALGRIND_TESTING" was never defined.
  2271. Usually this means the macro was only invoked conditionally." >&2;}
  2272.    { (exit 1); exit 1; }; }
  2273. fi
  2274. if test -z "${FLaC__HAS_OGG_TRUE}" && test -z "${FLaC__HAS_OGG_FALSE}"; then
  2275.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_OGG" was never defined.
  2276. Usually this means the macro was only invoked conditionally." >&5
  2277. echo "$as_me: error: conditional "FLaC__HAS_OGG" was never defined.
  2278. Usually this means the macro was only invoked conditionally." >&2;}
  2279.    { (exit 1); exit 1; }; }
  2280. fi
  2281. if test -z "${FLaC__HAS_XMMS_TRUE}" && test -z "${FLaC__HAS_XMMS_FALSE}"; then
  2282.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_XMMS" was never defined.
  2283. Usually this means the macro was only invoked conditionally." >&5
  2284. echo "$as_me: error: conditional "FLaC__HAS_XMMS" was never defined.
  2285. Usually this means the macro was only invoked conditionally." >&2;}
  2286.    { (exit 1); exit 1; }; }
  2287. fi
  2288. if test -z "${FLaC__HAS_DOXYGEN_TRUE}" && test -z "${FLaC__HAS_DOXYGEN_FALSE}"; then
  2289.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_DOXYGEN" was never defined.
  2290. Usually this means the macro was only invoked conditionally." >&5
  2291. echo "$as_me: error: conditional "FLaC__HAS_DOXYGEN" was never defined.
  2292. Usually this means the macro was only invoked conditionally." >&2;}
  2293.    { (exit 1); exit 1; }; }
  2294. fi
  2295. if test -z "${FLaC__HAS_DOCBOOK_TO_MAN_TRUE}" && test -z "${FLaC__HAS_DOCBOOK_TO_MAN_FALSE}"; then
  2296.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_DOCBOOK_TO_MAN" was never defined.
  2297. Usually this means the macro was only invoked conditionally." >&5
  2298. echo "$as_me: error: conditional "FLaC__HAS_DOCBOOK_TO_MAN" was never defined.
  2299. Usually this means the macro was only invoked conditionally." >&2;}
  2300.    { (exit 1); exit 1; }; }
  2301. fi
  2302. if test -z "${FLaC__HAS_NASM_TRUE}" && test -z "${FLaC__HAS_NASM_FALSE}"; then
  2303.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_NASM" was never defined.
  2304. Usually this means the macro was only invoked conditionally." >&5
  2305. echo "$as_me: error: conditional "FLaC__HAS_NASM" was never defined.
  2306. Usually this means the macro was only invoked conditionally." >&2;}
  2307.    { (exit 1); exit 1; }; }
  2308. fi
  2309. if test -z "${FLaC__HAS_AS_TRUE}" && test -z "${FLaC__HAS_AS_FALSE}"; then
  2310.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_AS" was never defined.
  2311. Usually this means the macro was only invoked conditionally." >&5
  2312. echo "$as_me: error: conditional "FLaC__HAS_AS" was never defined.
  2313. Usually this means the macro was only invoked conditionally." >&2;}
  2314.    { (exit 1); exit 1; }; }
  2315. fi
  2316. if test -z "${FLaC__HAS_GAS_TRUE}" && test -z "${FLaC__HAS_GAS_FALSE}"; then
  2317.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_GAS" was never defined.
  2318. Usually this means the macro was only invoked conditionally." >&5
  2319. echo "$as_me: error: conditional "FLaC__HAS_GAS" was never defined.
  2320. Usually this means the macro was only invoked conditionally." >&2;}
  2321.    { (exit 1); exit 1; }; }
  2322. fi
  2323. if test -z "${FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE}" && test -z "${FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE}"; then
  2324.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_AS__TEMPORARILY_DISABLED" was never defined.
  2325. Usually this means the macro was only invoked conditionally." >&5
  2326. echo "$as_me: error: conditional "FLaC__HAS_AS__TEMPORARILY_DISABLED" was never defined.
  2327. Usually this means the macro was only invoked conditionally." >&2;}
  2328.    { (exit 1); exit 1; }; }
  2329. fi
  2330. if test -z "${FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE}" && test -z "${FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE}"; then
  2331.   { { echo "$as_me:$LINENO: error: conditional "FLaC__HAS_GAS__TEMPORARILY_DISABLED" was never defined.
  2332. Usually this means the macro was only invoked conditionally." >&5
  2333. echo "$as_me: error: conditional "FLaC__HAS_GAS__TEMPORARILY_DISABLED" was never defined.
  2334. Usually this means the macro was only invoked conditionally." >&2;}
  2335.    { (exit 1); exit 1; }; }
  2336. fi
  2337. : ${CONFIG_STATUS=./config.status}
  2338. ac_clean_files_save=$ac_clean_files
  2339. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2340. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2341. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2342. cat >$CONFIG_STATUS <<_ACEOF
  2343. #! $SHELL
  2344. # Generated by $as_me.
  2345. # Run this file to recreate the current configuration.
  2346. # Compiler output produced by configure, useful for debugging
  2347. # configure, is in config.log if it exists.
  2348. debug=false
  2349. ac_cs_recheck=false
  2350. ac_cs_silent=false
  2351. SHELL=${CONFIG_SHELL-$SHELL}
  2352. _ACEOF
  2353. cat >>$CONFIG_STATUS <<_ACEOF
  2354. ## --------------------- ##
  2355. ## M4sh Initialization.  ##
  2356. ## --------------------- ##
  2357. # Be Bourne compatible
  2358. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2359.   emulate sh
  2360.   NULLCMD=:
  2361.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2362.   # is contrary to our usage.  Disable this feature.
  2363.   alias -g '${1+"$@"}'='"$@"'
  2364. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2365.   set -o posix
  2366. fi
  2367. DUALCASE=1; export DUALCASE # for MKS sh
  2368. # Support unset when possible.
  2369. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2370.   as_unset=unset
  2371. else
  2372.   as_unset=false
  2373. fi
  2374. # Work around bugs in pre-3.0 UWIN ksh.
  2375. $as_unset ENV MAIL MAILPATH
  2376. PS1='$ '
  2377. PS2='> '
  2378. PS4='+ '
  2379. # NLS nuisances.
  2380. for as_var in 
  2381.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2382.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2383.   LC_TELEPHONE LC_TIME
  2384. do
  2385.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2386.     eval $as_var=C; export $as_var
  2387.   else
  2388.     $as_unset $as_var
  2389.   fi
  2390. done
  2391. # Required to use basename.
  2392. if expr a : '(a)' >/dev/null 2>&1; then
  2393.   as_expr=expr
  2394. else
  2395.   as_expr=false
  2396. fi
  2397. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2398.   as_basename=basename
  2399. else
  2400.   as_basename=false
  2401. fi
  2402. # Name of the executable.
  2403. as_me=`$as_basename "$0" ||
  2404. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2405.  X"$0" : 'X(//)$' | 
  2406.  X"$0" : 'X(/)$' | 
  2407.  .     : '(.)' 2>/dev/null ||
  2408. echo X/"$0" |
  2409.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2410.      /^X/(//)$/{ s//1/; q; }
  2411.      /^X/(/).*/{ s//1/; q; }
  2412.      s/.*/./; q'`
  2413. # PATH needs CR, and LINENO needs CR and PATH.
  2414. # Avoid depending upon Character Ranges.
  2415. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2416. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2417. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2418. as_cr_digits='0123456789'
  2419. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2420. # The user is always right.
  2421. if test "${PATH_SEPARATOR+set}" != set; then
  2422.   echo "#! /bin/sh" >conf$$.sh
  2423.   echo  "exit 0"   >>conf$$.sh
  2424.   chmod +x conf$$.sh
  2425.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2426.     PATH_SEPARATOR=';'
  2427.   else
  2428.     PATH_SEPARATOR=:
  2429.   fi
  2430.   rm -f conf$$.sh
  2431. fi
  2432.   as_lineno_1=$LINENO
  2433.   as_lineno_2=$LINENO
  2434.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2435.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2436.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2437.   # Find who we are.  Look in the path if we contain no path at all
  2438.   # relative or not.
  2439.   case $0 in
  2440.     *[\/]* ) as_myself=$0 ;;
  2441.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2442. for as_dir in $PATH
  2443. do
  2444.   IFS=$as_save_IFS
  2445.   test -z "$as_dir" && as_dir=.
  2446.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2447. done
  2448.        ;;
  2449.   esac
  2450.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2451.   # in which case we are not to be found in the path.
  2452.   if test "x$as_myself" = x; then
  2453.     as_myself=$0
  2454.   fi
  2455.   if test ! -f "$as_myself"; then
  2456.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2457. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2458.    { (exit 1); exit 1; }; }
  2459.   fi
  2460.   case $CONFIG_SHELL in
  2461.   '')
  2462.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2463. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2464. do
  2465.   IFS=$as_save_IFS
  2466.   test -z "$as_dir" && as_dir=.
  2467.   for as_base in sh bash ksh sh5; do
  2468.  case $as_dir in
  2469.  /*)
  2470.    if ("$as_dir/$as_base" -c '
  2471.   as_lineno_1=$LINENO
  2472.   as_lineno_2=$LINENO
  2473.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2474.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2475.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2476.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2477.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2478.      CONFIG_SHELL=$as_dir/$as_base
  2479.      export CONFIG_SHELL
  2480.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2481.    fi;;
  2482.  esac
  2483.        done
  2484. done
  2485. ;;
  2486.   esac
  2487.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2488.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2489.   # line-number line before each line; the second 'sed' does the real
  2490.   # work.  The second script uses 'N' to pair each line-number line
  2491.   # with the numbered line, and appends trailing '-' during
  2492.   # substitution so that $LINENO is not a special case at line end.
  2493.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2494.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2495.   sed '=' <$as_myself |
  2496.     sed '
  2497.       N
  2498.       s,$,-,
  2499.       : loop
  2500.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2501.       t loop
  2502.       s,-$,,
  2503.       s,^['$as_cr_digits']*n,,
  2504.     ' >$as_me.lineno &&
  2505.   chmod +x $as_me.lineno ||
  2506.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2507. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2508.    { (exit 1); exit 1; }; }
  2509.   # Don't try to exec as it changes $[0], causing all sort of problems
  2510.   # (the dirname of $[0] is not the place where we might find the
  2511.   # original and so on.  Autoconf is especially sensible to this).
  2512.   . ./$as_me.lineno
  2513.   # Exit status is that of the last command.
  2514.   exit
  2515. }
  2516. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2517.   *c*,-n*) ECHO_N= ECHO_C='
  2518. ' ECHO_T=' ' ;;
  2519.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2520.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2521. esac
  2522. if expr a : '(a)' >/dev/null 2>&1; then
  2523.   as_expr=expr
  2524. else
  2525.   as_expr=false
  2526. fi
  2527. rm -f conf$$ conf$$.exe conf$$.file
  2528. echo >conf$$.file
  2529. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2530.   # We could just check for DJGPP; but this test a) works b) is more generic
  2531.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2532.   if test -f conf$$.exe; then
  2533.     # Don't use ln at all; we don't have any links
  2534.     as_ln_s='cp -p'
  2535.   else
  2536.     as_ln_s='ln -s'
  2537.   fi
  2538. elif ln conf$$.file conf$$ 2>/dev/null; then
  2539.   as_ln_s=ln
  2540. else
  2541.   as_ln_s='cp -p'
  2542. fi
  2543. rm -f conf$$ conf$$.exe conf$$.file
  2544. if mkdir -p . 2>/dev/null; then
  2545.   as_mkdir_p=:
  2546. else
  2547.   test -d ./-p && rmdir ./-p
  2548.   as_mkdir_p=false
  2549. fi
  2550. as_executable_p="test -f"
  2551. # Sed expression to map a string onto a valid CPP name.
  2552. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2553. # Sed expression to map a string onto a valid variable name.
  2554. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2555. # IFS
  2556. # We need space, tab and new line, in precisely that order.
  2557. as_nl='
  2558. '
  2559. IFS="  $as_nl"
  2560. # CDPATH.
  2561. $as_unset CDPATH
  2562. exec 6>&1
  2563. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2564. # report actual input values of CONFIG_FILES etc. instead of their
  2565. # values after options handling.  Logging --version etc. is OK.
  2566. exec 5>>config.log
  2567. {
  2568.   echo
  2569.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2570. ## Running $as_me. ##
  2571. _ASBOX
  2572. } >&5
  2573. cat >&5 <<_CSEOF
  2574. This file was extended by $as_me, which was
  2575. generated by GNU Autoconf 2.59.  Invocation command line was
  2576.   CONFIG_FILES    = $CONFIG_FILES
  2577.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2578.   CONFIG_LINKS    = $CONFIG_LINKS
  2579.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2580.   $ $0 $@
  2581. _CSEOF
  2582. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2583. echo >&5
  2584. _ACEOF
  2585. # Files that config.status was made for.
  2586. if test -n "$ac_config_files"; then
  2587.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2588. fi
  2589. if test -n "$ac_config_headers"; then
  2590.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2591. fi
  2592. if test -n "$ac_config_links"; then
  2593.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2594. fi
  2595. if test -n "$ac_config_commands"; then
  2596.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2597. fi
  2598. cat >>$CONFIG_STATUS <<_ACEOF
  2599. ac_cs_usage="
  2600. `$as_me' instantiates files from templates according to the
  2601. current configuration.
  2602. Usage: $0 [OPTIONS] [FILE]...
  2603.   -h, --help       print this help, then exit
  2604.   -V, --version    print version number, then exit
  2605.   -q, --quiet      do not print progress messages
  2606.   -d, --debug      don't remove temporary files
  2607.       --recheck    update $as_me by reconfiguring in the same conditions
  2608.   --file=FILE[:TEMPLATE]
  2609.    instantiate the configuration file FILE
  2610.   --header=FILE[:TEMPLATE]
  2611.    instantiate the configuration header FILE
  2612. Configuration files:
  2613. $config_files
  2614. Configuration headers:
  2615. $config_headers
  2616. Configuration commands:
  2617. $config_commands
  2618. Report bugs to <bug-autoconf@gnu.org>."
  2619. _ACEOF
  2620. cat >>$CONFIG_STATUS <<_ACEOF
  2621. ac_cs_version="\
  2622. config.status
  2623. configured by $0, generated by GNU Autoconf 2.59,
  2624.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2625. Copyright (C) 2003 Free Software Foundation, Inc.
  2626. This config.status script is free software; the Free Software Foundation
  2627. gives unlimited permission to copy, distribute and modify it."
  2628. srcdir=$srcdir
  2629. INSTALL="$INSTALL"
  2630. _ACEOF
  2631. cat >>$CONFIG_STATUS <<_ACEOF
  2632. # If no file are specified by the user, then we need to provide default
  2633. # value.  By we need to know if files were specified by the user.
  2634. ac_need_defaults=:
  2635. while test $# != 0
  2636. do
  2637.   case $1 in
  2638.   --*=*)
  2639.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2640.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2641.     ac_shift=:
  2642.     ;;
  2643.   -*)
  2644.     ac_option=$1
  2645.     ac_optarg=$2
  2646.     ac_shift=shift
  2647.     ;;
  2648.   *) # This is not an option, so the user has probably given explicit
  2649.      # arguments.
  2650.      ac_option=$1
  2651.      ac_need_defaults=false;;
  2652.   esac
  2653.   case $ac_option in
  2654.   # Handling of the options.
  2655. _ACEOF
  2656. cat >>$CONFIG_STATUS <<_ACEOF
  2657.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2658.     ac_cs_recheck=: ;;
  2659.   --version | --vers* | -V )
  2660.     echo "$ac_cs_version"; exit 0 ;;
  2661.   --he | --h)
  2662.     # Conflict between --help and --header
  2663.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2664. Try `$0 --help' for more information." >&5
  2665. echo "$as_me: error: ambiguous option: $1
  2666. Try `$0 --help' for more information." >&2;}
  2667.    { (exit 1); exit 1; }; };;
  2668.   --help | --hel | -h )
  2669.     echo "$ac_cs_usage"; exit 0 ;;
  2670.   --debug | --d* | -d )
  2671.     debug=: ;;
  2672.   --file | --fil | --fi | --f )
  2673.     $ac_shift
  2674.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2675.     ac_need_defaults=false;;
  2676.   --header | --heade | --head | --hea )
  2677.     $ac_shift
  2678.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2679.     ac_need_defaults=false;;
  2680.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2681.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2682.     ac_cs_silent=: ;;
  2683.   # This is an error.
  2684.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2685. Try `$0 --help' for more information." >&5
  2686. echo "$as_me: error: unrecognized option: $1
  2687. Try `$0 --help' for more information." >&2;}
  2688.    { (exit 1); exit 1; }; } ;;
  2689.   *) ac_config_targets="$ac_config_targets $1" ;;
  2690.   esac
  2691.   shift
  2692. done
  2693. ac_configure_extra_args=
  2694. if $ac_cs_silent; then
  2695.   exec 6>/dev/null
  2696.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2697. fi
  2698. _ACEOF
  2699. cat >>$CONFIG_STATUS <<_ACEOF
  2700. if $ac_cs_recheck; then
  2701.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2702.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2703. fi
  2704. _ACEOF
  2705. cat >>$CONFIG_STATUS <<_ACEOF
  2706. #
  2707. # INIT-COMMANDS section.
  2708. #
  2709. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  2710. _ACEOF
  2711. cat >>$CONFIG_STATUS <<_ACEOF
  2712. for ac_config_target in $ac_config_targets
  2713. do
  2714.   case "$ac_config_target" in
  2715.   # Handling of arguments.
  2716.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2717.   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2718.   "src/libFLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/Makefile" ;;
  2719.   "src/libFLAC/ia32/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/ia32/Makefile" ;;
  2720.   "src/libFLAC/ppc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/ppc/Makefile" ;;
  2721.   "src/libFLAC/ppc/as/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/ppc/as/Makefile" ;;
  2722.   "src/libFLAC/ppc/gas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/ppc/gas/Makefile" ;;
  2723.   "src/libFLAC/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/include/Makefile" ;;
  2724.   "src/libFLAC/include/private/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/include/private/Makefile" ;;
  2725.   "src/libFLAC/include/protected/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC/include/protected/Makefile" ;;
  2726.   "src/libFLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libFLAC++/Makefile" ;;
  2727.   "src/libOggFLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libOggFLAC/Makefile" ;;
  2728.   "src/libOggFLAC/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libOggFLAC/include/Makefile" ;;
  2729.   "src/libOggFLAC/include/private/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libOggFLAC/include/private/Makefile" ;;
  2730.   "src/libOggFLAC/include/protected/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libOggFLAC/include/protected/Makefile" ;;
  2731.   "src/libOggFLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libOggFLAC++/Makefile" ;;
  2732.   "src/flac/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/flac/Makefile" ;;
  2733.   "src/metaflac/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/metaflac/Makefile" ;;
  2734.   "src/monkeys_audio_utilities/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/monkeys_audio_utilities/Makefile" ;;
  2735.   "src/monkeys_audio_utilities/flac_mac/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/monkeys_audio_utilities/flac_mac/Makefile" ;;
  2736.   "src/monkeys_audio_utilities/flac_ren/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/monkeys_audio_utilities/flac_ren/Makefile" ;;
  2737.   "src/plugin_common/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/plugin_common/Makefile" ;;
  2738.   "src/plugin_winamp2/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/plugin_winamp2/Makefile" ;;
  2739.   "src/plugin_winamp2/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/plugin_winamp2/include/Makefile" ;;
  2740.   "src/plugin_winamp2/include/winamp2/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/plugin_winamp2/include/winamp2/Makefile" ;;
  2741.   "src/plugin_xmms/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/plugin_xmms/Makefile" ;;
  2742.   "src/share/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/Makefile" ;;
  2743.   "src/share/getopt/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/getopt/Makefile" ;;
  2744.   "src/share/grabbag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/grabbag/Makefile" ;;
  2745.   "src/share/replaygain_analysis/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/replaygain_analysis/Makefile" ;;
  2746.   "src/share/replaygain_synthesis/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/replaygain_synthesis/Makefile" ;;
  2747.   "src/share/replaygain_synthesis/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/replaygain_synthesis/include/Makefile" ;;
  2748.   "src/share/replaygain_synthesis/include/private/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/replaygain_synthesis/include/private/Makefile" ;;
  2749.   "src/share/utf8/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/share/utf8/Makefile" ;;
  2750.   "src/test_grabbag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_grabbag/Makefile" ;;
  2751.   "src/test_grabbag/cuesheet/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_grabbag/cuesheet/Makefile" ;;
  2752.   "src/test_libFLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_libFLAC/Makefile" ;;
  2753.   "src/test_libFLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_libFLAC++/Makefile" ;;
  2754.   "src/test_libOggFLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_libOggFLAC/Makefile" ;;
  2755.   "src/test_libOggFLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_libOggFLAC++/Makefile" ;;
  2756.   "src/test_seeking/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_seeking/Makefile" ;;
  2757.   "src/test_streams/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test_streams/Makefile" ;;
  2758.   "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
  2759.   "include/FLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/FLAC/Makefile" ;;
  2760.   "include/FLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/FLAC++/Makefile" ;;
  2761.   "include/OggFLAC/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/OggFLAC/Makefile" ;;
  2762.   "include/OggFLAC++/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/OggFLAC++/Makefile" ;;
  2763.   "include/share/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/share/Makefile" ;;
  2764.   "include/share/grabbag/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/share/grabbag/Makefile" ;;
  2765.   "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  2766.   "doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
  2767.   "doc/html/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/images/Makefile" ;;
  2768.   "doc/html/ru/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/ru/Makefile" ;;
  2769.   "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
  2770.   "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
  2771.   "test/cuesheets/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/cuesheets/Makefile" ;;
  2772.   "build/Makefile" ) CONFIG_FILES="$CONFIG_FILES build/Makefile" ;;
  2773.   "obj/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/Makefile" ;;
  2774.   "obj/debug/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/debug/Makefile" ;;
  2775.   "obj/debug/bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/debug/bin/Makefile" ;;
  2776.   "obj/debug/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/debug/lib/Makefile" ;;
  2777.   "obj/release/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/release/Makefile" ;;
  2778.   "obj/release/bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/release/bin/Makefile" ;;
  2779.   "obj/release/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES obj/release/lib/Makefile" ;;
  2780.   "flac.pbproj/Makefile" ) CONFIG_FILES="$CONFIG_FILES flac.pbproj/Makefile" ;;
  2781.   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2782.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  2783.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2784. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2785.    { (exit 1); exit 1; }; };;
  2786.   esac
  2787. done
  2788. # If the user did not use the arguments to specify the items to instantiate,
  2789. # then the envvar interface is used.  Set only those that are not.
  2790. # We use the long form for the default assignment because of an extremely
  2791. # bizarre bug on SunOS 4.1.3.
  2792. if $ac_need_defaults; then
  2793.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2794.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2795.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2796. fi
  2797. # Have a temporary directory for convenience.  Make it in the build tree
  2798. # simply because there is no reason to put it here, and in addition,
  2799. # creating and moving files from /tmp can sometimes cause problems.
  2800. # Create a temporary directory, and hook for its removal unless debugging.
  2801. $debug ||
  2802. {
  2803.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2804.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2805. }
  2806. # Create a (secure) tmp directory for tmp files.
  2807. {
  2808.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2809.   test -n "$tmp" && test -d "$tmp"
  2810. }  ||
  2811. {
  2812.   tmp=./confstat$$-$RANDOM
  2813.   (umask 077 && mkdir $tmp)
  2814. } ||
  2815. {
  2816.    echo "$me: cannot create a temporary directory in ." >&2
  2817.    { (exit 1); exit 1; }
  2818. }
  2819. _ACEOF
  2820. cat >>$CONFIG_STATUS <<_ACEOF
  2821. #
  2822. # CONFIG_FILES section.
  2823. #
  2824. # No need to generate the scripts if there are no CONFIG_FILES.
  2825. # This happens for instance when ./config.status config.h
  2826. if test -n "$CONFIG_FILES"; then
  2827.   # Protect against being on the right side of a sed subst in config.status.
  2828.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2829.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2830. s,@SHELL@,$SHELL,;t t
  2831. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2832. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2833. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2834. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2835. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2836. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2837. s,@exec_prefix@,$exec_prefix,;t t
  2838. s,@prefix@,$prefix,;t t
  2839. s,@program_transform_name@,$program_transform_name,;t t
  2840. s,@bindir@,$bindir,;t t
  2841. s,@sbindir@,$sbindir,;t t
  2842. s,@libexecdir@,$libexecdir,;t t
  2843. s,@datadir@,$datadir,;t t
  2844. s,@sysconfdir@,$sysconfdir,;t t
  2845. s,@sharedstatedir@,$sharedstatedir,;t t
  2846. s,@localstatedir@,$localstatedir,;t t
  2847. s,@libdir@,$libdir,;t t
  2848. s,@includedir@,$includedir,;t t
  2849. s,@oldincludedir@,$oldincludedir,;t t
  2850. s,@infodir@,$infodir,;t t
  2851. s,@mandir@,$mandir,;t t
  2852. s,@build_alias@,$build_alias,;t t
  2853. s,@host_alias@,$host_alias,;t t
  2854. s,@target_alias@,$target_alias,;t t
  2855. s,@DEFS@,$DEFS,;t t
  2856. s,@ECHO_C@,$ECHO_C,;t t
  2857. s,@ECHO_N@,$ECHO_N,;t t
  2858. s,@ECHO_T@,$ECHO_T,;t t
  2859. s,@LIBS@,$LIBS,;t t
  2860. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2861. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2862. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2863. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2864. s,@PACKAGE@,$PACKAGE,;t t
  2865. s,@VERSION@,$VERSION,;t t
  2866. s,@ACLOCAL@,$ACLOCAL,;t t
  2867. s,@AUTOCONF@,$AUTOCONF,;t t
  2868. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2869. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2870. s,@MAKEINFO@,$MAKEINFO,;t t
  2871. s,@AMTAR@,$AMTAR,;t t
  2872. s,@install_sh@,$install_sh,;t t
  2873. s,@STRIP@,$STRIP,;t t
  2874. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2875. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2876. s,@mkdir_p@,$mkdir_p,;t t
  2877. s,@AWK@,$AWK,;t t
  2878. s,@SET_MAKE@,$SET_MAKE,;t t
  2879. s,@am__leading_dot@,$am__leading_dot,;t t
  2880. s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  2881. s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  2882. s,@MAINT@,$MAINT,;t t
  2883. s,@build@,$build,;t t
  2884. s,@build_cpu@,$build_cpu,;t t
  2885. s,@build_vendor@,$build_vendor,;t t
  2886. s,@build_os@,$build_os,;t t
  2887. s,@host@,$host,;t t
  2888. s,@host_cpu@,$host_cpu,;t t
  2889. s,@host_vendor@,$host_vendor,;t t
  2890. s,@host_os@,$host_os,;t t
  2891. s,@CC@,$CC,;t t
  2892. s,@CFLAGS@,$CFLAGS,;t t
  2893. s,@LDFLAGS@,$LDFLAGS,;t t
  2894. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2895. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2896. s,@EXEEXT@,$EXEEXT,;t t
  2897. s,@OBJEXT@,$OBJEXT,;t t
  2898. s,@DEPDIR@,$DEPDIR,;t t
  2899. s,@am__include@,$am__include,;t t
  2900. s,@am__quote@,$am__quote,;t t
  2901. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2902. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2903. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2904. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2905. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  2906. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  2907. s,@LN_S@,$LN_S,;t t
  2908. s,@ECHO@,$ECHO,;t t
  2909. s,@RANLIB@,$RANLIB,;t t
  2910. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2911. s,@CPP@,$CPP,;t t
  2912. s,@EGREP@,$EGREP,;t t
  2913. s,@LIBTOOL@,$LIBTOOL,;t t
  2914. s,@CCAS@,$CCAS,;t t
  2915. s,@CCASFLAGS@,$CCASFLAGS,;t t
  2916. s,@CXX@,$CXX,;t t
  2917. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2918. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2919. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2920. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  2921. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  2922. s,@FLaC__CPU_IA32_TRUE@,$FLaC__CPU_IA32_TRUE,;t t
  2923. s,@FLaC__CPU_IA32_FALSE@,$FLaC__CPU_IA32_FALSE,;t t
  2924. s,@FLaC__CPU_PPC_TRUE@,$FLaC__CPU_PPC_TRUE,;t t
  2925. s,@FLaC__CPU_PPC_FALSE@,$FLaC__CPU_PPC_FALSE,;t t
  2926. s,@FLaC__CPU_SPARC_TRUE@,$FLaC__CPU_SPARC_TRUE,;t t
  2927. s,@FLaC__CPU_SPARC_FALSE@,$FLaC__CPU_SPARC_FALSE,;t t
  2928. s,@OBJ_FORMAT@,$OBJ_FORMAT,;t t
  2929. s,@FLaC__SYS_DARWIN_TRUE@,$FLaC__SYS_DARWIN_TRUE,;t t
  2930. s,@FLaC__SYS_DARWIN_FALSE@,$FLaC__SYS_DARWIN_FALSE,;t t
  2931. s,@FLaC__SYS_LINUX_TRUE@,$FLaC__SYS_LINUX_TRUE,;t t
  2932. s,@FLaC__SYS_LINUX_FALSE@,$FLaC__SYS_LINUX_FALSE,;t t
  2933. s,@FLaC__NO_ASM_TRUE@,$FLaC__NO_ASM_TRUE,;t t
  2934. s,@FLaC__NO_ASM_FALSE@,$FLaC__NO_ASM_FALSE,;t t
  2935. s,@DEBUG_TRUE@,$DEBUG_TRUE,;t t
  2936. s,@DEBUG_FALSE@,$DEBUG_FALSE,;t t
  2937. s,@FLaC__SSE_OS_TRUE@,$FLaC__SSE_OS_TRUE,;t t
  2938. s,@FLaC__SSE_OS_FALSE@,$FLaC__SSE_OS_FALSE,;t t
  2939. s,@FLaC__USE_3DNOW_TRUE@,$FLaC__USE_3DNOW_TRUE,;t t
  2940. s,@FLaC__USE_3DNOW_FALSE@,$FLaC__USE_3DNOW_FALSE,;t t
  2941. s,@FLaC__USE_ALTIVEC_TRUE@,$FLaC__USE_ALTIVEC_TRUE,;t t
  2942. s,@FLaC__USE_ALTIVEC_FALSE@,$FLaC__USE_ALTIVEC_FALSE,;t t
  2943. s,@FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@,$FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE,;t t
  2944. s,@FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@,$FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE,;t t
  2945. s,@FLaC__EXHAUSTIVE_TESTS_TRUE@,$FLaC__EXHAUSTIVE_TESTS_TRUE,;t t
  2946. s,@FLaC__EXHAUSTIVE_TESTS_FALSE@,$FLaC__EXHAUSTIVE_TESTS_FALSE,;t t
  2947. s,@FLaC__VALGRIND_TESTING_TRUE@,$FLaC__VALGRIND_TESTING_TRUE,;t t
  2948. s,@FLaC__VALGRIND_TESTING_FALSE@,$FLaC__VALGRIND_TESTING_FALSE,;t t
  2949. s,@OGG_CFLAGS@,$OGG_CFLAGS,;t t
  2950. s,@OGG_LIBS@,$OGG_LIBS,;t t
  2951. s,@FLaC__HAS_OGG_TRUE@,$FLaC__HAS_OGG_TRUE,;t t
  2952. s,@FLaC__HAS_OGG_FALSE@,$FLaC__HAS_OGG_FALSE,;t t
  2953. s,@XMMS_CONFIG@,$XMMS_CONFIG,;t t
  2954. s,@XMMS_CFLAGS@,$XMMS_CFLAGS,;t t
  2955. s,@XMMS_LIBS@,$XMMS_LIBS,;t t
  2956. s,@XMMS_VERSION@,$XMMS_VERSION,;t t
  2957. s,@XMMS_DATA_DIR@,$XMMS_DATA_DIR,;t t
  2958. s,@XMMS_PLUGIN_DIR@,$XMMS_PLUGIN_DIR,;t t
  2959. s,@XMMS_VISUALIZATION_PLUGIN_DIR@,$XMMS_VISUALIZATION_PLUGIN_DIR,;t t
  2960. s,@XMMS_INPUT_PLUGIN_DIR@,$XMMS_INPUT_PLUGIN_DIR,;t t
  2961. s,@XMMS_OUTPUT_PLUGIN_DIR@,$XMMS_OUTPUT_PLUGIN_DIR,;t t
  2962. s,@XMMS_GENERAL_PLUGIN_DIR@,$XMMS_GENERAL_PLUGIN_DIR,;t t
  2963. s,@XMMS_EFFECT_PLUGIN_DIR@,$XMMS_EFFECT_PLUGIN_DIR,;t t
  2964. s,@FLaC__HAS_XMMS_TRUE@,$FLaC__HAS_XMMS_TRUE,;t t
  2965. s,@FLaC__HAS_XMMS_FALSE@,$FLaC__HAS_XMMS_FALSE,;t t
  2966. s,@LIBICONV@,$LIBICONV,;t t
  2967. s,@LTLIBICONV@,$LTLIBICONV,;t t
  2968. s,@DOXYGEN@,$DOXYGEN,;t t
  2969. s,@FLaC__HAS_DOXYGEN_TRUE@,$FLaC__HAS_DOXYGEN_TRUE,;t t
  2970. s,@FLaC__HAS_DOXYGEN_FALSE@,$FLaC__HAS_DOXYGEN_FALSE,;t t
  2971. s,@DOCBOOK_TO_MAN@,$DOCBOOK_TO_MAN,;t t
  2972. s,@FLaC__HAS_DOCBOOK_TO_MAN_TRUE@,$FLaC__HAS_DOCBOOK_TO_MAN_TRUE,;t t
  2973. s,@FLaC__HAS_DOCBOOK_TO_MAN_FALSE@,$FLaC__HAS_DOCBOOK_TO_MAN_FALSE,;t t
  2974. s,@NASM@,$NASM,;t t
  2975. s,@FLaC__HAS_NASM_TRUE@,$FLaC__HAS_NASM_TRUE,;t t
  2976. s,@FLaC__HAS_NASM_FALSE@,$FLaC__HAS_NASM_FALSE,;t t
  2977. s,@AS@,$AS,;t t
  2978. s,@GAS@,$GAS,;t t
  2979. s,@FLaC__HAS_AS_TRUE@,$FLaC__HAS_AS_TRUE,;t t
  2980. s,@FLaC__HAS_AS_FALSE@,$FLaC__HAS_AS_FALSE,;t t
  2981. s,@FLaC__HAS_GAS_TRUE@,$FLaC__HAS_GAS_TRUE,;t t
  2982. s,@FLaC__HAS_GAS_FALSE@,$FLaC__HAS_GAS_FALSE,;t t
  2983. s,@FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@,$FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE,;t t
  2984. s,@FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@,$FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE,;t t
  2985. s,@FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@,$FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE,;t t
  2986. s,@FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@,$FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE,;t t
  2987. s,@LIBOBJS@,$LIBOBJS,;t t
  2988. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2989. CEOF
  2990. _ACEOF
  2991.   cat >>$CONFIG_STATUS <<_ACEOF
  2992.   # Split the substitutions into bite-sized pieces for seds with
  2993.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2994.   ac_max_sed_lines=48
  2995.   ac_sed_frag=1 # Number of current file.
  2996.   ac_beg=1 # First line for current file.
  2997.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2998.   ac_more_lines=:
  2999.   ac_sed_cmds=
  3000.   while $ac_more_lines; do
  3001.     if test $ac_beg -gt 1; then
  3002.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3003.     else
  3004.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3005.     fi
  3006.     if test ! -s $tmp/subs.frag; then
  3007.       ac_more_lines=false
  3008.     else
  3009.       # The purpose of the label and of the branching condition is to
  3010.       # speed up the sed processing (if there are no `@' at all, there
  3011.       # is no need to browse any of the substitutions).
  3012.       # These are the two extra sed commands mentioned above.
  3013.       (echo ':t
  3014.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  3015.       if test -z "$ac_sed_cmds"; then
  3016. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  3017.       else
  3018. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  3019.       fi
  3020.       ac_sed_frag=`expr $ac_sed_frag + 1`
  3021.       ac_beg=$ac_end
  3022.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  3023.     fi
  3024.   done
  3025.   if test -z "$ac_sed_cmds"; then
  3026.     ac_sed_cmds=cat
  3027.   fi
  3028. fi # test -n "$CONFIG_FILES"
  3029. _ACEOF
  3030. cat >>$CONFIG_STATUS <<_ACEOF
  3031. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  3032.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3033.   case $ac_file in
  3034.   - | *:- | *:-:* ) # input from stdin
  3035. cat >$tmp/stdin
  3036. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3037. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3038.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3039. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3040.   * )   ac_file_in=$ac_file.in ;;
  3041.   esac
  3042.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  3043.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3044. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3045.  X"$ac_file" : 'X(//)[^/]' | 
  3046.  X"$ac_file" : 'X(//)$' | 
  3047.  X"$ac_file" : 'X(/)' | 
  3048.  .     : '(.)' 2>/dev/null ||
  3049. echo X"$ac_file" |
  3050.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3051.      /^X(//)[^/].*/{ s//1/; q; }
  3052.      /^X(//)$/{ s//1/; q; }
  3053.      /^X(/).*/{ s//1/; q; }
  3054.      s/.*/./; q'`
  3055.   { if $as_mkdir_p; then
  3056.     mkdir -p "$ac_dir"
  3057.   else
  3058.     as_dir="$ac_dir"
  3059.     as_dirs=
  3060.     while test ! -d "$as_dir"; do
  3061.       as_dirs="$as_dir $as_dirs"
  3062.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3063. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3064.  X"$as_dir" : 'X(//)[^/]' | 
  3065.  X"$as_dir" : 'X(//)$' | 
  3066.  X"$as_dir" : 'X(/)' | 
  3067.  .     : '(.)' 2>/dev/null ||
  3068. echo X"$as_dir" |
  3069.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3070.      /^X(//)[^/].*/{ s//1/; q; }
  3071.      /^X(//)$/{ s//1/; q; }
  3072.      /^X(/).*/{ s//1/; q; }
  3073.      s/.*/./; q'`
  3074.     done
  3075.     test ! -n "$as_dirs" || mkdir $as_dirs
  3076.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3077. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3078.    { (exit 1); exit 1; }; }; }
  3079.   ac_builddir=.
  3080. if test "$ac_dir" != .; then
  3081.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3082.   # A "../" for each directory in $ac_dir_suffix.
  3083.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3084. else
  3085.   ac_dir_suffix= ac_top_builddir=
  3086. fi
  3087. case $srcdir in
  3088.   .)  # No --srcdir option.  We are building in place.
  3089.     ac_srcdir=.
  3090.     if test -z "$ac_top_builddir"; then
  3091.        ac_top_srcdir=.
  3092.     else
  3093.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3094.     fi ;;
  3095.   [\/]* | ?:[\/]* )  # Absolute path.
  3096.     ac_srcdir=$srcdir$ac_dir_suffix;
  3097.     ac_top_srcdir=$srcdir ;;
  3098.   *) # Relative path.
  3099.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3100.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3101. esac
  3102. # Do not use `cd foo && pwd` to compute absolute paths, because
  3103. # the directories may not exist.
  3104. case `pwd` in
  3105. .) ac_abs_builddir="$ac_dir";;
  3106. *)
  3107.   case "$ac_dir" in
  3108.   .) ac_abs_builddir=`pwd`;;
  3109.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3110.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3111.   esac;;
  3112. esac
  3113. case $ac_abs_builddir in
  3114. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3115. *)
  3116.   case ${ac_top_builddir}. in
  3117.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3118.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3119.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3120.   esac;;
  3121. esac
  3122. case $ac_abs_builddir in
  3123. .) ac_abs_srcdir=$ac_srcdir;;
  3124. *)
  3125.   case $ac_srcdir in
  3126.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3127.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3128.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3129.   esac;;
  3130. esac
  3131. case $ac_abs_builddir in
  3132. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3133. *)
  3134.   case $ac_top_srcdir in
  3135.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3136.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3137.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3138.   esac;;
  3139. esac
  3140.   case $INSTALL in
  3141.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  3142.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  3143.   esac
  3144.   if test x"$ac_file" != x-; then
  3145.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  3146. echo "$as_me: creating $ac_file" >&6;}
  3147.     rm -f "$ac_file"
  3148.   fi
  3149.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3150.   # use $as_me), people would be surprised to read:
  3151.   #    /* config.h.  Generated by config.status.  */
  3152.   if test x"$ac_file" = x-; then
  3153.     configure_input=
  3154.   else
  3155.     configure_input="$ac_file.  "
  3156.   fi
  3157.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  3158.      sed 's,.*/,,'` by configure."
  3159.   # First look for the input files in the build tree, otherwise in the
  3160.   # src tree.
  3161.   ac_file_inputs=`IFS=:
  3162.     for f in $ac_file_in; do
  3163.       case $f in
  3164.       -) echo $tmp/stdin ;;
  3165.       [\/$]*)
  3166.  # Absolute (can't be DOS-style, as IFS=:)
  3167.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3168. echo "$as_me: error: cannot find input file: $f" >&2;}
  3169.    { (exit 1); exit 1; }; }
  3170.  echo "$f";;
  3171.       *) # Relative
  3172.  if test -f "$f"; then
  3173.    # Build tree
  3174.    echo "$f"
  3175.  elif test -f "$srcdir/$f"; then
  3176.    # Source tree
  3177.    echo "$srcdir/$f"
  3178.  else
  3179.    # /dev/null tree
  3180.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3181. echo "$as_me: error: cannot find input file: $f" >&2;}
  3182.    { (exit 1); exit 1; }; }
  3183.  fi;;
  3184.       esac
  3185.     done` || { (exit 1); exit 1; }
  3186. _ACEOF
  3187. cat >>$CONFIG_STATUS <<_ACEOF
  3188.   sed "$ac_vpsub
  3189. $extrasub
  3190. _ACEOF
  3191. cat >>$CONFIG_STATUS <<_ACEOF
  3192. :t
  3193. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  3194. s,@configure_input@,$configure_input,;t t
  3195. s,@srcdir@,$ac_srcdir,;t t
  3196. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  3197. s,@top_srcdir@,$ac_top_srcdir,;t t
  3198. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  3199. s,@builddir@,$ac_builddir,;t t
  3200. s,@abs_builddir@,$ac_abs_builddir,;t t
  3201. s,@top_builddir@,$ac_top_builddir,;t t
  3202. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  3203. s,@INSTALL@,$ac_INSTALL,;t t
  3204. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  3205.   rm -f $tmp/stdin
  3206.   if test x"$ac_file" != x-; then
  3207.     mv $tmp/out $ac_file
  3208.   else
  3209.     cat $tmp/out
  3210.     rm -f $tmp/out
  3211.   fi
  3212. done
  3213. _ACEOF
  3214. cat >>$CONFIG_STATUS <<_ACEOF
  3215. #
  3216. # CONFIG_HEADER section.
  3217. #
  3218. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3219. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3220. #
  3221. # ac_d sets the value in "#define NAME VALUE" lines.
  3222. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  3223. ac_dB='[  ].*$,1#2'
  3224. ac_dC=' '
  3225. ac_dD=',;t'
  3226. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3227. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  3228. ac_uB='$,1#2define3'
  3229. ac_uC=' '
  3230. ac_uD=',;t'
  3231. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  3232.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3233.   case $ac_file in
  3234.   - | *:- | *:-:* ) # input from stdin
  3235. cat >$tmp/stdin
  3236. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3237. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3238.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3239. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3240.   * )   ac_file_in=$ac_file.in ;;
  3241.   esac
  3242.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  3243. echo "$as_me: creating $ac_file" >&6;}
  3244.   # First look for the input files in the build tree, otherwise in the
  3245.   # src tree.
  3246.   ac_file_inputs=`IFS=:
  3247.     for f in $ac_file_in; do
  3248.       case $f in
  3249.       -) echo $tmp/stdin ;;
  3250.       [\/$]*)
  3251.  # Absolute (can't be DOS-style, as IFS=:)
  3252.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3253. echo "$as_me: error: cannot find input file: $f" >&2;}
  3254.    { (exit 1); exit 1; }; }
  3255.  # Do quote $f, to prevent DOS paths from being IFS'd.
  3256.  echo "$f";;
  3257.       *) # Relative
  3258.  if test -f "$f"; then
  3259.    # Build tree
  3260.    echo "$f"
  3261.  elif test -f "$srcdir/$f"; then
  3262.    # Source tree
  3263.    echo "$srcdir/$f"
  3264.  else
  3265.    # /dev/null tree
  3266.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3267. echo "$as_me: error: cannot find input file: $f" >&2;}
  3268.    { (exit 1); exit 1; }; }
  3269.  fi;;
  3270.       esac
  3271.     done` || { (exit 1); exit 1; }
  3272.   # Remove the trailing spaces.
  3273.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  3274. _ACEOF
  3275. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  3276. # `conftest.undefs', that substitutes the proper values into
  3277. # config.h.in to produce config.h.  The first handles `#define'
  3278. # templates, and the second `#undef' templates.
  3279. # And first: Protect against being on the right side of a sed subst in
  3280. # config.status.  Protect against being in an unquoted here document
  3281. # in config.status.
  3282. rm -f conftest.defines conftest.undefs
  3283. # Using a here document instead of a string reduces the quoting nightmare.
  3284. # Putting comments in sed scripts is not portable.
  3285. #
  3286. # `end' is used to avoid that the second main sed command (meant for
  3287. # 0-ary CPP macros) applies to n-ary macro definitions.
  3288. # See the Autoconf documentation for `clear'.
  3289. cat >confdef2sed.sed <<_ACEOF
  3290. s/[\&,]/\&/g
  3291. s,[\$`],\&,g
  3292. t clear
  3293. : clear
  3294. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  3295. t end
  3296. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  3297. : end
  3298. _ACEOF
  3299. # If some macros were called several times there might be several times
  3300. # the same #defines, which is useless.  Nevertheless, we may not want to
  3301. # sort them, since we want the *last* AC-DEFINE to be honored.
  3302. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  3303. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  3304. rm -f confdef2sed.sed
  3305. # This sed command replaces #undef with comments.  This is necessary, for
  3306. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3307. # on some systems where configure will not decide to define it.
  3308. cat >>conftest.undefs <<_ACEOF
  3309. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  3310. _ACEOF
  3311. # Break up conftest.defines because some shells have a limit on the size
  3312. # of here documents, and old seds have small limits too (100 cmds).
  3313. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  3314. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  3315. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  3316. echo '  :' >>$CONFIG_STATUS
  3317. rm -f conftest.tail
  3318. while grep . conftest.defines >/dev/null
  3319. do
  3320.   # Write a limited-size here document to $tmp/defines.sed.
  3321.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  3322.   # Speed up: don't consider the non `#define' lines.
  3323.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  3324.   # Work around the forget-to-reset-the-flag bug.
  3325.   echo 't clr' >>$CONFIG_STATUS
  3326.   echo ': clr' >>$CONFIG_STATUS
  3327.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  3328.   echo 'CEOF
  3329.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  3330.   rm -f $tmp/in
  3331.   mv $tmp/out $tmp/in
  3332. ' >>$CONFIG_STATUS
  3333.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  3334.   rm -f conftest.defines
  3335.   mv conftest.tail conftest.defines
  3336. done
  3337. rm -f conftest.defines
  3338. echo '  fi # grep' >>$CONFIG_STATUS
  3339. echo >>$CONFIG_STATUS
  3340. # Break up conftest.undefs because some shells have a limit on the size
  3341. # of here documents, and old seds have small limits too (100 cmds).
  3342. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  3343. rm -f conftest.tail
  3344. while grep . conftest.undefs >/dev/null
  3345. do
  3346.   # Write a limited-size here document to $tmp/undefs.sed.
  3347.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  3348.   # Speed up: don't consider the non `#undef'
  3349.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  3350.   # Work around the forget-to-reset-the-flag bug.
  3351.   echo 't clr' >>$CONFIG_STATUS
  3352.   echo ': clr' >>$CONFIG_STATUS
  3353.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  3354.   echo 'CEOF
  3355.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  3356.   rm -f $tmp/in
  3357.   mv $tmp/out $tmp/in
  3358. ' >>$CONFIG_STATUS
  3359.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  3360.   rm -f conftest.undefs
  3361.   mv conftest.tail conftest.undefs
  3362. done
  3363. rm -f conftest.undefs
  3364. cat >>$CONFIG_STATUS <<_ACEOF
  3365.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3366.   # use $as_me), people would be surprised to read:
  3367.   #    /* config.h.  Generated by config.status.  */
  3368.   if test x"$ac_file" = x-; then
  3369.     echo "/* Generated by configure.  */" >$tmp/config.h
  3370.   else
  3371.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  3372.   fi
  3373.   cat $tmp/in >>$tmp/config.h
  3374.   rm -f $tmp/in
  3375.   if test x"$ac_file" != x-; then
  3376.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3377.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3378. echo "$as_me: $ac_file is unchanged" >&6;}
  3379.     else
  3380.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3381. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3382.  X"$ac_file" : 'X(//)[^/]' | 
  3383.  X"$ac_file" : 'X(//)$' | 
  3384.  X"$ac_file" : 'X(/)' | 
  3385.  .     : '(.)' 2>/dev/null ||
  3386. echo X"$ac_file" |
  3387.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3388.      /^X(//)[^/].*/{ s//1/; q; }
  3389.      /^X(//)$/{ s//1/; q; }
  3390.      /^X(/).*/{ s//1/; q; }
  3391.      s/.*/./; q'`
  3392.       { if $as_mkdir_p; then
  3393.     mkdir -p "$ac_dir"
  3394.   else
  3395.     as_dir="$ac_dir"
  3396.     as_dirs=
  3397.     while test ! -d "$as_dir"; do
  3398.       as_dirs="$as_dir $as_dirs"
  3399.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3400. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3401.  X"$as_dir" : 'X(//)[^/]' | 
  3402.  X"$as_dir" : 'X(//)$' | 
  3403.  X"$as_dir" : 'X(/)' | 
  3404.  .     : '(.)' 2>/dev/null ||
  3405. echo X"$as_dir" |
  3406.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3407.      /^X(//)[^/].*/{ s//1/; q; }
  3408.      /^X(//)$/{ s//1/; q; }
  3409.      /^X(/).*/{ s//1/; q; }
  3410.      s/.*/./; q'`
  3411.     done
  3412.     test ! -n "$as_dirs" || mkdir $as_dirs
  3413.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3414. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3415.    { (exit 1); exit 1; }; }; }
  3416.       rm -f $ac_file
  3417.       mv $tmp/config.h $ac_file
  3418.     fi
  3419.   else
  3420.     cat $tmp/config.h
  3421.     rm -f $tmp/config.h
  3422.   fi
  3423. # Compute $ac_file's index in $config_headers.
  3424. _am_stamp_count=1
  3425. for _am_header in $config_headers :; do
  3426.   case $_am_header in
  3427.     $ac_file | $ac_file:* )
  3428.       break ;;
  3429.     * )
  3430.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  3431.   esac
  3432. done
  3433. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  3434. $as_expr X$ac_file : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3435.  X$ac_file : 'X(//)[^/]' | 
  3436.  X$ac_file : 'X(//)$' | 
  3437.  X$ac_file : 'X(/)' | 
  3438.  .     : '(.)' 2>/dev/null ||
  3439. echo X$ac_file |
  3440.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3441.      /^X(//)[^/].*/{ s//1/; q; }
  3442.      /^X(//)$/{ s//1/; q; }
  3443.      /^X(/).*/{ s//1/; q; }
  3444.      s/.*/./; q'`/stamp-h$_am_stamp_count
  3445. done
  3446. _ACEOF
  3447. cat >>$CONFIG_STATUS <<_ACEOF
  3448. #
  3449. # CONFIG_COMMANDS section.
  3450. #
  3451. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  3452.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  3453.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3454.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  3455. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3456.  X"$ac_dest" : 'X(//)[^/]' | 
  3457.  X"$ac_dest" : 'X(//)$' | 
  3458.  X"$ac_dest" : 'X(/)' | 
  3459.  .     : '(.)' 2>/dev/null ||
  3460. echo X"$ac_dest" |
  3461.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3462.      /^X(//)[^/].*/{ s//1/; q; }
  3463.      /^X(//)$/{ s//1/; q; }
  3464.      /^X(/).*/{ s//1/; q; }
  3465.      s/.*/./; q'`
  3466.   { if $as_mkdir_p; then
  3467.     mkdir -p "$ac_dir"
  3468.   else
  3469.     as_dir="$ac_dir"
  3470.     as_dirs=
  3471.     while test ! -d "$as_dir"; do
  3472.       as_dirs="$as_dir $as_dirs"
  3473.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3474. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3475.  X"$as_dir" : 'X(//)[^/]' | 
  3476.  X"$as_dir" : 'X(//)$' | 
  3477.  X"$as_dir" : 'X(/)' | 
  3478.  .     : '(.)' 2>/dev/null ||
  3479. echo X"$as_dir" |
  3480.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3481.      /^X(//)[^/].*/{ s//1/; q; }
  3482.      /^X(//)$/{ s//1/; q; }
  3483.      /^X(/).*/{ s//1/; q; }
  3484.      s/.*/./; q'`
  3485.     done
  3486.     test ! -n "$as_dirs" || mkdir $as_dirs
  3487.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3488. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3489.    { (exit 1); exit 1; }; }; }
  3490.   ac_builddir=.
  3491. if test "$ac_dir" != .; then
  3492.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3493.   # A "../" for each directory in $ac_dir_suffix.
  3494.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3495. else
  3496.   ac_dir_suffix= ac_top_builddir=
  3497. fi
  3498. case $srcdir in
  3499.   .)  # No --srcdir option.  We are building in place.
  3500.     ac_srcdir=.
  3501.     if test -z "$ac_top_builddir"; then
  3502.        ac_top_srcdir=.
  3503.     else
  3504.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3505.     fi ;;
  3506.   [\/]* | ?:[\/]* )  # Absolute path.
  3507.     ac_srcdir=$srcdir$ac_dir_suffix;
  3508.     ac_top_srcdir=$srcdir ;;
  3509.   *) # Relative path.
  3510.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3511.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3512. esac
  3513. # Do not use `cd foo && pwd` to compute absolute paths, because
  3514. # the directories may not exist.
  3515. case `pwd` in
  3516. .) ac_abs_builddir="$ac_dir";;
  3517. *)
  3518.   case "$ac_dir" in
  3519.   .) ac_abs_builddir=`pwd`;;
  3520.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3521.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3522.   esac;;
  3523. esac
  3524. case $ac_abs_builddir in
  3525. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3526. *)
  3527.   case ${ac_top_builddir}. in
  3528.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3529.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3530.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3531.   esac;;
  3532. esac
  3533. case $ac_abs_builddir in
  3534. .) ac_abs_srcdir=$ac_srcdir;;
  3535. *)
  3536.   case $ac_srcdir in
  3537.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3538.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3539.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3540.   esac;;
  3541. esac
  3542. case $ac_abs_builddir in
  3543. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3544. *)
  3545.   case $ac_top_srcdir in
  3546.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3547.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3548.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3549.   esac;;
  3550. esac
  3551.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3552. echo "$as_me: executing $ac_dest commands" >&6;}
  3553.   case $ac_dest in
  3554.     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  3555.   # Strip MF so we end up with the name of the file.
  3556.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  3557.   # Check whether this is an Automake generated Makefile or not.
  3558.   # We used to match only the files named `Makefile.in', but
  3559.   # some people rename them; so instead we look at the file content.
  3560.   # Grep'ing the first line is not enough: some people post-process
  3561.   # each Makefile.in and add a new line on top of each file to say so.
  3562.   # So let's grep whole file.
  3563.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  3564.     dirpart=`(dirname "$mf") 2>/dev/null ||
  3565. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3566.  X"$mf" : 'X(//)[^/]' | 
  3567.  X"$mf" : 'X(//)$' | 
  3568.  X"$mf" : 'X(/)' | 
  3569.  .     : '(.)' 2>/dev/null ||
  3570. echo X"$mf" |
  3571.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3572.      /^X(//)[^/].*/{ s//1/; q; }
  3573.      /^X(//)$/{ s//1/; q; }
  3574.      /^X(/).*/{ s//1/; q; }
  3575.      s/.*/./; q'`
  3576.   else
  3577.     continue
  3578.   fi
  3579.   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  3580.   # Extract the definition of DEP_FILES from the Makefile without
  3581.   # running `make'.
  3582.   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  3583.   test -z "$DEPDIR" && continue
  3584.   # When using ansi2knr, U may be empty or an underscore; expand it
  3585.   U=`sed -n 's/^U = //p' < "$mf"`
  3586.   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  3587.   # We invoke sed twice because it is the simplest approach to
  3588.   # changing $(DEPDIR) to its actual value in the expansion.
  3589.   for file in `sed -n '
  3590.     /^DEP_FILES = .*\\$/ {
  3591.       s/^DEP_FILES = //
  3592.       :loop
  3593. s/\\$//
  3594. p
  3595. n
  3596. /\\$/ b loop
  3597.       p
  3598.     }
  3599.     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | 
  3600.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3601.     # Make sure the directory exists.
  3602.     test -f "$dirpart/$file" && continue
  3603.     fdir=`(dirname "$file") 2>/dev/null ||
  3604. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3605.  X"$file" : 'X(//)[^/]' | 
  3606.  X"$file" : 'X(//)$' | 
  3607.  X"$file" : 'X(/)' | 
  3608.  .     : '(.)' 2>/dev/null ||
  3609. echo X"$file" |
  3610.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3611.      /^X(//)[^/].*/{ s//1/; q; }
  3612.      /^X(//)$/{ s//1/; q; }
  3613.      /^X(/).*/{ s//1/; q; }
  3614.      s/.*/./; q'`
  3615.     { if $as_mkdir_p; then
  3616.     mkdir -p $dirpart/$fdir
  3617.   else
  3618.     as_dir=$dirpart/$fdir
  3619.     as_dirs=
  3620.     while test ! -d "$as_dir"; do
  3621.       as_dirs="$as_dir $as_dirs"
  3622.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3623. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3624.  X"$as_dir" : 'X(//)[^/]' | 
  3625.  X"$as_dir" : 'X(//)$' | 
  3626.  X"$as_dir" : 'X(/)' | 
  3627.  .     : '(.)' 2>/dev/null ||
  3628. echo X"$as_dir" |
  3629.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3630.      /^X(//)[^/].*/{ s//1/; q; }
  3631.      /^X(//)$/{ s//1/; q; }
  3632.      /^X(/).*/{ s//1/; q; }
  3633.      s/.*/./; q'`
  3634.     done
  3635.     test ! -n "$as_dirs" || mkdir $as_dirs
  3636.   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  3637. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  3638.    { (exit 1); exit 1; }; }; }
  3639.     # echo "creating $dirpart/$file"
  3640.     echo '# dummy' > "$dirpart/$file"
  3641.   done
  3642. done
  3643.  ;;
  3644.   esac
  3645. done
  3646. _ACEOF
  3647. cat >>$CONFIG_STATUS <<_ACEOF
  3648. { (exit 0); exit 0; }
  3649. _ACEOF
  3650. chmod +x $CONFIG_STATUS
  3651. ac_clean_files=$ac_clean_files_save
  3652. # configure is writing to config.log, and then calls config.status.
  3653. # config.status does its own redirection, appending to config.log.
  3654. # Unfortunately, on DOS this fails, as config.log is still kept open
  3655. # by configure, so config.status won't be able to write to it; its
  3656. # output is simply discarded.  So we exec the FD to /dev/null,
  3657. # effectively closing config.log, so it can be properly (re)opened and
  3658. # appended to by config.status.  When coming back to configure, we
  3659. # need to make the FD available again.
  3660. if test "$no_create" != yes; then
  3661.   ac_cs_success=:
  3662.   ac_config_status_args=
  3663.   test "$silent" = yes &&
  3664.     ac_config_status_args="$ac_config_status_args --quiet"
  3665.   exec 5>/dev/null
  3666.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3667.   exec 5>>config.log
  3668.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3669.   # would make configure fail if this is the last instruction.
  3670.   $ac_cs_success || { (exit 1); exit 1; }
  3671. fi