PageRenderTime 63ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 1ms

/lib/libmad/configure

http://github.com/xbmc/xbmc
Shell | 16295 lines | 14701 code | 947 blank | 647 comment | 818 complexity | 71e4c26efe9182b37046c029d0ac1df0 MD5 | raw file
Possible License(s): GPL-3.0, CC-BY-SA-3.0, LGPL-2.0, 0BSD, Unlicense, GPL-2.0, AGPL-1.0, BSD-3-Clause, LGPL-2.1, LGPL-3.0

Large files files are truncated, but you can click here to view the full file

  1. #! /bin/sh
  2. # From configure.ac Id: configure.ac,v 1.9 2004/01/23 09:41:32 rob Exp .
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated by GNU Autoconf 2.63 for MPEG Audio Decoder 0.15.1b.
  5. #
  6. # Report bugs to <support@underbit.com>.
  7. #
  8. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  9. # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  10. # This configure script is free software; the Free Software Foundation
  11. # gives unlimited permission to copy, distribute and modify it.
  12. ## --------------------- ##
  13. ## M4sh Initialization. ##
  14. ## --------------------- ##
  15. # Be more Bourne compatible
  16. DUALCASE=1; export DUALCASE # for MKS sh
  17. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  18. emulate sh
  19. NULLCMD=:
  20. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  21. # is contrary to our usage. Disable this feature.
  22. alias -g '${1+"$@"}'='"$@"'
  23. setopt NO_GLOB_SUBST
  24. else
  25. case `(set -o) 2>/dev/null` in
  26. *posix*) set -o posix ;;
  27. esac
  28. fi
  29. # PATH needs CR
  30. # Avoid depending upon Character Ranges.
  31. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  32. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  33. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  34. as_cr_digits='0123456789'
  35. as_cr_alnum=$as_cr_Letters$as_cr_digits
  36. as_nl='
  37. '
  38. export as_nl
  39. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  40. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  42. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  43. if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  44. as_echo='printf %s\n'
  45. as_echo_n='printf %s'
  46. else
  47. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  48. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  49. as_echo_n='/usr/ucb/echo -n'
  50. else
  51. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  52. as_echo_n_body='eval
  53. arg=$1;
  54. case $arg in
  55. *"$as_nl"*)
  56. expr "X$arg" : "X\\(.*\\)$as_nl";
  57. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  58. esac;
  59. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  60. '
  61. export as_echo_n_body
  62. as_echo_n='sh -c $as_echo_n_body as_echo'
  63. fi
  64. export as_echo_body
  65. as_echo='sh -c $as_echo_body as_echo'
  66. fi
  67. # The user is always right.
  68. if test "${PATH_SEPARATOR+set}" != set; then
  69. PATH_SEPARATOR=:
  70. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  71. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  72. PATH_SEPARATOR=';'
  73. }
  74. fi
  75. # Support unset when possible.
  76. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  77. as_unset=unset
  78. else
  79. as_unset=false
  80. fi
  81. # IFS
  82. # We need space, tab and new line, in precisely that order. Quoting is
  83. # there to prevent editors from complaining about space-tab.
  84. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  85. # splitting by setting IFS to empty value.)
  86. IFS=" "" $as_nl"
  87. # Find who we are. Look in the path if we contain no directory separator.
  88. case $0 in
  89. *[\\/]* ) as_myself=$0 ;;
  90. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  91. for as_dir in $PATH
  92. do
  93. IFS=$as_save_IFS
  94. test -z "$as_dir" && as_dir=.
  95. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  96. done
  97. IFS=$as_save_IFS
  98. ;;
  99. esac
  100. # We did not find ourselves, most probably we were run as `sh COMMAND'
  101. # in which case we are not to be found in the path.
  102. if test "x$as_myself" = x; then
  103. as_myself=$0
  104. fi
  105. if test ! -f "$as_myself"; then
  106. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  107. { (exit 1); exit 1; }
  108. fi
  109. # Work around bugs in pre-3.0 UWIN ksh.
  110. for as_var in ENV MAIL MAILPATH
  111. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # Required to use basename.
  122. if expr a : '\(a\)' >/dev/null 2>&1 &&
  123. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  124. as_expr=expr
  125. else
  126. as_expr=false
  127. fi
  128. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  129. as_basename=basename
  130. else
  131. as_basename=false
  132. fi
  133. # Name of the executable.
  134. as_me=`$as_basename -- "$0" ||
  135. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  136. X"$0" : 'X\(//\)$' \| \
  137. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  138. $as_echo X/"$0" |
  139. sed '/^.*\/\([^/][^/]*\)\/*$/{
  140. s//\1/
  141. q
  142. }
  143. /^X\/\(\/\/\)$/{
  144. s//\1/
  145. q
  146. }
  147. /^X\/\(\/\).*/{
  148. s//\1/
  149. q
  150. }
  151. s/.*/./; q'`
  152. # CDPATH.
  153. $as_unset CDPATH
  154. if test "x$CONFIG_SHELL" = x; then
  155. if (eval ":") 2>/dev/null; then
  156. as_have_required=yes
  157. else
  158. as_have_required=no
  159. fi
  160. if test $as_have_required = yes && (eval ":
  161. (as_func_return () {
  162. (exit \$1)
  163. }
  164. as_func_success () {
  165. as_func_return 0
  166. }
  167. as_func_failure () {
  168. as_func_return 1
  169. }
  170. as_func_ret_success () {
  171. return 0
  172. }
  173. as_func_ret_failure () {
  174. return 1
  175. }
  176. exitcode=0
  177. if as_func_success; then
  178. :
  179. else
  180. exitcode=1
  181. echo as_func_success failed.
  182. fi
  183. if as_func_failure; then
  184. exitcode=1
  185. echo as_func_failure succeeded.
  186. fi
  187. if as_func_ret_success; then
  188. :
  189. else
  190. exitcode=1
  191. echo as_func_ret_success failed.
  192. fi
  193. if as_func_ret_failure; then
  194. exitcode=1
  195. echo as_func_ret_failure succeeded.
  196. fi
  197. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  198. :
  199. else
  200. exitcode=1
  201. echo positional parameters were not saved.
  202. fi
  203. test \$exitcode = 0) || { (exit 1); exit 1; }
  204. (
  205. as_lineno_1=\$LINENO
  206. as_lineno_2=\$LINENO
  207. test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  208. test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  209. ") 2> /dev/null; then
  210. :
  211. else
  212. as_candidate_shells=
  213. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  214. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  215. do
  216. IFS=$as_save_IFS
  217. test -z "$as_dir" && as_dir=.
  218. case $as_dir in
  219. /*)
  220. for as_base in sh bash ksh sh5; do
  221. as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  222. done;;
  223. esac
  224. done
  225. IFS=$as_save_IFS
  226. for as_shell in $as_candidate_shells $SHELL; do
  227. # Try only shells that exist, to save several forks.
  228. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  229. { ("$as_shell") 2> /dev/null <<\_ASEOF
  230. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  231. emulate sh
  232. NULLCMD=:
  233. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  234. # is contrary to our usage. Disable this feature.
  235. alias -g '${1+"$@"}'='"$@"'
  236. setopt NO_GLOB_SUBST
  237. else
  238. case `(set -o) 2>/dev/null` in
  239. *posix*) set -o posix ;;
  240. esac
  241. fi
  242. :
  243. _ASEOF
  244. }; then
  245. CONFIG_SHELL=$as_shell
  246. as_have_required=yes
  247. if { "$as_shell" 2> /dev/null <<\_ASEOF
  248. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  249. emulate sh
  250. NULLCMD=:
  251. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  252. # is contrary to our usage. Disable this feature.
  253. alias -g '${1+"$@"}'='"$@"'
  254. setopt NO_GLOB_SUBST
  255. else
  256. case `(set -o) 2>/dev/null` in
  257. *posix*) set -o posix ;;
  258. esac
  259. fi
  260. :
  261. (as_func_return () {
  262. (exit $1)
  263. }
  264. as_func_success () {
  265. as_func_return 0
  266. }
  267. as_func_failure () {
  268. as_func_return 1
  269. }
  270. as_func_ret_success () {
  271. return 0
  272. }
  273. as_func_ret_failure () {
  274. return 1
  275. }
  276. exitcode=0
  277. if as_func_success; then
  278. :
  279. else
  280. exitcode=1
  281. echo as_func_success failed.
  282. fi
  283. if as_func_failure; then
  284. exitcode=1
  285. echo as_func_failure succeeded.
  286. fi
  287. if as_func_ret_success; then
  288. :
  289. else
  290. exitcode=1
  291. echo as_func_ret_success failed.
  292. fi
  293. if as_func_ret_failure; then
  294. exitcode=1
  295. echo as_func_ret_failure succeeded.
  296. fi
  297. if ( set x; as_func_ret_success y && test x = "$1" ); then
  298. :
  299. else
  300. exitcode=1
  301. echo positional parameters were not saved.
  302. fi
  303. test $exitcode = 0) || { (exit 1); exit 1; }
  304. (
  305. as_lineno_1=$LINENO
  306. as_lineno_2=$LINENO
  307. test "x$as_lineno_1" != "x$as_lineno_2" &&
  308. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  309. _ASEOF
  310. }; then
  311. break
  312. fi
  313. fi
  314. done
  315. if test "x$CONFIG_SHELL" != x; then
  316. for as_var in BASH_ENV ENV
  317. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  318. done
  319. export CONFIG_SHELL
  320. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  321. fi
  322. if test $as_have_required = no; then
  323. echo This script requires a shell more modern than all the
  324. echo shells that I found on your system. Please install a
  325. echo modern shell, or manually run the script under such a
  326. echo shell if you do have one.
  327. { (exit 1); exit 1; }
  328. fi
  329. fi
  330. fi
  331. (eval "as_func_return () {
  332. (exit \$1)
  333. }
  334. as_func_success () {
  335. as_func_return 0
  336. }
  337. as_func_failure () {
  338. as_func_return 1
  339. }
  340. as_func_ret_success () {
  341. return 0
  342. }
  343. as_func_ret_failure () {
  344. return 1
  345. }
  346. exitcode=0
  347. if as_func_success; then
  348. :
  349. else
  350. exitcode=1
  351. echo as_func_success failed.
  352. fi
  353. if as_func_failure; then
  354. exitcode=1
  355. echo as_func_failure succeeded.
  356. fi
  357. if as_func_ret_success; then
  358. :
  359. else
  360. exitcode=1
  361. echo as_func_ret_success failed.
  362. fi
  363. if as_func_ret_failure; then
  364. exitcode=1
  365. echo as_func_ret_failure succeeded.
  366. fi
  367. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  368. :
  369. else
  370. exitcode=1
  371. echo positional parameters were not saved.
  372. fi
  373. test \$exitcode = 0") || {
  374. echo No shell found that supports shell functions.
  375. echo Please tell bug-autoconf@gnu.org about your system,
  376. echo including any error possibly output before this message.
  377. echo This can help us improve future autoconf versions.
  378. echo Configuration will now proceed without shell functions.
  379. }
  380. as_lineno_1=$LINENO
  381. as_lineno_2=$LINENO
  382. test "x$as_lineno_1" != "x$as_lineno_2" &&
  383. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  384. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  385. # uniformly replaced by the line number. The first 'sed' inserts a
  386. # line-number line after each line using $LINENO; the second 'sed'
  387. # does the real work. The second script uses 'N' to pair each
  388. # line-number line with the line containing $LINENO, and appends
  389. # trailing '-' during substitution so that $LINENO is not a special
  390. # case at line end.
  391. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  392. # scripts with optimization help from Paolo Bonzini. Blame Lee
  393. # E. McMahon (1931-1989) for sed's syntax. :-)
  394. sed -n '
  395. p
  396. /[$]LINENO/=
  397. ' <$as_myself |
  398. sed '
  399. s/[$]LINENO.*/&-/
  400. t lineno
  401. b
  402. :lineno
  403. N
  404. :loop
  405. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  406. t loop
  407. s/-\n.*//
  408. ' >$as_me.lineno &&
  409. chmod +x "$as_me.lineno" ||
  410. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  411. { (exit 1); exit 1; }; }
  412. # Don't try to exec as it changes $[0], causing all sort of problems
  413. # (the dirname of $[0] is not the place where we might find the
  414. # original and so on. Autoconf is especially sensitive to this).
  415. . "./$as_me.lineno"
  416. # Exit status is that of the last command.
  417. exit
  418. }
  419. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  420. as_dirname=dirname
  421. else
  422. as_dirname=false
  423. fi
  424. ECHO_C= ECHO_N= ECHO_T=
  425. case `echo -n x` in
  426. -n*)
  427. case `echo 'x\c'` in
  428. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  429. *) ECHO_C='\c';;
  430. esac;;
  431. *)
  432. ECHO_N='-n';;
  433. esac
  434. if expr a : '\(a\)' >/dev/null 2>&1 &&
  435. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  436. as_expr=expr
  437. else
  438. as_expr=false
  439. fi
  440. rm -f conf$$ conf$$.exe conf$$.file
  441. if test -d conf$$.dir; then
  442. rm -f conf$$.dir/conf$$.file
  443. else
  444. rm -f conf$$.dir
  445. mkdir conf$$.dir 2>/dev/null
  446. fi
  447. if (echo >conf$$.file) 2>/dev/null; then
  448. if ln -s conf$$.file conf$$ 2>/dev/null; then
  449. as_ln_s='ln -s'
  450. # ... but there are two gotchas:
  451. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  452. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  453. # In both cases, we have to default to `cp -p'.
  454. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  455. as_ln_s='cp -p'
  456. elif ln conf$$.file conf$$ 2>/dev/null; then
  457. as_ln_s=ln
  458. else
  459. as_ln_s='cp -p'
  460. fi
  461. else
  462. as_ln_s='cp -p'
  463. fi
  464. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  465. rmdir conf$$.dir 2>/dev/null
  466. if mkdir -p . 2>/dev/null; then
  467. as_mkdir_p=:
  468. else
  469. test -d ./-p && rmdir ./-p
  470. as_mkdir_p=false
  471. fi
  472. if test -x / >/dev/null 2>&1; then
  473. as_test_x='test -x'
  474. else
  475. if ls -dL / >/dev/null 2>&1; then
  476. as_ls_L_option=L
  477. else
  478. as_ls_L_option=
  479. fi
  480. as_test_x='
  481. eval sh -c '\''
  482. if test -d "$1"; then
  483. test -d "$1/.";
  484. else
  485. case $1 in
  486. -*)set "./$1";;
  487. esac;
  488. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  489. ???[sx]*):;;*)false;;esac;fi
  490. '\'' sh
  491. '
  492. fi
  493. as_executable_p=$as_test_x
  494. # Sed expression to map a string onto a valid CPP name.
  495. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  496. # Sed expression to map a string onto a valid variable name.
  497. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  498. # Check that we are running under the correct shell.
  499. SHELL=${CONFIG_SHELL-/bin/sh}
  500. case X$lt_ECHO in
  501. X*--fallback-echo)
  502. # Remove one level of quotation (which was required for Make).
  503. ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
  504. ;;
  505. esac
  506. ECHO=${lt_ECHO-echo}
  507. if test "X$1" = X--no-reexec; then
  508. # Discard the --no-reexec flag, and continue.
  509. shift
  510. elif test "X$1" = X--fallback-echo; then
  511. # Avoid inline document here, it may be left over
  512. :
  513. elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
  514. # Yippee, $ECHO works!
  515. :
  516. else
  517. # Restart under the correct shell.
  518. exec $SHELL "$0" --no-reexec ${1+"$@"}
  519. fi
  520. if test "X$1" = X--fallback-echo; then
  521. # used as fallback echo
  522. shift
  523. cat <<_LT_EOF
  524. $*
  525. _LT_EOF
  526. exit 0
  527. fi
  528. # The HP-UX ksh and POSIX shell print the target directory to stdout
  529. # if CDPATH is set.
  530. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  531. if test -z "$lt_ECHO"; then
  532. if test "X${echo_test_string+set}" != Xset; then
  533. # find a string as large as possible, as long as the shell can cope with it
  534. for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  535. # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  536. if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
  537. { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
  538. then
  539. break
  540. fi
  541. done
  542. fi
  543. if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
  544. echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  545. test "X$echo_testing_string" = "X$echo_test_string"; then
  546. :
  547. else
  548. # The Solaris, AIX, and Digital Unix default echo programs unquote
  549. # backslashes. This makes it impossible to quote backslashes using
  550. # echo "$something" | sed 's/\\/\\\\/g'
  551. #
  552. # So, first we look for a working echo in the user's PATH.
  553. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  554. for dir in $PATH /usr/ucb; do
  555. IFS="$lt_save_ifs"
  556. if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  557. test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
  558. echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  559. test "X$echo_testing_string" = "X$echo_test_string"; then
  560. ECHO="$dir/echo"
  561. break
  562. fi
  563. done
  564. IFS="$lt_save_ifs"
  565. if test "X$ECHO" = Xecho; then
  566. # We didn't find a better echo, so look for alternatives.
  567. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
  568. echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
  569. test "X$echo_testing_string" = "X$echo_test_string"; then
  570. # This shell has a builtin print -r that does the trick.
  571. ECHO='print -r'
  572. elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
  573. test "X$CONFIG_SHELL" != X/bin/ksh; then
  574. # If we have ksh, try running configure again with it.
  575. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  576. export ORIGINAL_CONFIG_SHELL
  577. CONFIG_SHELL=/bin/ksh
  578. export CONFIG_SHELL
  579. exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  580. else
  581. # Try using printf.
  582. ECHO='printf %s\n'
  583. if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
  584. echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  585. test "X$echo_testing_string" = "X$echo_test_string"; then
  586. # Cool, printf works
  587. :
  588. elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  589. test "X$echo_testing_string" = 'X\t' &&
  590. echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  591. test "X$echo_testing_string" = "X$echo_test_string"; then
  592. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  593. export CONFIG_SHELL
  594. SHELL="$CONFIG_SHELL"
  595. export SHELL
  596. ECHO="$CONFIG_SHELL $0 --fallback-echo"
  597. elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  598. test "X$echo_testing_string" = 'X\t' &&
  599. echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  600. test "X$echo_testing_string" = "X$echo_test_string"; then
  601. ECHO="$CONFIG_SHELL $0 --fallback-echo"
  602. else
  603. # maybe with a smaller string...
  604. prev=:
  605. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  606. if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
  607. then
  608. break
  609. fi
  610. prev="$cmd"
  611. done
  612. if test "$prev" != 'sed 50q "$0"'; then
  613. echo_test_string=`eval $prev`
  614. export echo_test_string
  615. exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  616. else
  617. # Oops. We lost completely, so just stick with echo.
  618. ECHO=echo
  619. fi
  620. fi
  621. fi
  622. fi
  623. fi
  624. fi
  625. # Copy echo and quote the copy suitably for passing to libtool from
  626. # the Makefile, instead of quoting the original, which is used later.
  627. lt_ECHO=$ECHO
  628. if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  629. lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
  630. fi
  631. exec 7<&0 </dev/null 6>&1
  632. # Name of the host.
  633. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  634. # so uname gets run too.
  635. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  636. #
  637. # Initializations.
  638. #
  639. ac_default_prefix=/usr/local
  640. ac_clean_files=
  641. ac_config_libobj_dir=.
  642. LIBOBJS=
  643. cross_compiling=no
  644. subdirs=
  645. MFLAGS=
  646. MAKEFLAGS=
  647. SHELL=${CONFIG_SHELL-/bin/sh}
  648. # Identity of this package.
  649. PACKAGE_NAME='MPEG Audio Decoder'
  650. PACKAGE_TARNAME='libmad'
  651. PACKAGE_VERSION='0.15.1b'
  652. PACKAGE_STRING='MPEG Audio Decoder 0.15.1b'
  653. PACKAGE_BUGREPORT='support@underbit.com'
  654. ac_unique_file="decoder.h"
  655. # Factoring default headers for most tests.
  656. ac_includes_default="\
  657. #include <stdio.h>
  658. #ifdef HAVE_SYS_TYPES_H
  659. # include <sys/types.h>
  660. #endif
  661. #ifdef HAVE_SYS_STAT_H
  662. # include <sys/stat.h>
  663. #endif
  664. #ifdef STDC_HEADERS
  665. # include <stdlib.h>
  666. # include <stddef.h>
  667. #else
  668. # ifdef HAVE_STDLIB_H
  669. # include <stdlib.h>
  670. # endif
  671. #endif
  672. #ifdef HAVE_STRING_H
  673. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  674. # include <memory.h>
  675. # endif
  676. # include <string.h>
  677. #endif
  678. #ifdef HAVE_STRINGS_H
  679. # include <strings.h>
  680. #endif
  681. #ifdef HAVE_INTTYPES_H
  682. # include <inttypes.h>
  683. #endif
  684. #ifdef HAVE_STDINT_H
  685. # include <stdint.h>
  686. #endif
  687. #ifdef HAVE_UNISTD_H
  688. # include <unistd.h>
  689. #endif"
  690. ac_subst_vars='LTLIBOBJS
  691. LIBOBJS
  692. ASO_OBJS
  693. ASO
  694. FPM
  695. LIBTOOL_DEPS
  696. CPP
  697. OTOOL64
  698. OTOOL
  699. LIPO
  700. NMEDIT
  701. DSYMUTIL
  702. lt_ECHO
  703. RANLIB
  704. AR
  705. OBJDUMP
  706. LN_S
  707. NM
  708. ac_ct_DUMPBIN
  709. DUMPBIN
  710. LD
  711. FGREP
  712. EGREP
  713. GREP
  714. SED
  715. LIBTOOL
  716. am__fastdepCCAS_FALSE
  717. am__fastdepCCAS_TRUE
  718. CCASDEPMODE
  719. CCASFLAGS
  720. CCAS
  721. am__fastdepCC_FALSE
  722. am__fastdepCC_TRUE
  723. CCDEPMODE
  724. AMDEPBACKSLASH
  725. AMDEP_FALSE
  726. AMDEP_TRUE
  727. am__quote
  728. am__include
  729. DEPDIR
  730. OBJEXT
  731. EXEEXT
  732. ac_ct_CC
  733. CPPFLAGS
  734. LDFLAGS
  735. CFLAGS
  736. CC
  737. host_os
  738. host_vendor
  739. host_cpu
  740. host
  741. build_os
  742. build_vendor
  743. build_cpu
  744. build
  745. am__untar
  746. am__tar
  747. AMTAR
  748. am__leading_dot
  749. SET_MAKE
  750. AWK
  751. mkdir_p
  752. MKDIR_P
  753. INSTALL_STRIP_PROGRAM
  754. STRIP
  755. install_sh
  756. MAKEINFO
  757. AUTOHEADER
  758. AUTOMAKE
  759. AUTOCONF
  760. ACLOCAL
  761. VERSION
  762. PACKAGE
  763. CYGPATH_W
  764. am__isrc
  765. INSTALL_DATA
  766. INSTALL_SCRIPT
  767. INSTALL_PROGRAM
  768. target_alias
  769. host_alias
  770. build_alias
  771. LIBS
  772. ECHO_T
  773. ECHO_N
  774. ECHO_C
  775. DEFS
  776. mandir
  777. localedir
  778. libdir
  779. psdir
  780. pdfdir
  781. dvidir
  782. htmldir
  783. infodir
  784. docdir
  785. oldincludedir
  786. includedir
  787. localstatedir
  788. sharedstatedir
  789. sysconfdir
  790. datadir
  791. datarootdir
  792. libexecdir
  793. sbindir
  794. bindir
  795. program_transform_name
  796. prefix
  797. exec_prefix
  798. PACKAGE_BUGREPORT
  799. PACKAGE_STRING
  800. PACKAGE_VERSION
  801. PACKAGE_TARNAME
  802. PACKAGE_NAME
  803. PATH_SEPARATOR
  804. SHELL'
  805. ac_subst_files=''
  806. ac_user_opts='
  807. enable_option_checking
  808. enable_dependency_tracking
  809. enable_shared
  810. enable_static
  811. with_pic
  812. enable_fast_install
  813. with_gnu_ld
  814. enable_libtool_lock
  815. enable_speed
  816. enable_accuracy
  817. enable_fpm
  818. enable_sso
  819. enable_aso
  820. enable_strict_iso
  821. enable_profiling
  822. enable_debugging
  823. enable_experimental
  824. '
  825. ac_precious_vars='build_alias
  826. host_alias
  827. target_alias
  828. CC
  829. CFLAGS
  830. LDFLAGS
  831. LIBS
  832. CPPFLAGS
  833. CCAS
  834. CCASFLAGS
  835. CPP'
  836. # Initialize some variables set by options.
  837. ac_init_help=
  838. ac_init_version=false
  839. ac_unrecognized_opts=
  840. ac_unrecognized_sep=
  841. # The variables have the same names as the options, with
  842. # dashes changed to underlines.
  843. cache_file=/dev/null
  844. exec_prefix=NONE
  845. no_create=
  846. no_recursion=
  847. prefix=NONE
  848. program_prefix=NONE
  849. program_suffix=NONE
  850. program_transform_name=s,x,x,
  851. silent=
  852. site=
  853. srcdir=
  854. verbose=
  855. x_includes=NONE
  856. x_libraries=NONE
  857. # Installation directory options.
  858. # These are left unexpanded so users can "make install exec_prefix=/foo"
  859. # and all the variables that are supposed to be based on exec_prefix
  860. # by default will actually change.
  861. # Use braces instead of parens because sh, perl, etc. also accept them.
  862. # (The list follows the same order as the GNU Coding Standards.)
  863. bindir='${exec_prefix}/bin'
  864. sbindir='${exec_prefix}/sbin'
  865. libexecdir='${exec_prefix}/libexec'
  866. datarootdir='${prefix}/share'
  867. datadir='${datarootdir}'
  868. sysconfdir='${prefix}/etc'
  869. sharedstatedir='${prefix}/com'
  870. localstatedir='${prefix}/var'
  871. includedir='${prefix}/include'
  872. oldincludedir='/usr/include'
  873. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  874. infodir='${datarootdir}/info'
  875. htmldir='${docdir}'
  876. dvidir='${docdir}'
  877. pdfdir='${docdir}'
  878. psdir='${docdir}'
  879. libdir='${exec_prefix}/lib'
  880. localedir='${datarootdir}/locale'
  881. mandir='${datarootdir}/man'
  882. ac_prev=
  883. ac_dashdash=
  884. for ac_option
  885. do
  886. # If the previous option needs an argument, assign it.
  887. if test -n "$ac_prev"; then
  888. eval $ac_prev=\$ac_option
  889. ac_prev=
  890. continue
  891. fi
  892. case $ac_option in
  893. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  894. *) ac_optarg=yes ;;
  895. esac
  896. # Accept the important Cygnus configure options, so we can diagnose typos.
  897. case $ac_dashdash$ac_option in
  898. --)
  899. ac_dashdash=yes ;;
  900. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  901. ac_prev=bindir ;;
  902. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  903. bindir=$ac_optarg ;;
  904. -build | --build | --buil | --bui | --bu)
  905. ac_prev=build_alias ;;
  906. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  907. build_alias=$ac_optarg ;;
  908. -cache-file | --cache-file | --cache-fil | --cache-fi \
  909. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  910. ac_prev=cache_file ;;
  911. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  912. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  913. cache_file=$ac_optarg ;;
  914. --config-cache | -C)
  915. cache_file=config.cache ;;
  916. -datadir | --datadir | --datadi | --datad)
  917. ac_prev=datadir ;;
  918. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  919. datadir=$ac_optarg ;;
  920. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  921. | --dataroo | --dataro | --datar)
  922. ac_prev=datarootdir ;;
  923. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  924. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  925. datarootdir=$ac_optarg ;;
  926. -disable-* | --disable-*)
  927. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  928. # Reject names that are not valid shell variable names.
  929. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  930. { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
  931. { (exit 1); exit 1; }; }
  932. ac_useropt_orig=$ac_useropt
  933. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  934. case $ac_user_opts in
  935. *"
  936. "enable_$ac_useropt"
  937. "*) ;;
  938. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  939. ac_unrecognized_sep=', ';;
  940. esac
  941. eval enable_$ac_useropt=no ;;
  942. -docdir | --docdir | --docdi | --doc | --do)
  943. ac_prev=docdir ;;
  944. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  945. docdir=$ac_optarg ;;
  946. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  947. ac_prev=dvidir ;;
  948. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  949. dvidir=$ac_optarg ;;
  950. -enable-* | --enable-*)
  951. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  952. # Reject names that are not valid shell variable names.
  953. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  954. { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
  955. { (exit 1); exit 1; }; }
  956. ac_useropt_orig=$ac_useropt
  957. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  958. case $ac_user_opts in
  959. *"
  960. "enable_$ac_useropt"
  961. "*) ;;
  962. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  963. ac_unrecognized_sep=', ';;
  964. esac
  965. eval enable_$ac_useropt=\$ac_optarg ;;
  966. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  967. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  968. | --exec | --exe | --ex)
  969. ac_prev=exec_prefix ;;
  970. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  971. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  972. | --exec=* | --exe=* | --ex=*)
  973. exec_prefix=$ac_optarg ;;
  974. -gas | --gas | --ga | --g)
  975. # Obsolete; use --with-gas.
  976. with_gas=yes ;;
  977. -help | --help | --hel | --he | -h)
  978. ac_init_help=long ;;
  979. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  980. ac_init_help=recursive ;;
  981. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  982. ac_init_help=short ;;
  983. -host | --host | --hos | --ho)
  984. ac_prev=host_alias ;;
  985. -host=* | --host=* | --hos=* | --ho=*)
  986. host_alias=$ac_optarg ;;
  987. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  988. ac_prev=htmldir ;;
  989. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  990. | --ht=*)
  991. htmldir=$ac_optarg ;;
  992. -includedir | --includedir | --includedi | --included | --include \
  993. | --includ | --inclu | --incl | --inc)
  994. ac_prev=includedir ;;
  995. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  996. | --includ=* | --inclu=* | --incl=* | --inc=*)
  997. includedir=$ac_optarg ;;
  998. -infodir | --infodir | --infodi | --infod | --info | --inf)
  999. ac_prev=infodir ;;
  1000. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1001. infodir=$ac_optarg ;;
  1002. -libdir | --libdir | --libdi | --libd)
  1003. ac_prev=libdir ;;
  1004. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1005. libdir=$ac_optarg ;;
  1006. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1007. | --libexe | --libex | --libe)
  1008. ac_prev=libexecdir ;;
  1009. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1010. | --libexe=* | --libex=* | --libe=*)
  1011. libexecdir=$ac_optarg ;;
  1012. -localedir | --localedir | --localedi | --localed | --locale)
  1013. ac_prev=localedir ;;
  1014. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1015. localedir=$ac_optarg ;;
  1016. -localstatedir | --localstatedir | --localstatedi | --localstated \
  1017. | --localstate | --localstat | --localsta | --localst | --locals)
  1018. ac_prev=localstatedir ;;
  1019. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1020. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1021. localstatedir=$ac_optarg ;;
  1022. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1023. ac_prev=mandir ;;
  1024. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1025. mandir=$ac_optarg ;;
  1026. -nfp | --nfp | --nf)
  1027. # Obsolete; use --without-fp.
  1028. with_fp=no ;;
  1029. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1030. | --no-cr | --no-c | -n)
  1031. no_create=yes ;;
  1032. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1033. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1034. no_recursion=yes ;;
  1035. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1036. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1037. | --oldin | --oldi | --old | --ol | --o)
  1038. ac_prev=oldincludedir ;;
  1039. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1040. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1041. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1042. oldincludedir=$ac_optarg ;;
  1043. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1044. ac_prev=prefix ;;
  1045. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1046. prefix=$ac_optarg ;;
  1047. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1048. | --program-pre | --program-pr | --program-p)
  1049. ac_prev=program_prefix ;;
  1050. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1051. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1052. program_prefix=$ac_optarg ;;
  1053. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1054. | --program-suf | --program-su | --program-s)
  1055. ac_prev=program_suffix ;;
  1056. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1057. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1058. program_suffix=$ac_optarg ;;
  1059. -program-transform-name | --program-transform-name \
  1060. | --program-transform-nam | --program-transform-na \
  1061. | --program-transform-n | --program-transform- \
  1062. | --program-transform | --program-transfor \
  1063. | --program-transfo | --program-transf \
  1064. | --program-trans | --program-tran \
  1065. | --progr-tra | --program-tr | --program-t)
  1066. ac_prev=program_transform_name ;;
  1067. -program-transform-name=* | --program-transform-name=* \
  1068. | --program-transform-nam=* | --program-transform-na=* \
  1069. | --program-transform-n=* | --program-transform-=* \
  1070. | --program-transform=* | --program-transfor=* \
  1071. | --program-transfo=* | --program-transf=* \
  1072. | --program-trans=* | --program-tran=* \
  1073. | --progr-tra=* | --program-tr=* | --program-t=*)
  1074. program_transform_name=$ac_optarg ;;
  1075. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1076. ac_prev=pdfdir ;;
  1077. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1078. pdfdir=$ac_optarg ;;
  1079. -psdir | --psdir | --psdi | --psd | --ps)
  1080. ac_prev=psdir ;;
  1081. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1082. psdir=$ac_optarg ;;
  1083. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1084. | -silent | --silent | --silen | --sile | --sil)
  1085. silent=yes ;;
  1086. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1087. ac_prev=sbindir ;;
  1088. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1089. | --sbi=* | --sb=*)
  1090. sbindir=$ac_optarg ;;
  1091. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1092. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1093. | --sharedst | --shareds | --shared | --share | --shar \
  1094. | --sha | --sh)
  1095. ac_prev=sharedstatedir ;;
  1096. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1097. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1098. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1099. | --sha=* | --sh=*)
  1100. sharedstatedir=$ac_optarg ;;
  1101. -site | --site | --sit)
  1102. ac_prev=site ;;
  1103. -site=* | --site=* | --sit=*)
  1104. site=$ac_optarg ;;
  1105. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1106. ac_prev=srcdir ;;
  1107. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1108. srcdir=$ac_optarg ;;
  1109. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1110. | --syscon | --sysco | --sysc | --sys | --sy)
  1111. ac_prev=sysconfdir ;;
  1112. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1113. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1114. sysconfdir=$ac_optarg ;;
  1115. -target | --target | --targe | --targ | --tar | --ta | --t)
  1116. ac_prev=target_alias ;;
  1117. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1118. target_alias=$ac_optarg ;;
  1119. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1120. verbose=yes ;;
  1121. -version | --version | --versio | --versi | --vers | -V)
  1122. ac_init_version=: ;;
  1123. -with-* | --with-*)
  1124. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1125. # Reject names that are not valid shell variable names.
  1126. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1127. { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
  1128. { (exit 1); exit 1; }; }
  1129. ac_useropt_orig=$ac_useropt
  1130. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1131. case $ac_user_opts in
  1132. *"
  1133. "with_$ac_useropt"
  1134. "*) ;;
  1135. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1136. ac_unrecognized_sep=', ';;
  1137. esac
  1138. eval with_$ac_useropt=\$ac_optarg ;;
  1139. -without-* | --without-*)
  1140. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1141. # Reject names that are not valid shell variable names.
  1142. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1143. { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
  1144. { (exit 1); exit 1; }; }
  1145. ac_useropt_orig=$ac_useropt
  1146. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1147. case $ac_user_opts in
  1148. *"
  1149. "with_$ac_useropt"
  1150. "*) ;;
  1151. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1152. ac_unrecognized_sep=', ';;
  1153. esac
  1154. eval with_$ac_useropt=no ;;
  1155. --x)
  1156. # Obsolete; use --with-x.
  1157. with_x=yes ;;
  1158. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1159. | --x-incl | --x-inc | --x-in | --x-i)
  1160. ac_prev=x_includes ;;
  1161. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1162. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1163. x_includes=$ac_optarg ;;
  1164. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1165. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1166. ac_prev=x_libraries ;;
  1167. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1168. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1169. x_libraries=$ac_optarg ;;
  1170. -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
  1171. Try \`$0 --help' for more information." >&2
  1172. { (exit 1); exit 1; }; }
  1173. ;;
  1174. *=*)
  1175. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1176. # Reject names that are not valid shell variable names.
  1177. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1178. { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1179. { (exit 1); exit 1; }; }
  1180. eval $ac_envvar=\$ac_optarg
  1181. export $ac_envvar ;;
  1182. *)
  1183. # FIXME: should be removed in autoconf 3.0.
  1184. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1185. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1186. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1187. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1188. ;;
  1189. esac
  1190. done
  1191. if test -n "$ac_prev"; then
  1192. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1193. { $as_echo "$as_me: error: missing argument to $ac_option" >&2
  1194. { (exit 1); exit 1; }; }
  1195. fi
  1196. if test -n "$ac_unrecognized_opts"; then
  1197. case $enable_option_checking in
  1198. no) ;;
  1199. fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
  1200. { (exit 1); exit 1; }; } ;;
  1201. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1202. esac
  1203. fi
  1204. # Check all directory arguments for consistency.
  1205. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1206. datadir sysconfdir sharedstatedir localstatedir includedir \
  1207. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1208. libdir localedir mandir
  1209. do
  1210. eval ac_val=\$$ac_var
  1211. # Remove trailing slashes.
  1212. case $ac_val in
  1213. */ )
  1214. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1215. eval $ac_var=\$ac_val;;
  1216. esac
  1217. # Be sure to have absolute directory names.
  1218. case $ac_val in
  1219. [\\/$]* | ?:[\\/]* ) continue;;
  1220. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1221. esac
  1222. { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1223. { (exit 1); exit 1; }; }
  1224. done
  1225. # There might be people who depend on the old broken behavior: `$host'
  1226. # used to hold the argument of --host etc.
  1227. # FIXME: To remove some day.
  1228. build=$build_alias
  1229. host=$host_alias
  1230. target=$target_alias
  1231. # FIXME: To remove some day.
  1232. if test "x$host_alias" != x; then
  1233. if test "x$build_alias" = x; then
  1234. cross_compiling=maybe
  1235. $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1236. If a cross compiler is detected then cross compile mode will be used." >&2
  1237. elif test "x$build_alias" != "x$host_alias"; then
  1238. cross_compiling=yes
  1239. fi
  1240. fi
  1241. ac_tool_prefix=
  1242. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1243. test "$silent" = yes && exec 6>/dev/null
  1244. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1245. ac_ls_di=`ls -di .` &&
  1246. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1247. { $as_echo "$as_me: error: working directory cannot be determined" >&2
  1248. { (exit 1); exit 1; }; }
  1249. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1250. { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
  1251. { (exit 1); exit 1; }; }
  1252. # Find the source files, if location was not specified.
  1253. if test -z "$srcdir"; then
  1254. ac_srcdir_defaulted=yes
  1255. # Try the directory containing this script, then the parent directory.
  1256. ac_confdir=`$as_dirname -- "$as_myself" ||
  1257. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1258. X"$as_myself" : 'X\(//\)[^/]' \| \
  1259. X"$as_myself" : 'X\(//\)$' \| \
  1260. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1261. $as_echo X"$as_myself" |
  1262. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1263. s//\1/
  1264. q
  1265. }
  1266. /^X\(\/\/\)[^/].*/{
  1267. s//\1/
  1268. q
  1269. }
  1270. /^X\(\/\/\)$/{
  1271. s//\1/
  1272. q
  1273. }
  1274. /^X\(\/\).*/{
  1275. s//\1/
  1276. q
  1277. }
  1278. s/.*/./; q'`
  1279. srcdir=$ac_confdir
  1280. if test ! -r "$srcdir/$ac_unique_file"; then
  1281. srcdir=..
  1282. fi
  1283. else
  1284. ac_srcdir_defaulted=no
  1285. fi
  1286. if test ! -r "$srcdir/$ac_unique_file"; then
  1287. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1288. { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1289. { (exit 1); exit 1; }; }
  1290. fi
  1291. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1292. ac_abs_confdir=`(
  1293. cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
  1294. { (exit 1); exit 1; }; }
  1295. pwd)`
  1296. # When building in place, set srcdir=.
  1297. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1298. srcdir=.
  1299. fi
  1300. # Remove unnecessary trailing slashes from srcdir.
  1301. # Double slashes in file names in object file debugging info
  1302. # mess up M-x gdb in Emacs.
  1303. case $srcdir in
  1304. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1305. esac
  1306. for ac_var in $ac_precious_vars; do
  1307. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1308. eval ac_env_${ac_var}_value=\$${ac_var}
  1309. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1310. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1311. done
  1312. #
  1313. # Report the --help message.
  1314. #
  1315. if test "$ac_init_help" = "long"; then
  1316. # Omit some internal or obsolete options to make the list less imposing.
  1317. # This message is too long to be a string in the A/UX 3.1 sh.
  1318. cat <<_ACEOF
  1319. \`configure' configures MPEG Audio Decoder 0.15.1b to adapt to many kinds of systems.
  1320. Usage: $0 [OPTION]... [VAR=VALUE]...
  1321. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1322. VAR=VALUE. See below for descriptions of some of the useful variables.
  1323. Defaults for the options are specified in brackets.
  1324. Configuration:
  1325. -h, --help display this help and exit
  1326. --help=short display options specific to this package
  1327. --help=recursive display the short help of all the included packages
  1328. -V, --version display version information and exit
  1329. -q, --quiet, --silent do not print \`checking...' messages
  1330. --cache-file=FILE cache test results in FILE [disabled]
  1331. -C, --config-cache alias for \`--cache-file=config.cache'
  1332. -n, --no-create do not create output files
  1333. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1334. Installation directories:
  1335. --prefix=PREFIX install architecture-independent files in PREFIX
  1336. [$ac_default_prefix]
  1337. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1338. [PREFIX]
  1339. By default, \`make install' will install all the files in
  1340. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1341. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1342. for instance \`--prefix=\$HOME'.
  1343. For better control, use the options below.
  1344. Fine tuning of the installation directories:
  1345. --bindir=DIR user executables [EPREFIX/bin]
  1346. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1347. --libexecdir=DIR program executables [EPREFIX/libexec]
  1348. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1349. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1350. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1351. --libdir=DIR object code libraries [EPREFIX/lib]
  1352. --includedir=DIR C header files [PREFIX/include]
  1353. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1354. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1355. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1356. --infodir=DIR info documentation [DATAROOTDIR/info]
  1357. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1358. --mandir=DIR man documentation [DATAROOTDIR/man]
  1359. --docdir=DIR documentation root [DATAROOTDIR/doc/libmad]
  1360. --htmldir=DIR html documentation [DOCDIR]
  1361. --dvidir=DIR dvi documentation [DOCDIR]
  1362. --pdfdir=DIR pdf documentation [DOCDIR]
  1363. --psdir=DIR ps documentation [DOCDIR]
  1364. _ACEOF
  1365. cat <<\_ACEOF
  1366. Program names:
  1367. --program-prefix=PREFIX prepend PREFIX to installed program names
  1368. --program-suffix=SUFFIX append SUFFIX to installed program names
  1369. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1370. System types:
  1371. --build=BUILD configure for building on BUILD [guessed]
  1372. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1373. _ACEOF
  1374. fi
  1375. if test -n "$ac_init_help"; then
  1376. case $ac_init_help in
  1377. short | recursive ) echo "Configuration of MPEG Audio Decoder 0.15.1b:";;
  1378. esac
  1379. cat <<\_ACEOF
  1380. Optional Features:
  1381. --disable-option-checking ignore unrecognized --enable/--with options
  1382. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1383. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1384. --disable-dependency-tracking speeds up one-time build
  1385. --enable-dependency-tracking do not reject slow dependency extractors
  1386. --enable-shared[=PKGS] build shared libraries [default=yes]
  1387. --enable-static[=PKGS] build static libraries [default=yes]
  1388. --enable-fast-install[=PKGS]
  1389. optimize for fast installation [default=yes]
  1390. --disable-libtool-lock avoid locking (might break parallel builds)
  1391. --enable-speed optimize for speed over accuracy
  1392. --enable-accuracy optimize for accuracy over speed
  1393. --enable-fpm=ARCH use ARCH-specific fixed-point math routines (one of:
  1394. intel, arm, mips, sparc, ppc, 64bit, default)
  1395. --enable-sso use subband synthesis optimization
  1396. --disable-aso disable architecture-specific optimizations
  1397. --enable-strict-iso use strict ISO/IEC interpretations
  1398. --enable-profiling generate profiling code
  1399. --enable-debugging enable diagnostic debugging support
  1400. --disable-debugging do not enable debugging and use more optimization
  1401. --enable-experimental enable experimental code
  1402. Optional Packages:
  1403. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1404. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1405. --with-pic try to use only PIC/non-PIC objects [default=use
  1406. both]
  1407. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  1408. Some influential environment variables:
  1409. CC C compiler command
  1410. CFLAGS C compiler flags
  1411. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1412. nonstandard directory <lib dir>
  1413. LIBS libraries to pass to the linker, e.g. -l<library>
  1414. CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1415. you have headers in a nonstandard directory <include dir>
  1416. CCAS assembler compiler command (defaults to CC)
  1417. CCASFLAGS assembler compiler flags (defaults to CFLAGS)
  1418. CPP C preprocessor
  1419. Use these variables to override the choices made by `configure' or to help
  1420. it to find libraries and programs with nonstandard names/locations.
  1421. Report bugs to <support@underbit.com>.
  1422. _ACEOF
  1423. ac_status=$?
  1424. fi
  1425. if test "$ac_init_help" = "recursive"; then
  1426. # If there are subdirs, report their specific --help.
  1427. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1428. test -d "$ac_dir" ||
  1429. { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1430. continue
  1431. ac_builddir=.
  1432. case "$ac_dir" in
  1433. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1434. *)
  1435. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1436. # A ".." for each directory in $ac_dir_suffix.
  1437. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1438. case $ac_top_builddir_sub in
  1439. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1440. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1441. esac ;;
  1442. esac
  1443. ac_abs_top_builddir=$ac_pwd
  1444. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1445. # for backward compatibility:
  1446. ac_top_builddir=$ac_top_build_prefix
  1447. case $srcdir in
  1448. .) # We are building in place.
  1449. ac_srcdir=.
  1450. ac_top_srcdir=$ac_top_builddir_sub
  1451. ac_abs_top_srcdir=$ac_pwd ;;
  1452. [\\/]* | ?:[\\/]* ) # Absolute name.
  1453. ac_srcdir=$srcdir$ac_dir_suffix;
  1454. ac_top_srcdir=$srcdir
  1455. ac_abs_top_srcdir=$srcdir ;;
  1456. *) # Relative name.
  1457. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1458. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1459. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1460. esac
  1461. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1462. cd "$ac_dir" || { ac_status=$?; continue; }
  1463. # Check for guested configure.
  1464. if test -f "$ac_srcdir/configure.gnu"; then
  1465. echo &&
  1466. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1467. elif test -f "$ac_srcdir/configure"; then
  1468. echo &&
  1469. $SHELL "$ac_srcdir/configure" --help=recursive
  1470. else
  1471. $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1472. fi || ac_status=$?
  1473. cd "$ac_pwd" || { ac_status=$?; break; }
  1474. done
  1475. fi
  1476. test -n "$ac_init_help" && exit $ac_status
  1477. if $ac_init_version; then
  1478. cat <<\_ACEOF
  1479. MPEG Audio Decoder configure 0.15.1b
  1480. generated by GNU Autoconf 2.63
  1481. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1482. 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  1483. This configure script is free software; the Free Software Foundation
  1484. gives unlimited permission to copy, distribute and modify it.
  1485. _ACEOF
  1486. exit
  1487. fi
  1488. cat >config.log <<_ACEOF
  1489. This file contains any messages produced by compilers while
  1490. running configure, to aid debugging if configure makes a mistake.
  1491. It was created by MPEG Audio Decoder $as_me 0.15.1b, which was
  1492. generated by GNU Autoconf 2.63. Invocation command line was
  1493. $ $0 $@
  1494. _ACEOF
  1495. exec 5>>config.log
  1496. {
  1497. cat <<_ASUNAME
  1498. ## --------- ##
  1499. ## Platform. ##
  1500. ## --------- ##
  1501. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1502. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1503. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1504. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1505. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1506. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1507. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  1508. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  1509. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  1510. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1511. /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
  1512. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  1513. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  1514. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  1515. _ASUNAME
  1516. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1517. for as_dir in $PATH
  1518. do
  1519. IFS=$as_save_IFS
  1520. test -z "$as_dir" && as_dir=.
  1521. $as_echo "PATH: $as_dir"
  1522. done
  1523. IFS=$as_save_IFS
  1524. } >&5
  1525. cat >&5 <<_ACEOF
  1526. ## ----------- ##
  1527. ## Core tests. ##
  1528. ## ----------- ##
  1529. _ACEOF
  1530. # Keep a trace of the command line.
  1531. # Strip out --no-create and --no-recursion so they do not pile up.
  1532. # Strip out --silent because we don't want to record it for future runs.
  1533. # Also quote any args containing shell meta-characters.
  1534. # Make two passes to allow for proper duplicate-argument suppression.
  1535. ac_configure_args=
  1536. ac_configure_args0=
  1537. ac_configure_args1=
  1538. ac_must_keep_next=false
  1539. for ac_pass in 1 2
  1540. do
  1541. for ac_arg
  1542. do
  1543. case $ac_arg in
  1544. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1545. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1546. | -silent | --silent | --silen | --sile | --sil)
  1547. continue ;;
  1548. *\'*)
  1549. ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1550. esac
  1551. case $ac_pass in
  1552. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1553. 2)
  1554. ac_configure_args1="$ac_configure_args1 '$ac_arg'"

Large files files are truncated, but you can click here to view the full file