configure
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1206k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. done
  2.   fi
  3. fi
  4. # Check whether --enable-slp or --disable-slp was given.
  5. if test "${enable_slp+set}" = set; then
  6.   enableval="$enable_slp"
  7. fi;
  8. if test "${enable_slp}" = "yes"
  9. then
  10. # Check whether --with-slp or --without-slp was given.
  11. if test "${with_slp+set}" = set; then
  12.   withval="$with_slp"
  13. fi;
  14.   if test -z "${with_slp}"
  15.   then
  16. for ac_header in slp.h
  17. do
  18. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  19. if eval "test "${$as_ac_Header+set}" = set"; then
  20.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  21. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  22. if eval "test "${$as_ac_Header+set}" = set"; then
  23.   echo $ECHO_N "(cached) $ECHO_C" >&6
  24. fi
  25. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  26. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  27. else
  28.   # Is the header compilable?
  29. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  30. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  31. cat >conftest.$ac_ext <<_ACEOF
  32. /* confdefs.h.  */
  33. _ACEOF
  34. cat confdefs.h >>conftest.$ac_ext
  35. cat >>conftest.$ac_ext <<_ACEOF
  36. /* end confdefs.h.  */
  37. $ac_includes_default
  38. #include <$ac_header>
  39. _ACEOF
  40. rm -f conftest.$ac_objext
  41. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  42.   (eval $ac_compile) 2>conftest.er1
  43.   ac_status=$?
  44.   grep -v '^ *+' conftest.er1 >conftest.err
  45.   rm -f conftest.er1
  46.   cat conftest.err >&5
  47.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  48.   (exit $ac_status); } &&
  49.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  50.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  51.   (eval $ac_try) 2>&5
  52.   ac_status=$?
  53.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  54.   (exit $ac_status); }; } &&
  55.  { ac_try='test -s conftest.$ac_objext'
  56.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  57.   (eval $ac_try) 2>&5
  58.   ac_status=$?
  59.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  60.   (exit $ac_status); }; }; then
  61.   ac_header_compiler=yes
  62. else
  63.   echo "$as_me: failed program was:" >&5
  64. sed 's/^/| /' conftest.$ac_ext >&5
  65. ac_header_compiler=no
  66. fi
  67. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  68. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  69. echo "${ECHO_T}$ac_header_compiler" >&6
  70. # Is the header present?
  71. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  72. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  73. cat >conftest.$ac_ext <<_ACEOF
  74. /* confdefs.h.  */
  75. _ACEOF
  76. cat confdefs.h >>conftest.$ac_ext
  77. cat >>conftest.$ac_ext <<_ACEOF
  78. /* end confdefs.h.  */
  79. #include <$ac_header>
  80. _ACEOF
  81. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  82.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  83.   ac_status=$?
  84.   grep -v '^ *+' conftest.er1 >conftest.err
  85.   rm -f conftest.er1
  86.   cat conftest.err >&5
  87.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  88.   (exit $ac_status); } >/dev/null; then
  89.   if test -s conftest.err; then
  90.     ac_cpp_err=$ac_c_preproc_warn_flag
  91.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  92.   else
  93.     ac_cpp_err=
  94.   fi
  95. else
  96.   ac_cpp_err=yes
  97. fi
  98. if test -z "$ac_cpp_err"; then
  99.   ac_header_preproc=yes
  100. else
  101.   echo "$as_me: failed program was:" >&5
  102. sed 's/^/| /' conftest.$ac_ext >&5
  103.   ac_header_preproc=no
  104. fi
  105. rm -f conftest.err conftest.$ac_ext
  106. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  107. echo "${ECHO_T}$ac_header_preproc" >&6
  108. # So?  What about this header?
  109. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  110.   yes:no: )
  111.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  112. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  113.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  114. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  115.     ac_header_preproc=yes
  116.     ;;
  117.   no:yes:* )
  118.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  119. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  120.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  121. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  122.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  123. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  124.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  125. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  126.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  127. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  128.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  129. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  130.     (
  131.       cat <<_ASBOX
  132. ## ------------------------------ ##
  133. ## Report this to the vlc lists.  ##
  134. ## ------------------------------ ##
  135. _ASBOX
  136.     ) |
  137.       sed "s/^/$as_me: WARNING:     /" >&2
  138.     ;;
  139. esac
  140. echo "$as_me:$LINENO: checking for $ac_header" >&5
  141. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  142. if eval "test "${$as_ac_Header+set}" = set"; then
  143.   echo $ECHO_N "(cached) $ECHO_C" >&6
  144. else
  145.   eval "$as_ac_Header=$ac_header_preproc"
  146. fi
  147. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  148. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  149. fi
  150. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  151.   cat >>confdefs.h <<_ACEOF
  152. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  153. _ACEOF
  154.  have_slp="true"
  155. else
  156.   have_slp="false"
  157. fi
  158. done
  159.     if test "${have_slp}" = "true"
  160.     then
  161.   PLUGINS="${PLUGINS} slp"
  162.   for element in slp; do
  163.     eval "LDFLAGS_${element}="'"'"-lslp "'$'"{LDFLAGS_${element}} "'"'
  164.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  165.   done
  166.   for element in stream_out_standard; do
  167.     eval "LDFLAGS_${element}="'"'"-lslp "'$'"{LDFLAGS_${element}} "'"'
  168.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  169.   done
  170.     fi
  171.   else
  172.     echo "$as_me:$LINENO: checking for slp headers in ${with_slp}" >&5
  173. echo $ECHO_N "checking for slp headers in ${with_slp}... $ECHO_C" >&6
  174.     if test -f ${with_slp}/slp.h
  175.     then
  176.             echo "$as_me:$LINENO: result: yes" >&5
  177. echo "${ECHO_T}yes" >&6
  178.   PLUGINS="${PLUGINS} slp"
  179.   for element in slp; do
  180.     eval "LDFLAGS_${element}="'"'"-L${with_slp} -lslp "'$'"{LDFLAGS_${element}} "'"'
  181.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  182.   done
  183.   for element in stream_out_standard; do
  184.     eval "LDFLAGS_${element}="'"'"-L${with_slp} -lslp "'$'"{LDFLAGS_${element}} "'"'
  185.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  186.   done
  187.   for element in slp; do
  188.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_slp}"'"'
  189.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  190.   done
  191.       cat >>confdefs.h <<_ACEOF
  192. #define HAVE_SLP_H 1
  193. _ACEOF
  194.     else
  195.             echo "$as_me:$LINENO: result: no" >&5
  196. echo "${ECHO_T}no" >&6
  197.       { { echo "$as_me:$LINENO: error: cannot find ${with_slp}/slp.h" >&5
  198. echo "$as_me: error: cannot find ${with_slp}/slp.h" >&2;}
  199.    { (exit 1); exit 1; }; }
  200.     fi
  201.   fi
  202. fi
  203. # Check whether --enable-lirc or --disable-lirc was given.
  204. if test "${enable_lirc+set}" = set; then
  205.   enableval="$enable_lirc"
  206. fi;
  207. if test "${enable_lirc}" = "yes"
  208. then
  209.   if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
  210.   echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
  211. echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6
  212. if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
  213.   echo $ECHO_N "(cached) $ECHO_C" >&6
  214. fi
  215. echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
  216. echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6
  217. else
  218.   # Is the header compilable?
  219. echo "$as_me:$LINENO: checking lirc/lirc_client.h usability" >&5
  220. echo $ECHO_N "checking lirc/lirc_client.h usability... $ECHO_C" >&6
  221. cat >conftest.$ac_ext <<_ACEOF
  222. /* confdefs.h.  */
  223. _ACEOF
  224. cat confdefs.h >>conftest.$ac_ext
  225. cat >>conftest.$ac_ext <<_ACEOF
  226. /* end confdefs.h.  */
  227. $ac_includes_default
  228. #include <lirc/lirc_client.h>
  229. _ACEOF
  230. rm -f conftest.$ac_objext
  231. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  232.   (eval $ac_compile) 2>conftest.er1
  233.   ac_status=$?
  234.   grep -v '^ *+' conftest.er1 >conftest.err
  235.   rm -f conftest.er1
  236.   cat conftest.err >&5
  237.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  238.   (exit $ac_status); } &&
  239.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  240.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  241.   (eval $ac_try) 2>&5
  242.   ac_status=$?
  243.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  244.   (exit $ac_status); }; } &&
  245.  { ac_try='test -s conftest.$ac_objext'
  246.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  247.   (eval $ac_try) 2>&5
  248.   ac_status=$?
  249.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  250.   (exit $ac_status); }; }; then
  251.   ac_header_compiler=yes
  252. else
  253.   echo "$as_me: failed program was:" >&5
  254. sed 's/^/| /' conftest.$ac_ext >&5
  255. ac_header_compiler=no
  256. fi
  257. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  258. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  259. echo "${ECHO_T}$ac_header_compiler" >&6
  260. # Is the header present?
  261. echo "$as_me:$LINENO: checking lirc/lirc_client.h presence" >&5
  262. echo $ECHO_N "checking lirc/lirc_client.h presence... $ECHO_C" >&6
  263. cat >conftest.$ac_ext <<_ACEOF
  264. /* confdefs.h.  */
  265. _ACEOF
  266. cat confdefs.h >>conftest.$ac_ext
  267. cat >>conftest.$ac_ext <<_ACEOF
  268. /* end confdefs.h.  */
  269. #include <lirc/lirc_client.h>
  270. _ACEOF
  271. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  272.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  273.   ac_status=$?
  274.   grep -v '^ *+' conftest.er1 >conftest.err
  275.   rm -f conftest.er1
  276.   cat conftest.err >&5
  277.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  278.   (exit $ac_status); } >/dev/null; then
  279.   if test -s conftest.err; then
  280.     ac_cpp_err=$ac_c_preproc_warn_flag
  281.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  282.   else
  283.     ac_cpp_err=
  284.   fi
  285. else
  286.   ac_cpp_err=yes
  287. fi
  288. if test -z "$ac_cpp_err"; then
  289.   ac_header_preproc=yes
  290. else
  291.   echo "$as_me: failed program was:" >&5
  292. sed 's/^/| /' conftest.$ac_ext >&5
  293.   ac_header_preproc=no
  294. fi
  295. rm -f conftest.err conftest.$ac_ext
  296. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  297. echo "${ECHO_T}$ac_header_preproc" >&6
  298. # So?  What about this header?
  299. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  300.   yes:no: )
  301.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&5
  302. echo "$as_me: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  303.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&5
  304. echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&2;}
  305.     ac_header_preproc=yes
  306.     ;;
  307.   no:yes:* )
  308.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&5
  309. echo "$as_me: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&2;}
  310.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&5
  311. echo "$as_me: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&2;}
  312.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&5
  313. echo "$as_me: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&2;}
  314.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     section "Present But Cannot Be Compiled"" >&5
  315. echo "$as_me: WARNING: lirc/lirc_client.h:     section "Present But Cannot Be Compiled"" >&2;}
  316.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&5
  317. echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&2;}
  318.     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&5
  319. echo "$as_me: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&2;}
  320.     (
  321.       cat <<_ASBOX
  322. ## ------------------------------ ##
  323. ## Report this to the vlc lists.  ##
  324. ## ------------------------------ ##
  325. _ASBOX
  326.     ) |
  327.       sed "s/^/$as_me: WARNING:     /" >&2
  328.     ;;
  329. esac
  330. echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
  331. echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6
  332. if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
  333.   echo $ECHO_N "(cached) $ECHO_C" >&6
  334. else
  335.   ac_cv_header_lirc_lirc_client_h=$ac_header_preproc
  336. fi
  337. echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
  338. echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6
  339. fi
  340. if test $ac_cv_header_lirc_lirc_client_h = yes; then
  341.   echo "$as_me:$LINENO: checking for lirc_init in -llirc_client" >&5
  342. echo $ECHO_N "checking for lirc_init in -llirc_client... $ECHO_C" >&6
  343. if test "${ac_cv_lib_lirc_client_lirc_init+set}" = set; then
  344.   echo $ECHO_N "(cached) $ECHO_C" >&6
  345. else
  346.   ac_check_lib_save_LIBS=$LIBS
  347. LIBS="-llirc_client  $LIBS"
  348. cat >conftest.$ac_ext <<_ACEOF
  349. /* confdefs.h.  */
  350. _ACEOF
  351. cat confdefs.h >>conftest.$ac_ext
  352. cat >>conftest.$ac_ext <<_ACEOF
  353. /* end confdefs.h.  */
  354. /* Override any gcc2 internal prototype to avoid an error.  */
  355. #ifdef __cplusplus
  356. extern "C"
  357. #endif
  358. /* We use char because int might match the return type of a gcc2
  359.    builtin and then its argument prototype would still apply.  */
  360. char lirc_init ();
  361. int
  362. main ()
  363. {
  364. lirc_init ();
  365.   ;
  366.   return 0;
  367. }
  368. _ACEOF
  369. rm -f conftest.$ac_objext conftest$ac_exeext
  370. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  371.   (eval $ac_link) 2>conftest.er1
  372.   ac_status=$?
  373.   grep -v '^ *+' conftest.er1 >conftest.err
  374.   rm -f conftest.er1
  375.   cat conftest.err >&5
  376.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  377.   (exit $ac_status); } &&
  378.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  379.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  380.   (eval $ac_try) 2>&5
  381.   ac_status=$?
  382.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  383.   (exit $ac_status); }; } &&
  384.  { ac_try='test -s conftest$ac_exeext'
  385.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  386.   (eval $ac_try) 2>&5
  387.   ac_status=$?
  388.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  389.   (exit $ac_status); }; }; then
  390.   ac_cv_lib_lirc_client_lirc_init=yes
  391. else
  392.   echo "$as_me: failed program was:" >&5
  393. sed 's/^/| /' conftest.$ac_ext >&5
  394. ac_cv_lib_lirc_client_lirc_init=no
  395. fi
  396. rm -f conftest.err conftest.$ac_objext 
  397.       conftest$ac_exeext conftest.$ac_ext
  398. LIBS=$ac_check_lib_save_LIBS
  399. fi
  400. echo "$as_me:$LINENO: result: $ac_cv_lib_lirc_client_lirc_init" >&5
  401. echo "${ECHO_T}$ac_cv_lib_lirc_client_lirc_init" >&6
  402. if test $ac_cv_lib_lirc_client_lirc_init = yes; then
  403.   have_lirc="true"
  404. else
  405.   have_lirc="false"
  406. fi
  407. else
  408.   have_lirc="false"
  409. fi
  410.   if test "${have_lirc}" = "true"
  411.   then
  412.   PLUGINS="${PLUGINS} lirc"
  413.   for element in lirc; do
  414.     eval "LDFLAGS_${element}="'"'"-llirc_client "'$'"{LDFLAGS_${element}} "'"'
  415.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  416.   done
  417.   fi
  418. fi
  419. # Check whether --enable-joystick or --disable-joystick was given.
  420. if test "${enable_joystick+set}" = set; then
  421.   enableval="$enable_joystick"
  422. fi;
  423. if test "${enable_joystick}" = "yes"; then
  424.   if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  425.   echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
  426. echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6
  427. if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  428.   echo $ECHO_N "(cached) $ECHO_C" >&6
  429. fi
  430. echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
  431. echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6
  432. else
  433.   # Is the header compilable?
  434. echo "$as_me:$LINENO: checking linux/joystick.h usability" >&5
  435. echo $ECHO_N "checking linux/joystick.h usability... $ECHO_C" >&6
  436. cat >conftest.$ac_ext <<_ACEOF
  437. /* confdefs.h.  */
  438. _ACEOF
  439. cat confdefs.h >>conftest.$ac_ext
  440. cat >>conftest.$ac_ext <<_ACEOF
  441. /* end confdefs.h.  */
  442. $ac_includes_default
  443. #include <linux/joystick.h>
  444. _ACEOF
  445. rm -f conftest.$ac_objext
  446. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  447.   (eval $ac_compile) 2>conftest.er1
  448.   ac_status=$?
  449.   grep -v '^ *+' conftest.er1 >conftest.err
  450.   rm -f conftest.er1
  451.   cat conftest.err >&5
  452.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  453.   (exit $ac_status); } &&
  454.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  455.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  456.   (eval $ac_try) 2>&5
  457.   ac_status=$?
  458.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  459.   (exit $ac_status); }; } &&
  460.  { ac_try='test -s conftest.$ac_objext'
  461.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  462.   (eval $ac_try) 2>&5
  463.   ac_status=$?
  464.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  465.   (exit $ac_status); }; }; then
  466.   ac_header_compiler=yes
  467. else
  468.   echo "$as_me: failed program was:" >&5
  469. sed 's/^/| /' conftest.$ac_ext >&5
  470. ac_header_compiler=no
  471. fi
  472. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  473. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  474. echo "${ECHO_T}$ac_header_compiler" >&6
  475. # Is the header present?
  476. echo "$as_me:$LINENO: checking linux/joystick.h presence" >&5
  477. echo $ECHO_N "checking linux/joystick.h presence... $ECHO_C" >&6
  478. cat >conftest.$ac_ext <<_ACEOF
  479. /* confdefs.h.  */
  480. _ACEOF
  481. cat confdefs.h >>conftest.$ac_ext
  482. cat >>conftest.$ac_ext <<_ACEOF
  483. /* end confdefs.h.  */
  484. #include <linux/joystick.h>
  485. _ACEOF
  486. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  487.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  488.   ac_status=$?
  489.   grep -v '^ *+' conftest.er1 >conftest.err
  490.   rm -f conftest.er1
  491.   cat conftest.err >&5
  492.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  493.   (exit $ac_status); } >/dev/null; then
  494.   if test -s conftest.err; then
  495.     ac_cpp_err=$ac_c_preproc_warn_flag
  496.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  497.   else
  498.     ac_cpp_err=
  499.   fi
  500. else
  501.   ac_cpp_err=yes
  502. fi
  503. if test -z "$ac_cpp_err"; then
  504.   ac_header_preproc=yes
  505. else
  506.   echo "$as_me: failed program was:" >&5
  507. sed 's/^/| /' conftest.$ac_ext >&5
  508.   ac_header_preproc=no
  509. fi
  510. rm -f conftest.err conftest.$ac_ext
  511. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  512. echo "${ECHO_T}$ac_header_preproc" >&6
  513. # So?  What about this header?
  514. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  515.   yes:no: )
  516.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&5
  517. echo "$as_me: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  518.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the compiler's result" >&5
  519. echo "$as_me: WARNING: linux/joystick.h: proceeding with the compiler's result" >&2;}
  520.     ac_header_preproc=yes
  521.     ;;
  522.   no:yes:* )
  523.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: present but cannot be compiled" >&5
  524. echo "$as_me: WARNING: linux/joystick.h: present but cannot be compiled" >&2;}
  525.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&5
  526. echo "$as_me: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&2;}
  527.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: see the Autoconf documentation" >&5
  528. echo "$as_me: WARNING: linux/joystick.h: see the Autoconf documentation" >&2;}
  529.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h:     section "Present But Cannot Be Compiled"" >&5
  530. echo "$as_me: WARNING: linux/joystick.h:     section "Present But Cannot Be Compiled"" >&2;}
  531.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&5
  532. echo "$as_me: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&2;}
  533.     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&5
  534. echo "$as_me: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&2;}
  535.     (
  536.       cat <<_ASBOX
  537. ## ------------------------------ ##
  538. ## Report this to the vlc lists.  ##
  539. ## ------------------------------ ##
  540. _ASBOX
  541.     ) |
  542.       sed "s/^/$as_me: WARNING:     /" >&2
  543.     ;;
  544. esac
  545. echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
  546. echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6
  547. if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  548.   echo $ECHO_N "(cached) $ECHO_C" >&6
  549. else
  550.   ac_cv_header_linux_joystick_h=$ac_header_preproc
  551. fi
  552. echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
  553. echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6
  554. fi
  555. if test $ac_cv_header_linux_joystick_h = yes; then
  556.   PLUGINS="${PLUGINS} joystick"
  557. fi
  558. fi
  559. enablecorba=false
  560. # Check whether --enable-corba or --disable-corba was given.
  561. if test "${enable_corba+set}" = set; then
  562.   enableval="$enable_corba"
  563. fi;
  564. if test "${enable_corba}" = "yes"; then
  565.       GLIB_VERSION=2.3.2
  566.   succeeded=no
  567.   if test -z "$PKG_CONFIG"; then
  568.     # Extract the first word of "pkg-config", so it can be a program name with args.
  569. set dummy pkg-config; ac_word=$2
  570. echo "$as_me:$LINENO: checking for $ac_word" >&5
  571. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  572. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  573.   echo $ECHO_N "(cached) $ECHO_C" >&6
  574. else
  575.   case $PKG_CONFIG in
  576.   [\/]* | ?:[\/]*)
  577.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  578.   ;;
  579.   *)
  580.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  581. for as_dir in $PATH
  582. do
  583.   IFS=$as_save_IFS
  584.   test -z "$as_dir" && as_dir=.
  585.   for ac_exec_ext in '' $ac_executable_extensions; do
  586.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  587.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  588.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  589.     break 2
  590.   fi
  591. done
  592. done
  593.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  594.   ;;
  595. esac
  596. fi
  597. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  598. if test -n "$PKG_CONFIG"; then
  599.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  600. echo "${ECHO_T}$PKG_CONFIG" >&6
  601. else
  602.   echo "$as_me:$LINENO: result: no" >&5
  603. echo "${ECHO_T}no" >&6
  604. fi
  605.   fi
  606.   if test "$PKG_CONFIG" = "no" ; then
  607.      echo "*** The pkg-config script could not be found. Make sure it is"
  608.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  609.      echo "*** to the full path to pkg-config."
  610.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  611.   else
  612.      PKG_CONFIG_MIN_VERSION=0.9.0
  613.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  614.         echo "$as_me:$LINENO: checking for ORBit-2.0 >= 2.8.0 
  615. glib-2.0 >= $GLIB_VERSION 
  616. gobject-2.0 >= $GLIB_VERSION 
  617. gthread-2.0 >= $GLIB_VERSION" >&5
  618. echo $ECHO_N "checking for ORBit-2.0 >= 2.8.0 
  619. glib-2.0 >= $GLIB_VERSION 
  620. gobject-2.0 >= $GLIB_VERSION 
  621. gthread-2.0 >= $GLIB_VERSION... $ECHO_C" >&6
  622.         if $PKG_CONFIG --exists "ORBit-2.0 >= 2.8.0 
  623. glib-2.0 >= $GLIB_VERSION 
  624. gobject-2.0 >= $GLIB_VERSION 
  625. gthread-2.0 >= $GLIB_VERSION" ; then
  626.             echo "$as_me:$LINENO: result: yes" >&5
  627. echo "${ECHO_T}yes" >&6
  628.             succeeded=yes
  629.             echo "$as_me:$LINENO: checking CORBA_CFLAGS" >&5
  630. echo $ECHO_N "checking CORBA_CFLAGS... $ECHO_C" >&6
  631.             CORBA_CFLAGS=`$PKG_CONFIG --cflags "ORBit-2.0 >= 2.8.0 
  632. glib-2.0 >= $GLIB_VERSION 
  633. gobject-2.0 >= $GLIB_VERSION 
  634. gthread-2.0 >= $GLIB_VERSION"`
  635.             echo "$as_me:$LINENO: result: $CORBA_CFLAGS" >&5
  636. echo "${ECHO_T}$CORBA_CFLAGS" >&6
  637.             echo "$as_me:$LINENO: checking CORBA_LIBS" >&5
  638. echo $ECHO_N "checking CORBA_LIBS... $ECHO_C" >&6
  639.             CORBA_LIBS=`$PKG_CONFIG --libs "ORBit-2.0 >= 2.8.0 
  640. glib-2.0 >= $GLIB_VERSION 
  641. gobject-2.0 >= $GLIB_VERSION 
  642. gthread-2.0 >= $GLIB_VERSION"`
  643.             echo "$as_me:$LINENO: result: $CORBA_LIBS" >&5
  644. echo "${ECHO_T}$CORBA_LIBS" >&6
  645.         else
  646.             CORBA_CFLAGS=""
  647.             CORBA_LIBS=""
  648.             ## If we have a custom action on failure, don't print errors, but
  649.             ## do set a variable so people can do so.
  650.             CORBA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ORBit-2.0 >= 2.8.0 
  651. glib-2.0 >= $GLIB_VERSION 
  652. gobject-2.0 >= $GLIB_VERSION 
  653. gthread-2.0 >= $GLIB_VERSION"`
  654.         fi
  655.      else
  656.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  657.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  658.      fi
  659.   fi
  660.   if test $succeeded = yes; then
  661.   enablecorba=true
  662.   for element in corba; do
  663.     eval "LDFLAGS_${element}="'"'"$CORBA_LIBS "'$'"{LDFLAGS_${element}} "'"'
  664.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  665.   done
  666.   for element in corba; do
  667.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $CORBA_CFLAGS"'"'
  668.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  669.   done
  670.   PLUGINS="${PLUGINS} corba snapshot"
  671.   else
  672.       enablecorba=false
  673.   { echo "$as_me:$LINENO: WARNING: corba library not found" >&5
  674. echo "$as_me: WARNING: corba library not found" >&2;}
  675.   fi
  676. fi
  677. if test "$enablecorba" = "true"; then
  678.   ENABLE_CORBA_TRUE=
  679.   ENABLE_CORBA_FALSE='#'
  680. else
  681.   ENABLE_CORBA_TRUE='#'
  682.   ENABLE_CORBA_FALSE=
  683. fi
  684. # Check whether --with- or --without- was given.
  685. if test "${with_+set}" = set; then
  686.   withval="$with_"
  687. fi;
  688. # Check whether --with-libgnutls-prefix or --without-libgnutls-prefix was given.
  689. if test "${with_libgnutls_prefix+set}" = set; then
  690.   withval="$with_libgnutls_prefix"
  691.   libgnutls_config_prefix="$withval"
  692. else
  693.   libgnutls_config_prefix=""
  694. fi;
  695. if test x$libgnutls_config_prefix != x; then
  696.   if test x${LIBGNUTLS_CONFIG+set} != xset; then
  697.   LIBGNUTLS_CONFIG=$libgnutls_config_prefix/bin/libgnutls-config
  698. fi
  699. fi
  700. if test "x$enable_gnutls" == "xyes"; then
  701.   # Extract the first word of "libgnutls-config", so it can be a program name with args.
  702. set dummy libgnutls-config; ac_word=$2
  703. echo "$as_me:$LINENO: checking for $ac_word" >&5
  704. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  705. if test "${ac_cv_path_LIBGNUTLS_CONFIG+set}" = set; then
  706.   echo $ECHO_N "(cached) $ECHO_C" >&6
  707. else
  708.   case $LIBGNUTLS_CONFIG in
  709.   [\/]* | ?:[\/]*)
  710.   ac_cv_path_LIBGNUTLS_CONFIG="$LIBGNUTLS_CONFIG" # Let the user override the test with a path.
  711.   ;;
  712.   *)
  713.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  714. for as_dir in $PATH
  715. do
  716.   IFS=$as_save_IFS
  717.   test -z "$as_dir" && as_dir=.
  718.   for ac_exec_ext in '' $ac_executable_extensions; do
  719.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  720.     ac_cv_path_LIBGNUTLS_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  721.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  722.     break 2
  723.   fi
  724. done
  725. done
  726.   test -z "$ac_cv_path_LIBGNUTLS_CONFIG" && ac_cv_path_LIBGNUTLS_CONFIG="no"
  727.   ;;
  728. esac
  729. fi
  730. LIBGNUTLS_CONFIG=$ac_cv_path_LIBGNUTLS_CONFIG
  731. if test -n "$LIBGNUTLS_CONFIG"; then
  732.   echo "$as_me:$LINENO: result: $LIBGNUTLS_CONFIG" >&5
  733. echo "${ECHO_T}$LIBGNUTLS_CONFIG" >&6
  734. else
  735.   echo "$as_me:$LINENO: result: no" >&5
  736. echo "${ECHO_T}no" >&6
  737. fi
  738.   no_libgnutls=""
  739.   echo "$as_me:$LINENO: checking for libgnutls - version >= 1.0.0" >&5
  740. echo $ECHO_N "checking for libgnutls - version >= 1.0.0... $ECHO_C" >&6
  741.   if test "$LIBGNUTLS_CONFIG" = "no"; then
  742.   no_libgnutls=yes
  743. else
  744.   LIBGNUTLS_CFLAGS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --cflags`
  745.     LIBGNUTLS_LIBS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --libs`
  746.     libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --version`
  747. fi
  748.   if test "x$no_libgnutls" = x; then
  749.   echo "$as_me:$LINENO: result: yes" >&5
  750. echo "${ECHO_T}yes" >&6
  751.   for element in gnutls; do
  752.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBGNUTLS_CFLAGS"'"'
  753.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  754.   done
  755.   for element in gnutls; do
  756.     eval "LDFLAGS_${element}="'"'"$LIBGNUTLS_LIBS "'$'"{LDFLAGS_${element}} "'"'
  757.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  758.   done
  759. cat >>confdefs.h <<_ACEOF
  760. #define HAVE_GNUTLS 1
  761. _ACEOF
  762. else
  763.   echo "$as_me:$LINENO: result: no" >&5
  764. echo "${ECHO_T}no" >&6
  765.     LIBGNUTLS_CFLAGS=""
  766.     LIBGNUTLS_LIBS=""
  767.     { { echo "$as_me:$LINENO: error: gnutls TLS/SSL support cannot be compiled" >&5
  768. echo "$as_me: error: gnutls TLS/SSL support cannot be compiled" >&2;}
  769.    { (exit 1); exit 1; }; }
  770. fi
  771. fi
  772. # Check whether --with-words or --without-words was given.
  773. if test "${with_words+set}" = set; then
  774.   withval="$with_words"
  775. fi;
  776.   case "${with_words}" in
  777.     big)
  778.       ac_cv_c_bigendian=yes
  779.       ;;
  780.     little)
  781.       ac_cv_c_bigendian=no
  782.       ;;
  783.     *)
  784.                   echo "$as_me:$LINENO: checking whether the byte order is big-endian" >&5
  785. echo $ECHO_N "checking whether the byte order is big-endian... $ECHO_C" >&6
  786. if test "${ac_cv_c_bigendian+set}" = set; then
  787.   echo $ECHO_N "(cached) $ECHO_C" >&6
  788. else
  789.   ac_cv_c_bigendian="unknown"
  790.         cat >conftest.c <<EOF
  791.         short am[] = { 0x4249, 0x4765, 0x6e44, 0x6961, 0x6e53, 0x7953, 0 };
  792.         short ai[] = { 0x694c, 0x5454, 0x656c, 0x6e45, 0x6944, 0x6e61, 0 };
  793.         void _a(void) { char*s = (char*)am; s = (char *)ai; }
  794.         short ei[] = { 0x89D3, 0xe3e3, 0x8593, 0x95c5, 0x89c4, 0x9581, 0 };
  795.         short em[] = { 0xc2c9, 0xc785, 0x95c4, 0x8981, 0x95e2, 0xa8e2, 0 };
  796.         void _e(void) { char*s = (char*)em; s = (char*)ei; }
  797.         int main(void) { _a(); _e(); return 0; }
  798. EOF
  799.         if test -f conftest.c
  800.         then
  801.           if ${CC-cc} -c conftest.c -o conftest.o >>config.log 2>&1 
  802.               && test -f conftest.o
  803.           then
  804.             if test "`strings conftest.o | grep BIGenDianSyS`"
  805.             then
  806.               ac_cv_c_bigendian="yes"
  807.             fi
  808.             if test "`strings conftest.o | grep LiTTleEnDian`"
  809.             then
  810.               ac_cv_c_bigendian="no"
  811.             fi
  812.           fi
  813.         fi
  814. fi
  815. echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
  816. echo "${ECHO_T}$ac_cv_c_bigendian" >&6
  817.       if test "${ac_cv_c_bigendian}" = "unknown"
  818.       then
  819.         { { echo "$as_me:$LINENO: error: Could not guess endianness, please use --with-words" >&5
  820. echo "$as_me: error: Could not guess endianness, please use --with-words" >&2;}
  821.    { (exit 1); exit 1; }; }
  822.       fi
  823.       ;;
  824.   esac
  825. if test "${ac_cv_c_bigendian}" = "yes"
  826. then
  827. cat >>confdefs.h <<_ACEOF
  828. #define WORDS_BIGENDIAN 1
  829. _ACEOF
  830. fi
  831. mozilla=false
  832. # Check whether --enable-mozilla or --disable-mozilla was given.
  833. if test "${enable_mozilla+set}" = set; then
  834.   enableval="$enable_mozilla"
  835. fi;
  836. if test "${enable_mozilla}" = "yes" -a "${SYS}" != "mingw32"
  837. then
  838.   # Extract the first word of "mozilla-config", so it can be a program name with args.
  839. set dummy mozilla-config; ac_word=$2
  840. echo "$as_me:$LINENO: checking for $ac_word" >&5
  841. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  842. if test "${ac_cv_path_MOZILLA_CONFIG+set}" = set; then
  843.   echo $ECHO_N "(cached) $ECHO_C" >&6
  844. else
  845.   case $MOZILLA_CONFIG in
  846.   [\/]* | ?:[\/]*)
  847.   ac_cv_path_MOZILLA_CONFIG="$MOZILLA_CONFIG" # Let the user override the test with a path.
  848.   ;;
  849.   *)
  850.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  851. for as_dir in $PATH
  852. do
  853.   IFS=$as_save_IFS
  854.   test -z "$as_dir" && as_dir=.
  855.   for ac_exec_ext in '' $ac_executable_extensions; do
  856.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  857.     ac_cv_path_MOZILLA_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  858.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  859.     break 2
  860.   fi
  861. done
  862. done
  863.   test -z "$ac_cv_path_MOZILLA_CONFIG" && ac_cv_path_MOZILLA_CONFIG="no"
  864.   ;;
  865. esac
  866. fi
  867. MOZILLA_CONFIG=$ac_cv_path_MOZILLA_CONFIG
  868. if test -n "$MOZILLA_CONFIG"; then
  869.   echo "$as_me:$LINENO: result: $MOZILLA_CONFIG" >&5
  870. echo "${ECHO_T}$MOZILLA_CONFIG" >&6
  871. else
  872.   echo "$as_me:$LINENO: result: no" >&5
  873. echo "${ECHO_T}no" >&6
  874. fi
  875.   if test "${MOZILLA_CONFIG}" = "no"
  876.   then
  877.     { { echo "$as_me:$LINENO: error: Please install the Mozilla development tools, mozilla-config was not found." >&5
  878. echo "$as_me: error: Please install the Mozilla development tools, mozilla-config was not found." >&2;}
  879.    { (exit 1); exit 1; }; }
  880.   else
  881.     if test "${SYS}" != "mingw32"; then
  882.       LDFLAGS="${LDFLAGS_save} -L${x_libraries}"
  883.       echo "$as_me:$LINENO: checking for XtStrings in -lXt" >&5
  884. echo $ECHO_N "checking for XtStrings in -lXt... $ECHO_C" >&6
  885. if test "${ac_cv_lib_Xt_XtStrings+set}" = set; then
  886.   echo $ECHO_N "(cached) $ECHO_C" >&6
  887. else
  888.   ac_check_lib_save_LIBS=$LIBS
  889. LIBS="-lXt -L${x_libraries} -lX11 -lSM -lICE
  890.        $LIBS"
  891. cat >conftest.$ac_ext <<_ACEOF
  892. /* confdefs.h.  */
  893. _ACEOF
  894. cat confdefs.h >>conftest.$ac_ext
  895. cat >>conftest.$ac_ext <<_ACEOF
  896. /* end confdefs.h.  */
  897. /* Override any gcc2 internal prototype to avoid an error.  */
  898. #ifdef __cplusplus
  899. extern "C"
  900. #endif
  901. /* We use char because int might match the return type of a gcc2
  902.    builtin and then its argument prototype would still apply.  */
  903. char XtStrings ();
  904. int
  905. main ()
  906. {
  907. XtStrings ();
  908.   ;
  909.   return 0;
  910. }
  911. _ACEOF
  912. rm -f conftest.$ac_objext conftest$ac_exeext
  913. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  914.   (eval $ac_link) 2>conftest.er1
  915.   ac_status=$?
  916.   grep -v '^ *+' conftest.er1 >conftest.err
  917.   rm -f conftest.er1
  918.   cat conftest.err >&5
  919.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  920.   (exit $ac_status); } &&
  921.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  922.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  923.   (eval $ac_try) 2>&5
  924.   ac_status=$?
  925.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  926.   (exit $ac_status); }; } &&
  927.  { ac_try='test -s conftest$ac_exeext'
  928.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  929.   (eval $ac_try) 2>&5
  930.   ac_status=$?
  931.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  932.   (exit $ac_status); }; }; then
  933.   ac_cv_lib_Xt_XtStrings=yes
  934. else
  935.   echo "$as_me: failed program was:" >&5
  936. sed 's/^/| /' conftest.$ac_ext >&5
  937. ac_cv_lib_Xt_XtStrings=no
  938. fi
  939. rm -f conftest.err conftest.$ac_objext 
  940.       conftest$ac_exeext conftest.$ac_ext
  941. LIBS=$ac_check_lib_save_LIBS
  942. fi
  943. echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_XtStrings" >&5
  944. echo "${ECHO_T}$ac_cv_lib_Xt_XtStrings" >&6
  945. if test $ac_cv_lib_Xt_XtStrings = yes; then
  946.   for element in mozilla; do
  947.     eval "LDFLAGS_${element}="'"'"-L${x_libraries} -lXt -lX11 -lSM -lICE "'$'"{LDFLAGS_${element}} "'"'
  948.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  949.   done
  950. fi
  951.       LDFLAGS="${LDFLAGS_save}"
  952.     fi
  953.     mozilla=:
  954.   for element in mozilla; do
  955.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} `${MOZILLA_CONFIG} --cflags plugin xpcom java | sed 's,-I([^ ]*)/mozilla/([^ ]*),-I1/2 -I1/mozilla/2,g' | xargs`"'"'
  956.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  957.   done
  958.   for element in mozilla; do
  959.     eval "LDFLAGS_${element}="'"'"`${MOZILLA_CONFIG} --libs plugin xpcom` "'$'"{LDFLAGS_${element}} "'"'
  960.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  961.   done
  962.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mozilla}"
  963. for ac_header in mozilla-config.h
  964. do
  965. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  966. if eval "test "${$as_ac_Header+set}" = set"; then
  967.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  968. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  969. if eval "test "${$as_ac_Header+set}" = set"; then
  970.   echo $ECHO_N "(cached) $ECHO_C" >&6
  971. fi
  972. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  973. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  974. else
  975.   # Is the header compilable?
  976. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  977. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  978. cat >conftest.$ac_ext <<_ACEOF
  979. /* confdefs.h.  */
  980. _ACEOF
  981. cat confdefs.h >>conftest.$ac_ext
  982. cat >>conftest.$ac_ext <<_ACEOF
  983. /* end confdefs.h.  */
  984. $ac_includes_default
  985. #include <$ac_header>
  986. _ACEOF
  987. rm -f conftest.$ac_objext
  988. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  989.   (eval $ac_compile) 2>conftest.er1
  990.   ac_status=$?
  991.   grep -v '^ *+' conftest.er1 >conftest.err
  992.   rm -f conftest.er1
  993.   cat conftest.err >&5
  994.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  995.   (exit $ac_status); } &&
  996.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  997.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  998.   (eval $ac_try) 2>&5
  999.   ac_status=$?
  1000.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1001.   (exit $ac_status); }; } &&
  1002.  { ac_try='test -s conftest.$ac_objext'
  1003.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1004.   (eval $ac_try) 2>&5
  1005.   ac_status=$?
  1006.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1007.   (exit $ac_status); }; }; then
  1008.   ac_header_compiler=yes
  1009. else
  1010.   echo "$as_me: failed program was:" >&5
  1011. sed 's/^/| /' conftest.$ac_ext >&5
  1012. ac_header_compiler=no
  1013. fi
  1014. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1015. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1016. echo "${ECHO_T}$ac_header_compiler" >&6
  1017. # Is the header present?
  1018. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1019. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1020. cat >conftest.$ac_ext <<_ACEOF
  1021. /* confdefs.h.  */
  1022. _ACEOF
  1023. cat confdefs.h >>conftest.$ac_ext
  1024. cat >>conftest.$ac_ext <<_ACEOF
  1025. /* end confdefs.h.  */
  1026. #include <$ac_header>
  1027. _ACEOF
  1028. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1029.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1030.   ac_status=$?
  1031.   grep -v '^ *+' conftest.er1 >conftest.err
  1032.   rm -f conftest.er1
  1033.   cat conftest.err >&5
  1034.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1035.   (exit $ac_status); } >/dev/null; then
  1036.   if test -s conftest.err; then
  1037.     ac_cpp_err=$ac_c_preproc_warn_flag
  1038.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1039.   else
  1040.     ac_cpp_err=
  1041.   fi
  1042. else
  1043.   ac_cpp_err=yes
  1044. fi
  1045. if test -z "$ac_cpp_err"; then
  1046.   ac_header_preproc=yes
  1047. else
  1048.   echo "$as_me: failed program was:" >&5
  1049. sed 's/^/| /' conftest.$ac_ext >&5
  1050.   ac_header_preproc=no
  1051. fi
  1052. rm -f conftest.err conftest.$ac_ext
  1053. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1054. echo "${ECHO_T}$ac_header_preproc" >&6
  1055. # So?  What about this header?
  1056. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1057.   yes:no: )
  1058.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1059. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1060.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1061. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1062.     ac_header_preproc=yes
  1063.     ;;
  1064.   no:yes:* )
  1065.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1066. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1067.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1068. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1069.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1070. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1071.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1072. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1073.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1074. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1075.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1076. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1077.     (
  1078.       cat <<_ASBOX
  1079. ## ------------------------------ ##
  1080. ## Report this to the vlc lists.  ##
  1081. ## ------------------------------ ##
  1082. _ASBOX
  1083.     ) |
  1084.       sed "s/^/$as_me: WARNING:     /" >&2
  1085.     ;;
  1086. esac
  1087. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1088. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1089. if eval "test "${$as_ac_Header+set}" = set"; then
  1090.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1091. else
  1092.   eval "$as_ac_Header=$ac_header_preproc"
  1093. fi
  1094. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1095. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1096. fi
  1097. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1098.   cat >>confdefs.h <<_ACEOF
  1099. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1100. _ACEOF
  1101. fi
  1102. done
  1103.     CPPFLAGS="${CPPFLAGS_save}"
  1104.   fi
  1105. elif test "${enable_mozilla}" = "yes"
  1106. then
  1107.   if test -n "$ac_tool_prefix"; then
  1108.   # Extract the first word of "${ac_tool_prefix}cygpath", so it can be a program name with args.
  1109. set dummy ${ac_tool_prefix}cygpath; ac_word=$2
  1110. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1111. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1112. if test "${ac_cv_prog_CYGPATH+set}" = set; then
  1113.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1114. else
  1115.   if test -n "$CYGPATH"; then
  1116.   ac_cv_prog_CYGPATH="$CYGPATH" # Let the user override the test.
  1117. else
  1118. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1119. for as_dir in $PATH
  1120. do
  1121.   IFS=$as_save_IFS
  1122.   test -z "$as_dir" && as_dir=.
  1123.   for ac_exec_ext in '' $ac_executable_extensions; do
  1124.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1125.     ac_cv_prog_CYGPATH="${ac_tool_prefix}cygpath"
  1126.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1127.     break 2
  1128.   fi
  1129. done
  1130. done
  1131. fi
  1132. fi
  1133. CYGPATH=$ac_cv_prog_CYGPATH
  1134. if test -n "$CYGPATH"; then
  1135.   echo "$as_me:$LINENO: result: $CYGPATH" >&5
  1136. echo "${ECHO_T}$CYGPATH" >&6
  1137. else
  1138.   echo "$as_me:$LINENO: result: no" >&5
  1139. echo "${ECHO_T}no" >&6
  1140. fi
  1141. fi
  1142. if test -z "$ac_cv_prog_CYGPATH"; then
  1143.   ac_ct_CYGPATH=$CYGPATH
  1144.   # Extract the first word of "cygpath", so it can be a program name with args.
  1145. set dummy cygpath; ac_word=$2
  1146. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1147. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1148. if test "${ac_cv_prog_ac_ct_CYGPATH+set}" = set; then
  1149.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1150. else
  1151.   if test -n "$ac_ct_CYGPATH"; then
  1152.   ac_cv_prog_ac_ct_CYGPATH="$ac_ct_CYGPATH" # Let the user override the test.
  1153. else
  1154. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1155. for as_dir in $PATH
  1156. do
  1157.   IFS=$as_save_IFS
  1158.   test -z "$as_dir" && as_dir=.
  1159.   for ac_exec_ext in '' $ac_executable_extensions; do
  1160.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1161.     ac_cv_prog_ac_ct_CYGPATH="cygpath"
  1162.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1163.     break 2
  1164.   fi
  1165. done
  1166. done
  1167.   test -z "$ac_cv_prog_ac_ct_CYGPATH" && ac_cv_prog_ac_ct_CYGPATH=""""
  1168. fi
  1169. fi
  1170. ac_ct_CYGPATH=$ac_cv_prog_ac_ct_CYGPATH
  1171. if test -n "$ac_ct_CYGPATH"; then
  1172.   echo "$as_me:$LINENO: result: $ac_ct_CYGPATH" >&5
  1173. echo "${ECHO_T}$ac_ct_CYGPATH" >&6
  1174. else
  1175.   echo "$as_me:$LINENO: result: no" >&5
  1176. echo "${ECHO_T}no" >&6
  1177. fi
  1178.   CYGPATH=$ac_ct_CYGPATH
  1179. else
  1180.   CYGPATH="$ac_cv_prog_CYGPATH"
  1181. fi
  1182. # Check whether --with-mozilla-sdk-path or --without-mozilla-sdk-path was given.
  1183. if test "${with_mozilla_sdk_path+set}" = set; then
  1184.   withval="$with_mozilla_sdk_path"
  1185.     real_mozilla_sdk="`cd ${with_mozilla_sdk_path} 2>/dev/null && pwd`"
  1186.     CPPFLAGS="${CPPFLAGS_save} ${real_mozilla_sdk}"
  1187. for ac_header in mozilla-config.h
  1188. do
  1189. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1190. if eval "test "${$as_ac_Header+set}" = set"; then
  1191.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1192. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1193. if eval "test "${$as_ac_Header+set}" = set"; then
  1194.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1195. fi
  1196. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1197. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1198. else
  1199.   # Is the header compilable?
  1200. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1201. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1202. cat >conftest.$ac_ext <<_ACEOF
  1203. /* confdefs.h.  */
  1204. _ACEOF
  1205. cat confdefs.h >>conftest.$ac_ext
  1206. cat >>conftest.$ac_ext <<_ACEOF
  1207. /* end confdefs.h.  */
  1208. $ac_includes_default
  1209. #include <$ac_header>
  1210. _ACEOF
  1211. rm -f conftest.$ac_objext
  1212. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1213.   (eval $ac_compile) 2>conftest.er1
  1214.   ac_status=$?
  1215.   grep -v '^ *+' conftest.er1 >conftest.err
  1216.   rm -f conftest.er1
  1217.   cat conftest.err >&5
  1218.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1219.   (exit $ac_status); } &&
  1220.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1221.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1222.   (eval $ac_try) 2>&5
  1223.   ac_status=$?
  1224.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1225.   (exit $ac_status); }; } &&
  1226.  { ac_try='test -s conftest.$ac_objext'
  1227.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1228.   (eval $ac_try) 2>&5
  1229.   ac_status=$?
  1230.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1231.   (exit $ac_status); }; }; then
  1232.   ac_header_compiler=yes
  1233. else
  1234.   echo "$as_me: failed program was:" >&5
  1235. sed 's/^/| /' conftest.$ac_ext >&5
  1236. ac_header_compiler=no
  1237. fi
  1238. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1239. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1240. echo "${ECHO_T}$ac_header_compiler" >&6
  1241. # Is the header present?
  1242. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1243. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1244. cat >conftest.$ac_ext <<_ACEOF
  1245. /* confdefs.h.  */
  1246. _ACEOF
  1247. cat confdefs.h >>conftest.$ac_ext
  1248. cat >>conftest.$ac_ext <<_ACEOF
  1249. /* end confdefs.h.  */
  1250. #include <$ac_header>
  1251. _ACEOF
  1252. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1253.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1254.   ac_status=$?
  1255.   grep -v '^ *+' conftest.er1 >conftest.err
  1256.   rm -f conftest.er1
  1257.   cat conftest.err >&5
  1258.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1259.   (exit $ac_status); } >/dev/null; then
  1260.   if test -s conftest.err; then
  1261.     ac_cpp_err=$ac_c_preproc_warn_flag
  1262.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1263.   else
  1264.     ac_cpp_err=
  1265.   fi
  1266. else
  1267.   ac_cpp_err=yes
  1268. fi
  1269. if test -z "$ac_cpp_err"; then
  1270.   ac_header_preproc=yes
  1271. else
  1272.   echo "$as_me: failed program was:" >&5
  1273. sed 's/^/| /' conftest.$ac_ext >&5
  1274.   ac_header_preproc=no
  1275. fi
  1276. rm -f conftest.err conftest.$ac_ext
  1277. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1278. echo "${ECHO_T}$ac_header_preproc" >&6
  1279. # So?  What about this header?
  1280. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1281.   yes:no: )
  1282.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1283. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1284.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1285. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1286.     ac_header_preproc=yes
  1287.     ;;
  1288.   no:yes:* )
  1289.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1290. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1291.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1292. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1293.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1294. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1295.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1296. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1297.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1298. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1299.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1300. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1301.     (
  1302.       cat <<_ASBOX
  1303. ## ------------------------------ ##
  1304. ## Report this to the vlc lists.  ##
  1305. ## ------------------------------ ##
  1306. _ASBOX
  1307.     ) |
  1308.       sed "s/^/$as_me: WARNING:     /" >&2
  1309.     ;;
  1310. esac
  1311. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1312. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1313. if eval "test "${$as_ac_Header+set}" = set"; then
  1314.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1315. else
  1316.   eval "$as_ac_Header=$ac_header_preproc"
  1317. fi
  1318. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1319. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1320. fi
  1321. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1322.   cat >>confdefs.h <<_ACEOF
  1323. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1324. _ACEOF
  1325.       mozilla=:
  1326.   for element in mozilla; do
  1327.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DXPCOM_GLUE -I${real_mozilla_sdk} -I${real_mozilla_sdk}/embedstring/include -I${real_mozilla_sdk}/xpcom/include -I${real_mozilla_sdk}/nspr/include -I${real_mozilla_sdk}/string/include -I${real_mozilla_sdk}/plugin/include -I${real_mozilla_sdk}/java/include"'"'
  1328.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1329.   done
  1330.   for element in mozilla; do
  1331.     eval "LDFLAGS_${element}="'"'"-L${real_mozilla_sdk}/embedstring/bin -L${real_mozilla_sdk}/xpcom/bin -L${real_mozilla_sdk}/nspr/bin -L${real_mozilla_sdk}/string/bin -lnspr4 -lplds4 -lplc4 -lembedstring -lxpcomglue -Wl,--kill-at "'$'"{LDFLAGS_${element}} "'"'
  1332.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1333.   done
  1334.       XPIDL_INCL="-I${real_mozilla_sdk}/xpcom/idl"
  1335.       if test -n "${CYGPATH}"; then
  1336.         XPIDL="${real_mozilla_sdk}/xpcom/bin/xpidl"
  1337.         real_mozilla_sdk="`${CYGPATH} -w ${real_mozilla_sdk}`"
  1338.         XPIDL_INCL="${XPIDL_INCL} -I"${real_mozilla_sdk}/xpcom/idl""
  1339.       fi
  1340. fi
  1341. done
  1342.     CPPFLAGS="${CPPFLAGS_save}"
  1343. fi;
  1344. fi
  1345. if test -z "${XPIDL}" -o ! -x "${XPIDL}"; then
  1346.   XPIDL="/usr/lib/mozilla/xpidl"
  1347. fi
  1348. if ${mozilla}; then
  1349.   BUILD_MOZILLA_TRUE=
  1350.   BUILD_MOZILLA_FALSE='#'
  1351. else
  1352.   BUILD_MOZILLA_TRUE='#'
  1353.   BUILD_MOZILLA_FALSE=
  1354. fi
  1355. # Check whether --enable-testsuite or --disable-testsuite was given.
  1356. if test "${enable_testsuite+set}" = set; then
  1357.   enableval="$enable_testsuite"
  1358. fi;
  1359. if test "${enable_testsuite}" = "yes"
  1360. then
  1361.   TESTS="test1 test2 test3 test4"
  1362.   for element in test2; do
  1363.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  1364.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1365.   done
  1366.   for element in test3; do
  1367.     eval "OBJCFLAGS_${element}="'"$'"{OBJCFLAGS_${element}} "'"'
  1368.     am_modules_with_objcflags="${am_modules_with_objcflags} ${element}"
  1369.   done
  1370.   for element in test3; do
  1371.     eval "LDFLAGS_${element}="'"'"-lobjc "'$'"{LDFLAGS_${element}} "'"'
  1372.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1373.   done
  1374.   PLUGINS="${PLUGINS} ${TESTS}"
  1375.   #VLC_ADD_BUILTINS([${TESTS}])
  1376. fi
  1377. if test "${NEED_GTK_MAIN}" != "no"
  1378. then
  1379.   PLUGINS="${PLUGINS} gtk_main"
  1380.   for element in gtk_main; do
  1381.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk}"'"'
  1382.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1383.   done
  1384.   for element in gtk_main; do
  1385.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk} "'$'"{LDFLAGS_${element}} "'"'
  1386.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1387.   done
  1388. fi
  1389. if test "${NEED_GNOME_MAIN}" != "no"
  1390. then
  1391.   PLUGINS="${PLUGINS} gnome_main"
  1392.   for element in gnome_main; do
  1393.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk} ${CFLAGS_gnome}"'"'
  1394.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1395.   done
  1396.   for element in gnome_main; do
  1397.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk} ${LDFLAGS_gnome} "'$'"{LDFLAGS_${element}} "'"'
  1398.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1399.   done
  1400. fi
  1401. if test "${NEED_GTK2_MAIN}" != "no"
  1402. then
  1403.   PLUGINS="${PLUGINS} gtk2_main"
  1404.   for element in gtk2; do
  1405.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DNEED_GTK2_MAIN"'"'
  1406.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1407.   done
  1408.   for element in pda; do
  1409.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DNEED_GTK2_MAIN"'"'
  1410.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1411.   done
  1412.   for element in gtk2_main; do
  1413.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk2} ${CFLAGS_pda}"'"'
  1414.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1415.   done
  1416.   for element in gtk2_main; do
  1417.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk2} ${LDFLAGS_pda} "'$'"{LDFLAGS_${element}} "'"'
  1418.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1419.   done
  1420. fi
  1421. if test "${NEED_GNOME2_MAIN}" != "no"
  1422. then
  1423.   PLUGINS="${PLUGINS} gnome2_main"
  1424.   for element in gnome2_main; do
  1425.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk2} ${CFLAGS_gnome2}"'"'
  1426.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1427.   done
  1428.   for element in gnome2_main; do
  1429.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk2} ${LDFLAGS_gnome2} "'$'"{LDFLAGS_${element}} "'"'
  1430.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1431.   done
  1432. fi
  1433. if test "${NEED_QTE_MAIN}" != "no"
  1434. then
  1435.   PLUGINS="${PLUGINS} qte_main"
  1436.   for element in opie qte qt_video; do
  1437.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -DNEED_QTE_MAIN"'"'
  1438.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1439.   done
  1440.   for element in qte_main; do
  1441.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} ${CXXFLAGS_qte} ${CXXFLAGS_qt_video}"'"'
  1442.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1443.   done
  1444.   for element in qte_main; do
  1445.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_qte} ${LDFLAGS_qt_video} "'$'"{LDFLAGS_${element}} "'"'
  1446.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1447.   done
  1448. fi
  1449. builtin_support=false
  1450. plugin_support=:
  1451. # Check whether --enable-plugins or --disable-plugins was given.
  1452. if test "${enable_plugins+set}" = set; then
  1453.   enableval="$enable_plugins"
  1454.   if test "${enable_plugins}" = "no"
  1455.    then
  1456.      plugin_support=false
  1457.    fi
  1458. fi;
  1459. if test "${ac_cv_have_plugins}" = "no"
  1460. then
  1461.   echo "*** Your system doesn't have plugin support. All plugins will be built"
  1462.   echo "statically."
  1463.   plugin_support=false
  1464. fi
  1465. if ${plugin_support}
  1466. then
  1467.   for plugin in `echo ${PLUGINS}`
  1468.   do
  1469.     eval "${plugin}_p=yes"
  1470.   done
  1471. else
  1472.   BUILTINS="${BUILTINS} ${PLUGINS}"
  1473.   PLUGINS=""
  1474. fi
  1475. if ${plugin_support}; then
  1476.   HAVE_PLUGINS_TRUE=
  1477.   HAVE_PLUGINS_FALSE='#'
  1478. else
  1479.   HAVE_PLUGINS_TRUE='#'
  1480.   HAVE_PLUGINS_FALSE=
  1481. fi
  1482. if echo "${BUILTINS}" | grep '[^ ]' >/dev/null 2>&1
  1483. then
  1484.   builtin_support=:
  1485.   for builtin in `echo ${BUILTINS}`
  1486.   do
  1487.     eval "${builtin}_b=yes"
  1488.   done
  1489. fi
  1490. if ${builtin_support}; then
  1491.   HAVE_BUILTINS_TRUE=
  1492.   HAVE_BUILTINS_FALSE='#'
  1493. else
  1494.   HAVE_BUILTINS_TRUE='#'
  1495.   HAVE_BUILTINS_FALSE=
  1496. fi
  1497. if false; then
  1498.   UNTRUE_TRUE=
  1499.   UNTRUE_FALSE='#'
  1500. else
  1501.   UNTRUE_TRUE='#'
  1502.   UNTRUE_FALSE=
  1503. fi
  1504. cat >>confdefs.h <<_ACEOF
  1505. #define VERSION_MESSAGE "${VERSION} ${CODENAME}"
  1506. _ACEOF
  1507. cat >>confdefs.h <<_ACEOF
  1508. #define COPYRIGHT_MESSAGE "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2004 VideoLAN"
  1509. _ACEOF
  1510. cat >>confdefs.h <<_ACEOF
  1511. #define CONFIGURE_LINE "${CONFIGURE_LINE}"
  1512. _ACEOF
  1513. VLC_SYMBOL="`echo ${VERSION} | sed -e 'y/.-+/___/'`"
  1514. cat >>confdefs.h <<_ACEOF
  1515. #define MODULE_SUFFIX "__${VLC_SYMBOL}"
  1516. _ACEOF
  1517. cat >>confdefs.h <<_ACEOF
  1518. #define MODULE_SYMBOL ${VLC_SYMBOL}
  1519. _ACEOF
  1520. DATA_PATH="${ac_tool_prefix}/share/vlc"
  1521. PLUGIN_PATH="${ac_tool_prefix}/lib/vlc"
  1522. VLC_CONFIG="top_builddir="$(top_builddir)" $(top_builddir)/vlc-config"
  1523. CPPFLAGS_save="${CPPFLAGS_save} -I$(top_srcdir)/include"
  1524.   CPPFLAGS="${CPPFLAGS_save}"
  1525.   CFLAGS="${CFLAGS_save}"
  1526.   CXXFLAGS="${CXXFLAGS_save}"
  1527.   OBJCFLAGS="${OBJCFLAGS_save}"
  1528.   LDFLAGS="${LDFLAGS_save}"
  1529. LDFLAGS_libvlc="${LDFLAGS_vlc} ${LDFLAGS_builtin}"
  1530. for i in `echo "${BUILTINS}" | sed -e 's@^ */@@g'` ; do LDFLAGS_libvlc="${LDFLAGS_libvlc} ${libdir}/vlc/${i}.a `eval echo '$'{LDFLAGS_${i}}`" ; done
  1531.   echo "$as_me:$LINENO: result: configure: creating ./vlc-config.in" >&5
  1532. echo "${ECHO_T}configure: creating ./vlc-config.in" >&6
  1533.   am_all_modules="`for x in ${am_modules_with_cppflags} ${am_modules_with_cflags} ${am_modules_with_cxxflags} ${am_modules_with_objcflags} ${am_modules_with_ldflags}; do echo $x; done | sort | uniq`"
  1534.   rm -f vlc-config.in
  1535.   sed -ne '/#@1@#/q;p' < "${srcdir}/vlc-config.in.in" 
  1536.     | sed -e "s/@gprof@/${enable_gprof}/" 
  1537.           -e "s/@cprof@/${enable_cprof}/" 
  1538.           -e "s/@optim@/${enable_optimizations}/" 
  1539.           -e "s/@debug@/${enable_debug}/" 
  1540.           -e "s/@release@/${enable_release}/" 
  1541.           -e "s/@PLUGINS@/${PLUGINS}/" 
  1542.           -e "s/@BUILTINS@/${BUILTINS}/" 
  1543.           -e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" 
  1544.           -e "s/@CFLAGS_OPTIM@/${CFLAGS_OPTIM}/" 
  1545.           -e "s/@CFLAGS_OPTIM_NODEBUG@/${CFLAGS_OPTIM_NODEBUG}/" 
  1546.           -e "s/@CFLAGS_NOOPTIM@/${CFLAGS_NOOPTIM}/" 
  1547.     > vlc-config.in
  1548.     for x in `echo ${am_all_modules}`
  1549.   do
  1550.     echo "    ${x})" >> vlc-config.in
  1551.     if test "`eval echo @'$'CPPFLAGS_${x}@`" != "@@"; then
  1552.       echo "      cppflags="${cppflags} `eval echo '$'CPPFLAGS_${x}`"" >> vlc-config.in
  1553.     fi
  1554.     if test "`eval echo @'$'CFLAGS_${x}@`" != "@@"; then
  1555.       echo "      cflags="${cflags} `eval echo '$'CFLAGS_${x}`"" >> vlc-config.in
  1556.     fi
  1557.     if test "`eval echo @'$'CXXFLAGS_${x}@`" != "@@"; then
  1558.       echo "      cxxflags="${cxxflags} `eval echo '$'CXXFLAGS_${x}`"" >> vlc-config.in
  1559.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  1560.         echo "      linkage="c++"" >> vlc-config.in
  1561.       fi
  1562.     fi
  1563.     if test "`eval echo @'$'OBJCFLAGS_${x}@`" != "@@"; then
  1564.       echo "      objcflags="${objcflags} `eval echo '$'OBJCFLAGS_${x}`"" >> vlc-config.in
  1565.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  1566.         echo "      if test "${linkage}" = "c"; then linkage="objc"; fi" >> vlc-config.in
  1567.       fi
  1568.     fi
  1569.     if test "`eval echo @'$'LDFLAGS_${x}@`" != "@@"; then
  1570.       echo "      ldflags="${ldflags} `eval echo '$'LDFLAGS_${x}`"" >> vlc-config.in
  1571.     fi
  1572.     echo "    ;;" >> vlc-config.in
  1573.    done
  1574.     sed -ne '/#@1@#/,/#@2@#/p' < "${srcdir}/vlc-config.in.in" 
  1575.    | sed -e '/#@.@#/d' >> vlc-config.in
  1576.   cat >> vlc-config.in << BLAH
  1577.     access_file) list="${list} access/libaccess_file" ;;
  1578.     access_directory) list="${list} access/libaccess_directory" ;;
  1579.     access_udp) list="${list} access/libaccess_udp" ;;
  1580.     access_tcp) list="${list} access/libaccess_tcp" ;;
  1581.     access_http) list="${list} access/libaccess_http" ;;
  1582.     access_ftp) list="${list} access/libaccess_ftp" ;;
  1583.     dvdnav) list="${list} access/libdvdnav" ;;
  1584.     dvdread) list="${list} access/libdvdread" ;;
  1585.     slp) list="${list} access/libslp" ;;
  1586.     cdda) list="${list} access/libcdda" ;;
  1587.     dshow) list="${list} access/dshow/libdshow" ;;
  1588.     dvb) list="${list} access/dvb/libdvb" ;;
  1589.     access_mms) list="${list} access/mms/libaccess_mms" ;;
  1590.     pvr) list="${list} access/pvr/libpvr" ;;
  1591.     satellite) list="${list} access/satellite/libsatellite" ;;
  1592.     v4l) list="${list} access/v4l/libv4l" ;;
  1593.     cddax) list="${list} access/cdda/libcddax" ;;
  1594.     vcd) list="${list} access/vcd/libvcd" ;;
  1595.     vcdx) list="${list} access/vcdx/libvcdx" ;;
  1596.     screen) list="${list} access/screen/libscreen" ;;
  1597.     access_output_dummy) list="${list} access_output/libaccess_output_dummy" ;;
  1598.     access_output_file) list="${list} access_output/libaccess_output_file" ;;
  1599.     access_output_udp) list="${list} access_output/libaccess_output_udp" ;;
  1600.     access_output_http) list="${list} access_output/libaccess_output_http" ;;
  1601.     equalizer) list="${list} audio_filter/libequalizer" ;;
  1602.     normvol) list="${list} audio_filter/libnormvol" ;;
  1603.     audio_format) list="${list} audio_filter/libaudio_format" ;;
  1604.     trivial_channel_mixer) list="${list} audio_filter/channel_mixer/libtrivial_channel_mixer" ;;
  1605.     simple_channel_mixer) list="${list} audio_filter/channel_mixer/libsimple_channel_mixer" ;;
  1606.     headphone_channel_mixer) list="${list} audio_filter/channel_mixer/libheadphone_channel_mixer" ;;
  1607.     float32tos16) list="${list} audio_filter/converter/libfloat32tos16" ;;
  1608.     float32tos8) list="${list} audio_filter/converter/libfloat32tos8" ;;
  1609.     float32tou16) list="${list} audio_filter/converter/libfloat32tou16" ;;
  1610.     float32tou8) list="${list} audio_filter/converter/libfloat32tou8" ;;
  1611.     a52tospdif) list="${list} audio_filter/converter/liba52tospdif" ;;
  1612.     a52tofloat32) list="${list} audio_filter/converter/liba52tofloat32" ;;
  1613.     dtstospdif) list="${list} audio_filter/converter/libdtstospdif" ;;
  1614.     dtstofloat32) list="${list} audio_filter/converter/libdtstofloat32" ;;
  1615.     fixed32tos16) list="${list} audio_filter/converter/libfixed32tos16" ;;
  1616.     s16tofixed32) list="${list} audio_filter/converter/libs16tofixed32" ;;
  1617.     fixed32tofloat32) list="${list} audio_filter/converter/libfixed32tofloat32" ;;
  1618.     s16tofloat32) list="${list} audio_filter/converter/libs16tofloat32" ;;
  1619.     s16tofloat32swab) list="${list} audio_filter/converter/libs16tofloat32swab" ;;
  1620.     s8tofloat32) list="${list} audio_filter/converter/libs8tofloat32" ;;
  1621.     u8tofixed32) list="${list} audio_filter/converter/libu8tofixed32" ;;
  1622.     u8tofloat32) list="${list} audio_filter/converter/libu8tofloat32" ;;
  1623.     mpgatofixed32) list="${list} audio_filter/converter/libmpgatofixed32" ;;
  1624.     trivial_resampler) list="${list} audio_filter/resampler/libtrivial_resampler" ;;
  1625.     ugly_resampler) list="${list} audio_filter/resampler/libugly_resampler" ;;
  1626.     linear_resampler) list="${list} audio_filter/resampler/liblinear_resampler" ;;
  1627.     bandlimited_resampler) list="${list} audio_filter/resampler/libbandlimited_resampler" ;;
  1628.     coreaudio_resampler) list="${list} audio_filter/resampler/libcoreaudio_resampler" ;;
  1629.     trivial_mixer) list="${list} audio_mixer/libtrivial_mixer" ;;
  1630.     float32_mixer) list="${list} audio_mixer/libfloat32_mixer" ;;
  1631.     spdif_mixer) list="${list} audio_mixer/libspdif_mixer" ;;
  1632.     alsa) list="${list} audio_output/libalsa" ;;
  1633.     arts) list="${list} audio_output/libarts" ;;
  1634.     coreaudio) list="${list} audio_output/libcoreaudio" ;;
  1635.     aout_directx) list="${list} audio_output/libaout_directx" ;;
  1636.     esd) list="${list} audio_output/libesd" ;;
  1637.     aout_file) list="${list} audio_output/libaout_file" ;;
  1638.     oss) list="${list} audio_output/liboss" ;;
  1639.     aout_sdl) list="${list} audio_output/libaout_sdl" ;;
  1640.     waveout) list="${list} audio_output/libwaveout" ;;
  1641.     hd1000a) list="${list} audio_output/libhd1000a" ;;
  1642.     portaudio) list="${list} audio_output/libportaudio" ;;
  1643.     a52) list="${list} codec/liba52" ;;
  1644.     cinepak) list="${list} codec/libcinepak" ;;
  1645.     dts) list="${list} codec/libdts" ;;
  1646.     flacdec) list="${list} codec/libflacdec" ;;
  1647.     lpcm) list="${list} codec/liblpcm" ;;
  1648.     araw) list="${list} codec/libaraw" ;;
  1649.     vorbis) list="${list} codec/libvorbis" ;;
  1650.     tarkin) list="${list} codec/libtarkin" ;;
  1651.     theora) list="${list} codec/libtheora" ;;
  1652.     tremor) list="${list} codec/libtremor" ;;
  1653.     speex) list="${list} codec/libspeex" ;;
  1654.     adpcm) list="${list} codec/libadpcm" ;;
  1655.     mpeg_audio) list="${list} codec/libmpeg_audio" ;;
  1656.     libmpeg2) list="${list} codec/liblibmpeg2" ;;
  1657.     rawvideo) list="${list} codec/librawvideo" ;;
  1658.     quicktime) list="${list} codec/libquicktime" ;;
  1659.     subsdec) list="${list} codec/libsubsdec" ;;
  1660.     faad) list="${list} codec/libfaad" ;;
  1661.     dvbsub) list="${list} codec/libdvbsub" ;;
  1662.     mash) list="${list} codec/libmash" ;;
  1663.     x264) list="${list} codec/libx264" ;;
  1664.     toolame) list="${list} codec/libtoolame" ;;
  1665.     cmml) list="${list} codec/cmml/libcmml" ;;
  1666.     dmo) list="${list} codec/dmo/libdmo" ;;
  1667.     ffmpeg) list="${list} codec/ffmpeg/libffmpeg" ;;
  1668.     ffmpegaltivec) list="${list} codec/ffmpeg/libffmpegaltivec" ;;
  1669.     svcdsub) list="${list} codec/ogt/libsvcdsub" ;;
  1670.     cvdsub) list="${list} codec/ogt/libcvdsub" ;;
  1671.     spudec) list="${list} codec/spudec/libspudec" ;;
  1672.     gestures) list="${list} control/libgestures" ;;
  1673.     showintf) list="${list} control/libshowintf" ;;
  1674.     http) list="${list} control/libhttp" ;;
  1675.     telnet) list="${list} control/libtelnet" ;;
  1676.     netsync) list="${list} control/libnetsync" ;;
  1677.     ntservice) list="${list} control/libntservice" ;;
  1678.     joystick) list="${list} control/libjoystick" ;;
  1679.     hotkeys) list="${list} control/libhotkeys" ;;
  1680.     lirc) list="${list} control/liblirc" ;;
  1681.     rc) list="${list} control/librc" ;;
  1682.     rtci) list="${list} control/librtci" ;;
  1683.     corba) list="${list} control/corba/libcorba" ;;
  1684.     a52sys) list="${list} demux/liba52sys" ;;
  1685.     dtssys) list="${list} demux/libdtssys" ;;
  1686.     flac) list="${list} demux/libflac" ;;
  1687.     ogg) list="${list} demux/libogg" ;;
  1688.     m3u) list="${list} demux/libm3u" ;;
  1689.     demuxdump) list="${list} demux/libdemuxdump" ;;
  1690.     rawdv) list="${list} demux/librawdv" ;;
  1691.     au) list="${list} demux/libau" ;;
  1692.     wav) list="${list} demux/libwav" ;;
  1693.     aac) list="${list} demux/libaac" ;;
  1694.     mkv) list="${list} demux/libmkv" ;;
  1695.     livedotcom) list="${list} demux/liblivedotcom" ;;
  1696.     nsv) list="${list} demux/libnsv" ;;
  1697.     real) list="${list} demux/libreal" ;;
  1698.     ts) list="${list} demux/libts" ;;
  1699.     ps) list="${list} demux/libps" ;;
  1700.     mod) list="${list} demux/libmod" ;;
  1701.     pva) list="${list} demux/libpva" ;;
  1702.     aiff) list="${list} demux/libaiff" ;;
  1703.     sgimb) list="${list} demux/libsgimb" ;;
  1704.     mjpeg) list="${list} demux/libmjpeg" ;;
  1705.     subtitle) list="${list} demux/libsubtitle" ;;
  1706.     vobsub) list="${list} demux/libvobsub" ;;
  1707.     asf) list="${list} demux/asf/libasf" ;;
  1708.     avi) list="${list} demux/avi/libavi" ;;
  1709.     mp4) list="${list} demux/mp4/libmp4" ;;
  1710.     m4a) list="${list} demux/mpeg/libm4a" ;;
  1711.     m4v) list="${list} demux/mpeg/libm4v" ;;
  1712.     mpga) list="${list} demux/mpeg/libmpga" ;;
  1713.     mpgv) list="${list} demux/mpeg/libmpgv" ;;
  1714.     h264) list="${list} demux/mpeg/libh264" ;;
  1715.     playlist) list="${list} demux/playlist/libplaylist" ;;
  1716.     id3) list="${list} demux/util/libid3" ;;
  1717.     id3tag) list="${list} demux/util/libid3tag" ;;
  1718.     ncurses) list="${list} gui/libncurses" ;;
  1719.     beos) list="${list} gui/beos/libbeos" ;;
  1720.     pda) list="${list} gui/pda/libpda" ;;
  1721.     gtk) list="${list} gui/gtk/libgtk" ;;
  1722.     gnome) list="${list} gui/gtk/libgnome" ;;
  1723.     gtk2) list="${list} gui/gtk2/libgtk2" ;;
  1724.     gnome2) list="${list} gui/gtk2/libgnome2" ;;
  1725.     kde) list="${list} gui/kde/libkde" ;;
  1726.     macosx) list="${list} gui/macosx/libmacosx" ;;
  1727.     qnx) list="${list} gui/qnx/libqnx" ;;
  1728.     qt) list="${list} gui/qt/libqt" ;;
  1729.     skins2) list="${list} gui/skins2/libskins2" ;;
  1730.     wxwindows) list="${list} gui/wxwindows/libwxwindows" ;;
  1731.     gtk_main) list="${list} misc/libgtk_main" ;;
  1732.     gnome_main) list="${list} misc/libgnome_main" ;;
  1733.     gtk2_main) list="${list} misc/libgtk2_main" ;;
  1734.     gnome2_main) list="${list} misc/libgnome2_main" ;;
  1735.     sap) list="${list} misc/libsap" ;;
  1736.     screensaver) list="${list} misc/libscreensaver" ;;
  1737.     qte_main) list="${list} misc/libqte_main" ;;
  1738.     freetype) list="${list} misc/libfreetype" ;;
  1739.     logger) list="${list} misc/liblogger" ;;
  1740.     vod_rtsp) list="${list} misc/libvod_rtsp" ;;
  1741.     gnutls) list="${list} misc/libgnutls" ;;
  1742.     svg) list="${list} misc/libsvg" ;;
  1743.     dummy) list="${list} misc/dummy/libdummy" ;;
  1744.     memcpy) list="${list} misc/memcpy/libmemcpy" ;;
  1745.     memcpymmx) list="${list} misc/memcpy/libmemcpymmx" ;;
  1746.     memcpymmxext) list="${list} misc/memcpy/libmemcpymmxext" ;;
  1747.     memcpy3dn) list="${list} misc/memcpy/libmemcpy3dn" ;;
  1748.     memcpyaltivec) list="${list} misc/memcpy/libmemcpyaltivec" ;;
  1749.     ipv4) list="${list} misc/network/libipv4" ;;
  1750.     ipv6) list="${list} misc/network/libipv6" ;;
  1751.     test1) list="${list} misc/testsuite/libtest1" ;;
  1752.     test2) list="${list} misc/testsuite/libtest2" ;;
  1753.     test3) list="${list} misc/testsuite/libtest3" ;;
  1754.     test4) list="${list} misc/testsuite/libtest4" ;;
  1755.     export) list="${list} misc/playlist/libexport" ;;
  1756.     mux_dummy) list="${list} mux/libmux_dummy" ;;
  1757.     mux_avi) list="${list} mux/libmux_avi" ;;
  1758.     mux_ogg) list="${list} mux/libmux_ogg" ;;
  1759.     mux_mp4) list="${list} mux/libmux_mp4" ;;
  1760.     mux_asf) list="${list} mux/libmux_asf" ;;
  1761.     mux_wav) list="${list} mux/libmux_wav" ;;
  1762.     mux_mpjpeg) list="${list} mux/libmux_mpjpeg" ;;
  1763.     mux_ps) list="${list} mux/mpeg/libmux_ps" ;;
  1764.     mux_ts) list="${list} mux/mpeg/libmux_ts" ;;
  1765.     packetizer_copy) list="${list} packetizer/libpacketizer_copy" ;;
  1766.     packetizer_mpegvideo) list="${list} packetizer/libpacketizer_mpegvideo" ;;
  1767.     packetizer_mpeg4video) list="${list} packetizer/libpacketizer_mpeg4video" ;;
  1768.     packetizer_mpeg4audio) list="${list} packetizer/libpacketizer_mpeg4audio" ;;
  1769.     packetizer_h264) list="${list} packetizer/libpacketizer_h264" ;;
  1770.     stream_out_dummy) list="${list} stream_out/libstream_out_dummy" ;;
  1771.     stream_out_description) list="${list} stream_out/libstream_out_description" ;;
  1772.     stream_out_standard) list="${list} stream_out/libstream_out_standard" ;;
  1773.     stream_out_transcode) list="${list} stream_out/libstream_out_transcode" ;;
  1774.     stream_out_duplicate) list="${list} stream_out/libstream_out_duplicate" ;;
  1775.     stream_out_es) list="${list} stream_out/libstream_out_es" ;;
  1776.     stream_out_display) list="${list} stream_out/libstream_out_display" ;;
  1777.     stream_out_gather) list="${list} stream_out/libstream_out_gather" ;;
  1778.     stream_out_rtp) list="${list} stream_out/libstream_out_rtp" ;;
  1779.     stream_out_transrate) list="${list} stream_out/transrate/libstream_out_transrate" ;;
  1780.     i420_rgb) list="${list} video_chroma/libi420_rgb" ;;
  1781.     i420_rgb_mmx) list="${list} video_chroma/libi420_rgb_mmx" ;;
  1782.     i420_yuy2) list="${list} video_chroma/libi420_yuy2" ;;
  1783.     i420_yuy2_mmx) list="${list} video_chroma/libi420_yuy2_mmx" ;;
  1784.     i420_yuy2_altivec) list="${list} video_chroma/libi420_yuy2_altivec" ;;
  1785.     i422_yuy2) list="${list} video_chroma/libi422_yuy2" ;;
  1786.     i422_yuy2_mmx) list="${list} video_chroma/libi422_yuy2_mmx" ;;
  1787.     i420_ymga) list="${list} video_chroma/libi420_ymga" ;;
  1788.     i420_ymga_mmx) list="${list} video_chroma/libi420_ymga_mmx" ;;
  1789.     transform) list="${list} video_filter/libtransform" ;;
  1790.     invert) list="${list} video_filter/libinvert" ;;
  1791.     adjust) list="${list} video_filter/libadjust" ;;
  1792.     distort) list="${list} video_filter/libdistort" ;;
  1793.     wall) list="${list} video_filter/libwall" ;;
  1794.     clone) list="${list} video_filter/libclone" ;;
  1795.     crop) list="${list} video_filter/libcrop" ;;
  1796.     motionblur) list="${list} video_filter/libmotionblur" ;;
  1797.     logo) list="${list} video_filter/liblogo" ;;
  1798.     deinterlace) list="${list} video_filter/libdeinterlace" ;;
  1799.     blend) list="${list} video_filter/libblend" ;;
  1800.     scale) list="${list} video_filter/libscale" ;;
  1801.     time) list="${list} video_filter/libtime" ;;
  1802.     marq) list="${list} video_filter/libmarq" ;;
  1803.     swscale) list="${list} video_filter/swscale/libswscale" ;;
  1804.     aa) list="${list} video_output/libaa" ;;
  1805.     caca) list="${list} video_output/libcaca" ;;
  1806.     fb) list="${list} video_output/libfb" ;;
  1807.     ggi) list="${list} video_output/libggi" ;;
  1808.     glide) list="${list} video_output/libglide" ;;
  1809.     vout_sdl) list="${list} video_output/libvout_sdl" ;;
  1810.     svgalib) list="${list} video_output/libsvgalib" ;;
  1811.     wingdi) list="${list} video_output/libwingdi" ;;
  1812.     mga) list="${list} video_output/libmga" ;;
  1813.     hd1000v) list="${list} video_output/libhd1000v" ;;
  1814.     snapshot) list="${list} video_output/libsnapshot" ;;
  1815.     opengl) list="${list} video_output/libopengl" ;;
  1816.     vout_directx) list="${list} video_output/directx/libvout_directx" ;;
  1817.     glwin32) list="${list} video_output/directx/libglwin32" ;;
  1818.     qte) list="${list} video_output/qte/libqte" ;;
  1819.     x11) list="${list} video_output/x11/libx11" ;;
  1820.     xvideo) list="${list} video_output/x11/libxvideo" ;;
  1821.     glx) list="${list} video_output/x11/libglx" ;;
  1822.     goom) list="${list} visualization/libgoom" ;;
  1823.     xosd) list="${list} visualization/libxosd" ;;
  1824.     visual) list="${list} visualization/visual/libvisual" ;;
  1825.     galaktos) list="${list} visualization/galaktos/libgalaktos" ;;
  1826. BLAH
  1827.     sed -ne '/#@2@#/,$p' < "${srcdir}/vlc-config.in.in" 
  1828.    | sed -e '/#@.@#/d' >> vlc-config.in
  1829.                                                                                                                         ac_config_files="$ac_config_files Makefile debian/Makefile doc/Makefile intl/Makefile ipkg/Makefile lib/Makefile modules/Makefile mozilla/Makefile m4/Makefile po/Makefile.in share/Makefile src/Makefile"
  1830.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ac_config_files="$ac_config_files modules/access/Makefile modules/access/dshow/Makefile modules/access/dvb/Makefile modules/access/mms/Makefile modules/access/pvr/Makefile modules/access/satellite/Makefile modules/access/v4l/Makefile modules/access/cdda/Makefile modules/access/vcd/Makefile modules/access/vcdx/Makefile modules/access/screen/Makefile modules/access_output/Makefile modules/audio_filter/Makefile modules/audio_filter/channel_mixer/Makefile modules/audio_filter/converter/Makefile modules/audio_filter/resampler/Makefile modules/audio_mixer/Makefile modules/audio_output/Makefile modules/codec/Makefile modules/codec/cmml/Makefile modules/codec/dmo/Makefile modules/codec/ffmpeg/Makefile modules/codec/ogt/Makefile modules/codec/spudec/Makefile modules/control/Makefile modules/control/corba/Makefile modules/demux/Makefile modules/demux/asf/Makefile modules/demux/avi/Makefile modules/demux/mp4/Makefile modules/demux/mpeg/Makefile modules/demux/playlist/Makefile modules/demux/util/Makefile modules/gui/Makefile modules/gui/beos/Makefile modules/gui/pda/Makefile modules/gui/gtk/Makefile modules/gui/gtk2/Makefile modules/gui/kde/Makefile modules/gui/macosx/Makefile modules/gui/qnx/Makefile modules/gui/qt/Makefile modules/gui/skins2/Makefile modules/gui/wxwindows/Makefile modules/misc/Makefile modules/misc/dummy/Makefile modules/misc/memcpy/Makefile modules/misc/network/Makefile modules/misc/testsuite/Makefile modules/misc/playlist/Makefile modules/mux/Makefile modules/mux/mpeg/Makefile modules/packetizer/Makefile modules/stream_out/Makefile modules/stream_out/transrate/Makefile modules/video_chroma/Makefile modules/video_filter/Makefile modules/video_filter/swscale/Makefile modules/video_output/Makefile modules/video_output/directx/Makefile modules/video_output/qte/Makefile modules/video_output/x11/Makefile modules/visualization/Makefile modules/visualization/visual/Makefile modules/visualization/galaktos/Makefile"
  1831.           ac_config_files="$ac_config_files vlc-config"
  1832. cat >confcache <<_ACEOF
  1833. # This file is a shell script that caches the results of configure
  1834. # tests run on this system so they can be shared between configure
  1835. # scripts and configure runs, see configure's option --config-cache.
  1836. # It is not useful on other systems.  If it contains results you don't
  1837. # want to keep, you may remove or edit it.
  1838. #
  1839. # config.status only pays attention to the cache file if you give it
  1840. # the --recheck option to rerun configure.
  1841. #
  1842. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1843. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1844. # following values.
  1845. _ACEOF
  1846. # The following way of writing the cache mishandles newlines in values,
  1847. # but we know of no workaround that is simple, portable, and efficient.
  1848. # So, don't put newlines in cache variables' values.
  1849. # Ultrix sh set writes to stderr and can't be redirected directly,
  1850. # and sets the high bit in the cache file unless we assign to the vars.
  1851. {
  1852.   (set) 2>&1 |
  1853.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1854.     *ac_space= *)
  1855.       # `set' does not quote correctly, so add quotes (double-quote
  1856.       # substitution turns \\ into \, and sed turns \ into ).
  1857.       sed -n 
  1858. "s/'/'\\''/g;
  1859.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1860.       ;;
  1861.     *)
  1862.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1863.       sed -n 
  1864. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1865.       ;;
  1866.     esac;
  1867. } |
  1868.   sed '
  1869.      t clear
  1870.      : clear
  1871.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1872.      t end
  1873.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  1874.      : end' >>confcache
  1875. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1876.   if test -w $cache_file; then
  1877.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1878.     cat confcache >$cache_file
  1879.   else
  1880.     echo "not updating unwritable cache $cache_file"
  1881.   fi
  1882. fi
  1883. rm -f confcache
  1884. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1885. # Let make expand exec_prefix.
  1886. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1887. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1888. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1889. # trailing colons and then remove the whole line if VPATH becomes empty
  1890. # (actually we leave an empty line to preserve line numbers).
  1891. if test "x$srcdir" = x.; then
  1892.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  1893. s/:*$(srcdir):*/:/;
  1894. s/:*${srcdir}:*/:/;
  1895. s/:*@srcdir@:*/:/;
  1896. s/^([^=]*=[  ]*):*/1/;
  1897. s/:*$//;
  1898. s/^[^=]*=[  ]*$//;
  1899. }'
  1900. fi
  1901. DEFS=-DHAVE_CONFIG_H
  1902. ac_libobjs=
  1903. ac_ltlibobjs=
  1904. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1905.   # 1. Remove the extension, and $U if already installed.
  1906.   ac_i=`echo "$ac_i" |
  1907.  sed 's/$U././;s/.o$//;s/.obj$//'`
  1908.   # 2. Add them.
  1909.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  1910.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1911. done
  1912. LIBOBJS=$ac_libobjs
  1913. LTLIBOBJS=$ac_ltlibobjs
  1914. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  1915.   { { echo "$as_me:$LINENO: error: conditional "AMDEP" was never defined.
  1916. Usually this means the macro was only invoked conditionally." >&5
  1917. echo "$as_me: error: conditional "AMDEP" was never defined.
  1918. Usually this means the macro was only invoked conditionally." >&2;}
  1919.    { (exit 1); exit 1; }; }
  1920. fi
  1921. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  1922.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCC" was never defined.
  1923. Usually this means the macro was only invoked conditionally." >&5
  1924. echo "$as_me: error: conditional "am__fastdepCC" was never defined.
  1925. Usually this means the macro was only invoked conditionally." >&2;}
  1926.    { (exit 1); exit 1; }; }
  1927. fi
  1928. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  1929.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCXX" was never defined.
  1930. Usually this means the macro was only invoked conditionally." >&5
  1931. echo "$as_me: error: conditional "am__fastdepCXX" was never defined.
  1932. Usually this means the macro was only invoked conditionally." >&2;}
  1933.    { (exit 1); exit 1; }; }
  1934. fi
  1935. if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then
  1936.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepOBJC" was never defined.
  1937. Usually this means the macro was only invoked conditionally." >&5
  1938. echo "$as_me: error: conditional "am__fastdepOBJC" was never defined.
  1939. Usually this means the macro was only invoked conditionally." >&2;}
  1940.    { (exit 1); exit 1; }; }
  1941. fi
  1942. if test -z "${HAVE_BEOS_TRUE}" && test -z "${HAVE_BEOS_FALSE}"; then
  1943.   { { echo "$as_me:$LINENO: error: conditional "HAVE_BEOS" was never defined.
  1944. Usually this means the macro was only invoked conditionally." >&5
  1945. echo "$as_me: error: conditional "HAVE_BEOS" was never defined.
  1946. Usually this means the macro was only invoked conditionally." >&2;}
  1947.    { (exit 1); exit 1; }; }
  1948. fi
  1949. if test -z "${HAVE_DARWIN_TRUE}" && test -z "${HAVE_DARWIN_FALSE}"; then
  1950.   { { echo "$as_me:$LINENO: error: conditional "HAVE_DARWIN" was never defined.
  1951. Usually this means the macro was only invoked conditionally." >&5
  1952. echo "$as_me: error: conditional "HAVE_DARWIN" was never defined.
  1953. Usually this means the macro was only invoked conditionally." >&2;}
  1954.    { (exit 1); exit 1; }; }
  1955. fi
  1956. if test -z "${HAVE_WIN32_TRUE}" && test -z "${HAVE_WIN32_FALSE}"; then
  1957.   { { echo "$as_me:$LINENO: error: conditional "HAVE_WIN32" was never defined.
  1958. Usually this means the macro was only invoked conditionally." >&5
  1959. echo "$as_me: error: conditional "HAVE_WIN32" was never defined.
  1960. Usually this means the macro was only invoked conditionally." >&2;}
  1961.    { (exit 1); exit 1; }; }
  1962. fi
  1963. if test -z "${BUILD_INTL_TRUE}" && test -z "${BUILD_INTL_FALSE}"; then
  1964.   { { echo "$as_me:$LINENO: error: conditional "BUILD_INTL" was never defined.
  1965. Usually this means the macro was only invoked conditionally." >&5
  1966. echo "$as_me: error: conditional "BUILD_INTL" was never defined.
  1967. Usually this means the macro was only invoked conditionally." >&2;}
  1968.    { (exit 1); exit 1; }; }
  1969. fi
  1970. if test -z "${BUILD_GETOPT_TRUE}" && test -z "${BUILD_GETOPT_FALSE}"; then
  1971.   { { echo "$as_me:$LINENO: error: conditional "BUILD_GETOPT" was never defined.
  1972. Usually this means the macro was only invoked conditionally." >&5
  1973. echo "$as_me: error: conditional "BUILD_GETOPT" was never defined.
  1974. Usually this means the macro was only invoked conditionally." >&2;}
  1975.    { (exit 1); exit 1; }; }
  1976. fi
  1977. if test -z "${BUILD_DIRENT_TRUE}" && test -z "${BUILD_DIRENT_FALSE}"; then
  1978.   { { echo "$as_me:$LINENO: error: conditional "BUILD_DIRENT" was never defined.
  1979. Usually this means the macro was only invoked conditionally." >&5
  1980. echo "$as_me: error: conditional "BUILD_DIRENT" was never defined.
  1981. Usually this means the macro was only invoked conditionally." >&2;}
  1982.    { (exit 1); exit 1; }; }
  1983. fi
  1984. if test -z "${ENABLE_CORBA_TRUE}" && test -z "${ENABLE_CORBA_FALSE}"; then
  1985.   { { echo "$as_me:$LINENO: error: conditional "ENABLE_CORBA" was never defined.
  1986. Usually this means the macro was only invoked conditionally." >&5
  1987. echo "$as_me: error: conditional "ENABLE_CORBA" was never defined.
  1988. Usually this means the macro was only invoked conditionally." >&2;}
  1989.    { (exit 1); exit 1; }; }
  1990. fi
  1991. if test -z "${BUILD_MOZILLA_TRUE}" && test -z "${BUILD_MOZILLA_FALSE}"; then
  1992.   { { echo "$as_me:$LINENO: error: conditional "BUILD_MOZILLA" was never defined.
  1993. Usually this means the macro was only invoked conditionally." >&5
  1994. echo "$as_me: error: conditional "BUILD_MOZILLA" was never defined.
  1995. Usually this means the macro was only invoked conditionally." >&2;}
  1996.    { (exit 1); exit 1; }; }
  1997. fi
  1998. if test -z "${HAVE_PLUGINS_TRUE}" && test -z "${HAVE_PLUGINS_FALSE}"; then
  1999.   { { echo "$as_me:$LINENO: error: conditional "HAVE_PLUGINS" was never defined.
  2000. Usually this means the macro was only invoked conditionally." >&5
  2001. echo "$as_me: error: conditional "HAVE_PLUGINS" was never defined.
  2002. Usually this means the macro was only invoked conditionally." >&2;}
  2003.    { (exit 1); exit 1; }; }
  2004. fi
  2005. if test -z "${HAVE_BUILTINS_TRUE}" && test -z "${HAVE_BUILTINS_FALSE}"; then
  2006.   { { echo "$as_me:$LINENO: error: conditional "HAVE_BUILTINS" was never defined.
  2007. Usually this means the macro was only invoked conditionally." >&5
  2008. echo "$as_me: error: conditional "HAVE_BUILTINS" was never defined.
  2009. Usually this means the macro was only invoked conditionally." >&2;}
  2010.    { (exit 1); exit 1; }; }
  2011. fi
  2012. if test -z "${UNTRUE_TRUE}" && test -z "${UNTRUE_FALSE}"; then
  2013.   { { echo "$as_me:$LINENO: error: conditional "UNTRUE" was never defined.
  2014. Usually this means the macro was only invoked conditionally." >&5
  2015. echo "$as_me: error: conditional "UNTRUE" was never defined.
  2016. Usually this means the macro was only invoked conditionally." >&2;}
  2017.    { (exit 1); exit 1; }; }
  2018. fi
  2019. : ${CONFIG_STATUS=./config.status}
  2020. ac_clean_files_save=$ac_clean_files
  2021. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2022. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2023. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2024. cat >$CONFIG_STATUS <<_ACEOF
  2025. #! $SHELL
  2026. # Generated by $as_me.
  2027. # Run this file to recreate the current configuration.
  2028. # Compiler output produced by configure, useful for debugging
  2029. # configure, is in config.log if it exists.
  2030. debug=false
  2031. ac_cs_recheck=false
  2032. ac_cs_silent=false
  2033. SHELL=${CONFIG_SHELL-$SHELL}
  2034. _ACEOF
  2035. cat >>$CONFIG_STATUS <<_ACEOF
  2036. ## --------------------- ##
  2037. ## M4sh Initialization.  ##
  2038. ## --------------------- ##
  2039. # Be Bourne compatible
  2040. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2041.   emulate sh
  2042.   NULLCMD=:
  2043.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2044.   # is contrary to our usage.  Disable this feature.
  2045.   alias -g '${1+"$@"}'='"$@"'
  2046. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2047.   set -o posix
  2048. fi
  2049. DUALCASE=1; export DUALCASE # for MKS sh
  2050. # Support unset when possible.
  2051. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2052.   as_unset=unset
  2053. else
  2054.   as_unset=false
  2055. fi
  2056. # Work around bugs in pre-3.0 UWIN ksh.
  2057. $as_unset ENV MAIL MAILPATH
  2058. PS1='$ '
  2059. PS2='> '
  2060. PS4='+ '
  2061. # NLS nuisances.
  2062. for as_var in 
  2063.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2064.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2065.   LC_TELEPHONE LC_TIME
  2066. do
  2067.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2068.     eval $as_var=C; export $as_var
  2069.   else
  2070.     $as_unset $as_var
  2071.   fi
  2072. done
  2073. # Required to use basename.
  2074. if expr a : '(a)' >/dev/null 2>&1; then
  2075.   as_expr=expr
  2076. else
  2077.   as_expr=false
  2078. fi
  2079. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2080.   as_basename=basename
  2081. else
  2082.   as_basename=false
  2083. fi
  2084. # Name of the executable.
  2085. as_me=`$as_basename "$0" ||
  2086. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2087.  X"$0" : 'X(//)$' | 
  2088.  X"$0" : 'X(/)$' | 
  2089.  .     : '(.)' 2>/dev/null ||
  2090. echo X/"$0" |
  2091.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2092.      /^X/(//)$/{ s//1/; q; }
  2093.      /^X/(/).*/{ s//1/; q; }
  2094.      s/.*/./; q'`
  2095. # PATH needs CR, and LINENO needs CR and PATH.
  2096. # Avoid depending upon Character Ranges.
  2097. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2098. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2099. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2100. as_cr_digits='0123456789'
  2101. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2102. # The user is always right.
  2103. if test "${PATH_SEPARATOR+set}" != set; then
  2104.   echo "#! /bin/sh" >conf$$.sh
  2105.   echo  "exit 0"   >>conf$$.sh
  2106.   chmod +x conf$$.sh
  2107.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2108.     PATH_SEPARATOR=';'
  2109.   else
  2110.     PATH_SEPARATOR=:
  2111.   fi
  2112.   rm -f conf$$.sh
  2113. fi
  2114.   as_lineno_1=$LINENO
  2115.   as_lineno_2=$LINENO
  2116.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2117.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2118.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2119.   # Find who we are.  Look in the path if we contain no path at all
  2120.   # relative or not.
  2121.   case $0 in
  2122.     *[\/]* ) as_myself=$0 ;;
  2123.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2124. for as_dir in $PATH
  2125. do
  2126.   IFS=$as_save_IFS
  2127.   test -z "$as_dir" && as_dir=.
  2128.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2129. done
  2130.        ;;
  2131.   esac
  2132.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2133.   # in which case we are not to be found in the path.
  2134.   if test "x$as_myself" = x; then
  2135.     as_myself=$0
  2136.   fi
  2137.   if test ! -f "$as_myself"; then
  2138.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2139. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2140.    { (exit 1); exit 1; }; }
  2141.   fi
  2142.   case $CONFIG_SHELL in
  2143.   '')
  2144.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2145. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2146. do
  2147.   IFS=$as_save_IFS
  2148.   test -z "$as_dir" && as_dir=.
  2149.   for as_base in sh bash ksh sh5; do
  2150.  case $as_dir in
  2151.  /*)
  2152.    if ("$as_dir/$as_base" -c '
  2153.   as_lineno_1=$LINENO
  2154.   as_lineno_2=$LINENO
  2155.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2156.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2157.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2158.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2159.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2160.      CONFIG_SHELL=$as_dir/$as_base
  2161.      export CONFIG_SHELL
  2162.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2163.    fi;;
  2164.  esac
  2165.        done
  2166. done
  2167. ;;
  2168.   esac
  2169.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2170.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2171.   # line-number line before each line; the second 'sed' does the real
  2172.   # work.  The second script uses 'N' to pair each line-number line
  2173.   # with the numbered line, and appends trailing '-' during
  2174.   # substitution so that $LINENO is not a special case at line end.
  2175.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2176.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2177.   sed '=' <$as_myself |
  2178.     sed '
  2179.       N
  2180.       s,$,-,
  2181.       : loop
  2182.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2183.       t loop
  2184.       s,-$,,
  2185.       s,^['$as_cr_digits']*n,,
  2186.     ' >$as_me.lineno &&
  2187.   chmod +x $as_me.lineno ||
  2188.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2189. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2190.    { (exit 1); exit 1; }; }
  2191.   # Don't try to exec as it changes $[0], causing all sort of problems
  2192.   # (the dirname of $[0] is not the place where we might find the
  2193.   # original and so on.  Autoconf is especially sensible to this).
  2194.   . ./$as_me.lineno
  2195.   # Exit status is that of the last command.
  2196.   exit
  2197. }
  2198. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2199.   *c*,-n*) ECHO_N= ECHO_C='
  2200. ' ECHO_T=' ' ;;
  2201.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2202.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2203. esac
  2204. if expr a : '(a)' >/dev/null 2>&1; then
  2205.   as_expr=expr
  2206. else
  2207.   as_expr=false
  2208. fi
  2209. rm -f conf$$ conf$$.exe conf$$.file
  2210. echo >conf$$.file
  2211. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2212.   # We could just check for DJGPP; but this test a) works b) is more generic
  2213.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2214.   if test -f conf$$.exe; then
  2215.     # Don't use ln at all; we don't have any links
  2216.     as_ln_s='cp -p'
  2217.   else
  2218.     as_ln_s='ln -s'
  2219.   fi
  2220. elif ln conf$$.file conf$$ 2>/dev/null; then
  2221.   as_ln_s=ln
  2222. else
  2223.   as_ln_s='cp -p'
  2224. fi
  2225. rm -f conf$$ conf$$.exe conf$$.file
  2226. if mkdir -p . 2>/dev/null; then
  2227.   as_mkdir_p=:
  2228. else
  2229.   test -d ./-p && rmdir ./-p
  2230.   as_mkdir_p=false
  2231. fi
  2232. as_executable_p="test -f"
  2233. # Sed expression to map a string onto a valid CPP name.
  2234. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2235. # Sed expression to map a string onto a valid variable name.
  2236. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2237. # IFS
  2238. # We need space, tab and new line, in precisely that order.
  2239. as_nl='
  2240. '
  2241. IFS="  $as_nl"
  2242. # CDPATH.
  2243. $as_unset CDPATH
  2244. exec 6>&1
  2245. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2246. # report actual input values of CONFIG_FILES etc. instead of their
  2247. # values after options handling.  Logging --version etc. is OK.
  2248. exec 5>>config.log
  2249. {
  2250.   echo
  2251.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2252. ## Running $as_me. ##
  2253. _ASBOX
  2254. } >&5
  2255. cat >&5 <<_CSEOF
  2256. This file was extended by vlc $as_me 0.8.1, which was
  2257. generated by GNU Autoconf 2.59.  Invocation command line was
  2258.   CONFIG_FILES    = $CONFIG_FILES
  2259.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2260.   CONFIG_LINKS    = $CONFIG_LINKS
  2261.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2262.   $ $0 $@
  2263. _CSEOF
  2264. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2265. echo >&5
  2266. _ACEOF
  2267. # Files that config.status was made for.
  2268. if test -n "$ac_config_files"; then
  2269.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2270. fi
  2271. if test -n "$ac_config_headers"; then
  2272.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2273. fi
  2274. if test -n "$ac_config_links"; then
  2275.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2276. fi
  2277. if test -n "$ac_config_commands"; then
  2278.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2279. fi
  2280. cat >>$CONFIG_STATUS <<_ACEOF
  2281. ac_cs_usage="
  2282. `$as_me' instantiates files from templates according to the
  2283. current configuration.
  2284. Usage: $0 [OPTIONS] [FILE]...
  2285.   -h, --help       print this help, then exit
  2286.   -V, --version    print version number, then exit
  2287.   -q, --quiet      do not print progress messages
  2288.   -d, --debug      don't remove temporary files
  2289.       --recheck    update $as_me by reconfiguring in the same conditions
  2290.   --file=FILE[:TEMPLATE]
  2291.    instantiate the configuration file FILE
  2292.   --header=FILE[:TEMPLATE]
  2293.    instantiate the configuration header FILE
  2294. Configuration files:
  2295. $config_files
  2296. Configuration headers:
  2297. $config_headers
  2298. Configuration commands:
  2299. $config_commands
  2300. Report bugs to <bug-autoconf@gnu.org>."
  2301. _ACEOF
  2302. cat >>$CONFIG_STATUS <<_ACEOF
  2303. ac_cs_version="\
  2304. vlc config.status 0.8.1
  2305. configured by $0, generated by GNU Autoconf 2.59,
  2306.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2307. Copyright (C) 2003 Free Software Foundation, Inc.
  2308. This config.status script is free software; the Free Software Foundation
  2309. gives unlimited permission to copy, distribute and modify it."
  2310. srcdir=$srcdir
  2311. INSTALL="$INSTALL"
  2312. _ACEOF
  2313. cat >>$CONFIG_STATUS <<_ACEOF
  2314. # If no file are specified by the user, then we need to provide default
  2315. # value.  By we need to know if files were specified by the user.
  2316. ac_need_defaults=:
  2317. while test $# != 0
  2318. do
  2319.   case $1 in
  2320.   --*=*)
  2321.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2322.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2323.     ac_shift=:
  2324.     ;;
  2325.   -*)
  2326.     ac_option=$1
  2327.     ac_optarg=$2
  2328.     ac_shift=shift
  2329.     ;;
  2330.   *) # This is not an option, so the user has probably given explicit
  2331.      # arguments.
  2332.      ac_option=$1
  2333.      ac_need_defaults=false;;
  2334.   esac
  2335.   case $ac_option in
  2336.   # Handling of the options.
  2337. _ACEOF
  2338. cat >>$CONFIG_STATUS <<_ACEOF
  2339.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2340.     ac_cs_recheck=: ;;
  2341.   --version | --vers* | -V )
  2342.     echo "$ac_cs_version"; exit 0 ;;
  2343.   --he | --h)
  2344.     # Conflict between --help and --header
  2345.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2346. Try `$0 --help' for more information." >&5
  2347. echo "$as_me: error: ambiguous option: $1
  2348. Try `$0 --help' for more information." >&2;}
  2349.    { (exit 1); exit 1; }; };;
  2350.   --help | --hel | -h )
  2351.     echo "$ac_cs_usage"; exit 0 ;;
  2352.   --debug | --d* | -d )
  2353.     debug=: ;;
  2354.   --file | --fil | --fi | --f )
  2355.     $ac_shift
  2356.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2357.     ac_need_defaults=false;;
  2358.   --header | --heade | --head | --hea )
  2359.     $ac_shift
  2360.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2361.     ac_need_defaults=false;;
  2362.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2363.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2364.     ac_cs_silent=: ;;
  2365.   # This is an error.
  2366.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2367. Try `$0 --help' for more information." >&5
  2368. echo "$as_me: error: unrecognized option: $1
  2369. Try `$0 --help' for more information." >&2;}
  2370.    { (exit 1); exit 1; }; } ;;
  2371.   *) ac_config_targets="$ac_config_targets $1" ;;
  2372.   esac
  2373.   shift
  2374. done
  2375. ac_configure_extra_args=
  2376. if $ac_cs_silent; then
  2377.   exec 6>/dev/null
  2378.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2379. fi
  2380. _ACEOF
  2381. cat >>$CONFIG_STATUS <<_ACEOF
  2382. if $ac_cs_recheck; then
  2383.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2384.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2385. fi
  2386. _ACEOF
  2387. cat >>$CONFIG_STATUS <<_ACEOF
  2388. #
  2389. # INIT-COMMANDS section.
  2390. #
  2391. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  2392. # Capture the value of obsolete ALL_LINGUAS because we need it to compute
  2393.     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
  2394.     # from automake.
  2395.     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
  2396.     # Capture the value of LINGUAS because we need it to compute CATALOGS.
  2397.     LINGUAS="${LINGUAS-%UNSET%}"
  2398. _ACEOF
  2399. cat >>$CONFIG_STATUS <<_ACEOF
  2400. for ac_config_target in $ac_config_targets
  2401. do
  2402.   case "$ac_config_target" in
  2403.   # Handling of arguments.
  2404.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2405.   "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
  2406.   "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  2407.   "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
  2408.   "ipkg/Makefile" ) CONFIG_FILES="$CONFIG_FILES ipkg/Makefile" ;;
  2409.   "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
  2410.   "modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
  2411.   "mozilla/Makefile" ) CONFIG_FILES="$CONFIG_FILES mozilla/Makefile" ;;
  2412.   "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
  2413.   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
  2414.   "share/Makefile" ) CONFIG_FILES="$CONFIG_FILES share/Makefile" ;;
  2415.   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2416.   "modules/access/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/Makefile" ;;
  2417.   "modules/access/dshow/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/dshow/Makefile" ;;
  2418.   "modules/access/dvb/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/dvb/Makefile" ;;
  2419.   "modules/access/mms/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/mms/Makefile" ;;
  2420.   "modules/access/pvr/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/pvr/Makefile" ;;
  2421.   "modules/access/satellite/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/satellite/Makefile" ;;
  2422.   "modules/access/v4l/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/v4l/Makefile" ;;
  2423.   "modules/access/cdda/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/cdda/Makefile" ;;
  2424.   "modules/access/vcd/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/vcd/Makefile" ;;
  2425.   "modules/access/vcdx/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/vcdx/Makefile" ;;
  2426.   "modules/access/screen/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access/screen/Makefile" ;;
  2427.   "modules/access_output/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/access_output/Makefile" ;;
  2428.   "modules/audio_filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_filter/Makefile" ;;
  2429.   "modules/audio_filter/channel_mixer/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_filter/channel_mixer/Makefile" ;;
  2430.   "modules/audio_filter/converter/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_filter/converter/Makefile" ;;
  2431.   "modules/audio_filter/resampler/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_filter/resampler/Makefile" ;;
  2432.   "modules/audio_mixer/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_mixer/Makefile" ;;
  2433.   "modules/audio_output/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/audio_output/Makefile" ;;
  2434.   "modules/codec/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/Makefile" ;;
  2435.   "modules/codec/cmml/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/cmml/Makefile" ;;
  2436.   "modules/codec/dmo/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/dmo/Makefile" ;;
  2437.   "modules/codec/ffmpeg/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/ffmpeg/Makefile" ;;
  2438.   "modules/codec/ogt/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/ogt/Makefile" ;;
  2439.   "modules/codec/spudec/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/codec/spudec/Makefile" ;;
  2440.   "modules/control/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/control/Makefile" ;;
  2441.   "modules/control/corba/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/control/corba/Makefile" ;;
  2442.   "modules/demux/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/Makefile" ;;
  2443.   "modules/demux/asf/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/asf/Makefile" ;;
  2444.   "modules/demux/avi/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/avi/Makefile" ;;
  2445.   "modules/demux/mp4/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/mp4/Makefile" ;;
  2446.   "modules/demux/mpeg/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/mpeg/Makefile" ;;
  2447.   "modules/demux/playlist/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/playlist/Makefile" ;;
  2448.   "modules/demux/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/demux/util/Makefile" ;;
  2449.   "modules/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/Makefile" ;;
  2450.   "modules/gui/beos/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/beos/Makefile" ;;
  2451.   "modules/gui/pda/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/pda/Makefile" ;;
  2452.   "modules/gui/gtk/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/gtk/Makefile" ;;
  2453.   "modules/gui/gtk2/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/gtk2/Makefile" ;;
  2454.   "modules/gui/kde/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/kde/Makefile" ;;
  2455.   "modules/gui/macosx/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/macosx/Makefile" ;;
  2456.   "modules/gui/qnx/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/qnx/Makefile" ;;
  2457.   "modules/gui/qt/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/qt/Makefile" ;;
  2458.   "modules/gui/skins2/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/skins2/Makefile" ;;
  2459.   "modules/gui/wxwindows/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/gui/wxwindows/Makefile" ;;
  2460.   "modules/misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/Makefile" ;;
  2461.   "modules/misc/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/dummy/Makefile" ;;
  2462.   "modules/misc/memcpy/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/memcpy/Makefile" ;;
  2463.   "modules/misc/network/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/network/Makefile" ;;
  2464.   "modules/misc/testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/testsuite/Makefile" ;;
  2465.   "modules/misc/playlist/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/misc/playlist/Makefile" ;;
  2466.   "modules/mux/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/mux/Makefile" ;;
  2467.   "modules/mux/mpeg/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/mux/mpeg/Makefile" ;;
  2468.   "modules/packetizer/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/packetizer/Makefile" ;;
  2469.   "modules/stream_out/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/stream_out/Makefile" ;;
  2470.   "modules/stream_out/transrate/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/stream_out/transrate/Makefile" ;;
  2471.   "modules/video_chroma/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_chroma/Makefile" ;;
  2472.   "modules/video_filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_filter/Makefile" ;;
  2473.   "modules/video_filter/swscale/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_filter/swscale/Makefile" ;;
  2474.   "modules/video_output/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_output/Makefile" ;;
  2475.   "modules/video_output/directx/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_output/directx/Makefile" ;;
  2476.   "modules/video_output/qte/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_output/qte/Makefile" ;;
  2477.   "modules/video_output/x11/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/video_output/x11/Makefile" ;;
  2478.   "modules/visualization/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/visualization/Makefile" ;;
  2479.   "modules/visualization/visual/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/visualization/visual/Makefile" ;;
  2480.   "modules/visualization/galaktos/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/visualization/galaktos/Makefile" ;;
  2481.   "vlc-config" ) CONFIG_FILES="$CONFIG_FILES vlc-config" ;;
  2482.   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2483.   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
  2484.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  2485.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2486. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2487.    { (exit 1); exit 1; }; };;
  2488.   esac
  2489. done
  2490. # If the user did not use the arguments to specify the items to instantiate,
  2491. # then the envvar interface is used.  Set only those that are not.
  2492. # We use the long form for the default assignment because of an extremely
  2493. # bizarre bug on SunOS 4.1.3.
  2494. if $ac_need_defaults; then
  2495.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2496.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2497.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2498. fi
  2499. # Have a temporary directory for convenience.  Make it in the build tree
  2500. # simply because there is no reason to put it here, and in addition,
  2501. # creating and moving files from /tmp can sometimes cause problems.
  2502. # Create a temporary directory, and hook for its removal unless debugging.
  2503. $debug ||
  2504. {
  2505.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2506.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2507. }
  2508. # Create a (secure) tmp directory for tmp files.
  2509. {
  2510.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2511.   test -n "$tmp" && test -d "$tmp"
  2512. }  ||
  2513. {
  2514.   tmp=./confstat$$-$RANDOM
  2515.   (umask 077 && mkdir $tmp)
  2516. } ||
  2517. {
  2518.    echo "$me: cannot create a temporary directory in ." >&2
  2519.    { (exit 1); exit 1; }
  2520. }
  2521. _ACEOF
  2522. cat >>$CONFIG_STATUS <<_ACEOF
  2523. #
  2524. # CONFIG_FILES section.
  2525. #
  2526. # No need to generate the scripts if there are no CONFIG_FILES.
  2527. # This happens for instance when ./config.status config.h
  2528. if test -n "$CONFIG_FILES"; then
  2529.   # Protect against being on the right side of a sed subst in config.status.
  2530.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2531.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2532. s,@SHELL@,$SHELL,;t t
  2533. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2534. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2535. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2536. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2537. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2538. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2539. s,@exec_prefix@,$exec_prefix,;t t
  2540. s,@prefix@,$prefix,;t t
  2541. s,@program_transform_name@,$program_transform_name,;t t
  2542. s,@bindir@,$bindir,;t t
  2543. s,@sbindir@,$sbindir,;t t
  2544. s,@libexecdir@,$libexecdir,;t t
  2545. s,@datadir@,$datadir,;t t
  2546. s,@sysconfdir@,$sysconfdir,;t t
  2547. s,@sharedstatedir@,$sharedstatedir,;t t
  2548. s,@localstatedir@,$localstatedir,;t t
  2549. s,@libdir@,$libdir,;t t
  2550. s,@includedir@,$includedir,;t t
  2551. s,@oldincludedir@,$oldincludedir,;t t
  2552. s,@infodir@,$infodir,;t t
  2553. s,@mandir@,$mandir,;t t
  2554. s,@build_alias@,$build_alias,;t t
  2555. s,@host_alias@,$host_alias,;t t
  2556. s,@target_alias@,$target_alias,;t t
  2557. s,@DEFS@,$DEFS,;t t
  2558. s,@ECHO_C@,$ECHO_C,;t t
  2559. s,@ECHO_N@,$ECHO_N,;t t
  2560. s,@ECHO_T@,$ECHO_T,;t t
  2561. s,@LIBS@,$LIBS,;t t
  2562. s,@build@,$build,;t t
  2563. s,@build_cpu@,$build_cpu,;t t
  2564. s,@build_vendor@,$build_vendor,;t t
  2565. s,@build_os@,$build_os,;t t
  2566. s,@host@,$host,;t t
  2567. s,@host_cpu@,$host_cpu,;t t
  2568. s,@host_vendor@,$host_vendor,;t t
  2569. s,@host_os@,$host_os,;t t
  2570. s,@target@,$target,;t t
  2571. s,@target_cpu@,$target_cpu,;t t
  2572. s,@target_vendor@,$target_vendor,;t t
  2573. s,@target_os@,$target_os,;t t
  2574. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2575. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2576. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2577. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2578. s,@PACKAGE@,$PACKAGE,;t t
  2579. s,@VERSION@,$VERSION,;t t
  2580. s,@ACLOCAL@,$ACLOCAL,;t t
  2581. s,@AUTOCONF@,$AUTOCONF,;t t
  2582. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2583. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2584. s,@MAKEINFO@,$MAKEINFO,;t t
  2585. s,@AMTAR@,$AMTAR,;t t
  2586. s,@install_sh@,$install_sh,;t t
  2587. s,@STRIP@,$STRIP,;t t
  2588. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2589. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2590. s,@AWK@,$AWK,;t t
  2591. s,@SET_MAKE@,$SET_MAKE,;t t
  2592. s,@am__leading_dot@,$am__leading_dot,;t t
  2593. s,@CC@,$CC,;t t
  2594. s,@CFLAGS@,$CFLAGS,;t t
  2595. s,@LDFLAGS@,$LDFLAGS,;t t
  2596. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2597. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2598. s,@EXEEXT@,$EXEEXT,;t t
  2599. s,@OBJEXT@,$OBJEXT,;t t
  2600. s,@DEPDIR@,$DEPDIR,;t t
  2601. s,@am__include@,$am__include,;t t
  2602. s,@am__quote@,$am__quote,;t t
  2603. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2604. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2605. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2606. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2607. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  2608. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  2609. s,@CPP@,$CPP,;t t
  2610. s,@CXX@,$CXX,;t t
  2611. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2612. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2613. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2614. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  2615. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  2616. s,@CXXCPP@,$CXXCPP,;t t
  2617. s,@EGREP@,$EGREP,;t t
  2618. s,@OBJC@,$OBJC,;t t
  2619. s,@OBJCFLAGS@,$OBJCFLAGS,;t t
  2620. s,@OBJCDEPMODE@,$OBJCDEPMODE,;t t
  2621. s,@am__fastdepOBJC_TRUE@,$am__fastdepOBJC_TRUE,;t t
  2622. s,@am__fastdepOBJC_FALSE@,$am__fastdepOBJC_FALSE,;t t
  2623. s,@RANLIB@,$RANLIB,;t t
  2624. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2625. s,@AR@,$AR,;t t
  2626. s,@ac_ct_AR@,$ac_ct_AR,;t t
  2627. s,@LD@,$LD,;t t
  2628. s,@ac_ct_LD@,$ac_ct_LD,;t t
  2629. s,@WINDRES@,$WINDRES,;t t
  2630. s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
  2631. s,@HAVE_BEOS_TRUE@,$HAVE_BEOS_TRUE,;t t
  2632. s,@HAVE_BEOS_FALSE@,$HAVE_BEOS_FALSE,;t t
  2633. s,@HAVE_DARWIN_TRUE@,$HAVE_DARWIN_TRUE,;t t
  2634. s,@HAVE_DARWIN_FALSE@,$HAVE_DARWIN_FALSE,;t t
  2635. s,@HAVE_WIN32_TRUE@,$HAVE_WIN32_TRUE,;t t
  2636. s,@HAVE_WIN32_FALSE@,$HAVE_WIN32_FALSE,;t t
  2637. s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
  2638. s,@MSGFMT@,$MSGFMT,;t t
  2639. s,@GMSGFMT@,$GMSGFMT,;t t
  2640. s,@XGETTEXT@,$XGETTEXT,;t t
  2641. s,@MSGMERGE@,$MSGMERGE,;t t
  2642. s,@ALLOCA@,$ALLOCA,;t t
  2643. s,@GLIBC21@,$GLIBC21,;t t
  2644. s,@LIBICONV@,$LIBICONV,;t t
  2645. s,@LTLIBICONV@,$LTLIBICONV,;t t
  2646. s,@INTLBISON@,$INTLBISON,;t t
  2647. s,@USE_NLS@,$USE_NLS,;t t
  2648. s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
  2649. s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
  2650. s,@CATOBJEXT@,$CATOBJEXT,;t t
  2651. s,@INTLOBJS@,$INTLOBJS,;t t
  2652. s,@DATADIRNAME@,$DATADIRNAME,;t t
  2653. s,@INSTOBJEXT@,$INSTOBJEXT,;t t
  2654. s,@GENCAT@,$GENCAT,;t t
  2655. s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
  2656. s,@INTLLIBS@,$INTLLIBS,;t t
  2657. s,@LIBINTL@,$LIBINTL,;t t
  2658. s,@LTLIBINTL@,$LTLIBINTL,;t t
  2659. s,@POSUB@,$POSUB,;t t
  2660. s,@BUILD_INTL_TRUE@,$BUILD_INTL_TRUE,;t t
  2661. s,@BUILD_INTL_FALSE@,$BUILD_INTL_FALSE,;t t
  2662. s,@BUILD_GETOPT_TRUE@,$BUILD_GETOPT_TRUE,;t t
  2663. s,@BUILD_GETOPT_FALSE@,$BUILD_GETOPT_FALSE,;t t
  2664. s,@BUILD_DIRENT_TRUE@,$BUILD_DIRENT_TRUE,;t t
  2665. s,@BUILD_DIRENT_FALSE@,$BUILD_DIRENT_FALSE,;t t
  2666. s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  2667. s,@HAL_CFLAGS@,$HAL_CFLAGS,;t t
  2668. s,@HAL_LIBS@,$HAL_LIBS,;t t
  2669. s,@DVDNAV_CONFIG@,$DVDNAV_CONFIG,;t t
  2670. s,@LIBCDIO_CFLAGS@,$LIBCDIO_CFLAGS,;t t
  2671. s,@LIBCDIO_LIBS@,$LIBCDIO_LIBS,;t t
  2672. s,@LIBCDDB_CFLAGS@,$LIBCDDB_CFLAGS,;t t
  2673. s,@LIBCDDB_LIBS@,$LIBCDDB_LIBS,;t t
  2674. s,@FFMPEG_CONFIG@,$FFMPEG_CONFIG,;t t
  2675. s,@SDL12_CONFIG@,$SDL12_CONFIG,;t t
  2676. s,@SDL11_CONFIG@,$SDL11_CONFIG,;t t
  2677. s,@SDL_CONFIG@,$SDL_CONFIG,;t t
  2678. s,@FREETYPE_CONFIG@,$FREETYPE_CONFIG,;t t
  2679. s,@FRIBIDI_CONFIG@,$FRIBIDI_CONFIG,;t t
  2680. s,@SVG_CFLAGS@,$SVG_CFLAGS,;t t
  2681. s,@SVG_LIBS@,$SVG_LIBS,;t t
  2682. s,@CACA_CONFIG@,$CACA_CONFIG,;t t
  2683. s,@ESD_CONFIG@,$ESD_CONFIG,;t t
  2684. s,@ARTS_CONFIG@,$ARTS_CONFIG,;t t
  2685. s,@XML2_CONFIG@,$XML2_CONFIG,;t t
  2686. s,@GTK2_CFLAGS@,$GTK2_CFLAGS,;t t
  2687. s,@GTK2_LIBS@,$GTK2_LIBS,;t t
  2688. s,@WX_CONFIG@,$WX_CONFIG,;t t
  2689. s,@CORBA_CFLAGS@,$CORBA_CFLAGS,;t t
  2690. s,@CORBA_LIBS@,$CORBA_LIBS,;t t
  2691. s,@ENABLE_CORBA_TRUE@,$ENABLE_CORBA_TRUE,;t t
  2692. s,@ENABLE_CORBA_FALSE@,$ENABLE_CORBA_FALSE,;t t
  2693. s,@LIBGNUTLS_CONFIG@,$LIBGNUTLS_CONFIG,;t t
  2694. s,@MOZILLA_CONFIG@,$MOZILLA_CONFIG,;t t
  2695. s,@CYGPATH@,$CYGPATH,;t t
  2696. s,@ac_ct_CYGPATH@,$ac_ct_CYGPATH,;t t
  2697. s,@BUILD_MOZILLA_TRUE@,$BUILD_MOZILLA_TRUE,;t t
  2698. s,@BUILD_MOZILLA_FALSE@,$BUILD_MOZILLA_FALSE,;t t
  2699. s,@HAVE_PLUGINS_TRUE@,$HAVE_PLUGINS_TRUE,;t t
  2700. s,@HAVE_PLUGINS_FALSE@,$HAVE_PLUGINS_FALSE,;t t
  2701. s,@HAVE_BUILTINS_TRUE@,$HAVE_BUILTINS_TRUE,;t t
  2702. s,@HAVE_BUILTINS_FALSE@,$HAVE_BUILTINS_FALSE,;t t
  2703. s,@UNTRUE_TRUE@,$UNTRUE_TRUE,;t t
  2704. s,@UNTRUE_FALSE@,$UNTRUE_FALSE,;t t
  2705. s,@DATA_PATH@,$DATA_PATH,;t t
  2706. s,@PLUGIN_PATH@,$PLUGIN_PATH,;t t
  2707. s,@VLC_CONFIG@,$VLC_CONFIG,;t t
  2708. s,@SYS@,$SYS,;t t
  2709. s,@ARCH@,$ARCH,;t t
  2710. s,@ALIASES@,$ALIASES,;t t
  2711. s,@ASM@,$ASM,;t t
  2712. s,@MOC@,$MOC,;t t
  2713. s,@XPIDL@,$XPIDL,;t t
  2714. s,@XPIDL_INCL@,$XPIDL_INCL,;t t
  2715. s,@LIBEXT@,$LIBEXT,;t t
  2716. s,@INCLUDES@,$INCLUDES,;t t
  2717. s,@ALL_LINGUAS@,$ALL_LINGUAS,;t t
  2718. s,@LIBOBJS@,$LIBOBJS,;t t
  2719. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2720. CEOF
  2721. _ACEOF
  2722.   cat >>$CONFIG_STATUS <<_ACEOF
  2723.   # Split the substitutions into bite-sized pieces for seds with
  2724.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2725.   ac_max_sed_lines=48
  2726.   ac_sed_frag=1 # Number of current file.
  2727.   ac_beg=1 # First line for current file.
  2728.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2729.   ac_more_lines=:
  2730.   ac_sed_cmds=
  2731.   while $ac_more_lines; do
  2732.     if test $ac_beg -gt 1; then
  2733.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2734.     else
  2735.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2736.     fi
  2737.     if test ! -s $tmp/subs.frag; then
  2738.       ac_more_lines=false
  2739.     else
  2740.       # The purpose of the label and of the branching condition is to
  2741.       # speed up the sed processing (if there are no `@' at all, there
  2742.       # is no need to browse any of the substitutions).
  2743.       # These are the two extra sed commands mentioned above.
  2744.       (echo ':t
  2745.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2746.       if test -z "$ac_sed_cmds"; then
  2747. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2748.       else
  2749. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2750.       fi
  2751.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2752.       ac_beg=$ac_end
  2753.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2754.     fi
  2755.   done
  2756.   if test -z "$ac_sed_cmds"; then
  2757.     ac_sed_cmds=cat
  2758.   fi
  2759. fi # test -n "$CONFIG_FILES"
  2760. _ACEOF
  2761. cat >>$CONFIG_STATUS <<_ACEOF
  2762. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2763.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2764.   case $ac_file in
  2765.   - | *:- | *:-:* ) # input from stdin
  2766. cat >$tmp/stdin
  2767. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2768. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2769.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2770. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2771.   * )   ac_file_in=$ac_file.in ;;
  2772.   esac
  2773.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2774.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2775. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2776.  X"$ac_file" : 'X(//)[^/]' | 
  2777.  X"$ac_file" : 'X(//)$' | 
  2778.  X"$ac_file" : 'X(/)' | 
  2779.  .     : '(.)' 2>/dev/null ||
  2780. echo X"$ac_file" |
  2781.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2782.      /^X(//)[^/].*/{ s//1/; q; }
  2783.      /^X(//)$/{ s//1/; q; }
  2784.      /^X(/).*/{ s//1/; q; }
  2785.      s/.*/./; q'`
  2786.   { if $as_mkdir_p; then
  2787.     mkdir -p "$ac_dir"
  2788.   else
  2789.     as_dir="$ac_dir"
  2790.     as_dirs=
  2791.     while test ! -d "$as_dir"; do
  2792.       as_dirs="$as_dir $as_dirs"
  2793.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2794. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2795.  X"$as_dir" : 'X(//)[^/]' | 
  2796.  X"$as_dir" : 'X(//)$' | 
  2797.  X"$as_dir" : 'X(/)' | 
  2798.  .     : '(.)' 2>/dev/null ||
  2799. echo X"$as_dir" |
  2800.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2801.      /^X(//)[^/].*/{ s//1/; q; }
  2802.      /^X(//)$/{ s//1/; q; }
  2803.      /^X(/).*/{ s//1/; q; }
  2804.      s/.*/./; q'`
  2805.     done
  2806.     test ! -n "$as_dirs" || mkdir $as_dirs
  2807.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2808. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2809.    { (exit 1); exit 1; }; }; }
  2810.   ac_builddir=.
  2811. if test "$ac_dir" != .; then
  2812.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2813.   # A "../" for each directory in $ac_dir_suffix.
  2814.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2815. else
  2816.   ac_dir_suffix= ac_top_builddir=
  2817. fi
  2818. case $srcdir in
  2819.   .)  # No --srcdir option.  We are building in place.
  2820.     ac_srcdir=.
  2821.     if test -z "$ac_top_builddir"; then
  2822.        ac_top_srcdir=.
  2823.     else
  2824.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2825.     fi ;;
  2826.   [\/]* | ?:[\/]* )  # Absolute path.
  2827.     ac_srcdir=$srcdir$ac_dir_suffix;
  2828.     ac_top_srcdir=$srcdir ;;
  2829.   *) # Relative path.
  2830.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2831.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2832. esac
  2833. # Do not use `cd foo && pwd` to compute absolute paths, because
  2834. # the directories may not exist.
  2835. case `pwd` in
  2836. .) ac_abs_builddir="$ac_dir";;
  2837. *)
  2838.   case "$ac_dir" in
  2839.   .) ac_abs_builddir=`pwd`;;
  2840.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  2841.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  2842.   esac;;
  2843. esac
  2844. case $ac_abs_builddir in
  2845. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  2846. *)
  2847.   case ${ac_top_builddir}. in
  2848.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  2849.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  2850.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  2851.   esac;;
  2852. esac
  2853. case $ac_abs_builddir in
  2854. .) ac_abs_srcdir=$ac_srcdir;;
  2855. *)
  2856.   case $ac_srcdir in
  2857.   .) ac_abs_srcdir=$ac_abs_builddir;;
  2858.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  2859.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  2860.   esac;;
  2861. esac
  2862. case $ac_abs_builddir in
  2863. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  2864. *)
  2865.   case $ac_top_srcdir in
  2866.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  2867.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  2868.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  2869.   esac;;
  2870. esac
  2871.   case $INSTALL in
  2872.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2873.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2874.   esac
  2875.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2876.   # use $as_me), people would be surprised to read:
  2877.   #    /* config.h.  Generated by config.status.  */
  2878.   if test x"$ac_file" = x-; then
  2879.     configure_input=
  2880.   else
  2881.     configure_input="$ac_file.  "
  2882.   fi
  2883.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2884.      sed 's,.*/,,'` by configure."
  2885.   # First look for the input files in the build tree, otherwise in the
  2886.   # src tree.
  2887.   ac_file_inputs=`IFS=:
  2888.     for f in $ac_file_in; do
  2889.       case $f in
  2890.       -) echo $tmp/stdin ;;
  2891.       [\/$]*)
  2892.  # Absolute (can't be DOS-style, as IFS=:)
  2893.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2894. echo "$as_me: error: cannot find input file: $f" >&2;}
  2895.    { (exit 1); exit 1; }; }
  2896.  echo "$f";;
  2897.       *) # Relative
  2898.  if test -f "$f"; then
  2899.    # Build tree
  2900.    echo "$f"
  2901.  elif test -f "$srcdir/$f"; then
  2902.    # Source tree
  2903.    echo "$srcdir/$f"
  2904.  else
  2905.    # /dev/null tree
  2906.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2907. echo "$as_me: error: cannot find input file: $f" >&2;}
  2908.    { (exit 1); exit 1; }; }
  2909.  fi;;
  2910.       esac
  2911.     done` || { (exit 1); exit 1; }
  2912.   if test x"$ac_file" != x-; then
  2913.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2914. echo "$as_me: creating $ac_file" >&6;}
  2915.     rm -f "$ac_file"
  2916.   fi
  2917. _ACEOF
  2918. cat >>$CONFIG_STATUS <<_ACEOF
  2919.   sed "$ac_vpsub
  2920. $extrasub
  2921. _ACEOF
  2922. cat >>$CONFIG_STATUS <<_ACEOF
  2923. :t
  2924. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2925. s,@configure_input@,$configure_input,;t t
  2926. s,@srcdir@,$ac_srcdir,;t t
  2927. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2928. s,@top_srcdir@,$ac_top_srcdir,;t t
  2929. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2930. s,@builddir@,$ac_builddir,;t t
  2931. s,@abs_builddir@,$ac_abs_builddir,;t t
  2932. s,@top_builddir@,$ac_top_builddir,;t t
  2933. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2934. s,@INSTALL@,$ac_INSTALL,;t t
  2935. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2936.   rm -f $tmp/stdin
  2937.   if test x"$ac_file" != x-; then
  2938.     mv $tmp/out $ac_file
  2939.   else
  2940.     cat $tmp/out
  2941.     rm -f $tmp/out
  2942.   fi
  2943.   # Run the commands associated with the file.
  2944.   case $ac_file in
  2945.     vlc-config ) chmod 0755 vlc-config ;;
  2946.   esac
  2947. done
  2948. _ACEOF
  2949. cat >>$CONFIG_STATUS <<_ACEOF
  2950. #
  2951. # CONFIG_HEADER section.
  2952. #
  2953. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2954. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2955. #
  2956. # ac_d sets the value in "#define NAME VALUE" lines.
  2957. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  2958. ac_dB='[  ].*$,1#2'
  2959. ac_dC=' '
  2960. ac_dD=',;t'
  2961. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2962. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  2963. ac_uB='$,1#2define3'
  2964. ac_uC=' '
  2965. ac_uD=',;t'
  2966. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  2967.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2968.   case $ac_file in
  2969.   - | *:- | *:-:* ) # input from stdin
  2970. cat >$tmp/stdin
  2971. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2972. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2973.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2974. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2975.   * )   ac_file_in=$ac_file.in ;;
  2976.   esac
  2977.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  2978. echo "$as_me: creating $ac_file" >&6;}
  2979.   # First look for the input files in the build tree, otherwise in the
  2980.   # src tree.
  2981.   ac_file_inputs=`IFS=:
  2982.     for f in $ac_file_in; do
  2983.       case $f in
  2984.       -) echo $tmp/stdin ;;
  2985.       [\/$]*)
  2986.  # Absolute (can't be DOS-style, as IFS=:)
  2987.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2988. echo "$as_me: error: cannot find input file: $f" >&2;}
  2989.    { (exit 1); exit 1; }; }
  2990.  # Do quote $f, to prevent DOS paths from being IFS'd.
  2991.  echo "$f";;
  2992.       *) # Relative
  2993.  if test -f "$f"; then
  2994.    # Build tree
  2995.    echo "$f"
  2996.  elif test -f "$srcdir/$f"; then
  2997.    # Source tree
  2998.    echo "$srcdir/$f"
  2999.  else
  3000.    # /dev/null tree
  3001.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3002. echo "$as_me: error: cannot find input file: $f" >&2;}
  3003.    { (exit 1); exit 1; }; }
  3004.  fi;;
  3005.       esac
  3006.     done` || { (exit 1); exit 1; }
  3007.   # Remove the trailing spaces.
  3008.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  3009. _ACEOF
  3010. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  3011. # `conftest.undefs', that substitutes the proper values into
  3012. # config.h.in to produce config.h.  The first handles `#define'
  3013. # templates, and the second `#undef' templates.
  3014. # And first: Protect against being on the right side of a sed subst in
  3015. # config.status.  Protect against being in an unquoted here document
  3016. # in config.status.
  3017. rm -f conftest.defines conftest.undefs
  3018. # Using a here document instead of a string reduces the quoting nightmare.
  3019. # Putting comments in sed scripts is not portable.
  3020. #
  3021. # `end' is used to avoid that the second main sed command (meant for
  3022. # 0-ary CPP macros) applies to n-ary macro definitions.
  3023. # See the Autoconf documentation for `clear'.
  3024. cat >confdef2sed.sed <<_ACEOF
  3025. s/[\&,]/\&/g
  3026. s,[\$`],\&,g
  3027. t clear
  3028. : clear
  3029. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  3030. t end
  3031. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  3032. : end
  3033. _ACEOF
  3034. # If some macros were called several times there might be several times
  3035. # the same #defines, which is useless.  Nevertheless, we may not want to
  3036. # sort them, since we want the *last* AC-DEFINE to be honored.
  3037. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  3038. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  3039. rm -f confdef2sed.sed
  3040. # This sed command replaces #undef with comments.  This is necessary, for
  3041. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3042. # on some systems where configure will not decide to define it.
  3043. cat >>conftest.undefs <<_ACEOF
  3044. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  3045. _ACEOF
  3046. # Break up conftest.defines because some shells have a limit on the size
  3047. # of here documents, and old seds have small limits too (100 cmds).
  3048. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  3049. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  3050. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  3051. echo '  :' >>$CONFIG_STATUS
  3052. rm -f conftest.tail
  3053. while grep . conftest.defines >/dev/null
  3054. do
  3055.   # Write a limited-size here document to $tmp/defines.sed.
  3056.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  3057.   # Speed up: don't consider the non `#define' lines.
  3058.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  3059.   # Work around the forget-to-reset-the-flag bug.
  3060.   echo 't clr' >>$CONFIG_STATUS
  3061.   echo ': clr' >>$CONFIG_STATUS
  3062.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  3063.   echo 'CEOF
  3064.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  3065.   rm -f $tmp/in
  3066.   mv $tmp/out $tmp/in
  3067. ' >>$CONFIG_STATUS
  3068.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  3069.   rm -f conftest.defines
  3070.   mv conftest.tail conftest.defines
  3071. done
  3072. rm -f conftest.defines
  3073. echo '  fi # grep' >>$CONFIG_STATUS
  3074. echo >>$CONFIG_STATUS
  3075. # Break up conftest.undefs because some shells have a limit on the size
  3076. # of here documents, and old seds have small limits too (100 cmds).
  3077. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  3078. rm -f conftest.tail
  3079. while grep . conftest.undefs >/dev/null
  3080. do
  3081.   # Write a limited-size here document to $tmp/undefs.sed.
  3082.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  3083.   # Speed up: don't consider the non `#undef'
  3084.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  3085.   # Work around the forget-to-reset-the-flag bug.
  3086.   echo 't clr' >>$CONFIG_STATUS
  3087.   echo ': clr' >>$CONFIG_STATUS
  3088.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  3089.   echo 'CEOF
  3090.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  3091.   rm -f $tmp/in
  3092.   mv $tmp/out $tmp/in
  3093. ' >>$CONFIG_STATUS
  3094.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  3095.   rm -f conftest.undefs
  3096.   mv conftest.tail conftest.undefs
  3097. done
  3098. rm -f conftest.undefs
  3099. cat >>$CONFIG_STATUS <<_ACEOF
  3100.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3101.   # use $as_me), people would be surprised to read:
  3102.   #    /* config.h.  Generated by config.status.  */
  3103.   if test x"$ac_file" = x-; then
  3104.     echo "/* Generated by configure.  */" >$tmp/config.h
  3105.   else
  3106.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  3107.   fi
  3108.   cat $tmp/in >>$tmp/config.h
  3109.   rm -f $tmp/in
  3110.   if test x"$ac_file" != x-; then
  3111.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3112.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3113. echo "$as_me: $ac_file is unchanged" >&6;}
  3114.     else
  3115.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3116. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3117.  X"$ac_file" : 'X(//)[^/]' | 
  3118.  X"$ac_file" : 'X(//)$' | 
  3119.  X"$ac_file" : 'X(/)' | 
  3120.  .     : '(.)' 2>/dev/null ||
  3121. echo X"$ac_file" |
  3122.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3123.      /^X(//)[^/].*/{ s//1/; q; }
  3124.      /^X(//)$/{ s//1/; q; }
  3125.      /^X(/).*/{ s//1/; q; }
  3126.      s/.*/./; q'`
  3127.       { if $as_mkdir_p; then
  3128.     mkdir -p "$ac_dir"
  3129.   else
  3130.     as_dir="$ac_dir"
  3131.     as_dirs=
  3132.     while test ! -d "$as_dir"; do
  3133.       as_dirs="$as_dir $as_dirs"
  3134.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3135. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3136.  X"$as_dir" : 'X(//)[^/]' | 
  3137.  X"$as_dir" : 'X(//)$' | 
  3138.  X"$as_dir" : 'X(/)' | 
  3139.  .     : '(.)' 2>/dev/null ||
  3140. echo X"$as_dir" |
  3141.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3142.      /^X(//)[^/].*/{ s//1/; q; }
  3143.      /^X(//)$/{ s//1/; q; }
  3144.      /^X(/).*/{ s//1/; q; }
  3145.      s/.*/./; q'`
  3146.     done
  3147.     test ! -n "$as_dirs" || mkdir $as_dirs
  3148.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3149. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3150.    { (exit 1); exit 1; }; }; }
  3151.       rm -f $ac_file
  3152.       mv $tmp/config.h $ac_file
  3153.     fi
  3154.   else
  3155.     cat $tmp/config.h
  3156.     rm -f $tmp/config.h
  3157.   fi
  3158. # Compute $ac_file's index in $config_headers.
  3159. _am_stamp_count=1
  3160. for _am_header in $config_headers :; do
  3161.   case $_am_header in
  3162.     $ac_file | $ac_file:* )
  3163.       break ;;
  3164.     * )
  3165.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  3166.   esac
  3167. done
  3168. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  3169. $as_expr X$ac_file : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3170.  X$ac_file : 'X(//)[^/]' | 
  3171.  X$ac_file : 'X(//)$' | 
  3172.  X$ac_file : 'X(/)' | 
  3173.  .     : '(.)' 2>/dev/null ||
  3174. echo X$ac_file |
  3175.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3176.      /^X(//)[^/].*/{ s//1/; q; }
  3177.      /^X(//)$/{ s//1/; q; }
  3178.      /^X(/).*/{ s//1/; q; }
  3179.      s/.*/./; q'`/stamp-h$_am_stamp_count
  3180. done
  3181. _ACEOF
  3182. cat >>$CONFIG_STATUS <<_ACEOF
  3183. #
  3184. # CONFIG_COMMANDS section.
  3185. #
  3186. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  3187.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  3188.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3189.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  3190. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3191.  X"$ac_dest" : 'X(//)[^/]' | 
  3192.  X"$ac_dest" : 'X(//)$' | 
  3193.  X"$ac_dest" : 'X(/)' | 
  3194.  .     : '(.)' 2>/dev/null ||
  3195. echo X"$ac_dest" |
  3196.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3197.      /^X(//)[^/].*/{ s//1/; q; }
  3198.      /^X(//)$/{ s//1/; q; }
  3199.      /^X(/).*/{ s//1/; q; }
  3200.      s/.*/./; q'`
  3201.   { if $as_mkdir_p; then
  3202.     mkdir -p "$ac_dir"
  3203.   else
  3204.     as_dir="$ac_dir"
  3205.     as_dirs=
  3206.     while test ! -d "$as_dir"; do
  3207.       as_dirs="$as_dir $as_dirs"
  3208.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3209. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3210.  X"$as_dir" : 'X(//)[^/]' | 
  3211.  X"$as_dir" : 'X(//)$' | 
  3212.  X"$as_dir" : 'X(/)' | 
  3213.  .     : '(.)' 2>/dev/null ||
  3214. echo X"$as_dir" |
  3215.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3216.      /^X(//)[^/].*/{ s//1/; q; }
  3217.      /^X(//)$/{ s//1/; q; }
  3218.      /^X(/).*/{ s//1/; q; }
  3219.      s/.*/./; q'`
  3220.     done
  3221.     test ! -n "$as_dirs" || mkdir $as_dirs
  3222.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3223. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3224.    { (exit 1); exit 1; }; }; }
  3225.   ac_builddir=.
  3226. if test "$ac_dir" != .; then
  3227.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3228.   # A "../" for each directory in $ac_dir_suffix.
  3229.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3230. else
  3231.   ac_dir_suffix= ac_top_builddir=
  3232. fi
  3233. case $srcdir in
  3234.   .)  # No --srcdir option.  We are building in place.
  3235.     ac_srcdir=.
  3236.     if test -z "$ac_top_builddir"; then
  3237.        ac_top_srcdir=.
  3238.     else
  3239.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3240.     fi ;;
  3241.   [\/]* | ?:[\/]* )  # Absolute path.
  3242.     ac_srcdir=$srcdir$ac_dir_suffix;
  3243.     ac_top_srcdir=$srcdir ;;
  3244.   *) # Relative path.
  3245.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3246.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3247. esac
  3248. # Do not use `cd foo && pwd` to compute absolute paths, because
  3249. # the directories may not exist.
  3250. case `pwd` in
  3251. .) ac_abs_builddir="$ac_dir";;
  3252. *)
  3253.   case "$ac_dir" in
  3254.   .) ac_abs_builddir=`pwd`;;
  3255.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3256.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3257.   esac;;
  3258. esac
  3259. case $ac_abs_builddir in
  3260. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3261. *)
  3262.   case ${ac_top_builddir}. in
  3263.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3264.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3265.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3266.   esac;;
  3267. esac
  3268. case $ac_abs_builddir in
  3269. .) ac_abs_srcdir=$ac_srcdir;;
  3270. *)
  3271.   case $ac_srcdir in
  3272.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3273.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3274.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3275.   esac;;
  3276. esac
  3277. case $ac_abs_builddir in
  3278. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3279. *)
  3280.   case $ac_top_srcdir in
  3281.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3282.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3283.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3284.   esac;;
  3285. esac
  3286.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3287. echo "$as_me: executing $ac_dest commands" >&6;}
  3288.   case $ac_dest in
  3289.     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  3290.   # Strip MF so we end up with the name of the file.
  3291.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  3292.   # Check whether this is an Automake generated Makefile or not.
  3293.   # We used to match only the files named `Makefile.in', but
  3294.   # some people rename them; so instead we look at the file content.
  3295.   # Grep'ing the first line is not enough: some people post-process
  3296.   # each Makefile.in and add a new line on top of each file to say so.
  3297.   # So let's grep whole file.
  3298.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  3299.     dirpart=`(dirname "$mf") 2>/dev/null ||
  3300. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3301.  X"$mf" : 'X(//)[^/]' | 
  3302.  X"$mf" : 'X(//)$' | 
  3303.  X"$mf" : 'X(/)' | 
  3304.  .     : '(.)' 2>/dev/null ||
  3305. echo X"$mf" |
  3306.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3307.      /^X(//)[^/].*/{ s//1/; q; }
  3308.      /^X(//)$/{ s//1/; q; }
  3309.      /^X(/).*/{ s//1/; q; }
  3310.      s/.*/./; q'`
  3311.   else
  3312.     continue
  3313.   fi
  3314.   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  3315.   # Extract the definition of DEP_FILES from the Makefile without
  3316.   # running `make'.
  3317.   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  3318.   test -z "$DEPDIR" && continue
  3319.   # When using ansi2knr, U may be empty or an underscore; expand it
  3320.   U=`sed -n -e '/^U = / s///p' < "$mf"`
  3321.   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  3322.   # We invoke sed twice because it is the simplest approach to
  3323.   # changing $(DEPDIR) to its actual value in the expansion.
  3324.   for file in `sed -n -e '
  3325.     /^DEP_FILES = .*\\$/ {
  3326.       s/^DEP_FILES = //
  3327.       :loop
  3328. s/\\$//
  3329. p
  3330. n
  3331. /\\$/ b loop
  3332.       p
  3333.     }
  3334.     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | 
  3335.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3336.     # Make sure the directory exists.
  3337.     test -f "$dirpart/$file" && continue
  3338.     fdir=`(dirname "$file") 2>/dev/null ||
  3339. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3340.  X"$file" : 'X(//)[^/]' | 
  3341.  X"$file" : 'X(//)$' | 
  3342.  X"$file" : 'X(/)' | 
  3343.  .     : '(.)' 2>/dev/null ||
  3344. echo X"$file" |
  3345.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3346.      /^X(//)[^/].*/{ s//1/; q; }
  3347.      /^X(//)$/{ s//1/; q; }
  3348.      /^X(/).*/{ s//1/; q; }
  3349.      s/.*/./; q'`
  3350.     { if $as_mkdir_p; then
  3351.     mkdir -p $dirpart/$fdir
  3352.   else
  3353.     as_dir=$dirpart/$fdir
  3354.     as_dirs=
  3355.     while test ! -d "$as_dir"; do
  3356.       as_dirs="$as_dir $as_dirs"
  3357.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3358. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3359.  X"$as_dir" : 'X(//)[^/]' | 
  3360.  X"$as_dir" : 'X(//)$' | 
  3361.  X"$as_dir" : 'X(/)' | 
  3362.  .     : '(.)' 2>/dev/null ||
  3363. echo X"$as_dir" |
  3364.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3365.      /^X(//)[^/].*/{ s//1/; q; }
  3366.      /^X(//)$/{ s//1/; q; }
  3367.      /^X(/).*/{ s//1/; q; }
  3368.      s/.*/./; q'`
  3369.     done
  3370.     test ! -n "$as_dirs" || mkdir $as_dirs
  3371.   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  3372. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  3373.    { (exit 1); exit 1; }; }; }
  3374.     # echo "creating $dirpart/$file"
  3375.     echo '# dummy' > "$dirpart/$file"
  3376.   done
  3377. done
  3378.  ;;
  3379.     default-1 )
  3380.     for ac_file in $CONFIG_FILES; do
  3381.       # Support "outfile[:infile[:infile...]]"
  3382.       case "$ac_file" in
  3383.         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3384.       esac
  3385.       # PO directories have a Makefile.in generated from Makefile.in.in.
  3386.       case "$ac_file" in */Makefile.in)
  3387.         # Adjust a relative srcdir.
  3388.         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  3389.         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^./%%'`"
  3390.         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  3391.         # In autoconf-2.13 it is called $ac_given_srcdir.
  3392.         # In autoconf-2.50 it is called $srcdir.
  3393.         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  3394.         case "$ac_given_srcdir" in
  3395.           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  3396.           /*) top_srcdir="$ac_given_srcdir" ;;
  3397.           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3398.         esac
  3399.         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  3400.           rm -f "$ac_dir/POTFILES"
  3401.           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  3402.           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*$/d" -e "s,.*,     $top_srcdir/& \\," | sed -e "$s/(.*) \\/1/" > "$ac_dir/POTFILES"
  3403.           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
  3404.           # on $ac_dir but don't depend on user-specified configuration
  3405.           # parameters.
  3406.           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
  3407.             # The LINGUAS file contains the set of available languages.
  3408.             if test -n "$ALL_LINGUAS"; then
  3409.               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
  3410.             fi
  3411.             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
  3412.             # Hide the ALL_LINGUAS assigment from automake.
  3413.             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
  3414.           fi
  3415.           case "$ac_given_srcdir" in
  3416.             .) srcdirpre= ;;
  3417.             *) srcdirpre='$(srcdir)/' ;;
  3418.           esac
  3419.           POFILES=
  3420.           GMOFILES=
  3421.           UPDATEPOFILES=
  3422.           DUMMYPOFILES=
  3423.           for lang in $ALL_LINGUAS; do
  3424.             POFILES="$POFILES $srcdirpre$lang.po"
  3425.             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
  3426.             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
  3427.             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
  3428.           done
  3429.           # CATALOGS depends on both $ac_dir and the user's LINGUAS
  3430.           # environment variable.
  3431.           INST_LINGUAS=
  3432.           if test -n "$ALL_LINGUAS"; then
  3433.             for presentlang in $ALL_LINGUAS; do
  3434.               useit=no
  3435.               if test "%UNSET%" != "$LINGUAS"; then
  3436.                 desiredlanguages="$LINGUAS"
  3437.               else
  3438.                 desiredlanguages="$ALL_LINGUAS"
  3439.               fi
  3440.               for desiredlang in $desiredlanguages; do
  3441.                 # Use the presentlang catalog if desiredlang is
  3442.                 #   a. equal to presentlang, or
  3443.                 #   b. a variant of presentlang (because in this case,
  3444.                 #      presentlang can be used as a fallback for messages
  3445.                 #      which are not translated in the desiredlang catalog).
  3446.                 case "$desiredlang" in
  3447.                   "$presentlang"*) useit=yes;;
  3448.                 esac
  3449.               done
  3450.               if test $useit = yes; then
  3451.                 INST_LINGUAS="$INST_LINGUAS $presentlang"
  3452.               fi
  3453.             done
  3454.           fi
  3455.           CATALOGS=
  3456.           if test -n "$INST_LINGUAS"; then
  3457.             for lang in $INST_LINGUAS; do
  3458.               CATALOGS="$CATALOGS $lang.gmo"
  3459.             done
  3460.           fi
  3461.           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  3462.           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  3463.           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
  3464.             if test -f "$f"; then
  3465.               case "$f" in
  3466.                 *.orig | *.bak | *~) ;;
  3467.                 *) cat "$f" >> "$ac_dir/Makefile" ;;
  3468.               esac
  3469.             fi
  3470.           done
  3471.         fi
  3472.         ;;
  3473.       esac
  3474.     done ;;
  3475.   esac
  3476. done
  3477. _ACEOF
  3478. cat >>$CONFIG_STATUS <<_ACEOF
  3479. { (exit 0); exit 0; }
  3480. _ACEOF
  3481. chmod +x $CONFIG_STATUS
  3482. ac_clean_files=$ac_clean_files_save
  3483. # configure is writing to config.log, and then calls config.status.
  3484. # config.status does its own redirection, appending to config.log.
  3485. # Unfortunately, on DOS this fails, as config.log is still kept open
  3486. # by configure, so config.status won't be able to write to it; its
  3487. # output is simply discarded.  So we exec the FD to /dev/null,
  3488. # effectively closing config.log, so it can be properly (re)opened and
  3489. # appended to by config.status.  When coming back to configure, we
  3490. # need to make the FD available again.
  3491. if test "$no_create" != yes; then
  3492.   ac_cs_success=:
  3493.   ac_config_status_args=
  3494.   test "$silent" = yes &&
  3495.     ac_config_status_args="$ac_config_status_args --quiet"
  3496.   exec 5>/dev/null
  3497.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3498.   exec 5>>config.log
  3499.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3500.   # would make configure fail if this is the last instruction.
  3501.   $ac_cs_success || { (exit 1); exit 1; }
  3502. fi
  3503. printf "
  3504. vlc configuration
  3505. --------------------
  3506. vlc version           : ${VERSION}
  3507. system                : ${SYS}
  3508. architecture          : ${ARCH}
  3509. build flavour         : "
  3510. test "${enable_debug}" = "yes" && printf "debug "
  3511. test "${enable_cprof}" = "yes" && printf "cprof "
  3512. test "${enable_gprof}" = "yes" && printf "gprof "
  3513. test "${enable_optimizations}" = "yes" && printf "optim "
  3514. test "${enable_release}" = "yes" && printf "release " || printf "devel "
  3515. echo "
  3516. vlc aliases           :${ALIASES}
  3517. You can tune the compiler flags in vlc-config.
  3518. To build vlc and its plugins, type `make'.
  3519. "