configure
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1341k
源码类别:

midi

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.65 for vlc 1.0.5.
  4. #
  5. # Copyright 2002-2010 the VideoLAN team
  6. #
  7. #
  8. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  9. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  10. # Inc.
  11. #
  12. #
  13. # This configure script is free software; the Free Software Foundation
  14. # gives unlimited permission to copy, distribute and modify it.
  15. ## -------------------- ##
  16. ## M4sh Initialization. ##
  17. ## -------------------- ##
  18. # Be more Bourne compatible
  19. DUALCASE=1; export DUALCASE # for MKS sh
  20. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  21.   emulate sh
  22.   NULLCMD=:
  23.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  24.   # is contrary to our usage.  Disable this feature.
  25.   alias -g '${1+"$@"}'='"$@"'
  26.   setopt NO_GLOB_SUBST
  27. else
  28.   case `(set -o) 2>/dev/null` in #(
  29.   *posix*) :
  30.     set -o posix ;; #(
  31.   *) :
  32.      ;;
  33. esac
  34. fi
  35. as_nl='
  36. '
  37. export as_nl
  38. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  39. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  40. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  42. # Prefer a ksh shell builtin over an external printf program on Solaris,
  43. # but without wasting forks for bash or zsh.
  44. if test -z "$BASH_VERSION$ZSH_VERSION" 
  45.     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  46.   as_echo='print -r --'
  47.   as_echo_n='print -rn --'
  48. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  49.   as_echo='printf %sn'
  50.   as_echo_n='printf %s'
  51. else
  52.   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  53.     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  54.     as_echo_n='/usr/ucb/echo -n'
  55.   else
  56.     as_echo_body='eval expr "X$1" : "X\(.*\)"'
  57.     as_echo_n_body='eval
  58.       arg=$1;
  59.       case $arg in #(
  60.       *"$as_nl"*)
  61. expr "X$arg" : "X\(.*\)$as_nl";
  62. arg=`expr "X$arg" : ".*$as_nl\(.*\)"`;;
  63.       esac;
  64.       expr "X$arg" : "X\(.*\)" | tr -d "$as_nl"
  65.     '
  66.     export as_echo_n_body
  67.     as_echo_n='sh -c $as_echo_n_body as_echo'
  68.   fi
  69.   export as_echo_body
  70.   as_echo='sh -c $as_echo_body as_echo'
  71. fi
  72. # The user is always right.
  73. if test "${PATH_SEPARATOR+set}" != set; then
  74.   PATH_SEPARATOR=:
  75.   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  76.     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  77.       PATH_SEPARATOR=';'
  78.   }
  79. fi
  80. # IFS
  81. # We need space, tab and new line, in precisely that order.  Quoting is
  82. # there to prevent editors from complaining about space-tab.
  83. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  84. # splitting by setting IFS to empty value.)
  85. IFS=" "" $as_nl"
  86. # Find who we are.  Look in the path if we contain no directory separator.
  87. case $0 in #((
  88.   *[\/]* ) as_myself=$0 ;;
  89.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  90. for as_dir in $PATH
  91. do
  92.   IFS=$as_save_IFS
  93.   test -z "$as_dir" && as_dir=.
  94.     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  95.   done
  96. IFS=$as_save_IFS
  97.      ;;
  98. esac
  99. # We did not find ourselves, most probably we were run as `sh COMMAND'
  100. # in which case we are not to be found in the path.
  101. if test "x$as_myself" = x; then
  102.   as_myself=$0
  103. fi
  104. if test ! -f "$as_myself"; then
  105.   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  106.   exit 1
  107. fi
  108. # Unset variables that we do not need and which cause bugs (e.g. in
  109. # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  110. # suppresses any "Segmentation fault" message there.  '((' could
  111. # trigger a bug in pdksh 5.2.14.
  112. for as_var in BASH_ENV ENV MAIL MAILPATH
  113. do eval test x${$as_var+set} = xset 
  114.   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  115. done
  116. PS1='$ '
  117. PS2='> '
  118. PS4='+ '
  119. # NLS nuisances.
  120. LC_ALL=C
  121. export LC_ALL
  122. LANGUAGE=C
  123. export LANGUAGE
  124. # CDPATH.
  125. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  126. if test "x$CONFIG_SHELL" = x; then
  127.   as_bourne_compatible="if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  128.   emulate sh
  129.   NULLCMD=:
  130.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  131.   # is contrary to our usage.  Disable this feature.
  132.   alias -g '${1+"$@"}'='"$@"'
  133.   setopt NO_GLOB_SUBST
  134. else
  135.   case `(set -o) 2>/dev/null` in #(
  136.   *posix*) :
  137.     set -o posix ;; #(
  138.   *) :
  139.      ;;
  140. esac
  141. fi
  142. "
  143.   as_required="as_fn_return () { (exit $1); }
  144. as_fn_success () { as_fn_return 0; }
  145. as_fn_failure () { as_fn_return 1; }
  146. as_fn_ret_success () { return 0; }
  147. as_fn_ret_failure () { return 1; }
  148. exitcode=0
  149. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  150. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  151. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  152. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  153. if ( set x; as_fn_ret_success y && test x = "$1" ); then :
  154. else
  155.   exitcode=1; echo positional parameters were not saved.
  156. fi
  157. test x$exitcode = x0 || exit 1"
  158.   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=$LINENO
  159.   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=$LINENO
  160.   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  161.   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || exit 1
  162. test $(( 1 + 1 )) = 2 || exit 1"
  163.   if (eval "$as_required") 2>/dev/null; then :
  164.   as_have_required=yes
  165. else
  166.   as_have_required=no
  167. fi
  168.   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  169. else
  170.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  171. as_found=false
  172. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  173. do
  174.   IFS=$as_save_IFS
  175.   test -z "$as_dir" && as_dir=.
  176.   as_found=:
  177.   case $as_dir in #(
  178.  /*)
  179.    for as_base in sh bash ksh sh5; do
  180.      # Try only shells that exist, to save several forks.
  181.      as_shell=$as_dir/$as_base
  182.      if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  183.     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  184.   CONFIG_SHELL=$as_shell as_have_required=yes
  185.    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  186.   break 2
  187. fi
  188. fi
  189.    done;;
  190.        esac
  191.   as_found=false
  192. done
  193. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  194.       { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  195.   CONFIG_SHELL=$SHELL as_have_required=yes
  196. fi; }
  197. IFS=$as_save_IFS
  198.       if test "x$CONFIG_SHELL" != x; then :
  199.   # We cannot yet assume a decent shell, so we have to provide a
  200. # neutralization value for shells without unset; and this also
  201. # works around shells that cannot unset nonexistent variables.
  202. BASH_ENV=/dev/null
  203. ENV=/dev/null
  204. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  205. export CONFIG_SHELL
  206. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  207. fi
  208.     if test x$as_have_required = xno; then :
  209.   $as_echo "$0: This script requires a shell more modern than all"
  210.   $as_echo "$0: the shells that I found on your system."
  211.   if test x${ZSH_VERSION+set} = xset ; then
  212.     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  213.     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  214.   else
  215.     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
  216. $0: including any error possibly output before this
  217. $0: message. Then install a modern shell, or manually run
  218. $0: the script under such a shell if you do have one."
  219.   fi
  220.   exit 1
  221. fi
  222. fi
  223. fi
  224. SHELL=${CONFIG_SHELL-/bin/sh}
  225. export SHELL
  226. # Unset more variables known to interfere with behavior of common tools.
  227. CLICOLOR_FORCE= GREP_OPTIONS=
  228. unset CLICOLOR_FORCE GREP_OPTIONS
  229. ## --------------------- ##
  230. ## M4sh Shell Functions. ##
  231. ## --------------------- ##
  232. # as_fn_unset VAR
  233. # ---------------
  234. # Portably unset VAR.
  235. as_fn_unset ()
  236. {
  237.   { eval $1=; unset $1;}
  238. }
  239. as_unset=as_fn_unset
  240. # as_fn_set_status STATUS
  241. # -----------------------
  242. # Set $? to STATUS, without forking.
  243. as_fn_set_status ()
  244. {
  245.   return $1
  246. } # as_fn_set_status
  247. # as_fn_exit STATUS
  248. # -----------------
  249. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  250. as_fn_exit ()
  251. {
  252.   set +e
  253.   as_fn_set_status $1
  254.   exit $1
  255. } # as_fn_exit
  256. # as_fn_mkdir_p
  257. # -------------
  258. # Create "$as_dir" as a directory, including parents if necessary.
  259. as_fn_mkdir_p ()
  260. {
  261.   case $as_dir in #(
  262.   -*) as_dir=./$as_dir;;
  263.   esac
  264.   test -d "$as_dir" || eval $as_mkdir_p || {
  265.     as_dirs=
  266.     while :; do
  267.       case $as_dir in #(
  268.       *'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\''/g"`;; #'(
  269.       *) as_qdir=$as_dir;;
  270.       esac
  271.       as_dirs="'$as_qdir' $as_dirs"
  272.       as_dir=`$as_dirname -- "$as_dir" ||
  273. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  274.  X"$as_dir" : 'X(//)[^/]' | 
  275.  X"$as_dir" : 'X(//)$' | 
  276.  X"$as_dir" : 'X(/)' | . 2>/dev/null ||
  277. $as_echo X"$as_dir" |
  278.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  279.     s//1/
  280.     q
  281.   }
  282.   /^X(//)[^/].*/{
  283.     s//1/
  284.     q
  285.   }
  286.   /^X(//)$/{
  287.     s//1/
  288.     q
  289.   }
  290.   /^X(/).*/{
  291.     s//1/
  292.     q
  293.   }
  294.   s/.*/./; q'`
  295.       test -d "$as_dir" && break
  296.     done
  297.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  298.   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  299. } # as_fn_mkdir_p
  300. # as_fn_append VAR VALUE
  301. # ----------------------
  302. # Append the text in VALUE to the end of the definition contained in VAR. Take
  303. # advantage of any shell optimizations that allow amortized linear growth over
  304. # repeated appends, instead of the typical quadratic growth present in naive
  305. # implementations.
  306. if (eval "as_var=1; as_var+=2; test x$as_var = x12") 2>/dev/null; then :
  307.   eval 'as_fn_append ()
  308.   {
  309.     eval $1+=$2
  310.   }'
  311. else
  312.   as_fn_append ()
  313.   {
  314.     eval $1=$$1$2
  315.   }
  316. fi # as_fn_append
  317. # as_fn_arith ARG...
  318. # ------------------
  319. # Perform arithmetic evaluation on the ARGs, and store the result in the
  320. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  321. # must be portable across $(()) and expr.
  322. if (eval "test $(( 1 + 1 )) = 2") 2>/dev/null; then :
  323.   eval 'as_fn_arith ()
  324.   {
  325.     as_val=$(( $* ))
  326.   }'
  327. else
  328.   as_fn_arith ()
  329.   {
  330.     as_val=`expr "$@" || test $? -eq 1`
  331.   }
  332. fi # as_fn_arith
  333. # as_fn_error ERROR [LINENO LOG_FD]
  334. # ---------------------------------
  335. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  336. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  337. # script with status $?, using 1 if that was 0.
  338. as_fn_error ()
  339. {
  340.   as_status=$?; test $as_status -eq 0 && as_status=1
  341.   if test "$3"; then
  342.     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  343.     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  344.   fi
  345.   $as_echo "$as_me: error: $1" >&2
  346.   as_fn_exit $as_status
  347. } # as_fn_error
  348. if expr a : '(a)' >/dev/null 2>&1 &&
  349.    test "X`expr 00001 : '.*(...)'`" = X001; then
  350.   as_expr=expr
  351. else
  352.   as_expr=false
  353. fi
  354. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  355.   as_basename=basename
  356. else
  357.   as_basename=false
  358. fi
  359. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  360.   as_dirname=dirname
  361. else
  362.   as_dirname=false
  363. fi
  364. as_me=`$as_basename -- "$0" ||
  365. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  366.  X"$0" : 'X(//)$' | 
  367.  X"$0" : 'X(/)' | . 2>/dev/null ||
  368. $as_echo X/"$0" |
  369.     sed '/^.*/([^/][^/]*)/*$/{
  370.     s//1/
  371.     q
  372.   }
  373.   /^X/(//)$/{
  374.     s//1/
  375.     q
  376.   }
  377.   /^X/(/).*/{
  378.     s//1/
  379.     q
  380.   }
  381.   s/.*/./; q'`
  382. # Avoid depending upon Character Ranges.
  383. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  384. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  385. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  386. as_cr_digits='0123456789'
  387. as_cr_alnum=$as_cr_Letters$as_cr_digits
  388.   as_lineno_1=$LINENO as_lineno_1a=$LINENO
  389.   as_lineno_2=$LINENO as_lineno_2a=$LINENO
  390.   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  391.   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  392.   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
  393.   sed -n '
  394.     p
  395.     /[$]LINENO/=
  396.   ' <$as_myself |
  397.     sed '
  398.       s/[$]LINENO.*/&-/
  399.       t lineno
  400.       b
  401.       :lineno
  402.       N
  403.       :loop
  404.       s/[$]LINENO([^'$as_cr_alnum'_].*n)(.*)/212/
  405.       t loop
  406.       s/-n.*//
  407.     ' >$as_me.lineno &&
  408.   chmod +x "$as_me.lineno" ||
  409.     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  410.   # Don't try to exec as it changes $[0], causing all sort of problems
  411.   # (the dirname of $[0] is not the place where we might find the
  412.   # original and so on.  Autoconf is especially sensitive to this).
  413.   . "./$as_me.lineno"
  414.   # Exit status is that of the last command.
  415.   exit
  416. }
  417. ECHO_C= ECHO_N= ECHO_T=
  418. case `echo -n x` in #(((((
  419. -n*)
  420.   case `echo 'xyc'` in
  421.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  422.   xy)  ECHO_C='c';;
  423.   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  424.        ECHO_T=' ';;
  425.   esac;;
  426. *)
  427.   ECHO_N='-n';;
  428. esac
  429. rm -f conf$$ conf$$.exe conf$$.file
  430. if test -d conf$$.dir; then
  431.   rm -f conf$$.dir/conf$$.file
  432. else
  433.   rm -f conf$$.dir
  434.   mkdir conf$$.dir 2>/dev/null
  435. fi
  436. if (echo >conf$$.file) 2>/dev/null; then
  437.   if ln -s conf$$.file conf$$ 2>/dev/null; then
  438.     as_ln_s='ln -s'
  439.     # ... but there are two gotchas:
  440.     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  441.     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  442.     # In both cases, we have to default to `cp -p'.
  443.     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  444.       as_ln_s='cp -p'
  445.   elif ln conf$$.file conf$$ 2>/dev/null; then
  446.     as_ln_s=ln
  447.   else
  448.     as_ln_s='cp -p'
  449.   fi
  450. else
  451.   as_ln_s='cp -p'
  452. fi
  453. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  454. rmdir conf$$.dir 2>/dev/null
  455. if mkdir -p . 2>/dev/null; then
  456.   as_mkdir_p='mkdir -p "$as_dir"'
  457. else
  458.   test -d ./-p && rmdir ./-p
  459.   as_mkdir_p=false
  460. fi
  461. if test -x / >/dev/null 2>&1; then
  462.   as_test_x='test -x'
  463. else
  464.   if ls -dL / >/dev/null 2>&1; then
  465.     as_ls_L_option=L
  466.   else
  467.     as_ls_L_option=
  468.   fi
  469.   as_test_x='
  470.     eval sh -c '''
  471.       if test -d "$1"; then
  472. test -d "$1/.";
  473.       else
  474. case $1 in #(
  475. -*)set "./$1";;
  476. esac;
  477. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  478. ???[sx]*):;;*)false;;esac;fi
  479.     ''' sh
  480.   '
  481. fi
  482. as_executable_p=$as_test_x
  483. # Sed expression to map a string onto a valid CPP name.
  484. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  485. # Sed expression to map a string onto a valid variable name.
  486. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  487. # Check that we are running under the correct shell.
  488. SHELL=${CONFIG_SHELL-/bin/sh}
  489. case X$lt_ECHO in
  490. X*--fallback-echo)
  491.   # Remove one level of quotation (which was required for Make).
  492.   ECHO=`echo "$lt_ECHO" | sed 's,\\$\$0,'$0','`
  493.   ;;
  494. esac
  495. ECHO=${lt_ECHO-echo}
  496. if test "X$1" = X--no-reexec; then
  497.   # Discard the --no-reexec flag, and continue.
  498.   shift
  499. elif test "X$1" = X--fallback-echo; then
  500.   # Avoid inline document here, it may be left over
  501.   :
  502. elif test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' ; then
  503.   # Yippee, $ECHO works!
  504.   :
  505. else
  506.   # Restart under the correct shell.
  507.   exec $SHELL "$0" --no-reexec ${1+"$@"}
  508. fi
  509. if test "X$1" = X--fallback-echo; then
  510.   # used as fallback echo
  511.   shift
  512.   cat <<_LT_EOF
  513. $*
  514. _LT_EOF
  515.   exit 0
  516. fi
  517. # The HP-UX ksh and POSIX shell print the target directory to stdout
  518. # if CDPATH is set.
  519. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  520. if test -z "$lt_ECHO"; then
  521.   if test "X${echo_test_string+set}" != Xset; then
  522.     # find a string as large as possible, as long as the shell can cope with it
  523.     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  524.       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  525.       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
  526.  { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
  527.       then
  528.         break
  529.       fi
  530.     done
  531.   fi
  532.   if test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' &&
  533.      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  534.      test "X$echo_testing_string" = "X$echo_test_string"; then
  535.     :
  536.   else
  537.     # The Solaris, AIX, and Digital Unix default echo programs unquote
  538.     # backslashes.  This makes it impossible to quote backslashes using
  539.     #   echo "$something" | sed 's/\/\\/g'
  540.     #
  541.     # So, first we look for a working echo in the user's PATH.
  542.     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  543.     for dir in $PATH /usr/ucb; do
  544.       IFS="$lt_save_ifs"
  545.       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  546.          test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  547.          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  548.          test "X$echo_testing_string" = "X$echo_test_string"; then
  549.         ECHO="$dir/echo"
  550.         break
  551.       fi
  552.     done
  553.     IFS="$lt_save_ifs"
  554.     if test "X$ECHO" = Xecho; then
  555.       # We didn't find a better echo, so look for alternatives.
  556.       if test "X`{ print -r 't'; } 2>/dev/null`" = 'Xt' &&
  557.          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
  558.          test "X$echo_testing_string" = "X$echo_test_string"; then
  559.         # This shell has a builtin print -r that does the trick.
  560.         ECHO='print -r'
  561.       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
  562.    test "X$CONFIG_SHELL" != X/bin/ksh; then
  563.         # If we have ksh, try running configure again with it.
  564.         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  565.         export ORIGINAL_CONFIG_SHELL
  566.         CONFIG_SHELL=/bin/ksh
  567.         export CONFIG_SHELL
  568.         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  569.       else
  570.         # Try using printf.
  571.         ECHO='printf %sn'
  572.         if test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' &&
  573.    echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  574.    test "X$echo_testing_string" = "X$echo_test_string"; then
  575.   # Cool, printf works
  576.   :
  577.         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  578.      test "X$echo_testing_string" = 'Xt' &&
  579.      echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  580.      test "X$echo_testing_string" = "X$echo_test_string"; then
  581.   CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  582.   export CONFIG_SHELL
  583.   SHELL="$CONFIG_SHELL"
  584.   export SHELL
  585.   ECHO="$CONFIG_SHELL $0 --fallback-echo"
  586.         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  587.      test "X$echo_testing_string" = 'Xt' &&
  588.      echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  589.      test "X$echo_testing_string" = "X$echo_test_string"; then
  590.   ECHO="$CONFIG_SHELL $0 --fallback-echo"
  591.         else
  592.   # maybe with a smaller string...
  593.   prev=:
  594.   for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  595.     if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
  596.     then
  597.       break
  598.     fi
  599.     prev="$cmd"
  600.   done
  601.   if test "$prev" != 'sed 50q "$0"'; then
  602.     echo_test_string=`eval $prev`
  603.     export echo_test_string
  604.     exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  605.   else
  606.     # Oops.  We lost completely, so just stick with echo.
  607.     ECHO=echo
  608.   fi
  609.         fi
  610.       fi
  611.     fi
  612.   fi
  613. fi
  614. # Copy echo and quote the copy suitably for passing to libtool from
  615. # the Makefile, instead of quoting the original, which is used later.
  616. lt_ECHO=$ECHO
  617. if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  618.    lt_ECHO="$CONFIG_SHELL \$$0 --fallback-echo"
  619. fi
  620. test -n "$DJDIR" || exec 7<&0 </dev/null
  621. exec 6>&1
  622. # Name of the host.
  623. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  624. # so uname gets run too.
  625. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  626. #
  627. # Initializations.
  628. #
  629. ac_default_prefix=/usr/local
  630. ac_clean_files=
  631. ac_config_libobj_dir=.
  632. LIBOBJS=
  633. cross_compiling=no
  634. subdirs=
  635. MFLAGS=
  636. MAKEFLAGS=
  637. # Identity of this package.
  638. PACKAGE_NAME='vlc'
  639. PACKAGE_TARNAME='vlc'
  640. PACKAGE_VERSION='1.0.5'
  641. PACKAGE_STRING='vlc 1.0.5'
  642. PACKAGE_BUGREPORT=''
  643. PACKAGE_URL=''
  644. ac_unique_file="src/libvlc.c"
  645. ac_config_libobj_dir=compat
  646. # Factoring default headers for most tests.
  647. ac_includes_default="
  648. #include <stdio.h>
  649. #ifdef HAVE_SYS_TYPES_H
  650. # include <sys/types.h>
  651. #endif
  652. #ifdef HAVE_SYS_STAT_H
  653. # include <sys/stat.h>
  654. #endif
  655. #ifdef STDC_HEADERS
  656. # include <stdlib.h>
  657. # include <stddef.h>
  658. #else
  659. # ifdef HAVE_STDLIB_H
  660. #  include <stdlib.h>
  661. # endif
  662. #endif
  663. #ifdef HAVE_STRING_H
  664. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  665. #  include <memory.h>
  666. # endif
  667. # include <string.h>
  668. #endif
  669. #ifdef HAVE_STRINGS_H
  670. # include <strings.h>
  671. #endif
  672. #ifdef HAVE_INTTYPES_H
  673. # include <inttypes.h>
  674. #endif
  675. #ifdef HAVE_STDINT_H
  676. # include <stdint.h>
  677. #endif
  678. #ifdef HAVE_UNISTD_H
  679. # include <unistd.h>
  680. #endif"
  681. gt_needs=
  682. ac_subst_vars='am__EXEEXT_FALSE
  683. am__EXEEXT_TRUE
  684. LTLIBOBJS
  685. FILE_LIBVLC_DLL
  686. FILE_LIBVLCCORE_DLL
  687. MACOSX_DEPLOYMENT_TARGET
  688. AM_CPPFLAGS
  689. LIBEXT
  690. WINE_SDK_PATH
  691. MOZILLA_SDK_PATH
  692. ASM
  693. ALIASES
  694. ARCH
  695. SYS
  696. VLC_CONFIG
  697. VERSION_EXTRA_RC
  698. COPYRIGHT_YEARS
  699. VERSION_EXTRA
  700. VERSION_REVISION
  701. VERSION_MINOR
  702. VERSION_MAJOR
  703. VERSION_MESSAGE
  704. COPYRIGHT_MESSAGE
  705. LTLIBqte_main
  706. LTLIBgnome2_main
  707. LTLIBgtk2_main
  708. LTLIBgnome_main
  709. LTLIBgtk_main
  710. LTLIBtest4
  711. LTLIBtest3
  712. LTLIBtest2
  713. LTLIBtest1
  714. GLIB2_LIBS
  715. GLIB2_CFLAGS
  716. BUILD_MOZILLA_FALSE
  717. BUILD_MOZILLA_TRUE
  718. CYGPATH
  719. MOZILLA_CONFIG
  720. LTLIBmozilla
  721. XPM_LIBS
  722. XPM_CFLAGS
  723. MOZILLA_LIBS
  724. MOZILLA_CFLAGS
  725. BUILD_ACTIVEX_FALSE
  726. BUILD_ACTIVEX_TRUE
  727. HAS_WIDL_COMPILER_FALSE
  728. HAS_WIDL_COMPILER_TRUE
  729. HAS_MIDL_COMPILER_FALSE
  730. HAS_MIDL_COMPILER_TRUE
  731. WIDL
  732. MIDL
  733. BUILD_VLC_FALSE
  734. BUILD_VLC_TRUE
  735. LOADER_FALSE
  736. LOADER_TRUE
  737. DEFS_BIGENDIAN
  738. LTLIBstream_out_raop
  739. LTLIBremoteosd
  740. LTLIBgnutls
  741. GNUTLS_LIBS
  742. GNUTLS_CFLAGS
  743. HAVE_LIBGCRYPT_FALSE
  744. HAVE_LIBGCRYPT_TRUE
  745. LIBGCRYPT_LIBS
  746. LIBGCRYPT_CFLAGS
  747. LIBGCRYPT_CONFIG
  748. LTLIBlirc
  749. LTLIBbonjour
  750. BONJOUR_LIBS
  751. BONJOUR_CFLAGS
  752. LTLIBatmo
  753. LTLIBgoom
  754. LTLIBgalaktos
  755. LTLIBvisual
  756. LTLIBfbosd
  757. LTLIBxosd
  758. LTLIBncurses
  759. LTLIBqnx
  760. LTLIBopengllayer
  761. LTLIBminimal_macosx
  762. LTLIBmacosx
  763. LTLIBqtcapture
  764. LTLIBaccess_eyetv
  765. LTLIBopie
  766. LTLIBwince
  767. ENABLE_QT4_FALSE
  768. ENABLE_QT4_TRUE
  769. UIC
  770. RCC
  771. MOC
  772. QT4LOCALEDIR
  773. LTLIBqt4
  774. QT4_LIBS
  775. QT4_CFLAGS
  776. BUILD_MAEMO_FALSE
  777. BUILD_MAEMO_TRUE
  778. LTLIBswscale_maemo
  779. LTLIBmaemo
  780. HILDON_LIBS
  781. HILDON_CFLAGS
  782. BUILD_PDA_FALSE
  783. BUILD_PDA_TRUE
  784. LTLIBpda
  785. GTK2_LIBS
  786. GTK2_CFLAGS
  787. BUILD_SKINS_FALSE
  788. BUILD_SKINS_TRUE
  789. LTLIBskins2
  790. LTLIBbeos
  791. LTLIBupnp_intel
  792. LTLIBupnp_cc
  793. LTLIBjack
  794. LTLIBaccess_jack
  795. LTLIBhd1000a
  796. LTLIBauhal
  797. LTLIBwaveout
  798. LTLIBaccess_alsa
  799. LTLIBalsa
  800. LTLIBportaudio
  801. LTLIBpulse
  802. PULSE_LIBS
  803. PULSE_CFLAGS
  804. LTLIBaccess_oss
  805. LTLIBoss
  806. LTLIBwingapi
  807. LTLIBwingdi
  808. LTLIBcaca
  809. CACA_LIBS
  810. CACA_CFLAGS
  811. LTLIBaa
  812. LTLIBggi
  813. LTLIBdirectfb
  814. DIRECTFB_LIBS
  815. DIRECTFB_CFLAGS
  816. DIRECTFB_CONFIG
  817. LTLIBsvgalib
  818. LTLIBomapfb
  819. LTLIBmga
  820. LTLIBfb
  821. LTLIBdirect3d
  822. LTLIBglwin32
  823. LTLIBaout_directx
  824. LTLIBvout_directx
  825. LTLIBhd1000v
  826. LTLIBqte
  827. LTLIBsnapshot
  828. LTLIBsvg
  829. SVG_LIBS
  830. SVG_CFLAGS
  831. LTLIBxml
  832. XML2_LIBS
  833. XML2_CFLAGS
  834. FRIBIDI_LIBS
  835. FRIBIDI_CFLAGS
  836. LTLIBfreetype
  837. FREETYPE_LIBS
  838. FREETYPE_CFLAGS
  839. LTLIBsdl_image
  840. LTLIBaout_sdl
  841. LTLIBvout_sdl
  842. SDL_CONFIG
  843. SDL11_CONFIG
  844. SDL12_CONFIG
  845. LTLIBopengl
  846. LTLIBxcb_window
  847. LTLIBxcb
  848. XCB_KEYSYMS_LIBS
  849. XCB_KEYSYMS_CFLAGS
  850. LTLIBxcb_xv
  851. XCB_XV_LIBS
  852. XCB_XV_CFLAGS
  853. XCB_SHM_LIBS
  854. XCB_SHM_CFLAGS
  855. XCB_LIBS
  856. XCB_CFLAGS
  857. XPROTO_LIBS
  858. XPROTO_CFLAGS
  859. LTLIBxvmc
  860. LTLIBglx
  861. LTLIBxvideo
  862. LTLIBx11
  863. LTLIBpanoramix
  864. LTLIBx11_screen
  865. X_EXTRA_LIBS
  866. X_LIBS
  867. X_PRE_LIBS
  868. X_CFLAGS
  869. XMKMF
  870. TIGER_LIBS
  871. TIGER_CFLAGS
  872. LTLIBkate
  873. KATE_LIBS
  874. KATE_CFLAGS
  875. LTLIBcmml
  876. LTLIBasademux
  877. PCRE_LIBS
  878. PCRE_CFLAGS
  879. LTLIBlibass
  880. LIBASS_LIBS
  881. LIBASS_CFLAGS
  882. LTLIBcsri
  883. CSRI_LIBS
  884. CSRI_CFLAGS
  885. LTLIBtelx
  886. LTLIBzvbi
  887. ZVBI_LIBS
  888. ZVBI_CFLAGS
  889. LTLIBfluidsynth
  890. FLUIDSYNTH_LIBS
  891. FLUIDSYNTH_CFLAGS
  892. LTLIBx264
  893. X264_LIBS
  894. X264_CFLAGS
  895. BUILD_OSDMENU_FALSE
  896. BUILD_OSDMENU_TRUE
  897. LTLIBosd_parser
  898. LTLIBosdmenu
  899. LTLIBpng
  900. LTLIBschroedinger
  901. SCHROEDINGER_LIBS
  902. SCHROEDINGER_CFLAGS
  903. LTLIBdirac
  904. DIRAC_LIBS
  905. DIRAC_CFLAGS
  906. LTLIBtheora
  907. LTLIBtarkin
  908. LTLIBspeex
  909. LTLIBtremor
  910. LTLIBvorbis
  911. LIBMPEG2_LIBS
  912. LIBMPEG2_CFLAGS
  913. LTLIBlibmpeg2
  914. LTLIBdtstofloat32
  915. DCA_LIBS
  916. DCA_CFLAGS
  917. LTLIBa52tofloat32
  918. LTLIBaccess_realrtsp
  919. LTLIBrealvideo
  920. LTLIBrealaudio
  921. LTLIBquicktime
  922. LTLIBtwolame
  923. LTLIBfaad
  924. LTLIBpostproc
  925. POSTPROC_LIBS
  926. POSTPROC_CFLAGS
  927. LTLIBswscale
  928. SWSCALE_LIBS
  929. SWSCALE_CFLAGS
  930. LTLIBavformat
  931. AVFORMAT_LIBS
  932. AVFORMAT_CFLAGS
  933. LTLIBavcodec
  934. AVCODEC_LIBS
  935. AVCODEC_CFLAGS
  936. LTLIBid3tag
  937. LTLIBmpgatofixed32
  938. LTLIBshine
  939. LTLIBwma_fixed
  940. LTLIBgme
  941. LTLIBmpc
  942. LTLIBmod
  943. LTLIBmkv
  944. LTLIBmux_ogg
  945. LTLIBogg
  946. LTLIBscreen
  947. LTLIBdvb
  948. LTLIBcdda
  949. LTLIBvcd
  950. LTLIBvcdx
  951. LIBCDDB_LIBS
  952. LIBCDDB_CFLAGS
  953. LIBCDIO_PARANOIA_LIBS
  954. LIBCDIO_PARANOIA_CFLAGS
  955. LTLIBcddax
  956. VCDINFO_LIBS
  957. VCDINFO_CFLAGS
  958. LIBCDIO_LIBS
  959. LIBCDIO_CFLAGS
  960. GNOMEVFS_LIBS
  961. GNOMEVFS_CFLAGS
  962. LTLIBaccess_gnomevfs
  963. LTLIBpvr
  964. LIBV4L2_LIBS
  965. LIBV4L2_CFLAGS
  966. LTLIBv4l2
  967. LTLIBv4l
  968. LTLIBmux_ts
  969. LTLIBts
  970. OPENCV_LIBS
  971. OPENCV_CFLAGS
  972. LTLIBopencv_example
  973. LTLIBopencv_wrapper
  974. LTLIBbda
  975. LTLIBdshow
  976. LTLIBdvdnav
  977. DVDNAV_CONFIG
  978. LTLIBdvdread
  979. LTLIBaccess_dv
  980. LTLIBdc1394
  981. LTLIBlive555
  982. LTLIBtaglib
  983. TAGLIB_LIBS
  984. TAGLIB_CFLAGS
  985. LTLIBaudioscrobbler
  986. LTLIBnotify
  987. NOTIFY_LIBS
  988. NOTIFY_CFLAGS
  989. LTLIBgrowl
  990. LTLIBgrowl_udp
  991. ENABLE_VLM_FALSE
  992. ENABLE_VLM_TRUE
  993. LTLIBtelnet
  994. LIBPROXY_LIBS
  995. LIBPROXY_CFLAGS
  996. BUILD_HTTPD_FALSE
  997. BUILD_HTTPD_TRUE
  998. LTLIBhttp
  999. BUILD_LUA_FALSE
  1000. BUILD_LUA_TRUE
  1001. LUA_LIBS
  1002. LUA_CFLAGS
  1003. LTLIBaccess_output_shout
  1004. SHOUT_LIBS
  1005. SHOUT_CFLAGS
  1006. ENABLE_SOUT_FALSE
  1007. ENABLE_SOUT_TRUE
  1008. LTLIBi420_yuy2_altivec
  1009. LTLIBmemcpyaltivec
  1010. LTLIBmemcpy3dn
  1011. LTLIBi422_yuy2_sse2
  1012. LTLIBi420_yuy2_sse2
  1013. LTLIBi420_rgb_sse2
  1014. LTLIBmemcpymmxext
  1015. LTLIBi420_ymga_mmx
  1016. LTLIBi422_yuy2_mmx
  1017. LTLIBi420_yuy2_mmx
  1018. LTLIBi420_rgb_mmx
  1019. LTLIBmemcpymmx
  1020. LTLIBquartztext
  1021. LTLIBwin32text
  1022. LTLIBglobalhotkeys
  1023. LTLIBmsn
  1024. LTLIBdmo
  1025. LTLIBaccess_smb
  1026. LTLIBntservice
  1027. LTLIBsignals
  1028. LTLIBdynamicoverlay
  1029. LTLIBmotion
  1030. LTLIBscreensaver
  1031. LTLIBaudio_format
  1032. LTLIBdtstospdif
  1033. LTLIBa52tospdif
  1034. LTLIBconverter_float
  1035. LTLIBscaletempo
  1036. LTLIBparam_eq
  1037. LTLIBequalizer
  1038. LTLIBnormvol
  1039. LTLIBheadphone_channel_mixer
  1040. LTLIBdolby_surround_decoder
  1041. LTLIBsimple_channel_mixer
  1042. LTLIBspdif_mixer
  1043. LTLIBfloat32_mixer
  1044. LTLIBbandlimited_resampler
  1045. LTLIBlinear_resampler
  1046. LTLIBaout_file
  1047. LTLIBchain
  1048. LTLIByuy2_i420
  1049. LTLIByuy2_i422
  1050. LTLIBi422_i420
  1051. LTLIBi420_ymga
  1052. LTLIBi422_yuy2
  1053. LTLIBi420_yuy2
  1054. LTLIBgaussianblur
  1055. LTLIBalphamask
  1056. LTLIBbluescreen
  1057. LTLIBerase
  1058. LTLIBcrop
  1059. LTLIBclone
  1060. LTLIBmotiondetect
  1061. LTLIBwall
  1062. LTLIBmosaic
  1063. LTLIBrss
  1064. LTLIBfolder
  1065. LTLIBfake
  1066. LTLIBsap
  1067. LTLIBshout
  1068. LTLIBpodcast
  1069. LTLIBmarq
  1070. LTLIBshowintf
  1071. LTLIBhotkeys
  1072. LTLIBrc
  1073. LTLIBgestures
  1074. LTLIBspatializer
  1075. LTLIByuv
  1076. LTLIBscene
  1077. LTLIBcolorthres
  1078. LTLIBpuzzle
  1079. LTLIBmagnify
  1080. LTLIBlogo
  1081. LTLIBvmem
  1082. LTLIBscale
  1083. LTLIBblend
  1084. LTLIBblendbench
  1085. LTLIBcanvas
  1086. LTLIBcroppadd
  1087. LTLIBsharpen
  1088. LTLIBextract
  1089. LTLIBgrain
  1090. LTLIBnoise
  1091. LTLIBrotate
  1092. LTLIBrv32
  1093. LTLIBmotionblur
  1094. LTLIBgradient
  1095. LTLIBpsychedelic
  1096. LTLIBripple
  1097. LTLIBwave
  1098. LTLIBtransform
  1099. LTLIBadjust
  1100. LTLIBinvert
  1101. LTLIByuvp
  1102. LTLIBdeinterlace
  1103. LTLIBinhibit
  1104. LTLIBtelepathy
  1105. LTLIBdbus
  1106. DBUS_LIBS
  1107. DBUS_CFLAGS
  1108. LTLIBaccess_mtp
  1109. LTLIBmtp
  1110. MTP_LIBS
  1111. MTP_CFLAGS
  1112. LTLIBudev
  1113. UDEV_LIBS
  1114. UDEV_CFLAGS
  1115. LTLIBprobe_hal
  1116. LTLIBhal
  1117. HAL_LIBS
  1118. HAL_CFLAGS
  1119. HAVE_MINIZIP_FALSE
  1120. HAVE_MINIZIP_TRUE
  1121. LTLIBzip
  1122. LTLIBunzip
  1123. MINIZIP_LIBS
  1124. MINIZIP_CFLAGS
  1125. HAVE_ZLIB_FALSE
  1126. HAVE_ZLIB_TRUE
  1127. PKG_CONFIG
  1128. PKG_CONFIG_PATH
  1129. BUILD_DIRENT_FALSE
  1130. BUILD_DIRENT_TRUE
  1131. BUILD_GETOPT_FALSE
  1132. BUILD_GETOPT_TRUE
  1133. SOCKET_LIBS
  1134. LTLIBaccess_mmap
  1135. LIBOBJS
  1136. ALLOCA
  1137. POSUB
  1138. LTLIBINTL
  1139. LIBINTL
  1140. INTLLIBS
  1141. LTLIBICONV
  1142. LIBICONV
  1143. INTL_MACOSX_LIBS
  1144. XGETTEXT_EXTRA_OPTIONS
  1145. MSGMERGE
  1146. XGETTEXT_015
  1147. XGETTEXT
  1148. GMSGFMT_015
  1149. MSGFMT_015
  1150. GMSGFMT
  1151. MSGFMT
  1152. GETTEXT_MACRO_VERSION
  1153. USE_NLS
  1154. CXXCPP
  1155. OTOOL64
  1156. OTOOL
  1157. LIPO
  1158. NMEDIT
  1159. DSYMUTIL
  1160. lt_ECHO
  1161. LN_S
  1162. NM
  1163. ac_ct_DUMPBIN
  1164. DUMPBIN
  1165. FGREP
  1166. SED
  1167. LIBTOOL
  1168. OBJDUMP
  1169. AS
  1170. HAVE_WINCE_FALSE
  1171. HAVE_WINCE_TRUE
  1172. HAVE_WIN32_FALSE
  1173. HAVE_WIN32_TRUE
  1174. HAVE_LINUX_FALSE
  1175. HAVE_LINUX_TRUE
  1176. HAVE_DARWIN_FALSE
  1177. HAVE_DARWIN_TRUE
  1178. HAVE_BEOS_FALSE
  1179. HAVE_BEOS_TRUE
  1180. OBJCOPY
  1181. WINDRES
  1182. CONTRIB_DIR
  1183. DLLTOOL
  1184. LD
  1185. AR
  1186. RANLIB
  1187. am__fastdepCCAS_FALSE
  1188. am__fastdepCCAS_TRUE
  1189. CCASDEPMODE
  1190. CCASFLAGS
  1191. CCAS
  1192. am__fastdepOBJC_FALSE
  1193. am__fastdepOBJC_TRUE
  1194. OBJCDEPMODE
  1195. ac_ct_OBJC
  1196. OBJCFLAGS
  1197. OBJC
  1198. am__fastdepCXX_FALSE
  1199. am__fastdepCXX_TRUE
  1200. CXXDEPMODE
  1201. ac_ct_CXX
  1202. CXXFLAGS
  1203. CXX
  1204. EGREP
  1205. GREP
  1206. CPP
  1207. am__fastdepCC_FALSE
  1208. am__fastdepCC_TRUE
  1209. CCDEPMODE
  1210. AMDEPBACKSLASH
  1211. AMDEP_FALSE
  1212. AMDEP_TRUE
  1213. am__quote
  1214. am__include
  1215. DEPDIR
  1216. OBJEXT
  1217. EXEEXT
  1218. ac_ct_CC
  1219. CPPFLAGS
  1220. LDFLAGS
  1221. CFLAGS
  1222. CC
  1223. vlclibdir
  1224. vlcdatadir
  1225. MAINT
  1226. MAINTAINER_MODE_FALSE
  1227. MAINTAINER_MODE_TRUE
  1228. am__untar
  1229. am__tar
  1230. AMTAR
  1231. am__leading_dot
  1232. SET_MAKE
  1233. AWK
  1234. mkdir_p
  1235. MKDIR_P
  1236. INSTALL_STRIP_PROGRAM
  1237. STRIP
  1238. install_sh
  1239. MAKEINFO
  1240. AUTOHEADER
  1241. AUTOMAKE
  1242. AUTOCONF
  1243. ACLOCAL
  1244. VERSION
  1245. PACKAGE
  1246. CYGPATH_W
  1247. am__isrc
  1248. INSTALL_DATA
  1249. INSTALL_SCRIPT
  1250. INSTALL_PROGRAM
  1251. host_os
  1252. host_vendor
  1253. host_cpu
  1254. host
  1255. build_os
  1256. build_vendor
  1257. build_cpu
  1258. build
  1259. PKGDIR
  1260. target_alias
  1261. host_alias
  1262. build_alias
  1263. LIBS
  1264. ECHO_T
  1265. ECHO_N
  1266. ECHO_C
  1267. DEFS
  1268. mandir
  1269. localedir
  1270. libdir
  1271. psdir
  1272. pdfdir
  1273. dvidir
  1274. htmldir
  1275. infodir
  1276. docdir
  1277. oldincludedir
  1278. includedir
  1279. localstatedir
  1280. sharedstatedir
  1281. sysconfdir
  1282. datadir
  1283. datarootdir
  1284. libexecdir
  1285. sbindir
  1286. bindir
  1287. program_transform_name
  1288. prefix
  1289. exec_prefix
  1290. PACKAGE_URL
  1291. PACKAGE_BUGREPORT
  1292. PACKAGE_STRING
  1293. PACKAGE_VERSION
  1294. PACKAGE_TARNAME
  1295. PACKAGE_NAME
  1296. PATH_SEPARATOR
  1297. SHELL'
  1298. ac_subst_files=''
  1299. ac_user_opts='
  1300. enable_option_checking
  1301. enable_maintainer_mode
  1302. enable_python_bindings
  1303. enable_java_bindings
  1304. enable_dependency_tracking
  1305. with_binary_version
  1306. with_contrib
  1307. enable_macosx_defaults
  1308. with_macosx_sdk
  1309. with_macosx_version_min
  1310. enable_static
  1311. enable_shared
  1312. with_pic
  1313. enable_fast_install
  1314. with_gnu_ld
  1315. enable_libtool_lock
  1316. enable_nls
  1317. enable_rpath
  1318. with_libiconv_prefix
  1319. with_libintl_prefix
  1320. enable_hal
  1321. enable_udev
  1322. enable_mtp
  1323. enable_dbus
  1324. enable_dbus_control
  1325. enable_telepathy
  1326. enable_gprof
  1327. enable_cprof
  1328. with_
  1329. enable_mmx
  1330. enable_sse
  1331. enable_altivec
  1332. with_tuning
  1333. enable_optimize_memory
  1334. enable_optimizations
  1335. enable_debug
  1336. enable_run_as_root
  1337. enable_coverage
  1338. enable_release
  1339. enable_sout
  1340. enable_switcher
  1341. enable_shout
  1342. enable_lua
  1343. enable_httpd
  1344. enable_libproxy
  1345. enable_vlm
  1346. enable_growl
  1347. enable_notify
  1348. enable_audioscrobbler
  1349. enable_taglib
  1350. enable_live555
  1351. with_live555_tree
  1352. enable_dc1394
  1353. enable_dv
  1354. with_dv_raw1394
  1355. with_dv_raw1394_tree
  1356. with_dv_avc1394
  1357. with_dv_avc1394_tree
  1358. enable_dvdread
  1359. with_dvdread
  1360. with_dvdread_tree
  1361. enable_dvdnav
  1362. with_dvdnav_config_path
  1363. enable_dshow
  1364. enable_bda
  1365. enable_opencv
  1366. with_opencv_tree
  1367. enable_smb
  1368. enable_dvbpsi
  1369. with_dvbpsi
  1370. enable_v4l
  1371. with_v4l
  1372. enable_v4l2
  1373. with_v4l2
  1374. enable_libv4l2
  1375. enable_pvr
  1376. with_videodev2
  1377. enable_gnomevfs
  1378. enable_libcdio
  1379. enable_vcdinfo
  1380. enable_cddax
  1381. enable_libcddb
  1382. enable_vcdx
  1383. enable_cdda
  1384. enable_vcd
  1385. enable_dvb
  1386. with_dvb
  1387. enable_screen
  1388. enable_ogg
  1389. with_ogg_tree
  1390. enable_mkv
  1391. enable_mod
  1392. with_mod_tree
  1393. enable_mpc
  1394. enable_gme
  1395. with_gme_tree
  1396. enable_wma_fixed
  1397. enable_shine
  1398. enable_mad
  1399. with_mad
  1400. with_mad_tree
  1401. enable_id3tag
  1402. enable_avcodec
  1403. enable_avformat
  1404. enable_swscale
  1405. enable_postproc
  1406. enable_faad
  1407. with_faad_tree
  1408. enable_twolame
  1409. with_twolame_tree
  1410. enable_quicktime
  1411. enable_real
  1412. enable_realrtsp
  1413. enable_libsysfs
  1414. enable_libtar
  1415. enable_a52
  1416. with_a52
  1417. with_a52_tree
  1418. with_a52_fixed
  1419. enable_dca
  1420. with_dca_tree
  1421. enable_flac
  1422. with_flac_tree
  1423. enable_libmpeg2
  1424. with_libmpeg2_tree
  1425. enable_vorbis
  1426. with_vorbis_tree
  1427. enable_tremor
  1428. enable_speex
  1429. with_speex_tree
  1430. enable_tarkin
  1431. with_tarkin_tree
  1432. enable_theora
  1433. enable_dirac
  1434. enable_schroedinger
  1435. enable_png
  1436. enable_x264
  1437. with_x264_tree
  1438. enable_fluidsynth
  1439. enable_zvbi
  1440. enable_telx
  1441. enable_csri
  1442. enable_libass
  1443. enable_asademux
  1444. enable_cmml
  1445. enable_kate
  1446. enable_tiger
  1447. with_x
  1448. enable_x11
  1449. enable_xvideo
  1450. enable_glx
  1451. enable_xvmc
  1452. enable_xinerama
  1453. enable_xcb
  1454. enable_opengl
  1455. enable_sdl
  1456. enable_sdl_image
  1457. with_sdl_config_path
  1458. with_sdl_prefix
  1459. enable_freetype
  1460. enable_fribidi
  1461. enable_fontconfig
  1462. enable_libxml2
  1463. enable_svg
  1464. enable_snapshot
  1465. enable_qte
  1466. with_qte
  1467. enable_hd1000v
  1468. enable_directx
  1469. with_directx
  1470. enable_fb
  1471. enable_mga
  1472. enable_omapfb
  1473. enable_svgalib
  1474. enable_directfb
  1475. with_directfb
  1476. enable_ggi
  1477. with_ggi
  1478. enable_aa
  1479. enable_caca
  1480. enable_wingdi
  1481. enable_oss
  1482. enable_pulse
  1483. enable_portaudio
  1484. enable_alsa
  1485. enable_waveout
  1486. enable_macosx_audio
  1487. enable_hd1000a
  1488. enable_jack
  1489. enable_cyberlink
  1490. with_cyberlink_tree
  1491. enable_upnp
  1492. enable_skins2
  1493. enable_pda
  1494. enable_maemo
  1495. enable_qt4
  1496. enable_wince
  1497. enable_opie
  1498. enable_macosx
  1499. enable_qnx
  1500. enable_ncurses
  1501. enable_xosd
  1502. enable_fbosd
  1503. enable_visual
  1504. enable_galaktos
  1505. enable_goom
  1506. with_goom_tree
  1507. enable_atmo
  1508. enable_bonjour
  1509. enable_lirc
  1510. enable_libgcrypt
  1511. with_libgcrypt_prefix
  1512. enable_gnutls
  1513. enable_remoteosd
  1514. enable_update_check
  1515. enable_loader
  1516. enable_vlc
  1517. enable_activex
  1518. with_wine_sdk_path
  1519. enable_mozilla
  1520. with_mozilla_sdk_path
  1521. with_mozilla_pkg
  1522. enable_testsuite
  1523. '
  1524.       ac_precious_vars='build_alias
  1525. host_alias
  1526. target_alias
  1527. CC
  1528. CFLAGS
  1529. LDFLAGS
  1530. LIBS
  1531. CPPFLAGS
  1532. CPP
  1533. CXX
  1534. CXXFLAGS
  1535. CCC
  1536. OBJC
  1537. OBJCFLAGS
  1538. CCAS
  1539. CCASFLAGS
  1540. CONTRIB_DIR
  1541. CXXCPP
  1542. PKG_CONFIG_PATH
  1543. PKG_CONFIG
  1544. MINIZIP_CFLAGS
  1545. MINIZIP_LIBS
  1546. HAL_CFLAGS
  1547. HAL_LIBS
  1548. UDEV_CFLAGS
  1549. UDEV_LIBS
  1550. MTP_CFLAGS
  1551. MTP_LIBS
  1552. DBUS_CFLAGS
  1553. DBUS_LIBS
  1554. SHOUT_CFLAGS
  1555. SHOUT_LIBS
  1556. LUA_CFLAGS
  1557. LUA_LIBS
  1558. LIBPROXY_CFLAGS
  1559. LIBPROXY_LIBS
  1560. NOTIFY_CFLAGS
  1561. NOTIFY_LIBS
  1562. TAGLIB_CFLAGS
  1563. TAGLIB_LIBS
  1564. OPENCV_CFLAGS
  1565. OPENCV_LIBS
  1566. LIBV4L2_CFLAGS
  1567. LIBV4L2_LIBS
  1568. GNOMEVFS_CFLAGS
  1569. GNOMEVFS_LIBS
  1570. LIBCDIO_CFLAGS
  1571. LIBCDIO_LIBS
  1572. VCDINFO_CFLAGS
  1573. VCDINFO_LIBS
  1574. LIBCDIO_PARANOIA_CFLAGS
  1575. LIBCDIO_PARANOIA_LIBS
  1576. LIBCDDB_CFLAGS
  1577. LIBCDDB_LIBS
  1578. AVCODEC_CFLAGS
  1579. AVCODEC_LIBS
  1580. AVFORMAT_CFLAGS
  1581. AVFORMAT_LIBS
  1582. SWSCALE_CFLAGS
  1583. SWSCALE_LIBS
  1584. POSTPROC_CFLAGS
  1585. POSTPROC_LIBS
  1586. DCA_CFLAGS
  1587. DCA_LIBS
  1588. LIBMPEG2_CFLAGS
  1589. LIBMPEG2_LIBS
  1590. DIRAC_CFLAGS
  1591. DIRAC_LIBS
  1592. SCHROEDINGER_CFLAGS
  1593. SCHROEDINGER_LIBS
  1594. X264_CFLAGS
  1595. X264_LIBS
  1596. FLUIDSYNTH_CFLAGS
  1597. FLUIDSYNTH_LIBS
  1598. ZVBI_CFLAGS
  1599. ZVBI_LIBS
  1600. CSRI_CFLAGS
  1601. CSRI_LIBS
  1602. LIBASS_CFLAGS
  1603. LIBASS_LIBS
  1604. PCRE_CFLAGS
  1605. PCRE_LIBS
  1606. KATE_CFLAGS
  1607. KATE_LIBS
  1608. TIGER_CFLAGS
  1609. TIGER_LIBS
  1610. XMKMF
  1611. XPROTO_CFLAGS
  1612. XPROTO_LIBS
  1613. XCB_CFLAGS
  1614. XCB_LIBS
  1615. XCB_SHM_CFLAGS
  1616. XCB_SHM_LIBS
  1617. XCB_XV_CFLAGS
  1618. XCB_XV_LIBS
  1619. XCB_KEYSYMS_CFLAGS
  1620. XCB_KEYSYMS_LIBS
  1621. FREETYPE_CFLAGS
  1622. FREETYPE_LIBS
  1623. FRIBIDI_CFLAGS
  1624. FRIBIDI_LIBS
  1625. XML2_CFLAGS
  1626. XML2_LIBS
  1627. SVG_CFLAGS
  1628. SVG_LIBS
  1629. DIRECTFB_CFLAGS
  1630. DIRECTFB_LIBS
  1631. CACA_CFLAGS
  1632. CACA_LIBS
  1633. PULSE_CFLAGS
  1634. PULSE_LIBS
  1635. GTK2_CFLAGS
  1636. GTK2_LIBS
  1637. HILDON_CFLAGS
  1638. HILDON_LIBS
  1639. QT4_CFLAGS
  1640. QT4_LIBS
  1641. BONJOUR_CFLAGS
  1642. BONJOUR_LIBS
  1643. GNUTLS_CFLAGS
  1644. GNUTLS_LIBS
  1645. MIDL
  1646. WIDL
  1647. MOZILLA_CFLAGS
  1648. MOZILLA_LIBS
  1649. XPM_CFLAGS
  1650. XPM_LIBS
  1651. GLIB2_CFLAGS
  1652. GLIB2_LIBS'
  1653. # Initialize some variables set by options.
  1654. ac_init_help=
  1655. ac_init_version=false
  1656. ac_unrecognized_opts=
  1657. ac_unrecognized_sep=
  1658. # The variables have the same names as the options, with
  1659. # dashes changed to underlines.
  1660. cache_file=/dev/null
  1661. exec_prefix=NONE
  1662. no_create=
  1663. no_recursion=
  1664. prefix=NONE
  1665. program_prefix=NONE
  1666. program_suffix=NONE
  1667. program_transform_name=s,x,x,
  1668. silent=
  1669. site=
  1670. srcdir=
  1671. verbose=
  1672. x_includes=NONE
  1673. x_libraries=NONE
  1674. # Installation directory options.
  1675. # These are left unexpanded so users can "make install exec_prefix=/foo"
  1676. # and all the variables that are supposed to be based on exec_prefix
  1677. # by default will actually change.
  1678. # Use braces instead of parens because sh, perl, etc. also accept them.
  1679. # (The list follows the same order as the GNU Coding Standards.)
  1680. bindir='${exec_prefix}/bin'
  1681. sbindir='${exec_prefix}/sbin'
  1682. libexecdir='${exec_prefix}/libexec'
  1683. datarootdir='${prefix}/share'
  1684. datadir='${datarootdir}'
  1685. sysconfdir='${prefix}/etc'
  1686. sharedstatedir='${prefix}/com'
  1687. localstatedir='${prefix}/var'
  1688. includedir='${prefix}/include'
  1689. oldincludedir='/usr/include'
  1690. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1691. infodir='${datarootdir}/info'
  1692. htmldir='${docdir}'
  1693. dvidir='${docdir}'
  1694. pdfdir='${docdir}'
  1695. psdir='${docdir}'
  1696. libdir='${exec_prefix}/lib'
  1697. localedir='${datarootdir}/locale'
  1698. mandir='${datarootdir}/man'
  1699. ac_prev=
  1700. ac_dashdash=
  1701. for ac_option
  1702. do
  1703.   # If the previous option needs an argument, assign it.
  1704.   if test -n "$ac_prev"; then
  1705.     eval $ac_prev=$ac_option
  1706.     ac_prev=
  1707.     continue
  1708.   fi
  1709.   case $ac_option in
  1710.   *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=(.*)'` ;;
  1711.   *) ac_optarg=yes ;;
  1712.   esac
  1713.   # Accept the important Cygnus configure options, so we can diagnose typos.
  1714.   case $ac_dashdash$ac_option in
  1715.   --)
  1716.     ac_dashdash=yes ;;
  1717.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1718.     ac_prev=bindir ;;
  1719.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1720.     bindir=$ac_optarg ;;
  1721.   -build | --build | --buil | --bui | --bu)
  1722.     ac_prev=build_alias ;;
  1723.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1724.     build_alias=$ac_optarg ;;
  1725.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  1726.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1727.     ac_prev=cache_file ;;
  1728.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  1729.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1730.     cache_file=$ac_optarg ;;
  1731.   --config-cache | -C)
  1732.     cache_file=config.cache ;;
  1733.   -datadir | --datadir | --datadi | --datad)
  1734.     ac_prev=datadir ;;
  1735.   -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1736.     datadir=$ac_optarg ;;
  1737.   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot 
  1738.   | --dataroo | --dataro | --datar)
  1739.     ac_prev=datarootdir ;;
  1740.   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* 
  1741.   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1742.     datarootdir=$ac_optarg ;;
  1743.   -disable-* | --disable-*)
  1744.     ac_useropt=`expr "x$ac_option" : 'x-*disable-(.*)'`
  1745.     # Reject names that are not valid shell variable names.
  1746.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1747.       as_fn_error "invalid feature name: $ac_useropt"
  1748.     ac_useropt_orig=$ac_useropt
  1749.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1750.     case $ac_user_opts in
  1751.       *"
  1752. "enable_$ac_useropt"
  1753. "*) ;;
  1754.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1755.  ac_unrecognized_sep=', ';;
  1756.     esac
  1757.     eval enable_$ac_useropt=no ;;
  1758.   -docdir | --docdir | --docdi | --doc | --do)
  1759.     ac_prev=docdir ;;
  1760.   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1761.     docdir=$ac_optarg ;;
  1762.   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1763.     ac_prev=dvidir ;;
  1764.   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1765.     dvidir=$ac_optarg ;;
  1766.   -enable-* | --enable-*)
  1767.     ac_useropt=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  1768.     # Reject names that are not valid shell variable names.
  1769.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1770.       as_fn_error "invalid feature name: $ac_useropt"
  1771.     ac_useropt_orig=$ac_useropt
  1772.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1773.     case $ac_user_opts in
  1774.       *"
  1775. "enable_$ac_useropt"
  1776. "*) ;;
  1777.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1778.  ac_unrecognized_sep=', ';;
  1779.     esac
  1780.     eval enable_$ac_useropt=$ac_optarg ;;
  1781.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  1782.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  1783.   | --exec | --exe | --ex)
  1784.     ac_prev=exec_prefix ;;
  1785.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  1786.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  1787.   | --exec=* | --exe=* | --ex=*)
  1788.     exec_prefix=$ac_optarg ;;
  1789.   -gas | --gas | --ga | --g)
  1790.     # Obsolete; use --with-gas.
  1791.     with_gas=yes ;;
  1792.   -help | --help | --hel | --he | -h)
  1793.     ac_init_help=long ;;
  1794.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1795.     ac_init_help=recursive ;;
  1796.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1797.     ac_init_help=short ;;
  1798.   -host | --host | --hos | --ho)
  1799.     ac_prev=host_alias ;;
  1800.   -host=* | --host=* | --hos=* | --ho=*)
  1801.     host_alias=$ac_optarg ;;
  1802.   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1803.     ac_prev=htmldir ;;
  1804.   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* 
  1805.   | --ht=*)
  1806.     htmldir=$ac_optarg ;;
  1807.   -includedir | --includedir | --includedi | --included | --include 
  1808.   | --includ | --inclu | --incl | --inc)
  1809.     ac_prev=includedir ;;
  1810.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  1811.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  1812.     includedir=$ac_optarg ;;
  1813.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  1814.     ac_prev=infodir ;;
  1815.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1816.     infodir=$ac_optarg ;;
  1817.   -libdir | --libdir | --libdi | --libd)
  1818.     ac_prev=libdir ;;
  1819.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1820.     libdir=$ac_optarg ;;
  1821.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  1822.   | --libexe | --libex | --libe)
  1823.     ac_prev=libexecdir ;;
  1824.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  1825.   | --libexe=* | --libex=* | --libe=*)
  1826.     libexecdir=$ac_optarg ;;
  1827.   -localedir | --localedir | --localedi | --localed | --locale)
  1828.     ac_prev=localedir ;;
  1829.   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1830.     localedir=$ac_optarg ;;
  1831.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  1832.   | --localstate | --localstat | --localsta | --localst | --locals)
  1833.     ac_prev=localstatedir ;;
  1834.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  1835.   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1836.     localstatedir=$ac_optarg ;;
  1837.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1838.     ac_prev=mandir ;;
  1839.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1840.     mandir=$ac_optarg ;;
  1841.   -nfp | --nfp | --nf)
  1842.     # Obsolete; use --without-fp.
  1843.     with_fp=no ;;
  1844.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  1845.   | --no-cr | --no-c | -n)
  1846.     no_create=yes ;;
  1847.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  1848.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1849.     no_recursion=yes ;;
  1850.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  1851.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  1852.   | --oldin | --oldi | --old | --ol | --o)
  1853.     ac_prev=oldincludedir ;;
  1854.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  1855.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  1856.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1857.     oldincludedir=$ac_optarg ;;
  1858.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1859.     ac_prev=prefix ;;
  1860.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1861.     prefix=$ac_optarg ;;
  1862.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  1863.   | --program-pre | --program-pr | --program-p)
  1864.     ac_prev=program_prefix ;;
  1865.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  1866.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1867.     program_prefix=$ac_optarg ;;
  1868.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  1869.   | --program-suf | --program-su | --program-s)
  1870.     ac_prev=program_suffix ;;
  1871.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  1872.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1873.     program_suffix=$ac_optarg ;;
  1874.   -program-transform-name | --program-transform-name 
  1875.   | --program-transform-nam | --program-transform-na 
  1876.   | --program-transform-n | --program-transform- 
  1877.   | --program-transform | --program-transfor 
  1878.   | --program-transfo | --program-transf 
  1879.   | --program-trans | --program-tran 
  1880.   | --progr-tra | --program-tr | --program-t)
  1881.     ac_prev=program_transform_name ;;
  1882.   -program-transform-name=* | --program-transform-name=* 
  1883.   | --program-transform-nam=* | --program-transform-na=* 
  1884.   | --program-transform-n=* | --program-transform-=* 
  1885.   | --program-transform=* | --program-transfor=* 
  1886.   | --program-transfo=* | --program-transf=* 
  1887.   | --program-trans=* | --program-tran=* 
  1888.   | --progr-tra=* | --program-tr=* | --program-t=*)
  1889.     program_transform_name=$ac_optarg ;;
  1890.   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1891.     ac_prev=pdfdir ;;
  1892.   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1893.     pdfdir=$ac_optarg ;;
  1894.   -psdir | --psdir | --psdi | --psd | --ps)
  1895.     ac_prev=psdir ;;
  1896.   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1897.     psdir=$ac_optarg ;;
  1898.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1899.   | -silent | --silent | --silen | --sile | --sil)
  1900.     silent=yes ;;
  1901.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1902.     ac_prev=sbindir ;;
  1903.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  1904.   | --sbi=* | --sb=*)
  1905.     sbindir=$ac_optarg ;;
  1906.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  1907.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  1908.   | --sharedst | --shareds | --shared | --share | --shar 
  1909.   | --sha | --sh)
  1910.     ac_prev=sharedstatedir ;;
  1911.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  1912.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  1913.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  1914.   | --sha=* | --sh=*)
  1915.     sharedstatedir=$ac_optarg ;;
  1916.   -site | --site | --sit)
  1917.     ac_prev=site ;;
  1918.   -site=* | --site=* | --sit=*)
  1919.     site=$ac_optarg ;;
  1920.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1921.     ac_prev=srcdir ;;
  1922.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1923.     srcdir=$ac_optarg ;;
  1924.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  1925.   | --syscon | --sysco | --sysc | --sys | --sy)
  1926.     ac_prev=sysconfdir ;;
  1927.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  1928.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1929.     sysconfdir=$ac_optarg ;;
  1930.   -target | --target | --targe | --targ | --tar | --ta | --t)
  1931.     ac_prev=target_alias ;;
  1932.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1933.     target_alias=$ac_optarg ;;
  1934.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1935.     verbose=yes ;;
  1936.   -version | --version | --versio | --versi | --vers | -V)
  1937.     ac_init_version=: ;;
  1938.   -with-* | --with-*)
  1939.     ac_useropt=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  1940.     # Reject names that are not valid shell variable names.
  1941.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1942.       as_fn_error "invalid package name: $ac_useropt"
  1943.     ac_useropt_orig=$ac_useropt
  1944.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1945.     case $ac_user_opts in
  1946.       *"
  1947. "with_$ac_useropt"
  1948. "*) ;;
  1949.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1950.  ac_unrecognized_sep=', ';;
  1951.     esac
  1952.     eval with_$ac_useropt=$ac_optarg ;;
  1953.   -without-* | --without-*)
  1954.     ac_useropt=`expr "x$ac_option" : 'x-*without-(.*)'`
  1955.     # Reject names that are not valid shell variable names.
  1956.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1957.       as_fn_error "invalid package name: $ac_useropt"
  1958.     ac_useropt_orig=$ac_useropt
  1959.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1960.     case $ac_user_opts in
  1961.       *"
  1962. "with_$ac_useropt"
  1963. "*) ;;
  1964.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1965.  ac_unrecognized_sep=', ';;
  1966.     esac
  1967.     eval with_$ac_useropt=no ;;
  1968.   --x)
  1969.     # Obsolete; use --with-x.
  1970.     with_x=yes ;;
  1971.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  1972.   | --x-incl | --x-inc | --x-in | --x-i)
  1973.     ac_prev=x_includes ;;
  1974.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  1975.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1976.     x_includes=$ac_optarg ;;
  1977.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  1978.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1979.     ac_prev=x_libraries ;;
  1980.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  1981.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1982.     x_libraries=$ac_optarg ;;
  1983.   -*) as_fn_error "unrecognized option: `$ac_option'
  1984. Try `$0 --help' for more information."
  1985.     ;;
  1986.   *=*)
  1987.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  1988.     # Reject names that are not valid shell variable names.
  1989.     case $ac_envvar in #(
  1990.       '' | [0-9]* | *[!_$as_cr_alnum]* )
  1991.       as_fn_error "invalid variable name: `$ac_envvar'" ;;
  1992.     esac
  1993.     eval $ac_envvar=$ac_optarg
  1994.     export $ac_envvar ;;
  1995.   *)
  1996.     # FIXME: should be removed in autoconf 3.0.
  1997.     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1998.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1999.       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  2000.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  2001.     ;;
  2002.   esac
  2003. done
  2004. if test -n "$ac_prev"; then
  2005.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  2006.   as_fn_error "missing argument to $ac_option"
  2007. fi
  2008. if test -n "$ac_unrecognized_opts"; then
  2009.   case $enable_option_checking in
  2010.     no) ;;
  2011.     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  2012.     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  2013.   esac
  2014. fi
  2015. # Check all directory arguments for consistency.
  2016. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir 
  2017. datadir sysconfdir sharedstatedir localstatedir includedir 
  2018. oldincludedir docdir infodir htmldir dvidir pdfdir psdir 
  2019. libdir localedir mandir
  2020. do
  2021.   eval ac_val=$$ac_var
  2022.   # Remove trailing slashes.
  2023.   case $ac_val in
  2024.     */ )
  2025.       ac_val=`expr "X$ac_val" : 'X(.*[^/])' | "X$ac_val" : 'X(.*)'`
  2026.       eval $ac_var=$ac_val;;
  2027.   esac
  2028.   # Be sure to have absolute directory names.
  2029.   case $ac_val in
  2030.     [\/$]* | ?:[\/]* )  continue;;
  2031.     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  2032.   esac
  2033.   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  2034. done
  2035. # There might be people who depend on the old broken behavior: `$host'
  2036. # used to hold the argument of --host etc.
  2037. # FIXME: To remove some day.
  2038. build=$build_alias
  2039. host=$host_alias
  2040. target=$target_alias
  2041. # FIXME: To remove some day.
  2042. if test "x$host_alias" != x; then
  2043.   if test "x$build_alias" = x; then
  2044.     cross_compiling=maybe
  2045.     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  2046.     If a cross compiler is detected then cross compile mode will be used." >&2
  2047.   elif test "x$build_alias" != "x$host_alias"; then
  2048.     cross_compiling=yes
  2049.   fi
  2050. fi
  2051. ac_tool_prefix=
  2052. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  2053. test "$silent" = yes && exec 6>/dev/null
  2054. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  2055. ac_ls_di=`ls -di .` &&
  2056. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  2057.   as_fn_error "working directory cannot be determined"
  2058. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  2059.   as_fn_error "pwd does not report name of working directory"
  2060. # Find the source files, if location was not specified.
  2061. if test -z "$srcdir"; then
  2062.   ac_srcdir_defaulted=yes
  2063.   # Try the directory containing this script, then the parent directory.
  2064.   ac_confdir=`$as_dirname -- "$as_myself" ||
  2065. $as_expr X"$as_myself" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2066.  X"$as_myself" : 'X(//)[^/]' | 
  2067.  X"$as_myself" : 'X(//)$' | 
  2068.  X"$as_myself" : 'X(/)' | . 2>/dev/null ||
  2069. $as_echo X"$as_myself" |
  2070.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2071.     s//1/
  2072.     q
  2073.   }
  2074.   /^X(//)[^/].*/{
  2075.     s//1/
  2076.     q
  2077.   }
  2078.   /^X(//)$/{
  2079.     s//1/
  2080.     q
  2081.   }
  2082.   /^X(/).*/{
  2083.     s//1/
  2084.     q
  2085.   }
  2086.   s/.*/./; q'`
  2087.   srcdir=$ac_confdir
  2088.   if test ! -r "$srcdir/$ac_unique_file"; then
  2089.     srcdir=..
  2090.   fi
  2091. else
  2092.   ac_srcdir_defaulted=no
  2093. fi
  2094. if test ! -r "$srcdir/$ac_unique_file"; then
  2095.   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  2096.   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  2097. fi
  2098. ac_msg="sources are in $srcdir, but `cd $srcdir' does not work"
  2099. ac_abs_confdir=`(
  2100. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  2101. pwd)`
  2102. # When building in place, set srcdir=.
  2103. if test "$ac_abs_confdir" = "$ac_pwd"; then
  2104.   srcdir=.
  2105. fi
  2106. # Remove unnecessary trailing slashes from srcdir.
  2107. # Double slashes in file names in object file debugging info
  2108. # mess up M-x gdb in Emacs.
  2109. case $srcdir in
  2110. */) srcdir=`expr "X$srcdir" : 'X(.*[^/])' | "X$srcdir" : 'X(.*)'`;;
  2111. esac
  2112. for ac_var in $ac_precious_vars; do
  2113.   eval ac_env_${ac_var}_set=${${ac_var}+set}
  2114.   eval ac_env_${ac_var}_value=$${ac_var}
  2115.   eval ac_cv_env_${ac_var}_set=${${ac_var}+set}
  2116.   eval ac_cv_env_${ac_var}_value=$${ac_var}
  2117. done
  2118. #
  2119. # Report the --help message.
  2120. #
  2121. if test "$ac_init_help" = "long"; then
  2122.   # Omit some internal or obsolete options to make the list less imposing.
  2123.   # This message is too long to be a string in the A/UX 3.1 sh.
  2124.   cat <<_ACEOF
  2125. `configure' configures vlc 1.0.5 to adapt to many kinds of systems.
  2126. Usage: $0 [OPTION]... [VAR=VALUE]...
  2127. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  2128. VAR=VALUE.  See below for descriptions of some of the useful variables.
  2129. Defaults for the options are specified in brackets.
  2130. Configuration:
  2131.   -h, --help              display this help and exit
  2132.       --help=short        display options specific to this package
  2133.       --help=recursive    display the short help of all the included packages
  2134.   -V, --version           display version information and exit
  2135.   -q, --quiet, --silent   do not print `checking...' messages
  2136.       --cache-file=FILE   cache test results in FILE [disabled]
  2137.   -C, --config-cache      alias for `--cache-file=config.cache'
  2138.   -n, --no-create         do not create output files
  2139.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  2140. Installation directories:
  2141.   --prefix=PREFIX         install architecture-independent files in PREFIX
  2142.                           [$ac_default_prefix]
  2143.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  2144.                           [PREFIX]
  2145. By default, `make install' will install all the files in
  2146. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  2147. an installation prefix other than `$ac_default_prefix' using `--prefix',
  2148. for instance `--prefix=$HOME'.
  2149. For better control, use the options below.
  2150. Fine tuning of the installation directories:
  2151.   --bindir=DIR            user executables [EPREFIX/bin]
  2152.   --sbindir=DIR           system admin executables [EPREFIX/sbin]
  2153.   --libexecdir=DIR        program executables [EPREFIX/libexec]
  2154.   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  2155.   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  2156.   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  2157.   --libdir=DIR            object code libraries [EPREFIX/lib]
  2158.   --includedir=DIR        C header files [PREFIX/include]
  2159.   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  2160.   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  2161.   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  2162.   --infodir=DIR           info documentation [DATAROOTDIR/info]
  2163.   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  2164.   --mandir=DIR            man documentation [DATAROOTDIR/man]
  2165.   --docdir=DIR            documentation root [DATAROOTDIR/doc/vlc]
  2166.   --htmldir=DIR           html documentation [DOCDIR]
  2167.   --dvidir=DIR            dvi documentation [DOCDIR]
  2168.   --pdfdir=DIR            pdf documentation [DOCDIR]
  2169.   --psdir=DIR             ps documentation [DOCDIR]
  2170. _ACEOF
  2171.   cat <<_ACEOF
  2172. Program names:
  2173.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  2174.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  2175.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  2176. X features:
  2177.   --x-includes=DIR    X include files are in DIR
  2178.   --x-libraries=DIR   X library files are in DIR
  2179. System types:
  2180.   --build=BUILD     configure for building on BUILD [guessed]
  2181.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  2182. _ACEOF
  2183. fi
  2184. if test -n "$ac_init_help"; then
  2185.   case $ac_init_help in
  2186.      short | recursive ) echo "Configuration of vlc 1.0.5:";;
  2187.    esac
  2188.   cat <<_ACEOF
  2189. Optional Features:
  2190.   --disable-option-checking  ignore unrecognized --enable/--with options
  2191.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  2192.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  2193.   --enable-maintainer-mode  enable make rules and dependencies not useful
  2194.   (and sometimes confusing) to the casual installer
  2195.   --enable-python-bindings Always fails for historical reasons)
  2196.   --enable-java-bindings  Always fails for historical reasons
  2197.   --disable-dependency-tracking  speeds up one-time build
  2198.   --enable-dependency-tracking   do not reject slow dependency extractors
  2199.   --enable-macosx-defaults
  2200.                           Build the default configuration on Mac OS X (default
  2201.                           enabled)
  2202.   --enable-static[=PKGS]  build static libraries [default=no]
  2203.   --enable-shared[=PKGS]  build shared libraries [default=yes]
  2204.   --enable-fast-install[=PKGS]
  2205.                           optimize for fast installation [default=yes]
  2206.   --disable-libtool-lock  avoid locking (might break parallel builds)
  2207.   --disable-nls           do not use Native Language Support
  2208.   --disable-rpath         do not hardcode runtime library paths
  2209.   --enable-hal            Linux HAL services discovery (default enabled)
  2210.   --enable-udev           Linux udev services discovery (default auto)
  2211.   --enable-mtp            MTP devices support (default enabled)
  2212.   --enable-dbus           Linux D-BUS message bus system (default enabled)
  2213.   --disable-dbus-control  D-BUS control interface (default enabled)
  2214.   --enable-telepathy      Telepathy Presence plugin through DBus(default
  2215.                           enabled)
  2216.   --enable-gprof          gprof profiling (default disabled)
  2217.   --enable-cprof          cprof profiling (default disabled)
  2218.   --disable-mmx           disable MMX optimizations (default auto)
  2219.   --disable-sse           disable SSE (1 and 2) optimizations (default auto)
  2220.   --disable-altivec       disable AltiVec optimizations (default auto)
  2221.   --enable-optimize-memory optimize memory usage over performance
  2222.   --disable-optimizations disable compiler optimizations (default enabled)
  2223.   --enable-debug          debug mode (default disabled)
  2224.   --enable-run-as-root    allow runing VLC as root (default disabled)
  2225.   --enable-coverage       build for test coverage (default disabled)
  2226.   --enable-release        activate extra optimizations (default disabled)
  2227.   --enable-sout           Stream output modules (default enabled)
  2228.   --enable-switcher       Stream-out switcher plugin (default disabled)
  2229.   --enable-shout          libshout output plugin (default disabled)
  2230.   --enable-lua            lua playlist, metafetcher and interface plugins
  2231.                           (default enabled)
  2232.   --enable-httpd          HTTP daemon (default enabled)
  2233.   --enable-libproxy       libproxy support (default auto)
  2234.   --enable-vlm            VideoLAN manager (default enabled)
  2235.   --enable-growl          growl notification plugin (default disabled)
  2236.   --enable-notify         libnotify notification plugin (default enabled)
  2237.   --disable-audioscrobbler Last.fm submission plugin (default enabled)
  2238.   --disable-taglib        Taglib support (default enabled)
  2239.   --enable-live555        live555 RTSP input plugin (default enabled)
  2240.   --enable-dc1394         dc1394 access module (default disabled)
  2241.   --enable-dv             dv input module (default disabled)
  2242.   --enable-dvdread        dvdread input module (default disabled)
  2243.   --enable-dvdnav         dvdnav input module (default enabled)
  2244.   --enable-dshow          Win32 DirectShow support (default enabled on Win32)
  2245.   --enable-bda            Win32 DirectShow BDA support (default enabled on
  2246.                           Win32)
  2247.   --enable-opencv         OpenCV (computer vision) filter (default disabled)
  2248.   --enable-smb            smb input module (default enabled)
  2249.   --enable-dvbpsi         dvbpsi ts mux and demux module (default enabled)
  2250.   --enable-v4l            Video4Linux input support (default disabled)
  2251.   --enable-v4l2           Video4Linux2 input support (default enabled)
  2252.   --enable-libv4l2        Libv4l2 Video4Linux2 support (default enabled)
  2253.   --enable-pvr            PVR cards access module (default disabled)
  2254.   --enable-gnomevfs       GnomeVFS access module (default disabled)
  2255.   --enable-libcdio        CD input and control library support (default enabled)
  2256.   --enable-libvcdinfo     VCD information library support (default enabled)
  2257.   --enable-cddax          audio CD plugin with CD Text and CD paranoia via
  2258.                           libcdio (default disabled)
  2259.   --enable-libcddb        CDDB support for libcdio audio CD (default enabled)
  2260.   --enable-vcdx           VCD with navigation via libvcdinfo (default disabled)
  2261.   --enable-cdda           audio CD via built-in VCD (default enabled)
  2262.   --enable-vcd            built-in VCD (default enabled)
  2263.   --enable-dvb            DVB-S/T/C card support (default enabled)
  2264.   --enable-screen         Screen capture support (default enabled)
  2265.   --enable-ogg            Ogg demux support (default enabled)
  2266.   --enable-mkv            Matroska demux support (default enabled)
  2267.   --enable-mod            Mod demux support (default enabled)
  2268.   --enable-mpc            Mpc demux support (default enabled)
  2269.   --enable-gme            Game Music Emu demux support (default enabled)
  2270.   --enable-wma-fixed      libwma-fixed module (default disabled)
  2271.   --enable-shine          shine mp3 encoding module (default disabled)
  2272.   --enable-mad            libmad module (default enabled)
  2273.   --disable-id3tag        id3tag metadata reader plugin (default disabled)
  2274.   --enable-avcodec        libavcodec codec (default enabled)
  2275.   --enable-avformat       libavformat containers (default enabled)
  2276.   --enable-swscale        libswscale image scaling and conversion (default
  2277.                           enabled)
  2278.   --enable-postproc       libpostproc image post-processing (default enabled)
  2279.   --enable-faad           faad codec (default disabled)
  2280.   --enable-twolame        twolame codec (default disabled)
  2281.   --enable-quicktime      QuickTime module (deprecated)
  2282.   --enable-real           Real media module (default disabled)
  2283.   --enable-realrtsp       Real RTSP module (default disabled)
  2284.   --enable-libsysfs       Get user key from firewire connected iPod via libsysfs (default enabled)
  2285.   --enable-libtar         libtar support for skins2 (default enabled)
  2286.   --enable-a52            A/52 support with liba52 (default enabled)
  2287.   --enable-dca            DTS Coherent Acoustics support with libdca (default
  2288.                           enabled)
  2289.   --enable-flac           libflac decoder/encoder support (default disabled)
  2290.   --enable-libmpeg2       libmpeg2 decoder support (default enabled)
  2291.   --enable-vorbis         Vorbis decoder support (default enabled)
  2292.   --enable-tremor         Tremor decoder support (default disabled)
  2293.   --enable-speex          Speex decoder support (default enabled)
  2294.   --enable-tarkin         experimental tarkin codec (default disabled)
  2295.   --enable-theora         experimental theora codec (default disabled)
  2296.   --enable-dirac          experimental dirac codec (default disabled)
  2297.   --disable-schroedinger  high performance dirac codec (default enabled)
  2298.   --enable-png            PNG support (default enabled)
  2299.   --enable-x264           H264 encoding support with libx264 (default enabled)
  2300.   --enable-fluidsynth     MIDI synthesisr with libfluidsynth (default enabled)
  2301.   --enable-zvbi           VBI (inc. Teletext) decoding support with libzvbi
  2302.                           (default enabled)
  2303.   --enable-telx           Teletext decoding module (conflicting with zvbi)
  2304.                           (default enabled if zvbi is absent)
  2305.   --enable-csri           Subtitle support using CSRI / asa (default disabled)
  2306.   --enable-libass         Subtitle support using libass (default disabled)
  2307.   --enable-asademux       asa subtitle demuxing (default disabled)
  2308.   --enable-cmml           CMML support (default enabled)
  2309.   --enable-kate           kate codec (default enabled)
  2310.   --enable-tiger          Tiger rendering library for Kate streams (default enabled)
  2311.   --enable-x11            X11 support (default enabled)
  2312.   --enable-xvideo         XVideo support (default enabled)
  2313.   --enable-glx            X11 OpenGL (GLX) support (default enabled)
  2314.   --enable-xvmc           XVMC support (default disabled)
  2315.   --enable-xinerama       Xinerama support (default enabled)
  2316.   --enable-xcb            X C Bindings work-in-progress (default disabled)
  2317.   --enable-opengl         OpenGL support (default enabled)
  2318.   --enable-sdl            SDL support (default enabled)
  2319.   --enable-sdl-image      SDL image support (default enabled)
  2320.   --enable-freetype       freetype support (default enabled)
  2321.   --enable-fribidi        fribidi support (default enabled)
  2322.   --enable-fontconfig,    fontconfig support (default enabled)
  2323.   --enable-libxml2        libxml2 support (default enabled)
  2324.   --enable-svg            SVG support (default disabled)
  2325.   --enable-snapshot       snapshot module (default disabled)
  2326.   --enable-qte            QT Embedded support (default disabled)
  2327.   --enable-hd1000v        HD1000 Video Output module (default enabled on HD1000)
  2328.   --enable-directx        Win32 DirectX support (default enabled on Win32)
  2329.   --enable-fb             Linux framebuffer support (default enabled on Linux)
  2330.   --enable-mga            Linux kernel Matrox support (default disabled)
  2331.   --enable-omapfb         OMAP framebuffer support (default disabled)
  2332.   --enable-svgalib        SVGAlib support (default disabled)
  2333.   --enable-directfb       DirectFB support (default disabled)
  2334.   --enable-ggi            GGI support (default disabled)
  2335.   --enable-aa             aalib output (default disabled)
  2336.   --enable-caca           libcaca output (default disabled)
  2337.   --enable-wingdi         Win32 GDI module (default enabled on Win32)
  2338.   --enable-oss            Linux OSS /dev/dsp support (enabled on Linux)
  2339.   --enable-pulse          Pulseaudio support (default enabled)
  2340.   --enable-portaudio      Portaudio library support (default disabled)
  2341.   --enable-alsa           ALSA sound support for Linux (default enabled)
  2342.   --enable-waveout        Win32 waveOut module (default enabled on Win32)
  2343.   --enable-macosx-audio   Mac OS X audio module (default enabled on MacOS X)
  2344.   --enable-hd1000a        HD1000 audio module (default enabled on HD1000)
  2345.   --enable-jack           JACK audio I/O modules (default disabled)
  2346.   --enable-cyberlink      CyberLink for C++ UPnP stack (default disabled)
  2347.   --enable-upnp           Intel UPnP SDK (default enabled)
  2348.   --enable-skins2         Skins2 interface module (default enabled except on
  2349.                           MacOSX, BeOS and WinCE)
  2350.   --enable-pda            PDA interface needs Gtk2 support (default disabled)
  2351.   --enable-maemo          Internet tablets based on Maemo SDK (default disabled)
  2352.   --enable-qt4            QT 4 support (default enabled)
  2353.   --enable-wince          Windows CE interface (default enabled with MinGW)
  2354.   --enable-opie           Qt embedded interface support (default disabled)
  2355.   --enable-macosx         MacOS X support (default enabled on MacOS X)
  2356.   --enable-qnx            QNX RTOS support (default enabled on QNX RTOS)
  2357.   --disable-ncurses       ncurses interface support (default enabled)
  2358.   --enable-xosd           xosd interface support (default disabled)
  2359.   --enable-fbosd          fbosd interface support (default disabled)
  2360.   --enable-visual         visualisation plugin (default enabled)
  2361.   --enable-galaktos       OpenGL visualisation plugin (default disabled)
  2362.   --enable-goom           goom visualisation plugin (default disabled)
  2363.   --disable-atmo          AtmoLight (homebrew philips ambilight) (default
  2364.                           enabled)
  2365.   --enable-bonjour        Bonjour services discovery (default enabled)
  2366.   --enable-lirc           lirc support (default disabled)
  2367.   --disable-libgcrypt      libgcrypts support (default enabled)
  2368.   --enable-gnutls         gnutls TLS/SSL support (default enabled)
  2369.   --disable-remoteosd     RemoteOSD plugin (default enabled)
  2370.   --enable-update-check   update checking system (default disabled)
  2371.   --enable-loader         build DLL loader for ELF i386 platforms (default
  2372.                           disabled)
  2373.   --enable-vlc            build the VLC media player (default enabled)
  2374.   --enable-activex        build a vlc-based ActiveX control (default enabled
  2375.                           on Win32)
  2376.   --enable-mozilla        build a vlc-based Firefox/Mozilla plugin (default
  2377.                           disabled)
  2378.   --enable-testsuite      build test modules (default disabled)
  2379. Optional Packages:
  2380.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  2381.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  2382.   --with-binary-version=STRING
  2383.                           To avoid plugins cache problem between binary
  2384.                           version
  2385.   --without-contrib       do not use the libraries in CONTRIB_DIR
  2386.   --with-macosx-sdk=DIR   compile using the SDK in DIR
  2387.   --with-macosx-version-min=VERSION  compile for MacOSX VERSION and above
  2388.   --with-pic              try to use only PIC/non-PIC objects [default=use
  2389.                           both]
  2390.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  2391.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  2392.   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  2393.   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  2394.   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  2395.   --without-libintl-prefix     don't search for libintl in includedir and libdir
  2396. Optimization options:
  2397.   --with-tuning=ARCH      enable special tuning for an architecture
  2398.                           (default Pentium 2 on IA-32 and G4 on PPC)
  2399. Input plugins:
  2400.     --with-live555-tree=PATH live.com tree for static linking
  2401.     --with-dv-raw1394=PATH   libraw1394 headers and libraries
  2402.     --with-dv-raw1394=PATH   libraw1394 tree for static linking
  2403.     --with-dv-avc1394=PATH   libavc1394 headers and libraries
  2404.     --with-dv-avc1394=PATH   libavc1394 tree for static linking
  2405.     --with-dvdread=PATH   libdvdread headers and libraries
  2406.     --with-dvdread-tree=PATH libdvdread tree for static linking
  2407.     --with-dvdnav-config-path=PATH dvdnav-config path (default search in $PATH)
  2408.     --with-opencv-tree=PATH opencv tree for linking
  2409.     --with-dvbpsi=PATH    libdvbpsi headers and libraries
  2410.     --with-dvbpsi-tree=PATH libdvbpsi tree for static linking
  2411.     --with-v4l=PATH       path to a v4l-enabled kernel tree
  2412.     --with-v4l2=PATH       path to a v4l2-enabled kernel tree
  2413.   --with-videodev2=FILE   Location of videodev2.h file (default /usr/include/linux/videodev2.h)
  2414.     --with-dvb=PATH       path to a dvb- and v4l2-enabled kernel tree
  2415.     --with-ogg-tree=PATH  ogg tree for static linking
  2416.     --with-mod-tree=PATH mod tree for static linking
  2417.     --with-gme-tree=PATH gme tree for static linking
  2418. Codec plugins:
  2419.     --with-mad=PATH       path to libmad
  2420.     --with-mad-tree=PATH   mad tree for static linking
  2421.     --with-faad-tree=PATH faad tree for static linking
  2422.     --with-twolame-tree=PATH twolame tree for static linking
  2423.     --with-a52=PATH       a52 headers and libraries
  2424.     --with-a52-tree=PATH  a52dec tree for static linking
  2425.     --with-a52-fixed      specify if liba52 has been compiled with fixed point support
  2426.     --with-dca-tree=PATH  libdca tree for static linking
  2427.     --with-flac-tree=PATH flac tree for static linking
  2428.     --with-libmpeg2-tree=PATH libmpeg2 tree for static linking
  2429.     --with-vorbis-tree=PATH vorbis tree for static linking
  2430.     --with-speex-tree=PATH speex tree for static linking
  2431.     --with-tarkin-tree=PATH tarkin tree for static linking
  2432.     --with-x264-tree=PATH x264 tree for static linking
  2433. Video plugins:
  2434.   --with-x                use the X Window System
  2435.     --with-sdl-config-path=PATH sdl-config path (default search in $PATH)
  2436.     --with-sdl-prefix=PATH path to libsdl (needed for cross-compiling),
  2437.                                e.g use as:
  2438.                                --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr)
  2439.     --with-qte=PATH       Qt Embedded headers and libraries
  2440.     --with-directx=PATH   Win32 DirectX headers
  2441.     --with-directfb=PATH  path to DirectFB headers and libraries
  2442.     --with-ggi=PATH       path to libggi
  2443. Audio plugins:
  2444.     --with-cyberlink-tree=PATH CyberLink for C++ tree for static linking
  2445. Interface plugins:
  2446.     --with-goom-tree=PATH goom tree for static linking (required)
  2447. Misc options:
  2448.   --with-libgcrypt-prefix=PFX
  2449.                           prefix where LIBGCRYPT is installed (optional)
  2450. Components:
  2451.     --with-wine-sdk-path=PATH path to wine sdk
  2452.     --with-mozilla-sdk-path=PATH path to mozilla sdk
  2453.     --with-mozilla-pkg=PKG  look for PKG.pc to build the mozilla plugin.
  2454. Some influential environment variables:
  2455.   CC          C compiler command
  2456.   CFLAGS      C compiler flags
  2457.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  2458.               nonstandard directory <lib dir>
  2459.   LIBS        libraries to pass to the linker, e.g. -l<library>
  2460.   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  2461.               you have headers in a nonstandard directory <include dir>
  2462.   CPP         C preprocessor
  2463.   CXX         C++ compiler command
  2464.   CXXFLAGS    C++ compiler flags
  2465.   OBJC        Objective C compiler command
  2466.   OBJCFLAGS   Objective C compiler flags
  2467.   CCAS        assembler compiler command (defaults to CC)
  2468.   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  2469.   CONTRIB_DIR directory containing pre-built contrib, overriding
  2470.               extras/contrib
  2471.   CXXCPP      C++ preprocessor
  2472.   PKG_CONFIG_PATH
  2473.               Paths where to find .pc not at the default location
  2474.   PKG_CONFIG  path to pkg-config utility
  2475.   MINIZIP_CFLAGS
  2476.               C compiler flags for MINIZIP, overriding pkg-config
  2477.   MINIZIP_LIBS
  2478.               linker flags for MINIZIP, overriding pkg-config
  2479.   HAL_CFLAGS  C compiler flags for HAL, overriding pkg-config
  2480.   HAL_LIBS    linker flags for HAL, overriding pkg-config
  2481.   UDEV_CFLAGS C compiler flags for UDEV, overriding pkg-config
  2482.   UDEV_LIBS   linker flags for UDEV, overriding pkg-config
  2483.   MTP_CFLAGS  C compiler flags for MTP, overriding pkg-config
  2484.   MTP_LIBS    linker flags for MTP, overriding pkg-config
  2485.   DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
  2486.   DBUS_LIBS   linker flags for DBUS, overriding pkg-config
  2487.   SHOUT_CFLAGS
  2488.               C compiler flags for SHOUT, overriding pkg-config
  2489.   SHOUT_LIBS  linker flags for SHOUT, overriding pkg-config
  2490.   LUA_CFLAGS  C compiler flags for LUA, overriding pkg-config
  2491.   LUA_LIBS    linker flags for LUA, overriding pkg-config
  2492.   LIBPROXY_CFLAGS
  2493.               C compiler flags for LIBPROXY, overriding pkg-config
  2494.   LIBPROXY_LIBS
  2495.               linker flags for LIBPROXY, overriding pkg-config
  2496.   NOTIFY_CFLAGS
  2497.               C compiler flags for NOTIFY, overriding pkg-config
  2498.   NOTIFY_LIBS linker flags for NOTIFY, overriding pkg-config
  2499.   TAGLIB_CFLAGS
  2500.               C compiler flags for TAGLIB, overriding pkg-config
  2501.   TAGLIB_LIBS linker flags for TAGLIB, overriding pkg-config
  2502.   OPENCV_CFLAGS
  2503.               C compiler flags for OPENCV, overriding pkg-config
  2504.   OPENCV_LIBS linker flags for OPENCV, overriding pkg-config
  2505.   LIBV4L2_CFLAGS
  2506.               C compiler flags for LIBV4L2, overriding pkg-config
  2507.   LIBV4L2_LIBS
  2508.               linker flags for LIBV4L2, overriding pkg-config
  2509.   GNOMEVFS_CFLAGS
  2510.               C compiler flags for GNOMEVFS, overriding pkg-config
  2511.   GNOMEVFS_LIBS
  2512.               linker flags for GNOMEVFS, overriding pkg-config
  2513.   LIBCDIO_CFLAGS
  2514.               C compiler flags for LIBCDIO, overriding pkg-config
  2515.   LIBCDIO_LIBS
  2516.               linker flags for LIBCDIO, overriding pkg-config
  2517.   VCDINFO_CFLAGS
  2518.               C compiler flags for VCDINFO, overriding pkg-config
  2519.   VCDINFO_LIBS
  2520.               linker flags for VCDINFO, overriding pkg-config
  2521.   LIBCDIO_PARANOIA_CFLAGS
  2522.               C compiler flags for LIBCDIO_PARANOIA, overriding pkg-config
  2523.   LIBCDIO_PARANOIA_LIBS
  2524.               linker flags for LIBCDIO_PARANOIA, overriding pkg-config
  2525.   LIBCDDB_CFLAGS
  2526.               C compiler flags for LIBCDDB, overriding pkg-config
  2527.   LIBCDDB_LIBS
  2528.               linker flags for LIBCDDB, overriding pkg-config
  2529.   AVCODEC_CFLAGS
  2530.               C compiler flags for AVCODEC, overriding pkg-config
  2531.   AVCODEC_LIBS
  2532.               linker flags for AVCODEC, overriding pkg-config
  2533.   AVFORMAT_CFLAGS
  2534.               C compiler flags for AVFORMAT, overriding pkg-config
  2535.   AVFORMAT_LIBS
  2536.               linker flags for AVFORMAT, overriding pkg-config
  2537.   SWSCALE_CFLAGS
  2538.               C compiler flags for SWSCALE, overriding pkg-config
  2539.   SWSCALE_LIBS
  2540.               linker flags for SWSCALE, overriding pkg-config
  2541.   POSTPROC_CFLAGS
  2542.               C compiler flags for POSTPROC, overriding pkg-config
  2543.   POSTPROC_LIBS
  2544.               linker flags for POSTPROC, overriding pkg-config
  2545.   DCA_CFLAGS  C compiler flags for DCA, overriding pkg-config
  2546.   DCA_LIBS    linker flags for DCA, overriding pkg-config
  2547.   LIBMPEG2_CFLAGS
  2548.               C compiler flags for LIBMPEG2, overriding pkg-config
  2549.   LIBMPEG2_LIBS
  2550.               linker flags for LIBMPEG2, overriding pkg-config
  2551.   DIRAC_CFLAGS
  2552.               C compiler flags for DIRAC, overriding pkg-config
  2553.   DIRAC_LIBS  linker flags for DIRAC, overriding pkg-config
  2554.   SCHROEDINGER_CFLAGS
  2555.               C compiler flags for SCHROEDINGER, overriding pkg-config
  2556.   SCHROEDINGER_LIBS
  2557.               linker flags for SCHROEDINGER, overriding pkg-config
  2558.   X264_CFLAGS C compiler flags for X264, overriding pkg-config
  2559.   X264_LIBS   linker flags for X264, overriding pkg-config
  2560.   FLUIDSYNTH_CFLAGS
  2561.               C compiler flags for FLUIDSYNTH, overriding pkg-config
  2562.   FLUIDSYNTH_LIBS
  2563.               linker flags for FLUIDSYNTH, overriding pkg-config
  2564.   ZVBI_CFLAGS C compiler flags for ZVBI, overriding pkg-config
  2565.   ZVBI_LIBS   linker flags for ZVBI, overriding pkg-config
  2566.   CSRI_CFLAGS C compiler flags for CSRI, overriding pkg-config
  2567.   CSRI_LIBS   linker flags for CSRI, overriding pkg-config
  2568.   LIBASS_CFLAGS
  2569.               C compiler flags for LIBASS, overriding pkg-config
  2570.   LIBASS_LIBS linker flags for LIBASS, overriding pkg-config
  2571.   PCRE_CFLAGS C compiler flags for PCRE, overriding pkg-config
  2572.   PCRE_LIBS   linker flags for PCRE, overriding pkg-config
  2573.   KATE_CFLAGS C compiler flags for KATE, overriding pkg-config
  2574.   KATE_LIBS   linker flags for KATE, overriding pkg-config
  2575.   TIGER_CFLAGS
  2576.               C compiler flags for TIGER, overriding pkg-config
  2577.   TIGER_LIBS  linker flags for TIGER, overriding pkg-config
  2578.   XMKMF       Path to xmkmf, Makefile generator for X Window System
  2579.   XPROTO_CFLAGS
  2580.               C compiler flags for XPROTO, overriding pkg-config
  2581.   XPROTO_LIBS linker flags for XPROTO, overriding pkg-config
  2582.   XCB_CFLAGS  C compiler flags for XCB, overriding pkg-config
  2583.   XCB_LIBS    linker flags for XCB, overriding pkg-config
  2584.   XCB_SHM_CFLAGS
  2585.               C compiler flags for XCB_SHM, overriding pkg-config
  2586.   XCB_SHM_LIBS
  2587.               linker flags for XCB_SHM, overriding pkg-config
  2588.   XCB_XV_CFLAGS
  2589.               C compiler flags for XCB_XV, overriding pkg-config
  2590.   XCB_XV_LIBS linker flags for XCB_XV, overriding pkg-config
  2591.   XCB_KEYSYMS_CFLAGS
  2592.               C compiler flags for XCB_KEYSYMS, overriding pkg-config
  2593.   XCB_KEYSYMS_LIBS
  2594.               linker flags for XCB_KEYSYMS, overriding pkg-config
  2595.   FREETYPE_CFLAGS
  2596.               C compiler flags for FREETYPE, overriding pkg-config
  2597.   FREETYPE_LIBS
  2598.               linker flags for FREETYPE, overriding pkg-config
  2599.   FRIBIDI_CFLAGS
  2600.               C compiler flags for FRIBIDI, overriding pkg-config
  2601.   FRIBIDI_LIBS
  2602.               linker flags for FRIBIDI, overriding pkg-config
  2603.   XML2_CFLAGS C compiler flags for XML2, overriding pkg-config
  2604.   XML2_LIBS   linker flags for XML2, overriding pkg-config
  2605.   SVG_CFLAGS  C compiler flags for SVG, overriding pkg-config
  2606.   SVG_LIBS    linker flags for SVG, overriding pkg-config
  2607.   DIRECTFB_CFLAGS
  2608.               C compiler flags for DIRECTFB, overriding pkg-config
  2609.   DIRECTFB_LIBS
  2610.               linker flags for DIRECTFB, overriding pkg-config
  2611.   CACA_CFLAGS C compiler flags for CACA, overriding pkg-config
  2612.   CACA_LIBS   linker flags for CACA, overriding pkg-config
  2613.   PULSE_CFLAGS
  2614.               C compiler flags for PULSE, overriding pkg-config
  2615.   PULSE_LIBS  linker flags for PULSE, overriding pkg-config
  2616.   GTK2_CFLAGS C compiler flags for GTK2, overriding pkg-config
  2617.   GTK2_LIBS   linker flags for GTK2, overriding pkg-config
  2618.   HILDON_CFLAGS
  2619.               C compiler flags for HILDON, overriding pkg-config
  2620.   HILDON_LIBS linker flags for HILDON, overriding pkg-config
  2621.   QT4_CFLAGS  C compiler flags for QT4, overriding pkg-config
  2622.   QT4_LIBS    linker flags for QT4, overriding pkg-config
  2623.   BONJOUR_CFLAGS
  2624.               C compiler flags for BONJOUR, overriding pkg-config
  2625.   BONJOUR_LIBS
  2626.               linker flags for BONJOUR, overriding pkg-config
  2627.   GNUTLS_CFLAGS
  2628.               C compiler flags for GNUTLS, overriding pkg-config
  2629.   GNUTLS_LIBS linker flags for GNUTLS, overriding pkg-config
  2630.   MIDL        Microsoft IDL compiler (Win32 platform only)
  2631.   WIDL        Wine IDL compiler (requires Wine SDK)
  2632.   MOZILLA_CFLAGS
  2633.               C compiler flags for Mozilla, overriding pkg-config
  2634.   MOZILLA_LIBS
  2635.               linker flags for Mozilla, overriding pkg-config
  2636.   XPM_CFLAGS  C compiler flags for XPM, overriding pkg-config
  2637.   XPM_LIBS    linker flags for XPM, overriding pkg-config
  2638.   GLIB2_CFLAGS
  2639.               C compiler flags for GLIB2, overriding pkg-config
  2640.   GLIB2_LIBS  linker flags for GLIB2, overriding pkg-config
  2641. Use these variables to override the choices made by `configure' or to help
  2642. it to find libraries and programs with nonstandard names/locations.
  2643. Report bugs to the package provider.
  2644. _ACEOF
  2645. ac_status=$?
  2646. fi
  2647. if test "$ac_init_help" = "recursive"; then
  2648.   # If there are subdirs, report their specific --help.
  2649.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  2650.     test -d "$ac_dir" ||
  2651.       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  2652.       continue
  2653.     ac_builddir=.
  2654. case "$ac_dir" in
  2655. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  2656. *)
  2657.   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^.[\/]||'`
  2658.   # A ".." for each directory in $ac_dir_suffix.
  2659.   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\/]*|/..|g;s|/||'`
  2660.   case $ac_top_builddir_sub in
  2661.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  2662.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  2663.   esac ;;
  2664. esac
  2665. ac_abs_top_builddir=$ac_pwd
  2666. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  2667. # for backward compatibility:
  2668. ac_top_builddir=$ac_top_build_prefix
  2669. case $srcdir in
  2670.   .)  # We are building in place.
  2671.     ac_srcdir=.
  2672.     ac_top_srcdir=$ac_top_builddir_sub
  2673.     ac_abs_top_srcdir=$ac_pwd ;;
  2674.   [\/]* | ?:[\/]* )  # Absolute name.
  2675.     ac_srcdir=$srcdir$ac_dir_suffix;
  2676.     ac_top_srcdir=$srcdir
  2677.     ac_abs_top_srcdir=$srcdir ;;
  2678.   *) # Relative name.
  2679.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  2680.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  2681.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  2682. esac
  2683. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  2684.     cd "$ac_dir" || { ac_status=$?; continue; }
  2685.     # Check for guested configure.
  2686.     if test -f "$ac_srcdir/configure.gnu"; then
  2687.       echo &&
  2688.       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  2689.     elif test -f "$ac_srcdir/configure"; then
  2690.       echo &&
  2691.       $SHELL "$ac_srcdir/configure" --help=recursive
  2692.     else
  2693.       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  2694.     fi || ac_status=$?
  2695.     cd "$ac_pwd" || { ac_status=$?; break; }
  2696.   done
  2697. fi
  2698. test -n "$ac_init_help" && exit $ac_status
  2699. if $ac_init_version; then
  2700.   cat <<_ACEOF
  2701. vlc configure 1.0.5
  2702. generated by GNU Autoconf 2.65
  2703. Copyright (C) 2009 Free Software Foundation, Inc.
  2704. This configure script is free software; the Free Software Foundation
  2705. gives unlimited permission to copy, distribute and modify it.
  2706. Copyright 2002-2010 the VideoLAN team
  2707. _ACEOF
  2708.   exit
  2709. fi
  2710. ## ------------------------ ##
  2711. ## Autoconf initialization. ##
  2712. ## ------------------------ ##
  2713. # ac_fn_c_try_compile LINENO
  2714. # --------------------------
  2715. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  2716. ac_fn_c_try_compile ()
  2717. {
  2718.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2719.   rm -f conftest.$ac_objext
  2720.   if { { ac_try="$ac_compile"
  2721. case "(($ac_try" in
  2722.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2723.   *) ac_try_echo=$ac_try;;
  2724. esac
  2725. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2726. $as_echo "$ac_try_echo"; } >&5
  2727.   (eval "$ac_compile") 2>conftest.err
  2728.   ac_status=$?
  2729.   if test -s conftest.err; then
  2730.     grep -v '^ *+' conftest.err >conftest.er1
  2731.     cat conftest.er1 >&5
  2732.     mv -f conftest.er1 conftest.err
  2733.   fi
  2734.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2735.   test $ac_status = 0; } && {
  2736.  test -z "$ac_c_werror_flag" ||
  2737.  test ! -s conftest.err
  2738.        } && test -s conftest.$ac_objext; then :
  2739.   ac_retval=0
  2740. else
  2741.   $as_echo "$as_me: failed program was:" >&5
  2742. sed 's/^/| /' conftest.$ac_ext >&5
  2743. ac_retval=1
  2744. fi
  2745.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2746.   as_fn_set_status $ac_retval
  2747. } # ac_fn_c_try_compile
  2748. # ac_fn_c_try_cpp LINENO
  2749. # ----------------------
  2750. # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  2751. ac_fn_c_try_cpp ()
  2752. {
  2753.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2754.   if { { ac_try="$ac_cpp conftest.$ac_ext"
  2755. case "(($ac_try" in
  2756.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2757.   *) ac_try_echo=$ac_try;;
  2758. esac
  2759. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2760. $as_echo "$ac_try_echo"; } >&5
  2761.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  2762.   ac_status=$?
  2763.   if test -s conftest.err; then
  2764.     grep -v '^ *+' conftest.err >conftest.er1
  2765.     cat conftest.er1 >&5
  2766.     mv -f conftest.er1 conftest.err
  2767.   fi
  2768.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2769.   test $ac_status = 0; } >/dev/null && {
  2770.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  2771.  test ! -s conftest.err
  2772.        }; then :
  2773.   ac_retval=0
  2774. else
  2775.   $as_echo "$as_me: failed program was:" >&5
  2776. sed 's/^/| /' conftest.$ac_ext >&5
  2777.     ac_retval=1
  2778. fi
  2779.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2780.   as_fn_set_status $ac_retval
  2781. } # ac_fn_c_try_cpp
  2782. # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  2783. # -------------------------------------------------------
  2784. # Tests whether HEADER exists, giving a warning if it cannot be compiled using
  2785. # the include files in INCLUDES and setting the cache variable VAR
  2786. # accordingly.
  2787. ac_fn_c_check_header_mongrel ()
  2788. {
  2789.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2790.   if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2791.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2792. $as_echo_n "checking for $2... " >&6; }
  2793. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2794.   $as_echo_n "(cached) " >&6
  2795. fi
  2796. eval ac_res=$$3
  2797.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2798. $as_echo "$ac_res" >&6; }
  2799. else
  2800.   # Is the header compilable?
  2801. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  2802. $as_echo_n "checking $2 usability... " >&6; }
  2803. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2804. /* end confdefs.h.  */
  2805. $4
  2806. #include <$2>
  2807. _ACEOF
  2808. if ac_fn_c_try_compile "$LINENO"; then :
  2809.   ac_header_compiler=yes
  2810. else
  2811.   ac_header_compiler=no
  2812. fi
  2813. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2814. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  2815. $as_echo "$ac_header_compiler" >&6; }
  2816. # Is the header present?
  2817. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  2818. $as_echo_n "checking $2 presence... " >&6; }
  2819. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2820. /* end confdefs.h.  */
  2821. #include <$2>
  2822. _ACEOF
  2823. if ac_fn_c_try_cpp "$LINENO"; then :
  2824.   ac_header_preproc=yes
  2825. else
  2826.   ac_header_preproc=no
  2827. fi
  2828. rm -f conftest.err conftest.$ac_ext
  2829. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  2830. $as_echo "$ac_header_preproc" >&6; }
  2831. # So?  What about this header?
  2832. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  2833.   yes:no: )
  2834.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  2835. $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2836.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  2837. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  2838.     ;;
  2839.   no:yes:* )
  2840.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  2841. $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  2842.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  2843. $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  2844.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  2845. $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  2846.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section "Present But Cannot Be Compiled"" >&5
  2847. $as_echo "$as_me: WARNING: $2:     section "Present But Cannot Be Compiled"" >&2;}
  2848.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  2849. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  2850.     ;;
  2851. esac
  2852.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2853. $as_echo_n "checking for $2... " >&6; }
  2854. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2855.   $as_echo_n "(cached) " >&6
  2856. else
  2857.   eval "$3=$ac_header_compiler"
  2858. fi
  2859. eval ac_res=$$3
  2860.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2861. $as_echo "$ac_res" >&6; }
  2862. fi
  2863.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2864. } # ac_fn_c_check_header_mongrel
  2865. # ac_fn_c_try_run LINENO
  2866. # ----------------------
  2867. # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  2868. # that executables *can* be run.
  2869. ac_fn_c_try_run ()
  2870. {
  2871.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2872.   if { { ac_try="$ac_link"
  2873. case "(($ac_try" in
  2874.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2875.   *) ac_try_echo=$ac_try;;
  2876. esac
  2877. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2878. $as_echo "$ac_try_echo"; } >&5
  2879.   (eval "$ac_link") 2>&5
  2880.   ac_status=$?
  2881.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2882.   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  2883.   { { case "(($ac_try" in
  2884.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2885.   *) ac_try_echo=$ac_try;;
  2886. esac
  2887. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2888. $as_echo "$ac_try_echo"; } >&5
  2889.   (eval "$ac_try") 2>&5
  2890.   ac_status=$?
  2891.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2892.   test $ac_status = 0; }; }; then :
  2893.   ac_retval=0
  2894. else
  2895.   $as_echo "$as_me: program exited with status $ac_status" >&5
  2896.        $as_echo "$as_me: failed program was:" >&5
  2897. sed 's/^/| /' conftest.$ac_ext >&5
  2898.        ac_retval=$ac_status
  2899. fi
  2900.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  2901.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2902.   as_fn_set_status $ac_retval
  2903. } # ac_fn_c_try_run
  2904. # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  2905. # -------------------------------------------------------
  2906. # Tests whether HEADER exists and can be compiled using the include files in
  2907. # INCLUDES, setting the cache variable VAR accordingly.
  2908. ac_fn_c_check_header_compile ()
  2909. {
  2910.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2911.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2912. $as_echo_n "checking for $2... " >&6; }
  2913. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2914.   $as_echo_n "(cached) " >&6
  2915. else
  2916.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2917. /* end confdefs.h.  */
  2918. $4
  2919. #include <$2>
  2920. _ACEOF
  2921. if ac_fn_c_try_compile "$LINENO"; then :
  2922.   eval "$3=yes"
  2923. else
  2924.   eval "$3=no"
  2925. fi
  2926. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2927. fi
  2928. eval ac_res=$$3
  2929.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2930. $as_echo "$ac_res" >&6; }
  2931.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2932. } # ac_fn_c_check_header_compile
  2933. # ac_fn_cxx_try_compile LINENO
  2934. # ----------------------------
  2935. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  2936. ac_fn_cxx_try_compile ()
  2937. {
  2938.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2939.   rm -f conftest.$ac_objext
  2940.   if { { ac_try="$ac_compile"
  2941. case "(($ac_try" in
  2942.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2943.   *) ac_try_echo=$ac_try;;
  2944. esac
  2945. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2946. $as_echo "$ac_try_echo"; } >&5
  2947.   (eval "$ac_compile") 2>conftest.err
  2948.   ac_status=$?
  2949.   if test -s conftest.err; then
  2950.     grep -v '^ *+' conftest.err >conftest.er1
  2951.     cat conftest.er1 >&5
  2952.     mv -f conftest.er1 conftest.err
  2953.   fi
  2954.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2955.   test $ac_status = 0; } && {
  2956.  test -z "$ac_cxx_werror_flag" ||
  2957.  test ! -s conftest.err
  2958.        } && test -s conftest.$ac_objext; then :
  2959.   ac_retval=0
  2960. else
  2961.   $as_echo "$as_me: failed program was:" >&5
  2962. sed 's/^/| /' conftest.$ac_ext >&5
  2963. ac_retval=1
  2964. fi
  2965.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2966.   as_fn_set_status $ac_retval
  2967. } # ac_fn_cxx_try_compile
  2968. # ac_fn_objc_try_compile LINENO
  2969. # -----------------------------
  2970. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  2971. ac_fn_objc_try_compile ()
  2972. {
  2973.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2974.   rm -f conftest.$ac_objext
  2975.   if { { ac_try="$ac_compile"
  2976. case "(($ac_try" in
  2977.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2978.   *) ac_try_echo=$ac_try;;
  2979. esac
  2980. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2981. $as_echo "$ac_try_echo"; } >&5
  2982.   (eval "$ac_compile") 2>conftest.err
  2983.   ac_status=$?
  2984.   if test -s conftest.err; then
  2985.     grep -v '^ *+' conftest.err >conftest.er1
  2986.     cat conftest.er1 >&5
  2987.     mv -f conftest.er1 conftest.err
  2988.   fi
  2989.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2990.   test $ac_status = 0; } && {
  2991.  test -z "$ac_objc_werror_flag" ||
  2992.  test ! -s conftest.err
  2993.        } && test -s conftest.$ac_objext; then :
  2994.   ac_retval=0
  2995. else
  2996.   $as_echo "$as_me: failed program was:" >&5
  2997. sed 's/^/| /' conftest.$ac_ext >&5
  2998. ac_retval=1
  2999. fi
  3000.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3001.   as_fn_set_status $ac_retval
  3002. } # ac_fn_objc_try_compile
  3003. # ac_fn_c_try_link LINENO
  3004. # -----------------------
  3005. # Try to link conftest.$ac_ext, and return whether this succeeded.
  3006. ac_fn_c_try_link ()
  3007. {
  3008.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3009.   rm -f conftest.$ac_objext conftest$ac_exeext
  3010.   if { { ac_try="$ac_link"
  3011. case "(($ac_try" in
  3012.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3013.   *) ac_try_echo=$ac_try;;
  3014. esac
  3015. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3016. $as_echo "$ac_try_echo"; } >&5
  3017.   (eval "$ac_link") 2>conftest.err
  3018.   ac_status=$?
  3019.   if test -s conftest.err; then
  3020.     grep -v '^ *+' conftest.err >conftest.er1
  3021.     cat conftest.er1 >&5
  3022.     mv -f conftest.er1 conftest.err
  3023.   fi
  3024.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3025.   test $ac_status = 0; } && {
  3026.  test -z "$ac_c_werror_flag" ||
  3027.  test ! -s conftest.err
  3028.        } && test -s conftest$ac_exeext && {
  3029.  test "$cross_compiling" = yes ||
  3030.  $as_test_x conftest$ac_exeext
  3031.        }; then :
  3032.   ac_retval=0
  3033. else
  3034.   $as_echo "$as_me: failed program was:" >&5
  3035. sed 's/^/| /' conftest.$ac_ext >&5
  3036. ac_retval=1
  3037. fi
  3038.   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  3039.   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  3040.   # interfere with the next link command; also delete a directory that is
  3041.   # left behind by Apple's compiler.  We do this before executing the actions.
  3042.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  3043.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3044.   as_fn_set_status $ac_retval
  3045. } # ac_fn_c_try_link
  3046. # ac_fn_c_check_func LINENO FUNC VAR
  3047. # ----------------------------------
  3048. # Tests whether FUNC exists, setting the cache variable VAR accordingly
  3049. ac_fn_c_check_func ()
  3050. {
  3051.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3052.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  3053. $as_echo_n "checking for $2... " >&6; }
  3054. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3055.   $as_echo_n "(cached) " >&6
  3056. else
  3057.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3058. /* end confdefs.h.  */
  3059. /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  3060.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  3061. #define $2 innocuous_$2
  3062. /* System header to define __stub macros and hopefully few prototypes,
  3063.     which can conflict with char $2 (); below.
  3064.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3065.     <limits.h> exists even on freestanding compilers.  */
  3066. #ifdef __STDC__
  3067. # include <limits.h>
  3068. #else
  3069. # include <assert.h>
  3070. #endif
  3071. #undef $2
  3072. /* Override any GCC internal prototype to avoid an error.
  3073.    Use char because int might match the return type of a GCC
  3074.    builtin and then its argument prototype would still apply.  */
  3075. #ifdef __cplusplus
  3076. extern "C"
  3077. #endif
  3078. char $2 ();
  3079. /* The GNU C library defines this for functions which it implements
  3080.     to always fail with ENOSYS.  Some functions are actually named
  3081.     something starting with __ and the normal name is an alias.  */
  3082. #if defined __stub_$2 || defined __stub___$2
  3083. choke me
  3084. #endif
  3085. int
  3086. main ()
  3087. {
  3088. return $2 ();
  3089.   ;
  3090.   return 0;
  3091. }
  3092. _ACEOF
  3093. if ac_fn_c_try_link "$LINENO"; then :
  3094.   eval "$3=yes"
  3095. else
  3096.   eval "$3=no"
  3097. fi
  3098. rm -f core conftest.err conftest.$ac_objext 
  3099.     conftest$ac_exeext conftest.$ac_ext
  3100. fi
  3101. eval ac_res=$$3
  3102.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3103. $as_echo "$ac_res" >&6; }
  3104.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3105. } # ac_fn_c_check_func
  3106. # ac_fn_cxx_try_cpp LINENO
  3107. # ------------------------
  3108. # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  3109. ac_fn_cxx_try_cpp ()
  3110. {
  3111.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3112.   if { { ac_try="$ac_cpp conftest.$ac_ext"
  3113. case "(($ac_try" in
  3114.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3115.   *) ac_try_echo=$ac_try;;
  3116. esac
  3117. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3118. $as_echo "$ac_try_echo"; } >&5
  3119.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  3120.   ac_status=$?
  3121.   if test -s conftest.err; then
  3122.     grep -v '^ *+' conftest.err >conftest.er1
  3123.     cat conftest.er1 >&5
  3124.     mv -f conftest.er1 conftest.err
  3125.   fi
  3126.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3127.   test $ac_status = 0; } >/dev/null && {
  3128.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  3129.  test ! -s conftest.err
  3130.        }; then :
  3131.   ac_retval=0
  3132. else
  3133.   $as_echo "$as_me: failed program was:" >&5
  3134. sed 's/^/| /' conftest.$ac_ext >&5
  3135.     ac_retval=1
  3136. fi
  3137.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3138.   as_fn_set_status $ac_retval
  3139. } # ac_fn_cxx_try_cpp
  3140. # ac_fn_cxx_try_link LINENO
  3141. # -------------------------
  3142. # Try to link conftest.$ac_ext, and return whether this succeeded.
  3143. ac_fn_cxx_try_link ()
  3144. {
  3145.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3146.   rm -f conftest.$ac_objext conftest$ac_exeext
  3147.   if { { ac_try="$ac_link"
  3148. case "(($ac_try" in
  3149.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3150.   *) ac_try_echo=$ac_try;;
  3151. esac
  3152. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3153. $as_echo "$ac_try_echo"; } >&5
  3154.   (eval "$ac_link") 2>conftest.err
  3155.   ac_status=$?
  3156.   if test -s conftest.err; then
  3157.     grep -v '^ *+' conftest.err >conftest.er1
  3158.     cat conftest.er1 >&5
  3159.     mv -f conftest.er1 conftest.err
  3160.   fi
  3161.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3162.   test $ac_status = 0; } && {
  3163.  test -z "$ac_cxx_werror_flag" ||
  3164.  test ! -s conftest.err
  3165.        } && test -s conftest$ac_exeext && {
  3166.  test "$cross_compiling" = yes ||
  3167.  $as_test_x conftest$ac_exeext
  3168.        }; then :
  3169.   ac_retval=0
  3170. else
  3171.   $as_echo "$as_me: failed program was:" >&5
  3172. sed 's/^/| /' conftest.$ac_ext >&5
  3173. ac_retval=1
  3174. fi
  3175.   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  3176.   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  3177.   # interfere with the next link command; also delete a directory that is
  3178.   # left behind by Apple's compiler.  We do this before executing the actions.
  3179.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  3180.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3181.   as_fn_set_status $ac_retval
  3182. } # ac_fn_cxx_try_link
  3183. # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  3184. # -------------------------------------------
  3185. # Tests whether TYPE exists after having included INCLUDES, setting cache
  3186. # variable VAR accordingly.
  3187. ac_fn_c_check_type ()
  3188. {
  3189.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3190.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  3191. $as_echo_n "checking for $2... " >&6; }
  3192. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3193.   $as_echo_n "(cached) " >&6
  3194. else
  3195.   eval "$3=no"
  3196.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3197. /* end confdefs.h.  */
  3198. $4
  3199. int
  3200. main ()
  3201. {
  3202. if (sizeof ($2))
  3203.  return 0;
  3204.   ;
  3205.   return 0;
  3206. }
  3207. _ACEOF
  3208. if ac_fn_c_try_compile "$LINENO"; then :
  3209.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3210. /* end confdefs.h.  */
  3211. $4
  3212. int
  3213. main ()
  3214. {
  3215. if (sizeof (($2)))
  3216.     return 0;
  3217.   ;
  3218.   return 0;
  3219. }
  3220. _ACEOF
  3221. if ac_fn_c_try_compile "$LINENO"; then :
  3222. else
  3223.   eval "$3=yes"
  3224. fi
  3225. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3226. fi
  3227. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3228. fi
  3229. eval ac_res=$$3
  3230.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3231. $as_echo "$ac_res" >&6; }
  3232.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3233. } # ac_fn_c_check_type
  3234. # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
  3235. # ---------------------------------------------------------
  3236. # Tests whether HEADER exists, giving a warning if it cannot be compiled using
  3237. # the include files in INCLUDES and setting the cache variable VAR
  3238. # accordingly.
  3239. ac_fn_cxx_check_header_mongrel ()
  3240. {
  3241.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3242.   if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3243.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  3244. $as_echo_n "checking for $2... " >&6; }
  3245. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3246.   $as_echo_n "(cached) " >&6
  3247. fi
  3248. eval ac_res=$$3
  3249.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3250. $as_echo "$ac_res" >&6; }
  3251. else
  3252.   # Is the header compilable?
  3253. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  3254. $as_echo_n "checking $2 usability... " >&6; }
  3255. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3256. /* end confdefs.h.  */
  3257. $4
  3258. #include <$2>
  3259. _ACEOF
  3260. if ac_fn_cxx_try_compile "$LINENO"; then :
  3261.   ac_header_compiler=yes
  3262. else
  3263.   ac_header_compiler=no
  3264. fi
  3265. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3266. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  3267. $as_echo "$ac_header_compiler" >&6; }
  3268. # Is the header present?
  3269. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  3270. $as_echo_n "checking $2 presence... " >&6; }
  3271. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3272. /* end confdefs.h.  */
  3273. #include <$2>
  3274. _ACEOF
  3275. if ac_fn_cxx_try_cpp "$LINENO"; then :
  3276.   ac_header_preproc=yes
  3277. else
  3278.   ac_header_preproc=no
  3279. fi
  3280. rm -f conftest.err conftest.$ac_ext
  3281. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  3282. $as_echo "$ac_header_preproc" >&6; }
  3283. # So?  What about this header?
  3284. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
  3285.   yes:no: )
  3286.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  3287. $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3288.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  3289. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  3290.     ;;
  3291.   no:yes:* )
  3292.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  3293. $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  3294.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  3295. $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  3296.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  3297. $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  3298.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section "Present But Cannot Be Compiled"" >&5
  3299. $as_echo "$as_me: WARNING: $2:     section "Present But Cannot Be Compiled"" >&2;}
  3300.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  3301. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  3302.     ;;
  3303. esac
  3304.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  3305. $as_echo_n "checking for $2... " >&6; }
  3306. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3307.   $as_echo_n "(cached) " >&6
  3308. else
  3309.   eval "$3=$ac_header_compiler"
  3310. fi
  3311. eval ac_res=$$3
  3312.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3313. $as_echo "$ac_res" >&6; }
  3314. fi
  3315.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3316. } # ac_fn_cxx_check_header_mongrel
  3317. # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
  3318. # ----------------------------------------------------
  3319. # Tries to find if the field MEMBER exists in type AGGR, after including
  3320. # INCLUDES, setting cache variable VAR accordingly.
  3321. ac_fn_c_check_member ()
  3322. {
  3323.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3324.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
  3325. $as_echo_n "checking for $2.$3... " >&6; }
  3326. if { as_var=$4; eval "test "${$as_var+set}" = set"; }; then :
  3327.   $as_echo_n "(cached) " >&6
  3328. else
  3329.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3330. /* end confdefs.h.  */
  3331. $5
  3332. int
  3333. main ()
  3334. {
  3335. static $2 ac_aggr;
  3336. if (ac_aggr.$3)
  3337. return 0;
  3338.   ;
  3339.   return 0;
  3340. }
  3341. _ACEOF
  3342. if ac_fn_c_try_compile "$LINENO"; then :
  3343.   eval "$4=yes"
  3344. else
  3345.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3346. /* end confdefs.h.  */
  3347. $5
  3348. int
  3349. main ()
  3350. {
  3351. static $2 ac_aggr;
  3352. if (sizeof ac_aggr.$3)
  3353. return 0;
  3354.   ;
  3355.   return 0;
  3356. }
  3357. _ACEOF
  3358. if ac_fn_c_try_compile "$LINENO"; then :
  3359.   eval "$4=yes"
  3360. else
  3361.   eval "$4=no"
  3362. fi
  3363. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3364. fi
  3365. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3366. fi
  3367. eval ac_res=$$4
  3368.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3369. $as_echo "$ac_res" >&6; }
  3370.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3371. } # ac_fn_c_check_member
  3372. # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
  3373. # ---------------------------------------------------------
  3374. # Tests whether HEADER exists and can be compiled using the include files in
  3375. # INCLUDES, setting the cache variable VAR accordingly.
  3376. ac_fn_cxx_check_header_compile ()
  3377. {
  3378.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  3379.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  3380. $as_echo_n "checking for $2... " >&6; }
  3381. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  3382.   $as_echo_n "(cached) " >&6
  3383. else
  3384.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3385. /* end confdefs.h.  */
  3386. $4
  3387. #include <$2>
  3388. _ACEOF
  3389. if ac_fn_cxx_try_compile "$LINENO"; then :
  3390.   eval "$3=yes"
  3391. else
  3392.   eval "$3=no"
  3393. fi
  3394. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3395. fi
  3396. eval ac_res=$$3
  3397.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  3398. $as_echo "$ac_res" >&6; }
  3399.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  3400. } # ac_fn_cxx_check_header_compile
  3401. cat >config.log <<_ACEOF
  3402. This file contains any messages produced by compilers while
  3403. running configure, to aid debugging if configure makes a mistake.
  3404. It was created by vlc $as_me 1.0.5, which was
  3405. generated by GNU Autoconf 2.65.  Invocation command line was
  3406.   $ $0 $@
  3407. _ACEOF
  3408. exec 5>>config.log
  3409. {
  3410. cat <<_ASUNAME
  3411. ## --------- ##
  3412. ## Platform. ##
  3413. ## --------- ##
  3414. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  3415. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  3416. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  3417. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  3418. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  3419. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  3420. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  3421. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  3422. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  3423. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  3424. /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  3425. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  3426. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  3427. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  3428. _ASUNAME
  3429. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3430. for as_dir in $PATH
  3431. do
  3432.   IFS=$as_save_IFS
  3433.   test -z "$as_dir" && as_dir=.
  3434.     $as_echo "PATH: $as_dir"
  3435.   done
  3436. IFS=$as_save_IFS
  3437. } >&5
  3438. cat >&5 <<_ACEOF
  3439. ## ----------- ##
  3440. ## Core tests. ##
  3441. ## ----------- ##
  3442. _ACEOF
  3443. # Keep a trace of the command line.
  3444. # Strip out --no-create and --no-recursion so they do not pile up.
  3445. # Strip out --silent because we don't want to record it for future runs.
  3446. # Also quote any args containing shell meta-characters.
  3447. # Make two passes to allow for proper duplicate-argument suppression.
  3448. ac_configure_args=
  3449. ac_configure_args0=
  3450. ac_configure_args1=
  3451. ac_must_keep_next=false
  3452. for ac_pass in 1 2
  3453. do
  3454.   for ac_arg
  3455.   do
  3456.     case $ac_arg in
  3457.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  3458.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  3459.     | -silent | --silent | --silen | --sile | --sil)
  3460.       continue ;;
  3461.     *'*)
  3462.       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  3463.     esac
  3464.     case $ac_pass in
  3465.     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  3466.     2)
  3467.       as_fn_append ac_configure_args1 " '$ac_arg'"
  3468.       if test $ac_must_keep_next = true; then
  3469. ac_must_keep_next=false # Got value, back to normal.
  3470.       else
  3471. case $ac_arg in
  3472.   *=* | --config-cache | -C | -disable-* | --disable-* 
  3473.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  3474.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  3475.   | -with-* | --with-* | -without-* | --without-* | --x)
  3476.     case "$ac_configure_args0 " in
  3477.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  3478.     esac
  3479.     ;;
  3480.   -* ) ac_must_keep_next=true ;;
  3481. esac
  3482.       fi
  3483.       as_fn_append ac_configure_args " '$ac_arg'"
  3484.       ;;
  3485.     esac
  3486.   done
  3487. done
  3488. { ac_configure_args0=; unset ac_configure_args0;}
  3489. { ac_configure_args1=; unset ac_configure_args1;}
  3490. # When interrupted or exit'd, cleanup temporary files, and complete
  3491. # config.log.  We remove comments because anyway the quotes in there
  3492. # would cause problems or look ugly.
  3493. # WARNING: Use ''' to represent an apostrophe within the trap.
  3494. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  3495. trap 'exit_status=$?
  3496.   # Save into config.log some information that might help in debugging.
  3497.   {
  3498.     echo
  3499.     cat <<_ASBOX
  3500. ## ---------------- ##
  3501. ## Cache variables. ##
  3502. ## ---------------- ##
  3503. _ASBOX
  3504.     echo
  3505.     # The following way of writing the cache mishandles newlines in values,
  3506. (
  3507.   for ac_var in `(set) 2>&1 | sed -n '''s/^([a-zA-Z_][a-zA-Z0-9_]*)=.*/1/p'''`; do
  3508.     eval ac_val=$$ac_var
  3509.     case $ac_val in #(
  3510.     *${as_nl}*)
  3511.       case $ac_var in #(
  3512.       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  3513. $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  3514.       esac
  3515.       case $ac_var in #(
  3516.       _ | IFS | as_nl) ;; #(
  3517.       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  3518.       *) { eval $ac_var=; unset $ac_var;} ;;
  3519.       esac ;;
  3520.     esac
  3521.   done
  3522.   (set) 2>&1 |
  3523.     case $as_nl`(ac_space=''' '''; set) 2>&1` in #(
  3524.     *${as_nl}ac_space= *)
  3525.       sed -n 
  3526. "s/'''/'''\\''''''/g;
  3527.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='''\2'''/p"
  3528.       ;; #(
  3529.     *)
  3530.       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  3531.       ;;
  3532.     esac |
  3533.     sort
  3534. )
  3535.     echo
  3536.     cat <<_ASBOX
  3537. ## ----------------- ##
  3538. ## Output variables. ##
  3539. ## ----------------- ##
  3540. _ASBOX
  3541.     echo
  3542.     for ac_var in $ac_subst_vars
  3543.     do
  3544.       eval ac_val=$$ac_var
  3545.       case $ac_val in
  3546.       *'''*) ac_val=`$as_echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  3547.       esac
  3548.       $as_echo "$ac_var='''$ac_val'''"
  3549.     done | sort
  3550.     echo
  3551.     if test -n "$ac_subst_files"; then
  3552.       cat <<_ASBOX
  3553. ## ------------------- ##
  3554. ## File substitutions. ##
  3555. ## ------------------- ##
  3556. _ASBOX
  3557.       echo
  3558.       for ac_var in $ac_subst_files
  3559.       do
  3560. eval ac_val=$$ac_var
  3561. case $ac_val in
  3562. *'''*) ac_val=`$as_echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  3563. esac
  3564. $as_echo "$ac_var='''$ac_val'''"
  3565.       done | sort
  3566.       echo
  3567.     fi
  3568.     if test -s confdefs.h; then
  3569.       cat <<_ASBOX
  3570. ## ----------- ##
  3571. ## confdefs.h. ##
  3572. ## ----------- ##
  3573. _ASBOX
  3574.       echo
  3575.       cat confdefs.h
  3576.       echo
  3577.     fi
  3578.     test "$ac_signal" != 0 &&
  3579.       $as_echo "$as_me: caught signal $ac_signal"
  3580.     $as_echo "$as_me: exit $exit_status"
  3581.   } >&5
  3582.   rm -f core *.core core.conftest.* &&
  3583.     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  3584.     exit $exit_status
  3585. ' 0
  3586. for ac_signal in 1 2 13 15; do
  3587.   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  3588. done
  3589. ac_signal=0
  3590. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  3591. rm -f -r conftest* confdefs.h
  3592. $as_echo "/* confdefs.h */" > confdefs.h
  3593. # Predefined preprocessor variables.
  3594. cat >>confdefs.h <<_ACEOF
  3595. #define PACKAGE_NAME "$PACKAGE_NAME"
  3596. _ACEOF
  3597. cat >>confdefs.h <<_ACEOF
  3598. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  3599. _ACEOF
  3600. cat >>confdefs.h <<_ACEOF
  3601. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  3602. _ACEOF
  3603. cat >>confdefs.h <<_ACEOF
  3604. #define PACKAGE_STRING "$PACKAGE_STRING"
  3605. _ACEOF
  3606. cat >>confdefs.h <<_ACEOF
  3607. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  3608. _ACEOF
  3609. cat >>confdefs.h <<_ACEOF
  3610. #define PACKAGE_URL "$PACKAGE_URL"
  3611. _ACEOF
  3612. # Let the site file select an alternate cache file if it wants to.
  3613. # Prefer an explicitly selected file to automatically selected ones.
  3614. ac_site_file1=NONE
  3615. ac_site_file2=NONE
  3616. if test -n "$CONFIG_SITE"; then
  3617.   ac_site_file1=$CONFIG_SITE
  3618. elif test "x$prefix" != xNONE; then
  3619.   ac_site_file1=$prefix/share/config.site
  3620.   ac_site_file2=$prefix/etc/config.site
  3621. else
  3622.   ac_site_file1=$ac_default_prefix/share/config.site
  3623.   ac_site_file2=$ac_default_prefix/etc/config.site
  3624. fi
  3625. for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  3626. do
  3627.   test "x$ac_site_file" = xNONE && continue
  3628.   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  3629.     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  3630. $as_echo "$as_me: loading site script $ac_site_file" >&6;}
  3631.     sed 's/^/| /' "$ac_site_file" >&5
  3632.     . "$ac_site_file"
  3633.   fi
  3634. done
  3635. if test -r "$cache_file"; then
  3636.   # Some versions of bash will fail to source /dev/null (special files
  3637.   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  3638.   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
  3639.     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  3640. $as_echo "$as_me: loading cache $cache_file" >&6;}
  3641.     case $cache_file in
  3642.       [\/]* | ?:[\/]* ) . "$cache_file";;
  3643.       *)                      . "./$cache_file";;
  3644.     esac
  3645.   fi
  3646. else
  3647.   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  3648. $as_echo "$as_me: creating cache $cache_file" >&6;}
  3649.   >$cache_file
  3650. fi
  3651. gt_needs="$gt_needs "
  3652. # Check that the precious variables saved in the cache have kept the same
  3653. # value.
  3654. ac_cache_corrupted=false
  3655. for ac_var in $ac_precious_vars; do
  3656.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  3657.   eval ac_new_set=$ac_env_${ac_var}_set
  3658.   eval ac_old_val=$ac_cv_env_${ac_var}_value
  3659.   eval ac_new_val=$ac_env_${ac_var}_value
  3660.   case $ac_old_set,$ac_new_set in
  3661.     set,)
  3662.       { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  3663. $as_echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  3664.       ac_cache_corrupted=: ;;
  3665.     ,set)
  3666.       { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' was not set in the previous run" >&5
  3667. $as_echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  3668.       ac_cache_corrupted=: ;;
  3669.     ,);;
  3670.     *)
  3671.       if test "x$ac_old_val" != "x$ac_new_val"; then
  3672. # differences in whitespace do not lead to failure.
  3673. ac_old_val_w=`echo x $ac_old_val`
  3674. ac_new_val_w=`echo x $ac_new_val`
  3675. if test "$ac_old_val_w" != "$ac_new_val_w"; then
  3676.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' has changed since the previous run:" >&5
  3677. $as_echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  3678.   ac_cache_corrupted=:
  3679. else
  3680.   { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in `$ac_var' since the previous run:" >&5
  3681. $as_echo "$as_me: warning: ignoring whitespace changes in `$ac_var' since the previous run:" >&2;}
  3682.   eval $ac_var=$ac_old_val
  3683. fi
  3684. { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  `$ac_old_val'" >&5
  3685. $as_echo "$as_me:   former value:  `$ac_old_val'" >&2;}
  3686. { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: `$ac_new_val'" >&5
  3687. $as_echo "$as_me:   current value: `$ac_new_val'" >&2;}
  3688.       fi;;
  3689.   esac
  3690.   # Pass precious variables to config.status.
  3691.   if test "$ac_new_set" = set; then
  3692.     case $ac_new_val in
  3693.     *'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  3694.     *) ac_arg=$ac_var=$ac_new_val ;;
  3695.     esac
  3696.     case " $ac_configure_args " in
  3697.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  3698.       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  3699.     esac
  3700.   fi
  3701. done
  3702. if $ac_cache_corrupted; then
  3703.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3704. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3705.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  3706. $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  3707.   as_fn_error "run `make distclean' and/or `rm $cache_file' and start over" "$LINENO" 5
  3708. fi
  3709. ## -------------------- ##
  3710. ## Main body of script. ##
  3711. ## -------------------- ##
  3712. ac_ext=c
  3713. ac_cpp='$CPP $CPPFLAGS'
  3714. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3715. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3716. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3717. VERSION_MAJOR="1"
  3718. VERSION_MINOR="0"
  3719. VERSION_REVISION="5"
  3720. VERSION_EXTRA=""
  3721. PKGDIR="vlc"
  3722. CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\/\\\/g'`"
  3723. CODENAME="Goldeneye"
  3724. COPYRIGHT_YEARS="1996-2010"
  3725. ac_aux_dir=
  3726. for ac_dir in autotools "$srcdir"/autotools; do
  3727.   for ac_t in install-sh install.sh shtool; do
  3728.     if test -f "$ac_dir/$ac_t"; then
  3729.       ac_aux_dir=$ac_dir
  3730.       ac_install_sh="$ac_aux_dir/$ac_t -c"
  3731.       break 2
  3732.     fi
  3733.   done
  3734. done
  3735. if test -z "$ac_aux_dir"; then
  3736.   as_fn_error "cannot find install-sh, install.sh, or shtool in autotools "$srcdir"/autotools" "$LINENO" 5
  3737. fi
  3738. # These three variables are undocumented and unsupported,
  3739. # and are intended to be withdrawn in a future Autoconf release.
  3740. # They can cause serious problems if a builder's source tree is in a directory
  3741. # whose full name contains unusual characters.
  3742. ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  3743. ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  3744. ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  3745. # Make sure we can run config.sub.
  3746. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  3747.   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  3748. { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  3749. $as_echo_n "checking build system type... " >&6; }
  3750. if test "${ac_cv_build+set}" = set; then :
  3751.   $as_echo_n "(cached) " >&6
  3752. else
  3753.   ac_build_alias=$build_alias
  3754. test "x$ac_build_alias" = x &&
  3755.   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  3756. test "x$ac_build_alias" = x &&
  3757.   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
  3758. ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  3759.   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
  3760. fi
  3761. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
  3762. $as_echo "$ac_cv_build" >&6; }
  3763. case $ac_cv_build in
  3764. *-*-*) ;;
  3765. *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
  3766. esac
  3767. build=$ac_cv_build
  3768. ac_save_IFS=$IFS; IFS='-'
  3769. set x $ac_cv_build
  3770. shift
  3771. build_cpu=$1
  3772. build_vendor=$2
  3773. shift; shift
  3774. # Remember, the first character of IFS is used to create $*,
  3775. # except with old shells:
  3776. build_os=$*
  3777. IFS=$ac_save_IFS
  3778. case $build_os in * *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  3779. { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  3780. $as_echo_n "checking host system type... " >&6; }
  3781. if test "${ac_cv_host+set}" = set; then :
  3782.   $as_echo_n "(cached) " >&6
  3783. else
  3784.   if test "x$host_alias" = x; then
  3785.   ac_cv_host=$ac_cv_build
  3786. else
  3787.   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  3788.     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
  3789. fi
  3790. fi
  3791. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
  3792. $as_echo "$ac_cv_host" >&6; }
  3793. case $ac_cv_host in
  3794. *-*-*) ;;
  3795. *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
  3796. esac
  3797. host=$ac_cv_host
  3798. ac_save_IFS=$IFS; IFS='-'
  3799. set x $ac_cv_host
  3800. shift
  3801. host_cpu=$1
  3802. host_vendor=$2
  3803. shift; shift
  3804. # Remember, the first character of IFS is used to create $*,
  3805. # except with old shells:
  3806. host_os=$*
  3807. IFS=$ac_save_IFS
  3808. case $host_os in * *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  3809. am__api_version='1.11'
  3810. # Find a good install program.  We prefer a C program (faster),
  3811. # so one script is as good as another.  But avoid the broken or
  3812. # incompatible versions:
  3813. # SysV /etc/install, /usr/sbin/install
  3814. # SunOS /usr/etc/install
  3815. # IRIX /sbin/install
  3816. # AIX /bin/install
  3817. # AmigaOS /C/install, which installs bootblocks on floppy discs
  3818. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  3819. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  3820. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  3821. # OS/2's system install, which has a completely different semantic
  3822. # ./install, which can be erroneously created by make from ./install.sh.
  3823. # Reject install programs that cannot install multiple files.
  3824. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  3825. $as_echo_n "checking for a BSD-compatible install... " >&6; }
  3826. if test -z "$INSTALL"; then
  3827. if test "${ac_cv_path_install+set}" = set; then :
  3828.   $as_echo_n "(cached) " >&6
  3829. else
  3830.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3831. for as_dir in $PATH
  3832. do
  3833.   IFS=$as_save_IFS
  3834.   test -z "$as_dir" && as_dir=.
  3835.     # Account for people who put trailing slashes in PATH elements.
  3836. case $as_dir/ in #((
  3837.   ./ | .// | /[cC]/* | 
  3838.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  3839.   ?:[\/]os2[\/]install[\/]* | ?:[\/]OS2[\/]INSTALL[\/]* | 
  3840.   /usr/ucb/* ) ;;
  3841.   *)
  3842.     # OSF1 and SCO ODT 3.0 have their own names for install.
  3843.     # Don't use installbsd from OSF since it installs stuff as root
  3844.     # by default.
  3845.     for ac_prog in ginstall scoinst install; do
  3846.       for ac_exec_ext in '' $ac_executable_extensions; do
  3847. if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  3848.   if test $ac_prog = install &&
  3849.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3850.     # AIX install.  It has an incompatible calling convention.
  3851.     :
  3852.   elif test $ac_prog = install &&
  3853.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3854.     # program-specific install script used by HP pwplus--don't use.
  3855.     :
  3856.   else
  3857.     rm -rf conftest.one conftest.two conftest.dir
  3858.     echo one > conftest.one
  3859.     echo two > conftest.two
  3860.     mkdir conftest.dir
  3861.     if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  3862.       test -s conftest.one && test -s conftest.two &&
  3863.       test -s conftest.dir/conftest.one &&
  3864.       test -s conftest.dir/conftest.two
  3865.     then
  3866.       ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  3867.       break 3
  3868.     fi
  3869.   fi
  3870. fi
  3871.       done
  3872.     done
  3873.     ;;
  3874. esac
  3875.   done
  3876. IFS=$as_save_IFS
  3877. rm -rf conftest.one conftest.two conftest.dir
  3878. fi
  3879.   if test "${ac_cv_path_install+set}" = set; then
  3880.     INSTALL=$ac_cv_path_install
  3881.   else
  3882.     # As a last resort, use the slow shell script.  Don't cache a
  3883.     # value for INSTALL within a source directory, because that will
  3884.     # break other packages using the cache if that directory is
  3885.     # removed, or if the value is a relative name.
  3886.     INSTALL=$ac_install_sh
  3887.   fi
  3888. fi
  3889. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  3890. $as_echo "$INSTALL" >&6; }
  3891. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  3892. # It thinks the first close brace ends the variable substitution.
  3893. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  3894. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  3895. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  3896. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  3897. $as_echo_n "checking whether build environment is sane... " >&6; }
  3898. # Just in case
  3899. sleep 1
  3900. echo timestamp > conftest.file
  3901. # Reject unsafe characters in $srcdir or the absolute working directory
  3902. # name.  Accept space and tab only in the latter.
  3903. am_lf='
  3904. '
  3905. case `pwd` in
  3906.   *[\"#$&'`$am_lf]*)
  3907.     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
  3908. esac
  3909. case $srcdir in
  3910.   *[\"#$&'`$am_lf  ]*)
  3911.     as_fn_error "unsafe srcdir value: `$srcdir'" "$LINENO" 5;;
  3912. esac
  3913. # Do `set' in a subshell so we don't clobber the current shell's
  3914. # arguments.  Must try -L first in case configure is actually a
  3915. # symlink; some systems play weird games with the mod time of symlinks
  3916. # (eg FreeBSD returns the mod time of the symlink's containing
  3917. # directory).
  3918. if (
  3919.    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  3920.    if test "$*" = "X"; then
  3921.       # -L didn't work.
  3922.       set X `ls -t "$srcdir/configure" conftest.file`
  3923.    fi
  3924.    rm -f conftest.file
  3925.    if test "$*" != "X $srcdir/configure conftest.file" 
  3926.       && test "$*" != "X conftest.file $srcdir/configure"; then
  3927.       # If neither matched, then we have a broken ls.  This can happen
  3928.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  3929.       # broken ls alias from the environment.  This has actually
  3930.       # happened.  Such a system could not be considered "sane".
  3931.       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
  3932. alias in your environment" "$LINENO" 5
  3933.    fi
  3934.    test "$2" = conftest.file
  3935.    )
  3936. then
  3937.    # Ok.
  3938.    :
  3939. else
  3940.    as_fn_error "newly created file is older than distributed files!
  3941. Check your system clock" "$LINENO" 5
  3942. fi
  3943. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3944. $as_echo "yes" >&6; }
  3945. test "$program_prefix" != NONE &&
  3946.   program_transform_name="s&^&$program_prefix&;$program_transform_name"
  3947. # Use a double $ so make ignores it.
  3948. test "$program_suffix" != NONE &&
  3949.   program_transform_name="s&$&$program_suffix&;$program_transform_name"
  3950. # Double any  or $.
  3951. # By default was `s,x,x', remove it if useless.
  3952. ac_script='s/[\$]/&&/g;s/;s,x,x,$//'
  3953. program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  3954. # expand $ac_aux_dir to an absolute path
  3955. am_aux_dir=`cd $ac_aux_dir && pwd`
  3956. if test x"${MISSING+set}" != xset; then
  3957.   case $am_aux_dir in
  3958.   * * | * *)
  3959.     MISSING="${SHELL} "$am_aux_dir/missing"" ;;
  3960.   *)
  3961.     MISSING="${SHELL} $am_aux_dir/missing" ;;
  3962.   esac
  3963. fi
  3964. # Use eval to expand $SHELL
  3965. if eval "$MISSING --run true"; then
  3966.   am_missing_run="$MISSING --run "
  3967. else
  3968.   am_missing_run=
  3969.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: `missing' script is too old or missing" >&5
  3970. $as_echo "$as_me: WARNING: `missing' script is too old or missing" >&2;}
  3971. fi
  3972. if test x"${install_sh}" != xset; then
  3973.   case $am_aux_dir in
  3974.   * * | * *)
  3975.     install_sh="${SHELL} '$am_aux_dir/install-sh'" ;;
  3976.   *)
  3977.     install_sh="${SHELL} $am_aux_dir/install-sh"
  3978.   esac
  3979. fi
  3980. # Installed binaries are usually stripped using `strip' when the user
  3981. # run `make install-strip'.  However `strip' might not be the right
  3982. # tool to use in cross-compilation environments, therefore Automake
  3983. # will honor the `STRIP' environment variable to overrule this program.
  3984. if test "$cross_compiling" != no; then
  3985.   if test -n "$ac_tool_prefix"; then
  3986.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  3987. set dummy ${ac_tool_prefix}strip; ac_word=$2
  3988. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3989. $as_echo_n "checking for $ac_word... " >&6; }
  3990. if test "${ac_cv_prog_STRIP+set}" = set; then :
  3991.   $as_echo_n "(cached) " >&6
  3992. else
  3993.   if test -n "$STRIP"; then
  3994.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  3995. else
  3996. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3997. for as_dir in $PATH
  3998. do
  3999.   IFS=$as_save_IFS
  4000.   test -z "$as_dir" && as_dir=.
  4001.     for ac_exec_ext in '' $ac_executable_extensions; do
  4002.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4003.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  4004.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4005.     break 2
  4006.   fi
  4007. done
  4008.   done
  4009. IFS=$as_save_IFS
  4010. fi
  4011. fi
  4012. STRIP=$ac_cv_prog_STRIP
  4013. if test -n "$STRIP"; then
  4014.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  4015. $as_echo "$STRIP" >&6; }
  4016. else
  4017.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4018. $as_echo "no" >&6; }
  4019. fi