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

midi

开发平台:

Unix_Linux

  1.   ac_check_lib_save_LIBS=$LIBS
  2. LIBS="-ldirect  $LIBS"
  3. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4. /* end confdefs.h.  */
  5. /* Override any GCC internal prototype to avoid an error.
  6.    Use char because int might match the return type of a GCC
  7.    builtin and then its argument prototype would still apply.  */
  8. #ifdef __cplusplus
  9. extern "C"
  10. #endif
  11. char direct_initialize ();
  12. int
  13. main ()
  14. {
  15. return direct_initialize ();
  16.   ;
  17.   return 0;
  18. }
  19. _ACEOF
  20. if ac_fn_c_try_link "$LINENO"; then :
  21.   ac_cv_lib_direct_direct_initialize=yes
  22. else
  23.   ac_cv_lib_direct_direct_initialize=no
  24. fi
  25. rm -f core conftest.err conftest.$ac_objext 
  26.     conftest$ac_exeext conftest.$ac_ext
  27. LIBS=$ac_check_lib_save_LIBS
  28. fi
  29. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_direct_direct_initialize" >&5
  30. $as_echo "$ac_cv_lib_direct_direct_initialize" >&6; }
  31. if test "x$ac_cv_lib_direct_direct_initialize" = x""yes; then :
  32.                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fusion_enter in -lfusion" >&5
  33. $as_echo_n "checking for fusion_enter in -lfusion... " >&6; }
  34. if test "${ac_cv_lib_fusion_fusion_enter+set}" = set; then :
  35.   $as_echo_n "(cached) " >&6
  36. else
  37.   ac_check_lib_save_LIBS=$LIBS
  38. LIBS="-lfusion  $LIBS"
  39. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  40. /* end confdefs.h.  */
  41. /* Override any GCC internal prototype to avoid an error.
  42.    Use char because int might match the return type of a GCC
  43.    builtin and then its argument prototype would still apply.  */
  44. #ifdef __cplusplus
  45. extern "C"
  46. #endif
  47. char fusion_enter ();
  48. int
  49. main ()
  50. {
  51. return fusion_enter ();
  52.   ;
  53.   return 0;
  54. }
  55. _ACEOF
  56. if ac_fn_c_try_link "$LINENO"; then :
  57.   ac_cv_lib_fusion_fusion_enter=yes
  58. else
  59.   ac_cv_lib_fusion_fusion_enter=no
  60. fi
  61. rm -f core conftest.err conftest.$ac_objext 
  62.     conftest$ac_exeext conftest.$ac_ext
  63. LIBS=$ac_check_lib_save_LIBS
  64. fi
  65. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fusion_fusion_enter" >&5
  66. $as_echo "$ac_cv_lib_fusion_fusion_enter" >&6; }
  67. if test "x$ac_cv_lib_fusion_fusion_enter" = x""yes; then :
  68.                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DirectFBInit in -ldirectfb" >&5
  69. $as_echo_n "checking for DirectFBInit in -ldirectfb... " >&6; }
  70. if test "${ac_cv_lib_directfb_DirectFBInit+set}" = set; then :
  71.   $as_echo_n "(cached) " >&6
  72. else
  73.   ac_check_lib_save_LIBS=$LIBS
  74. LIBS="-ldirectfb  $LIBS"
  75. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  76. /* end confdefs.h.  */
  77. /* Override any GCC internal prototype to avoid an error.
  78.    Use char because int might match the return type of a GCC
  79.    builtin and then its argument prototype would still apply.  */
  80. #ifdef __cplusplus
  81. extern "C"
  82. #endif
  83. char DirectFBInit ();
  84. int
  85. main ()
  86. {
  87. return DirectFBInit ();
  88.   ;
  89.   return 0;
  90. }
  91. _ACEOF
  92. if ac_fn_c_try_link "$LINENO"; then :
  93.   ac_cv_lib_directfb_DirectFBInit=yes
  94. else
  95.   ac_cv_lib_directfb_DirectFBInit=no
  96. fi
  97. rm -f core conftest.err conftest.$ac_objext 
  98.     conftest$ac_exeext conftest.$ac_ext
  99. LIBS=$ac_check_lib_save_LIBS
  100. fi
  101. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_directfb_DirectFBInit" >&5
  102. $as_echo "$ac_cv_lib_directfb_DirectFBInit" >&6; }
  103. if test "x$ac_cv_lib_directfb_DirectFBInit" = x""yes; then :
  104.   have_directfb="true"
  105. else
  106.   have_directfb="false"
  107. fi
  108. else
  109.   have_directfb="false"
  110. fi
  111. else
  112.   have_directfb="false"
  113. fi
  114. else
  115.   have_directfb="false"
  116. fi
  117.                 CPPFLAGS="${CPPFLAGS_save}"
  118.         LIBS="${LIBS_save}"
  119.         if test "${have_directfb}" = "true"; then
  120.             LIBS_mydirectfb="${LIBS_new} -lz -ldl -ldirectfb -lfusion -ldirect -lpthread"
  121.             CPPFLAGS_mydirectfb="${CPPFLAGS_new}"
  122.         fi
  123.     else
  124.                 # Extract the first word of "directfb-config", so it can be a program name with args.
  125. set dummy directfb-config; ac_word=$2
  126. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  127. $as_echo_n "checking for $ac_word... " >&6; }
  128. if test "${ac_cv_path_DIRECTFB_CONFIG+set}" = set; then :
  129.   $as_echo_n "(cached) " >&6
  130. else
  131.   case $DIRECTFB_CONFIG in
  132.   [\/]* | ?:[\/]*)
  133.   ac_cv_path_DIRECTFB_CONFIG="$DIRECTFB_CONFIG" # Let the user override the test with a path.
  134.   ;;
  135.   *)
  136.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  137. for as_dir in ${PATH}
  138. do
  139.   IFS=$as_save_IFS
  140.   test -z "$as_dir" && as_dir=.
  141.     for ac_exec_ext in '' $ac_executable_extensions; do
  142.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  143.     ac_cv_path_DIRECTFB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  144.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  145.     break 2
  146.   fi
  147. done
  148.   done
  149. IFS=$as_save_IFS
  150.   test -z "$ac_cv_path_DIRECTFB_CONFIG" && ac_cv_path_DIRECTFB_CONFIG="no"
  151.   ;;
  152. esac
  153. fi
  154. DIRECTFB_CONFIG=$ac_cv_path_DIRECTFB_CONFIG
  155. if test -n "$DIRECTFB_CONFIG"; then
  156.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DIRECTFB_CONFIG" >&5
  157. $as_echo "$DIRECTFB_CONFIG" >&6; }
  158. else
  159.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  160. $as_echo "no" >&6; }
  161. fi
  162.         if test "${DIRECTFB_CONFIG}" != "no"; then
  163.             CPPFLAGS_mydirectfb="`${DIRECTFB_CONFIG} --cflags`"
  164.             LIBS_mydirectfb="`${DIRECTFB_CONFIG} --libs`"
  165.             have_directfb="true"
  166.         else
  167. pkg_failed=no
  168. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
  169. $as_echo_n "checking for DIRECTFB... " >&6; }
  170. if test -n "$PKG_CONFIG"; then
  171.     if test -n "$DIRECTFB_CFLAGS"; then
  172.         pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
  173.     else
  174.         if test -n "$PKG_CONFIG" && 
  175.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "directfb""; } >&5
  176.   ($PKG_CONFIG --exists --print-errors "directfb") 2>&5
  177.   ac_status=$?
  178.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  179.   test $ac_status = 0; }; then
  180.   pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb" 2>/dev/null`
  181. else
  182.   pkg_failed=yes
  183. fi
  184.     fi
  185. else
  186. pkg_failed=untried
  187. fi
  188. if test -n "$PKG_CONFIG"; then
  189.     if test -n "$DIRECTFB_LIBS"; then
  190.         pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
  191.     else
  192.         if test -n "$PKG_CONFIG" && 
  193.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "directfb""; } >&5
  194.   ($PKG_CONFIG --exists --print-errors "directfb") 2>&5
  195.   ac_status=$?
  196.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  197.   test $ac_status = 0; }; then
  198.   pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb" 2>/dev/null`
  199. else
  200.   pkg_failed=yes
  201. fi
  202.     fi
  203. else
  204. pkg_failed=untried
  205. fi
  206. if test $pkg_failed = yes; then
  207. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  208.         _pkg_short_errors_supported=yes
  209. else
  210.         _pkg_short_errors_supported=no
  211. fi
  212.         if test $_pkg_short_errors_supported = yes; then
  213.         DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb"`
  214.         else
  215.         DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb"`
  216.         fi
  217. # Put the nasty error message in config.log where it belongs
  218. echo "$DIRECTFB_PKG_ERRORS" >&5
  219. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  220. $as_echo "no" >&6; }
  221.                 have_directfb="false"
  222. elif test $pkg_failed = untried; then
  223. have_directfb="false"
  224. else
  225. DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
  226. DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
  227.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  228. $as_echo "yes" >&6; }
  229.                 CPPFLAGS_mydirectfb="${DIRECTFB_CFLAGS}"
  230.                 LIBS_mydirectfb="${DIRECTFB_LIBS}"
  231.                 have_directfb="true"
  232. fi
  233.         fi
  234.     fi
  235.     if test "${have_directfb}" = "true"; then
  236.   PLUGINS="${PLUGINS} directfb"
  237.   LTLIBdirectfb="libdirectfb_plugin.la"
  238.   for element in directfb; do
  239.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${CPPFLAGS_mydirectfb}"'"'
  240.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  241.   done
  242.   for element in directfb; do
  243.     eval "LIBS_${element}="'"'"${LIBS_mydirectfb} "'$'"{LIBS_${element}} "'"'
  244.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  245.   done
  246.     else
  247.         as_fn_error "cannot find directfb headers and/or libraries " "$LINENO" 5
  248.     fi
  249. fi
  250. # Check whether --enable-ggi was given.
  251. if test "${enable_ggi+set}" = set; then :
  252.   enableval=$enable_ggi;
  253. fi
  254. if test "${enable_ggi}" = "yes"
  255. then
  256.   ac_fn_c_check_header_mongrel "$LINENO" "ggi/ggi.h" "ac_cv_header_ggi_ggi_h" "$ac_includes_default"
  257. if test "x$ac_cv_header_ggi_ggi_h" = x""yes; then :
  258.   PLUGINS="${PLUGINS} ggi"
  259.   LTLIBggi="libggi_plugin.la"
  260.   for element in ggi; do
  261.     eval "LIBS_${element}="'"'"-lggi "'$'"{LIBS_${element}} "'"'
  262.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  263.   done
  264. # Check whether --with-ggi was given.
  265. if test "${with_ggi+set}" = set; then :
  266.   withval=$with_ggi;  if test "${with_ggi}" != "no" -a -n "${with_ggi}"
  267.         then
  268.   for element in ggi; do
  269.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_ggi}/include"'"'
  270.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  271.   done
  272.   for element in ggi; do
  273.     eval "LIBS_${element}="'"'"-L${with_ggi}/lib "'$'"{LIBS_${element}} "'"'
  274.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  275.   done
  276.         fi
  277. fi
  278. else
  279.        as_fn_error "LibGGI development files can't be found" "$LINENO" 5
  280. fi
  281. fi
  282. # Check whether --enable-aa was given.
  283. if test "${enable_aa+set}" = set; then :
  284.   enableval=$enable_aa;
  285. fi
  286. if test "${enable_aa}" = "yes"
  287. then
  288.   ac_fn_c_check_header_mongrel "$LINENO" "aalib.h" "ac_cv_header_aalib_h" "$ac_includes_default"
  289. if test "x$ac_cv_header_aalib_h" = x""yes; then :
  290.   have_aa="true"
  291. else
  292.   have_aa="false"
  293. fi
  294.   if test "${have_aa}" = "true"
  295.   then
  296.   PLUGINS="${PLUGINS} aa"
  297.   LTLIBaa="libaa_plugin.la"
  298.   for element in aa; do
  299.     eval "LIBS_${element}="'"'"-laa "'$'"{LIBS_${element}} "'"'
  300.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  301.   done
  302.   fi
  303. fi
  304. # Check whether --enable-caca was given.
  305. if test "${enable_caca+set}" = set; then :
  306.   enableval=$enable_caca;
  307. fi
  308. if test "${enable_caca}" = "yes"
  309. then
  310. pkg_failed=no
  311. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CACA" >&5
  312. $as_echo_n "checking for CACA... " >&6; }
  313. if test -n "$PKG_CONFIG"; then
  314.     if test -n "$CACA_CFLAGS"; then
  315.         pkg_cv_CACA_CFLAGS="$CACA_CFLAGS"
  316.     else
  317.         if test -n "$PKG_CONFIG" && 
  318.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "caca""; } >&5
  319.   ($PKG_CONFIG --exists --print-errors "caca") 2>&5
  320.   ac_status=$?
  321.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  322.   test $ac_status = 0; }; then
  323.   pkg_cv_CACA_CFLAGS=`$PKG_CONFIG --cflags "caca" 2>/dev/null`
  324. else
  325.   pkg_failed=yes
  326. fi
  327.     fi
  328. else
  329. pkg_failed=untried
  330. fi
  331. if test -n "$PKG_CONFIG"; then
  332.     if test -n "$CACA_LIBS"; then
  333.         pkg_cv_CACA_LIBS="$CACA_LIBS"
  334.     else
  335.         if test -n "$PKG_CONFIG" && 
  336.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "caca""; } >&5
  337.   ($PKG_CONFIG --exists --print-errors "caca") 2>&5
  338.   ac_status=$?
  339.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  340.   test $ac_status = 0; }; then
  341.   pkg_cv_CACA_LIBS=`$PKG_CONFIG --libs "caca" 2>/dev/null`
  342. else
  343.   pkg_failed=yes
  344. fi
  345.     fi
  346. else
  347. pkg_failed=untried
  348. fi
  349. if test $pkg_failed = yes; then
  350. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  351.         _pkg_short_errors_supported=yes
  352. else
  353.         _pkg_short_errors_supported=no
  354. fi
  355.         if test $_pkg_short_errors_supported = yes; then
  356.         CACA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "caca"`
  357.         else
  358.         CACA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "caca"`
  359.         fi
  360. # Put the nasty error message in config.log where it belongs
  361. echo "$CACA_PKG_ERRORS" >&5
  362. as_fn_error "Package requirements (caca) were not met:
  363. $CACA_PKG_ERRORS
  364. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  365. installed software in a non-standard prefix.
  366. Alternatively, you may set the environment variables CACA_CFLAGS
  367. and CACA_LIBS to avoid the need to call pkg-config.
  368. See the pkg-config man page for more details.
  369. " "$LINENO" 5
  370. elif test $pkg_failed = untried; then
  371. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  372. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  373. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  374. is in your PATH or set the PKG_CONFIG environment variable to the full
  375. path to pkg-config.
  376. Alternatively, you may set the environment variables CACA_CFLAGS
  377. and CACA_LIBS to avoid the need to call pkg-config.
  378. See the pkg-config man page for more details.
  379. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  380. See `config.log' for more details." "$LINENO" 5; }
  381. else
  382. CACA_CFLAGS=$pkg_cv_CACA_CFLAGS
  383. CACA_LIBS=$pkg_cv_CACA_LIBS
  384.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  385. $as_echo "yes" >&6; }
  386.   for element in caca; do
  387.     eval "LIBS_${element}="'"'"$CACA_LIBS "'$'"{LIBS_${element}} "'"'
  388.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  389.   done
  390.   for element in caca; do
  391.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $CACA_CFLAGS"'"'
  392.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  393.   done
  394.   PLUGINS="${PLUGINS} caca"
  395.   LTLIBcaca="libcaca_plugin.la"
  396.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  397. /* end confdefs.h.  */
  398. #include <caca.h>
  399.                                         caca_event_t ev;
  400. int
  401. main ()
  402. {
  403. ev.type = 0;
  404.   ;
  405.   return 0;
  406. }
  407. _ACEOF
  408. if ac_fn_c_try_compile "$LINENO"; then :
  409. else
  410. $as_echo "#define CACA_EVENT_OPAQUE 1" >>confdefs.h
  411. fi
  412. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  413. fi
  414. fi
  415. # Check whether --enable-wingdi was given.
  416. if test "${enable_wingdi+set}" = set; then :
  417.   enableval=$enable_wingdi;
  418. fi
  419. if test "${enable_wingdi}" != "no"; then
  420.   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
  421.   PLUGINS="${PLUGINS} wingdi"
  422.   LTLIBwingdi="libwingdi_plugin.la"
  423.   for element in wingdi; do
  424.     eval "LIBS_${element}="'"'"-lgdi32 "'$'"{LIBS_${element}} "'"'
  425.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  426.   done
  427.   fi
  428.   if test "${SYS}" = "mingwce"; then
  429.   PLUGINS="${PLUGINS} wingdi"
  430.   LTLIBwingdi="libwingdi_plugin.la"
  431.   PLUGINS="${PLUGINS} wingapi"
  432.   LTLIBwingapi="libwingapi_plugin.la"
  433.   for element in wingdi; do
  434.     eval "LIBS_${element}="'"'"-laygshell "'$'"{LIBS_${element}} "'"'
  435.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  436.   done
  437.   for element in wingapi; do
  438.     eval "LIBS_${element}="'"'"-laygshell "'$'"{LIBS_${element}} "'"'
  439.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  440.   done
  441.   fi
  442. fi
  443. # Check whether --with- was given.
  444. if test "${with_+set}" = set; then :
  445.   withval=$with_;
  446. fi
  447. # Check whether --enable-oss was given.
  448. if test "${enable_oss+set}" = set; then :
  449.   enableval=$enable_oss;
  450. fi
  451. if test "${enable_oss}" != "no" &&
  452.   (test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ||
  453.    test "${enable_oss}" = "yes")
  454. then
  455.   for ac_header in soundcard.h sys/soundcard.h
  456. do :
  457.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  458. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  459. eval as_val=$$as_ac_Header
  460.    if test "x$as_val" = x""yes; then :
  461.   cat >>confdefs.h <<_ACEOF
  462. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  463. _ACEOF
  464.   PLUGINS="${PLUGINS} oss"
  465.   LTLIBoss="liboss_plugin.la"
  466.   PLUGINS="${PLUGINS} access_oss"
  467.   LTLIBaccess_oss="libaccess_oss_plugin.la"
  468.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lossaudio" >&5
  469. $as_echo_n "checking for main in -lossaudio... " >&6; }
  470. if test "${ac_cv_lib_ossaudio_main+set}" = set; then :
  471.   $as_echo_n "(cached) " >&6
  472. else
  473.   ac_check_lib_save_LIBS=$LIBS
  474. LIBS="-lossaudio  $LIBS"
  475. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  476. /* end confdefs.h.  */
  477. int
  478. main ()
  479. {
  480. return main ();
  481.   ;
  482.   return 0;
  483. }
  484. _ACEOF
  485. if ac_fn_c_try_link "$LINENO"; then :
  486.   ac_cv_lib_ossaudio_main=yes
  487. else
  488.   ac_cv_lib_ossaudio_main=no
  489. fi
  490. rm -f core conftest.err conftest.$ac_objext 
  491.     conftest$ac_exeext conftest.$ac_ext
  492. LIBS=$ac_check_lib_save_LIBS
  493. fi
  494. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio_main" >&5
  495. $as_echo "$ac_cv_lib_ossaudio_main" >&6; }
  496. if test "x$ac_cv_lib_ossaudio_main" = x""yes; then :
  497.   for element in oss; do
  498.     eval "LIBS_${element}="'"'"-lossaudio "'$'"{LIBS_${element}} "'"'
  499.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  500.   done
  501. fi
  502. fi
  503. done
  504. fi
  505. # Check whether --enable-pulse was given.
  506. if test "${enable_pulse+set}" = set; then :
  507.   enableval=$enable_pulse;
  508. fi
  509.   if test "${enable_pulse}" != "no"
  510.    then
  511. pkg_failed=no
  512. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PULSE" >&5
  513. $as_echo_n "checking for PULSE... " >&6; }
  514. if test -n "$PKG_CONFIG"; then
  515.     if test -n "$PULSE_CFLAGS"; then
  516.         pkg_cv_PULSE_CFLAGS="$PULSE_CFLAGS"
  517.     else
  518.         if test -n "$PKG_CONFIG" && 
  519.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.11""; } >&5
  520.   ($PKG_CONFIG --exists --print-errors "libpulse >= 0.9.11") 2>&5
  521.   ac_status=$?
  522.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  523.   test $ac_status = 0; }; then
  524.   pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse >= 0.9.11" 2>/dev/null`
  525. else
  526.   pkg_failed=yes
  527. fi
  528.     fi
  529. else
  530. pkg_failed=untried
  531. fi
  532. if test -n "$PKG_CONFIG"; then
  533.     if test -n "$PULSE_LIBS"; then
  534.         pkg_cv_PULSE_LIBS="$PULSE_LIBS"
  535.     else
  536.         if test -n "$PKG_CONFIG" && 
  537.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.11""; } >&5
  538.   ($PKG_CONFIG --exists --print-errors "libpulse >= 0.9.11") 2>&5
  539.   ac_status=$?
  540.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  541.   test $ac_status = 0; }; then
  542.   pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse >= 0.9.11" 2>/dev/null`
  543. else
  544.   pkg_failed=yes
  545. fi
  546.     fi
  547. else
  548. pkg_failed=untried
  549. fi
  550. if test $pkg_failed = yes; then
  551. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  552.         _pkg_short_errors_supported=yes
  553. else
  554.         _pkg_short_errors_supported=no
  555. fi
  556.         if test $_pkg_short_errors_supported = yes; then
  557.         PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpulse >= 0.9.11"`
  558.         else
  559.         PULSE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpulse >= 0.9.11"`
  560.         fi
  561. # Put the nasty error message in config.log where it belongs
  562. echo "$PULSE_PKG_ERRORS" >&5
  563. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  564. $as_echo "no" >&6; }
  565.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pulseaudio library not found" >&5
  566. $as_echo "$as_me: WARNING: pulseaudio library not found" >&2;}
  567. elif test $pkg_failed = untried; then
  568. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pulseaudio library not found" >&5
  569. $as_echo "$as_me: WARNING: pulseaudio library not found" >&2;}
  570. else
  571. PULSE_CFLAGS=$pkg_cv_PULSE_CFLAGS
  572. PULSE_LIBS=$pkg_cv_PULSE_LIBS
  573.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  574. $as_echo "yes" >&6; }
  575.   PLUGINS="${PLUGINS} pulse"
  576.   LTLIBpulse="libpulse_plugin.la"
  577.   for element in pulse; do
  578.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${PULSE_CFLAGS}"'"'
  579.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  580.   done
  581.   for element in pulse; do
  582.     eval "LDFLAGS_${element}="'"'"${PULSE_LIBS} "'$'"{LDFLAGS_${element}} "'"'
  583.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  584.   done
  585. fi
  586.    fi
  587. # Check whether --enable-portaudio was given.
  588. if test "${enable_portaudio+set}" = set; then :
  589.   enableval=$enable_portaudio; if test "${enable_portaudio}" = "yes"
  590.    then
  591.   PLUGINS="${PLUGINS} portaudio"
  592.   LTLIBportaudio="libportaudio_plugin.la"
  593.   for element in portaudio; do
  594.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  595.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  596.   done
  597.      if test "${SYS}" = "mingw32"; then
  598.   for element in portaudio; do
  599.     eval "LIBS_${element}="'"'"-lportaudio -lwinmm -lole32 "'$'"{LIBS_${element}} "'"'
  600.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  601.   done
  602.      else
  603.   for element in portaudio; do
  604.     eval "LIBS_${element}="'"'"-lportaudio "'$'"{LIBS_${element}} "'"'
  605.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  606.   done
  607.      fi
  608.    fi
  609. fi
  610. # Check whether --enable-alsa was given.
  611. if test "${enable_alsa+set}" = set; then :
  612.   enableval=$enable_alsa;
  613. fi
  614. if test "${enable_alsa}" != "no"
  615. then
  616.   ac_fn_c_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
  617. if test "x$ac_cv_header_alsa_asoundlib_h" = x""yes; then :
  618.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lasound" >&5
  619. $as_echo_n "checking for main in -lasound... " >&6; }
  620. if test "${ac_cv_lib_asound_main+set}" = set; then :
  621.   $as_echo_n "(cached) " >&6
  622. else
  623.   ac_check_lib_save_LIBS=$LIBS
  624. LIBS="-lasound  $LIBS"
  625. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  626. /* end confdefs.h.  */
  627. int
  628. main ()
  629. {
  630. return main ();
  631.   ;
  632.   return 0;
  633. }
  634. _ACEOF
  635. if ac_fn_c_try_link "$LINENO"; then :
  636.   ac_cv_lib_asound_main=yes
  637. else
  638.   ac_cv_lib_asound_main=no
  639. fi
  640. rm -f core conftest.err conftest.$ac_objext 
  641.     conftest$ac_exeext conftest.$ac_ext
  642. LIBS=$ac_check_lib_save_LIBS
  643. fi
  644. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_main" >&5
  645. $as_echo "$ac_cv_lib_asound_main" >&6; }
  646. if test "x$ac_cv_lib_asound_main" = x""yes; then :
  647.   have_alsa="true"
  648. else
  649.   have_alsa="false"
  650. fi
  651. else
  652.   have_alsa="false"
  653. fi
  654.   if test "${have_alsa}" = "true"
  655.   then
  656.     CFLAGS="${CFLAGS_save}"
  657.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  658. /* end confdefs.h.  */
  659. #define ALSA_PCM_NEW_HW_PARAMS_API
  660.                     #define ALSA_PCM_NEW_SW_PARAMS_API
  661.                     #include <alsa/asoundlib.h>
  662. int
  663. main ()
  664. {
  665. snd_pcm_hw_params_get_period_time(0,0,0);
  666.   ;
  667.   return 0;
  668. }
  669. _ACEOF
  670. if ac_fn_c_try_compile "$LINENO"; then :
  671. $as_echo "#define HAVE_ALSA_NEW_API 1" >>confdefs.h
  672. fi
  673. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  674.   PLUGINS="${PLUGINS} alsa"
  675.   LTLIBalsa="libalsa_plugin.la"
  676.   for element in alsa; do
  677.     eval "LIBS_${element}="'"'"-lasound -lm -ldl "'$'"{LIBS_${element}} "'"'
  678.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  679.   done
  680.   PLUGINS="${PLUGINS} access_alsa"
  681.   LTLIBaccess_alsa="libaccess_alsa_plugin.la"
  682.   for element in access_alsa; do
  683.     eval "LIBS_${element}="'"'"-lasound -lm -ldl "'$'"{LIBS_${element}} "'"'
  684.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  685.   done
  686.   else
  687.     if test "${enable_alsa}" = "yes"; then
  688.       as_fn_error "Could not find ALSA development headers" "$LINENO" 5
  689.     fi
  690.   fi
  691. fi
  692. # Check whether --enable-waveout was given.
  693. if test "${enable_waveout+set}" = set; then :
  694.   enableval=$enable_waveout;
  695. fi
  696. if test "${enable_waveout}" != "no"; then
  697.   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
  698.   PLUGINS="${PLUGINS} waveout"
  699.   LTLIBwaveout="libwaveout_plugin.la"
  700.   for element in waveout; do
  701.     eval "LIBS_${element}="'"'"-lwinmm "'$'"{LIBS_${element}} "'"'
  702.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  703.   done
  704.   fi
  705.   if test "${SYS}" = "mingwce"; then
  706.   PLUGINS="${PLUGINS} waveout"
  707.   LTLIBwaveout="libwaveout_plugin.la"
  708.   fi
  709. fi
  710. # Check whether --enable-macosx-audio was given.
  711. if test "${enable_macosx_audio+set}" = set; then :
  712.   enableval=$enable_macosx_audio;
  713. fi
  714. if test "${enable_macosx-audio}" != "no" &&
  715.   (test "${SYS}" = "darwin" || test "${enable_macosx-audio}" = "yes")
  716. then
  717.   for ac_header in CoreAudio/CoreAudio.h
  718. do :
  719.   ac_fn_c_check_header_mongrel "$LINENO" "CoreAudio/CoreAudio.h" "ac_cv_header_CoreAudio_CoreAudio_h" "$ac_includes_default"
  720. if test "x$ac_cv_header_CoreAudio_CoreAudio_h" = x""yes; then :
  721.   cat >>confdefs.h <<_ACEOF
  722. #define HAVE_COREAUDIO_COREAUDIO_H 1
  723. _ACEOF
  724.   PLUGINS="${PLUGINS} auhal"
  725.   LTLIBauhal="libauhal_plugin.la"
  726.   for element in auhal; do
  727.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,CoreAudio,-framework,AudioUnit,-framework,AudioToolbox,-framework,Carbon "'$'"{LDFLAGS_${element}} "'"'
  728.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  729.   done
  730. else
  731.    as_fn_error "cannot find CoreAudio headers" "$LINENO" 5
  732. fi
  733. done
  734. fi
  735. # Check whether --enable-hd1000a was given.
  736. if test "${enable_hd1000a+set}" = set; then :
  737.   enableval=$enable_hd1000a;
  738. fi
  739. if test "${enable_hd1000a}" != "no" -a "${CXX}" != "" &&
  740.   (test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ||
  741.    test "${enable_hd1000a}" = "yes")
  742. then
  743.   ac_ext=cpp
  744. ac_cpp='$CXXCPP $CPPFLAGS'
  745. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  746. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  747. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  748.   for ac_header in deschutes/libraries/hdmachinex225/PCMAudioPlayer.h
  749. do :
  750.   ac_fn_cxx_check_header_mongrel "$LINENO" "deschutes/libraries/hdmachinex225/PCMAudioPlayer.h" "ac_cv_header_deschutes_libraries_hdmachinex225_PCMAudioPlayer_h" "$ac_includes_default"
  751. if test "x$ac_cv_header_deschutes_libraries_hdmachinex225_PCMAudioPlayer_h" = x""yes; then :
  752.   cat >>confdefs.h <<_ACEOF
  753. #define HAVE_DESCHUTES_LIBRARIES_HDMACHINEX225_PCMAUDIOPLAYER_H 1
  754. _ACEOF
  755.   PLUGINS="${PLUGINS} hd1000a"
  756.   LTLIBhd1000a="libhd1000a_plugin.la"
  757.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lHDMachineX225" >&5
  758. $as_echo_n "checking for main in -lHDMachineX225... " >&6; }
  759. if test "${ac_cv_lib_HDMachineX225_main+set}" = set; then :
  760.   $as_echo_n "(cached) " >&6
  761. else
  762.   ac_check_lib_save_LIBS=$LIBS
  763. LIBS="-lHDMachineX225  $LIBS"
  764. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  765. /* end confdefs.h.  */
  766. int
  767. main ()
  768. {
  769. return main ();
  770.   ;
  771.   return 0;
  772. }
  773. _ACEOF
  774. if ac_fn_cxx_try_link "$LINENO"; then :
  775.   ac_cv_lib_HDMachineX225_main=yes
  776. else
  777.   ac_cv_lib_HDMachineX225_main=no
  778. fi
  779. rm -f core conftest.err conftest.$ac_objext 
  780.     conftest$ac_exeext conftest.$ac_ext
  781. LIBS=$ac_check_lib_save_LIBS
  782. fi
  783. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_HDMachineX225_main" >&5
  784. $as_echo "$ac_cv_lib_HDMachineX225_main" >&6; }
  785. if test "x$ac_cv_lib_HDMachineX225_main" = x""yes; then :
  786.   for element in hd1000a; do
  787.     eval "LIBS_${element}="'"'"-lHDMachineX225 "'$'"{LIBS_${element}} "'"'
  788.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  789.   done
  790. fi
  791. fi
  792. done
  793.   ac_ext=c
  794. ac_cpp='$CPP $CPPFLAGS'
  795. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  796. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  797. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  798. fi
  799. # Check whether --enable-jack was given.
  800. if test "${enable_jack+set}" = set; then :
  801.   enableval=$enable_jack;
  802. else
  803.   enable_jack="no"
  804. fi
  805. if test "${enable_jack}" != "no"; then :
  806.   for ac_header in jack/jack.h
  807. do :
  808.   ac_fn_c_check_header_mongrel "$LINENO" "jack/jack.h" "ac_cv_header_jack_jack_h" "$ac_includes_default"
  809. if test "x$ac_cv_header_jack_jack_h" = x""yes; then :
  810.   cat >>confdefs.h <<_ACEOF
  811. #define HAVE_JACK_JACK_H 1
  812. _ACEOF
  813.   PLUGINS="${PLUGINS} access_jack"
  814.   LTLIBaccess_jack="libaccess_jack_plugin.la"
  815.   PLUGINS="${PLUGINS} jack"
  816.   LTLIBjack="libjack_plugin.la"
  817.   for element in access_jack jack; do
  818.     eval "LIBS_${element}="'"'"-ljack "'$'"{LIBS_${element}} "'"'
  819.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  820.   done
  821. else
  822.   as_fn_error "cannot find JACK headers" "$LINENO" 5
  823. fi
  824. done
  825. fi
  826. # Check whether --enable-cyberlink was given.
  827. if test "${enable_cyberlink+set}" = set; then :
  828.   enableval=$enable_cyberlink;
  829. fi
  830.   if test "${enable_cyberlink}" = "yes" ; then :
  831. # Check whether --with-cyberlink-tree was given.
  832. if test "${with_cyberlink_tree+set}" = set; then :
  833.   withval=$with_cyberlink_tree;
  834. fi
  835.         if test ! -z "${with_cyberlink_tree}" -a "${CXX}" != ""; then :
  836.     ac_ext=cpp
  837. ac_cpp='$CXXCPP $CPPFLAGS'
  838. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  839. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  840. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  841.     real_cyberlink_tree="`cd ${with_cyberlink_tree} 2>/dev/null && pwd`"
  842.     if test -z "${real_cyberlink_tree}"; then :
  843.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  844. $as_echo "no" >&6; }
  845.       as_fn_error "cannot cd to ${with_cyberlink_tree}" "$LINENO" 5
  846. fi
  847.     CPPFLAGS_save="${CPPFLAGS}"
  848.     CPPFLAGS_cyberlink="-I${real_cyberlink_tree}/include"
  849.     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_cyberlink}"
  850.     for ac_header in cybergarage/upnp/MediaServer.h
  851. do :
  852.   ac_fn_cxx_check_header_mongrel "$LINENO" "cybergarage/upnp/MediaServer.h" "ac_cv_header_cybergarage_upnp_MediaServer_h" "$ac_includes_default"
  853. if test "x$ac_cv_header_cybergarage_upnp_MediaServer_h" = x""yes; then :
  854.   cat >>confdefs.h <<_ACEOF
  855. #define HAVE_CYBERGARAGE_UPNP_MEDIASERVER_H 1
  856. _ACEOF
  857.   for element in upnp_cc; do
  858.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} ${CPPFLAGS_cyberlink}"'"'
  859.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  860.   done
  861.   PLUGINS="${PLUGINS} upnp_cc"
  862.   LTLIBupnp_cc="libupnp_cc_plugin.la"
  863. else
  864.         as_fn_error "cannot find CyberLink for C++ headers" "$LINENO" 5
  865. fi
  866. done
  867.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libclink.a in ${with_cyberlink_tree}" >&5
  868. $as_echo_n "checking for libclink.a in ${with_cyberlink_tree}... " >&6; }
  869.     if test -f "${real_cyberlink_tree}/lib/unix/libclink.a"; then :
  870.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_cyberlink_tree}/lib/unix/libclink.a" >&5
  871. $as_echo "${real_cyberlink_tree}/lib/unix/libclink.a" >&6; }
  872.             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML parser to link CyberLink with" >&5
  873. $as_echo_n "checking for XML parser to link CyberLink with... " >&6; }
  874.       LIBS_save="$LIBS"
  875.       LIBS_cclink="no"
  876.       for l in "`xml2-config --libs`" -lexpat -lxerces-c; do
  877.         LIBS="$LIBS_save ${real_cyberlink_tree}/lib/unix/libclink.a -lpthread $l"
  878.         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  879. /* end confdefs.h.  */
  880. #include <cybergarage/upnp/media/player/MediaPlayer.h>
  881. using namespace CyberLink;
  882. class testclass : public SearchResponseListener, public MediaPlayer
  883. {
  884.     virtual void deviceSearchResponseReceived( SSDPPacket *)
  885.     {
  886.     }
  887.     public:
  888.       testclass (void)
  889.       {
  890.         addSearchResponseListener (this);
  891. start ();
  892.       }
  893. };
  894. int
  895. main ()
  896. {
  897. testclass l;
  898.   ;
  899.   return 0;
  900. }
  901. _ACEOF
  902. if ac_fn_cxx_try_link "$LINENO"; then :
  903.   LIBS_cclink="$l"
  904. fi
  905. rm -f core conftest.err conftest.$ac_objext 
  906.     conftest$ac_exeext conftest.$ac_ext
  907.       done
  908.       LIBS="${LIBS_save}"
  909.             if test "${LIBS_cclink}" = "no"; then :
  910.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  911. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  912. as_fn_error "cannot find XML parser for CyberLink
  913. See `config.log' for more details." "$LINENO" 5; }
  914. fi
  915.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${LIBS_cclink}" >&5
  916. $as_echo "${LIBS_cclink}" >&6; }
  917.   for element in upnp_cc; do
  918.     eval "LIBS_${element}="'"'"${real_cyberlink_tree}/lib/unix/libclink.a -lpthread ${LIBS_cclink} "'$'"{LIBS_${element}} "'"'
  919.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  920.   done
  921. else
  922.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  923. $as_echo "no" >&6; }
  924.       as_fn_error "cannot find ${real_cyberlink_tree}/lib/unix/libclink.a, make sure you compiled CyberLink for C++ in ${with_cyberlink_tree}" "$LINENO" 5
  925. fi
  926.     CPPFLAGS="${CPPFLAGS_save}"
  927.     ac_ext=c
  928. ac_cpp='$CPP $CPPFLAGS'
  929. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  930. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  931. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  932. fi
  933. fi
  934. # Check whether --enable-upnp was given.
  935. if test "${enable_upnp+set}" = set; then :
  936.   enableval=$enable_upnp;
  937. fi
  938.   for element in upnp_intel; do
  939.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}}  "'"'
  940.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  941.   done
  942. if test "x${enable_upnp}" != "xno"; then :
  943.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UpnpInit in -lupnp" >&5
  944. $as_echo_n "checking for UpnpInit in -lupnp... " >&6; }
  945. if test "${ac_cv_lib_upnp_UpnpInit+set}" = set; then :
  946.   $as_echo_n "(cached) " >&6
  947. else
  948.   ac_check_lib_save_LIBS=$LIBS
  949. LIBS="-lupnp -lpthread $LIBS"
  950. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  951. /* end confdefs.h.  */
  952. /* Override any GCC internal prototype to avoid an error.
  953.    Use char because int might match the return type of a GCC
  954.    builtin and then its argument prototype would still apply.  */
  955. #ifdef __cplusplus
  956. extern "C"
  957. #endif
  958. char UpnpInit ();
  959. int
  960. main ()
  961. {
  962. return UpnpInit ();
  963.   ;
  964.   return 0;
  965. }
  966. _ACEOF
  967. if ac_fn_c_try_link "$LINENO"; then :
  968.   ac_cv_lib_upnp_UpnpInit=yes
  969. else
  970.   ac_cv_lib_upnp_UpnpInit=no
  971. fi
  972. rm -f core conftest.err conftest.$ac_objext 
  973.     conftest$ac_exeext conftest.$ac_ext
  974. LIBS=$ac_check_lib_save_LIBS
  975. fi
  976. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_upnp_UpnpInit" >&5
  977. $as_echo "$ac_cv_lib_upnp_UpnpInit" >&6; }
  978. if test "x$ac_cv_lib_upnp_UpnpInit" = x""yes; then :
  979.   has_upnp="yes"
  980. else
  981.   has_upnp="no"
  982. fi
  983.   if test "x${enable_upnp}" != "x" && test "${has_upnp}" = "no"; then :
  984.     as_fn_error "cannot find Intel UPnP SDK (libupnp)" "$LINENO" 5
  985. fi
  986.   if test "${has_upnp}" = "yes"; then :
  987.   for element in upnp_intel; do
  988.     eval "LIBS_${element}="'"'"-lupnp -lixml "'$'"{LIBS_${element}} "'"'
  989.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  990.   done
  991. fi
  992. else
  993.   has_upnp="no"
  994. fi
  995. if test "${has_upnp}" = "yes"; then :
  996.   PLUGINS="${PLUGINS} upnp_intel"
  997.   LTLIBupnp_intel="libupnp_intel_plugin.la"
  998. fi
  999. # Check whether --with- was given.
  1000. if test "${with_+set}" = set; then :
  1001.   withval=$with_;
  1002. fi
  1003. if test "${SYS}" = "beos"
  1004. then
  1005.   PLUGINS="${PLUGINS} beos"
  1006.   LTLIBbeos="libbeos_plugin.la"
  1007. fi
  1008. # Check whether --enable-skins2 was given.
  1009. if test "${enable_skins2+set}" = set; then :
  1010.   enableval=$enable_skins2;
  1011. fi
  1012. if test "${enable_skins2}" = "yes" ||
  1013.   (test "${SYS}" != "darwin" && test "${SYS}" != "beos" &&
  1014.    test "${SYS}" != "mingwce" && test "${enable_skins2}" != "no"); then
  1015.     skins2_missing_lib="no"
  1016.     if test "${have_freetype}" != "yes"; then
  1017.     skins2_missing_lib="yes"
  1018.     if test "${enable_skins2}" = "yes"; then
  1019.       as_fn_error "Could not find freetype (required for skins2)" "$LINENO" 5
  1020.     fi
  1021.   fi
  1022.   if test "${skins2_missing_lib}" = "no" && (test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"); then
  1023.   PLUGINS="${PLUGINS} skins2"
  1024.   LTLIBskins2="libskins2_plugin.la"
  1025.     ALIASES="${ALIASES} svlc"
  1026.   for element in skins2; do
  1027.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -U_OFF_T_ -U_off_t -Imodules/gui/skins2 -DWIN32_SKINS"'"'
  1028.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1029.   done
  1030.   for element in skins2; do
  1031.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -O2 -fno-rtti"'"'
  1032.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1033.   done
  1034.   for element in skins2; do
  1035.     eval "LIBS_${element}="'"'"-loleaut32 -lwinspool -lwinmm -lshell32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32 "'$'"{LIBS_${element}} "'"'
  1036.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1037.   done
  1038.   else if test "${skins2_missing_lib}" = "no" && (test "${SYS}" = "darwin"); then
  1039.   PLUGINS="${PLUGINS} skins2"
  1040.   LTLIBskins2="libskins2_plugin.la"
  1041.     ALIASES="${ALIASES} svlc"
  1042.   for element in skins2; do
  1043.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -Imodules/gui/skins2 -DMACOSX_SKINS"'"'
  1044.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1045.   done
  1046.   for element in skins2; do
  1047.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -O2 -fno-rtti"'"'
  1048.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1049.   done
  1050.   for element in skins2; do
  1051.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Carbon "'$'"{LDFLAGS_${element}} "'"'
  1052.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1053.   done
  1054.   else if test "${skins2_missing_lib}" = "no"; then
  1055.   PLUGINS="${PLUGINS} skins2"
  1056.   LTLIBskins2="libskins2_plugin.la"
  1057.     ALIASES="${ALIASES} svlc"
  1058.   for element in skins2; do
  1059.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -Imodules/gui/skins2 ${X_CFLAGS} -DX11_SKINS"'"'
  1060.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1061.   done
  1062.   for element in skins2; do
  1063.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -O2 -fno-rtti"'"'
  1064.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1065.   done
  1066.   for element in skins2; do
  1067.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lXext -lX11 "'$'"{LIBS_${element}} "'"'
  1068.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1069.   done
  1070.   fi fi fi
  1071. fi
  1072.  if test "${enable_skins2}" = "yes" ||
  1073.  (test "${SYS}" != "darwin" && test "${SYS}" != "beos" &&
  1074.   test "${SYS}" != "mingwce" && test "${enable_skins2}" != "no"); then
  1075.   BUILD_SKINS_TRUE=
  1076.   BUILD_SKINS_FALSE='#'
  1077. else
  1078.   BUILD_SKINS_TRUE='#'
  1079.   BUILD_SKINS_FALSE=
  1080. fi
  1081. # Check whether --enable-pda was given.
  1082. if test "${enable_pda+set}" = set; then :
  1083.   enableval=$enable_pda;
  1084. fi
  1085. if test "${enable_pda}" = "yes"
  1086. then
  1087. pkg_failed=no
  1088. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2" >&5
  1089. $as_echo_n "checking for GTK2... " >&6; }
  1090. if test -n "$PKG_CONFIG"; then
  1091.     if test -n "$GTK2_CFLAGS"; then
  1092.         pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
  1093.     else
  1094.         if test -n "$PKG_CONFIG" && 
  1095.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0""; } >&5
  1096.   ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0") 2>&5
  1097.   ac_status=$?
  1098.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1099.   test $ac_status = 0; }; then
  1100.   pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0, gthread-2.0" 2>/dev/null`
  1101. else
  1102.   pkg_failed=yes
  1103. fi
  1104.     fi
  1105. else
  1106. pkg_failed=untried
  1107. fi
  1108. if test -n "$PKG_CONFIG"; then
  1109.     if test -n "$GTK2_LIBS"; then
  1110.         pkg_cv_GTK2_LIBS="$GTK2_LIBS"
  1111.     else
  1112.         if test -n "$PKG_CONFIG" && 
  1113.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0""; } >&5
  1114.   ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0") 2>&5
  1115.   ac_status=$?
  1116.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1117.   test $ac_status = 0; }; then
  1118.   pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0, gthread-2.0" 2>/dev/null`
  1119. else
  1120.   pkg_failed=yes
  1121. fi
  1122.     fi
  1123. else
  1124. pkg_failed=untried
  1125. fi
  1126. if test $pkg_failed = yes; then
  1127. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1128.         _pkg_short_errors_supported=yes
  1129. else
  1130.         _pkg_short_errors_supported=no
  1131. fi
  1132.         if test $_pkg_short_errors_supported = yes; then
  1133.         GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0"`
  1134.         else
  1135.         GTK2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0, gthread-2.0"`
  1136.         fi
  1137. # Put the nasty error message in config.log where it belongs
  1138. echo "$GTK2_PKG_ERRORS" >&5
  1139. as_fn_error "Package requirements (gtk+-2.0 >= 2.0.0, gthread-2.0) were not met:
  1140. $GTK2_PKG_ERRORS
  1141. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1142. installed software in a non-standard prefix.
  1143. Alternatively, you may set the environment variables GTK2_CFLAGS
  1144. and GTK2_LIBS to avoid the need to call pkg-config.
  1145. See the pkg-config man page for more details.
  1146. " "$LINENO" 5
  1147. elif test $pkg_failed = untried; then
  1148. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  1149. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  1150. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  1151. is in your PATH or set the PKG_CONFIG environment variable to the full
  1152. path to pkg-config.
  1153. Alternatively, you may set the environment variables GTK2_CFLAGS
  1154. and GTK2_LIBS to avoid the need to call pkg-config.
  1155. See the pkg-config man page for more details.
  1156. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1157. See `config.log' for more details." "$LINENO" 5; }
  1158. else
  1159. GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
  1160. GTK2_LIBS=$pkg_cv_GTK2_LIBS
  1161.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1162. $as_echo "yes" >&6; }
  1163. :
  1164. fi
  1165.   for element in gtk2; do
  1166.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${GTK2_CFLAGS}"'"'
  1167.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1168.   done
  1169.   for element in gtk2; do
  1170.     eval "LIBS_${element}="'"'"${GTK2_LIBS} "'$'"{LIBS_${element}} "'"'
  1171.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1172.   done
  1173.   for element in pda; do
  1174.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${GTK2_CFLAGS} ${CFLAGS_pda}"'"'
  1175.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1176.   done
  1177.   for element in pda; do
  1178.     eval "LIBS_${element}="'"'"${LDFLAGS_pda} "'$'"{LIBS_${element}} "'"'
  1179.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1180.   done
  1181.   for element in pda; do
  1182.     eval "LIBS_${element}="'"'"${GTK2_LIBS} "'$'"{LIBS_${element}} "'"'
  1183.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1184.   done
  1185.   PLUGINS="${PLUGINS} pda"
  1186.   LTLIBpda="libpda_plugin.la"
  1187.   if test "${SYS}" != "mingw32"; then
  1188.     NEED_GTK2_MAIN=yes
  1189.   for element in gtk2_main; do
  1190.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $GTK2_CFLAGS"'"'
  1191.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1192.   done
  1193.   for element in gtk2_main; do
  1194.     eval "LIBS_${element}="'"'"$GTK2_LIBS "'$'"{LIBS_${element}} "'"'
  1195.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1196.   done
  1197.   fi
  1198. fi
  1199.  if test "${enable_pda}" = "yes"; then
  1200.   BUILD_PDA_TRUE=
  1201.   BUILD_PDA_FALSE='#'
  1202. else
  1203.   BUILD_PDA_TRUE='#'
  1204.   BUILD_PDA_FALSE=
  1205. fi
  1206. # Check whether --enable-maemo was given.
  1207. if test "${enable_maemo+set}" = set; then :
  1208.   enableval=$enable_maemo;
  1209. fi
  1210. if test "${enable_maemo}" = "yes"
  1211. then
  1212. pkg_failed=no
  1213. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
  1214. $as_echo_n "checking for HILDON... " >&6; }
  1215. if test -n "$PKG_CONFIG"; then
  1216.     if test -n "$HILDON_CFLAGS"; then
  1217.         pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
  1218.     else
  1219.         if test -n "$PKG_CONFIG" && 
  1220.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "hildon-1 hildon-fm-2""; } >&5
  1221.   ($PKG_CONFIG --exists --print-errors "hildon-1 hildon-fm-2") 2>&5
  1222.   ac_status=$?
  1223.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1224.   test $ac_status = 0; }; then
  1225.   pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 hildon-fm-2" 2>/dev/null`
  1226. else
  1227.   pkg_failed=yes
  1228. fi
  1229.     fi
  1230. else
  1231. pkg_failed=untried
  1232. fi
  1233. if test -n "$PKG_CONFIG"; then
  1234.     if test -n "$HILDON_LIBS"; then
  1235.         pkg_cv_HILDON_LIBS="$HILDON_LIBS"
  1236.     else
  1237.         if test -n "$PKG_CONFIG" && 
  1238.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "hildon-1 hildon-fm-2""; } >&5
  1239.   ($PKG_CONFIG --exists --print-errors "hildon-1 hildon-fm-2") 2>&5
  1240.   ac_status=$?
  1241.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1242.   test $ac_status = 0; }; then
  1243.   pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-1 hildon-fm-2" 2>/dev/null`
  1244. else
  1245.   pkg_failed=yes
  1246. fi
  1247.     fi
  1248. else
  1249. pkg_failed=untried
  1250. fi
  1251. if test $pkg_failed = yes; then
  1252. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1253.         _pkg_short_errors_supported=yes
  1254. else
  1255.         _pkg_short_errors_supported=no
  1256. fi
  1257.         if test $_pkg_short_errors_supported = yes; then
  1258.         HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 hildon-fm-2"`
  1259.         else
  1260.         HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 hildon-fm-2"`
  1261.         fi
  1262. # Put the nasty error message in config.log where it belongs
  1263. echo "$HILDON_PKG_ERRORS" >&5
  1264. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1265. $as_echo "no" >&6; }
  1266.     if test "${enable_maemo}" = "yes"; then :
  1267.       as_fn_error "Hildon libraries not found" "$LINENO" 5
  1268. fi
  1269.     enable_maemo="no"
  1270. elif test $pkg_failed = untried; then
  1271.     if test "${enable_maemo}" = "yes"; then :
  1272.       as_fn_error "Hildon libraries not found" "$LINENO" 5
  1273. fi
  1274.     enable_maemo="no"
  1275. else
  1276. HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
  1277. HILDON_LIBS=$pkg_cv_HILDON_LIBS
  1278.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1279. $as_echo "yes" >&6; }
  1280.   for element in maemo; do
  1281.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${HILDON_CFLAGS}"'"'
  1282.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1283.   done
  1284.   for element in maemo; do
  1285.     eval "LIBS_${element}="'"'"${HILDON_LIBS} "'$'"{LIBS_${element}} "'"'
  1286.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1287.   done
  1288.   PLUGINS="${PLUGINS} maemo"
  1289.   LTLIBmaemo="libmaemo_plugin.la"
  1290.   PLUGINS="${PLUGINS} swscale_maemo"
  1291.   LTLIBswscale_maemo="libswscale_maemo_plugin.la"
  1292. $as_echo "#define BUILD_MAEMO 1" >>confdefs.h
  1293.     ALIASES="${ALIASES} mvlc"
  1294. fi
  1295. fi
  1296.  if test "${enable_maemo}" = "yes"; then
  1297.   BUILD_MAEMO_TRUE=
  1298.   BUILD_MAEMO_FALSE='#'
  1299. else
  1300.   BUILD_MAEMO_TRUE='#'
  1301.   BUILD_MAEMO_FALSE=
  1302. fi
  1303. # Check whether --enable-qt4 was given.
  1304. if test "${enable_qt4+set}" = set; then :
  1305.   enableval=$enable_qt4;
  1306. else
  1307.   if test "${SYS}" = "darwin"; then :
  1308.   enable_qt4=no
  1309. fi
  1310. fi
  1311. if test "${enable_qt4}" != "no"; then :
  1312. pkg_failed=no
  1313. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QT4" >&5
  1314. $as_echo_n "checking for QT4... " >&6; }
  1315. if test -n "$PKG_CONFIG"; then
  1316.     if test -n "$QT4_CFLAGS"; then
  1317.         pkg_cv_QT4_CFLAGS="$QT4_CFLAGS"
  1318.     else
  1319.         if test -n "$PKG_CONFIG" && 
  1320.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.3.0""; } >&5
  1321.   ($PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.3.0") 2>&5
  1322.   ac_status=$?
  1323.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1324.   test $ac_status = 0; }; then
  1325.   pkg_cv_QT4_CFLAGS=`$PKG_CONFIG --cflags "QtCore QtGui >= 4.3.0" 2>/dev/null`
  1326. else
  1327.   pkg_failed=yes
  1328. fi
  1329.     fi
  1330. else
  1331. pkg_failed=untried
  1332. fi
  1333. if test -n "$PKG_CONFIG"; then
  1334.     if test -n "$QT4_LIBS"; then
  1335.         pkg_cv_QT4_LIBS="$QT4_LIBS"
  1336.     else
  1337.         if test -n "$PKG_CONFIG" && 
  1338.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.3.0""; } >&5
  1339.   ($PKG_CONFIG --exists --print-errors "QtCore QtGui >= 4.3.0") 2>&5
  1340.   ac_status=$?
  1341.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1342.   test $ac_status = 0; }; then
  1343.   pkg_cv_QT4_LIBS=`$PKG_CONFIG --libs "QtCore QtGui >= 4.3.0" 2>/dev/null`
  1344. else
  1345.   pkg_failed=yes
  1346. fi
  1347.     fi
  1348. else
  1349. pkg_failed=untried
  1350. fi
  1351. if test $pkg_failed = yes; then
  1352. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1353.         _pkg_short_errors_supported=yes
  1354. else
  1355.         _pkg_short_errors_supported=no
  1356. fi
  1357.         if test $_pkg_short_errors_supported = yes; then
  1358.         QT4_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "QtCore QtGui >= 4.3.0"`
  1359.         else
  1360.         QT4_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "QtCore QtGui >= 4.3.0"`
  1361.         fi
  1362. # Put the nasty error message in config.log where it belongs
  1363. echo "$QT4_PKG_ERRORS" >&5
  1364. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1365. $as_echo "no" >&6; }
  1366.     if test "${enable_qt4}" = "yes"; then :
  1367.       as_fn_error "Qt 4 library not found" "$LINENO" 5
  1368. else
  1369.       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Qt 4 library not found" >&5
  1370. $as_echo "$as_me: WARNING: Qt 4 library not found" >&2;}
  1371. fi
  1372.     enable_qt4="no"
  1373. elif test $pkg_failed = untried; then
  1374.     if test "${enable_qt4}" = "yes"; then :
  1375.       as_fn_error "Qt 4 library not found" "$LINENO" 5
  1376. else
  1377.       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Qt 4 library not found" >&5
  1378. $as_echo "$as_me: WARNING: Qt 4 library not found" >&2;}
  1379. fi
  1380.     enable_qt4="no"
  1381. else
  1382. QT4_CFLAGS=$pkg_cv_QT4_CFLAGS
  1383. QT4_LIBS=$pkg_cv_QT4_LIBS
  1384.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1385. $as_echo "yes" >&6; }
  1386.   PLUGINS="${PLUGINS} qt4"
  1387.   LTLIBqt4="libqt4_plugin.la"
  1388. $as_echo "#define HAVE_QT4 1" >>confdefs.h
  1389.     ALIASES="${ALIASES} qvlc"
  1390.     if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "cygwin" -a "${SYS}" != "darwin"; then :
  1391.   for element in qt4; do
  1392.     eval "LIBS_${element}="'"'"$QT4_LIBS -lX11 "'$'"{LIBS_${element}} "'"'
  1393.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1394.   done
  1395. else
  1396.   for element in qt4; do
  1397.     eval "LIBS_${element}="'"'"$QT4_LIBS "'$'"{LIBS_${element}} "'"'
  1398.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1399.   done
  1400. fi
  1401.     QT4LOCALEDIR="$(eval $PKG_CONFIG --variable=prefix QtCore)/share/qt4/translations/"
  1402.   for element in qt4; do
  1403.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} $QT4_CFLAGS -DQT4LOCALEDIR=\\\"${QT4LOCALEDIR}\\\""'"'
  1404.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1405.   done
  1406.     for ac_prog in moc-qt4 moc
  1407. do
  1408.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1409. set dummy $ac_prog; ac_word=$2
  1410. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1411. $as_echo_n "checking for $ac_word... " >&6; }
  1412. if test "${ac_cv_path_MOC+set}" = set; then :
  1413.   $as_echo_n "(cached) " >&6
  1414. else
  1415.   case $MOC in
  1416.   [\/]* | ?:[\/]*)
  1417.   ac_cv_path_MOC="$MOC" # Let the user override the test with a path.
  1418.   ;;
  1419.   *)
  1420.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1421. for as_dir in `eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin
  1422. do
  1423.   IFS=$as_save_IFS
  1424.   test -z "$as_dir" && as_dir=.
  1425.     for ac_exec_ext in '' $ac_executable_extensions; do
  1426.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1427.     ac_cv_path_MOC="$as_dir/$ac_word$ac_exec_ext"
  1428.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1429.     break 2
  1430.   fi
  1431. done
  1432.   done
  1433. IFS=$as_save_IFS
  1434.   ;;
  1435. esac
  1436. fi
  1437. MOC=$ac_cv_path_MOC
  1438. if test -n "$MOC"; then
  1439.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC" >&5
  1440. $as_echo "$MOC" >&6; }
  1441. else
  1442.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1443. $as_echo "no" >&6; }
  1444. fi
  1445.   test -n "$MOC" && break
  1446. done
  1447. test -n "$MOC" || MOC="moc"
  1448.     # Extract the first word of "rcc", so it can be a program name with args.
  1449. set dummy rcc; ac_word=$2
  1450. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1451. $as_echo_n "checking for $ac_word... " >&6; }
  1452. if test "${ac_cv_path_RCC+set}" = set; then :
  1453.   $as_echo_n "(cached) " >&6
  1454. else
  1455.   case $RCC in
  1456.   [\/]* | ?:[\/]*)
  1457.   ac_cv_path_RCC="$RCC" # Let the user override the test with a path.
  1458.   ;;
  1459.   *)
  1460.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1461. for as_dir in `eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin
  1462. do
  1463.   IFS=$as_save_IFS
  1464.   test -z "$as_dir" && as_dir=.
  1465.     for ac_exec_ext in '' $ac_executable_extensions; do
  1466.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1467.     ac_cv_path_RCC="$as_dir/$ac_word$ac_exec_ext"
  1468.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1469.     break 2
  1470.   fi
  1471. done
  1472.   done
  1473. IFS=$as_save_IFS
  1474.   test -z "$ac_cv_path_RCC" && ac_cv_path_RCC="rcc"
  1475.   ;;
  1476. esac
  1477. fi
  1478. RCC=$ac_cv_path_RCC
  1479. if test -n "$RCC"; then
  1480.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RCC" >&5
  1481. $as_echo "$RCC" >&6; }
  1482. else
  1483.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1484. $as_echo "no" >&6; }
  1485. fi
  1486.     for ac_prog in uic-qt4 uic
  1487. do
  1488.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1489. set dummy $ac_prog; ac_word=$2
  1490. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1491. $as_echo_n "checking for $ac_word... " >&6; }
  1492. if test "${ac_cv_path_UIC+set}" = set; then :
  1493.   $as_echo_n "(cached) " >&6
  1494. else
  1495.   case $UIC in
  1496.   [\/]* | ?:[\/]*)
  1497.   ac_cv_path_UIC="$UIC" # Let the user override the test with a path.
  1498.   ;;
  1499.   *)
  1500.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1501. for as_dir in `eval $PKG_CONFIG --variable=exec_prefix QtCore`/bin
  1502. do
  1503.   IFS=$as_save_IFS
  1504.   test -z "$as_dir" && as_dir=.
  1505.     for ac_exec_ext in '' $ac_executable_extensions; do
  1506.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1507.     ac_cv_path_UIC="$as_dir/$ac_word$ac_exec_ext"
  1508.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1509.     break 2
  1510.   fi
  1511. done
  1512.   done
  1513. IFS=$as_save_IFS
  1514.   ;;
  1515. esac
  1516. fi
  1517. UIC=$ac_cv_path_UIC
  1518. if test -n "$UIC"; then
  1519.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UIC" >&5
  1520. $as_echo "$UIC" >&6; }
  1521. else
  1522.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1523. $as_echo "no" >&6; }
  1524. fi
  1525.   test -n "$UIC" && break
  1526. done
  1527. test -n "$UIC" || UIC="uic"
  1528. fi
  1529. fi
  1530.  if test "x$enable_qt4" != "xno"; then
  1531.   ENABLE_QT4_TRUE=
  1532.   ENABLE_QT4_FALSE='#'
  1533. else
  1534.   ENABLE_QT4_TRUE='#'
  1535.   ENABLE_QT4_FALSE=
  1536. fi
  1537. # Check whether --enable-wince was given.
  1538. if test "${enable_wince+set}" = set; then :
  1539.   enableval=$enable_wince;
  1540. fi
  1541. if test "${enable_wince}" != "no"; then
  1542.   if test "${SYS}" = "mingwce"; then
  1543.   PLUGINS="${PLUGINS} wince"
  1544.   LTLIBwince="libwince_plugin.la"
  1545.   for element in wince; do
  1546.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  1547.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1548.   done
  1549.   for element in wince; do
  1550.     eval "LIBS_${element}="'"'"-lcommctrl -lcommdlg -laygshell "'$'"{LIBS_${element}} "'"'
  1551.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1552.   done
  1553.   for element in wince; do
  1554.     eval "LIBS_${element}="'"'"\${top_builddir}modules/gui/wince/wince_rc.o "'$'"{LIBS_${element}} "'"'
  1555.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1556.   done
  1557.   elif test "${SYS}" = "mingw32"; then
  1558.   for element in wince; do
  1559.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  1560.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1561.   done
  1562.   for element in wince; do
  1563.     eval "LIBS_${element}="'"'"-lcomctl32 -lcomdlg32 -lgdi32 -lole32 "'$'"{LIBS_${element}} "'"'
  1564.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1565.   done
  1566.   for element in wince; do
  1567.     eval "LIBS_${element}="'"'"\${top_builddir}modules/gui/wince/wince_rc.o "'$'"{LIBS_${element}} "'"'
  1568.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1569.   done
  1570.   fi
  1571. fi
  1572. if test "${enable_skins2}" != "no" && test "x$enable_qt4" = "xno"; then :
  1573.   as_fn_error "The skins2 module depends on a the Qt4 development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt4 development package or alternatively you can also configure with: --disable-qt4 --disable-skins2." "$LINENO" 5
  1574. fi
  1575. # Check whether --enable-opie was given.
  1576. if test "${enable_opie+set}" = set; then :
  1577.   enableval=$enable_opie; if test "${enable_opie}" = "yes"; then
  1578. # Check whether --with-qte was given.
  1579. if test "${with_qte+set}" = set; then :
  1580.   withval=$with_qte;
  1581. fi
  1582.      if test "${with_qte}" != "no" -a -n "${with_qte}"
  1583.      then
  1584.   for element in qte; do
  1585.     eval "LIBS_${element}="'"'"-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte "'$'"{LIBS_${element}} "'"'
  1586.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1587.   done
  1588.   for element in qte; do
  1589.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -I${with_qte}/include `echo -I${with_qte}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"'"'
  1590.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1591.   done
  1592.      else
  1593.   for element in qte; do
  1594.     eval "LIBS_${element}="'"'"-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'` "'$'"{LIBS_${element}} "'"'
  1595.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1596.   done
  1597.   for element in qte; do
  1598.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`"'"'
  1599.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1600.   done
  1601.      fi
  1602.      CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_qte}"
  1603.      for ac_header in qt.h jpeglib.h
  1604. do :
  1605.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1606. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1607. eval as_val=$$as_ac_Header
  1608.    if test "x$as_val" = x""yes; then :
  1609.   cat >>confdefs.h <<_ACEOF
  1610. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1611. _ACEOF
  1612. else
  1613.        as_fn_error "echo "Cannot find QT Embedded development headers."" "$LINENO" 5
  1614. fi
  1615. done
  1616.      CPPFLAGS="${CPPFLAGS_save}"
  1617.   PLUGINS="${PLUGINS} opie"
  1618.   LTLIBopie="libopie_plugin.la"
  1619.      NEED_QTE_MAIN=yes
  1620.   for element in opie; do
  1621.     eval "LIBS_${element}="'"'"-lqpe ${LDFLAGS_qte} "'$'"{LIBS_${element}} "'"'
  1622.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1623.   done
  1624.   for element in opie; do
  1625.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} ${CXXFLAGS_qte}"'"'
  1626.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1627.   done
  1628.      if test "${with_qte}" != "no" -a -n "${with_qte}"
  1629.      then
  1630.        MOC=${with_qte}/bin/moc
  1631.      else
  1632.        MOC=${QTDIR}/bin/moc
  1633.      fi
  1634.    fi
  1635. fi
  1636. # Check whether --enable-macosx was given.
  1637. if test "${enable_macosx+set}" = set; then :
  1638.   enableval=$enable_macosx;
  1639. fi
  1640. if test "x${enable_macosx}" = "xyes"
  1641. then
  1642.   for element in access_eyetv; do
  1643.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Foundation "'$'"{LDFLAGS_${element}} "'"'
  1644.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1645.   done
  1646.   for element in macosx minimal_macosx opengllayer qtcapture; do
  1647.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Cocoa "'$'"{LDFLAGS_${element}} "'"'
  1648.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1649.   done
  1650.   for element in macosx minimal_macosx opengllayer; do
  1651.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,OpenGL "'$'"{LDFLAGS_${element}} "'"'
  1652.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1653.   done
  1654.   for element in macosx minimal_macosx; do
  1655.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Carbon "'$'"{LDFLAGS_${element}} "'"'
  1656.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1657.   done
  1658.   for element in macosx minimal_macosx; do
  1659.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,CoreServices "'$'"{LDFLAGS_${element}} "'"'
  1660.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1661.   done
  1662.   for element in macosx minimal_macosx; do
  1663.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,AGL "'$'"{LDFLAGS_${element}} "'"'
  1664.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1665.   done
  1666.   for element in macosx; do
  1667.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,IOKit "'$'"{LDFLAGS_${element}} "'"'
  1668.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1669.   done
  1670.   for element in macosx; do
  1671.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,AddressBook "'$'"{LDFLAGS_${element}} "'"'
  1672.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1673.   done
  1674.   for element in qtcapture; do
  1675.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,QTKit "'$'"{LDFLAGS_${element}} "'"'
  1676.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1677.   done
  1678.   for element in qtcapture; do
  1679.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,CoreAudio "'$'"{LDFLAGS_${element}} "'"'
  1680.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1681.   done
  1682.   for element in macosx; do
  1683.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,WebKit "'$'"{LDFLAGS_${element}} "'"'
  1684.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1685.   done
  1686.   for element in opengllayer qtcapture; do
  1687.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,QuartzCore "'$'"{LDFLAGS_${element}} "'"'
  1688.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1689.   done
  1690.   for element in qtcapture; do
  1691.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,CoreVideo "'$'"{LDFLAGS_${element}} "'"'
  1692.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1693.   done
  1694.   for element in macosx minimal_macosx opengllayer growl; do
  1695.     eval "OBJCFLAGS_${element}="'"$'"{OBJCFLAGS_${element}} -fobjc-exceptions "'"'
  1696.     am_modules_with_objcflags="${am_modules_with_objcflags} ${element}"
  1697.   done
  1698.   PLUGINS="${PLUGINS} access_eyetv"
  1699.   LTLIBaccess_eyetv="libaccess_eyetv_plugin.la"
  1700.   PLUGINS="${PLUGINS} qtcapture"
  1701.   LTLIBqtcapture="libqtcapture_plugin.la"
  1702.   PLUGINS="${PLUGINS} macosx"
  1703.   LTLIBmacosx="libmacosx_plugin.la"
  1704.   PLUGINS="${PLUGINS} minimal_macosx"
  1705.   LTLIBminimal_macosx="libminimal_macosx_plugin.la"
  1706.   ORIGCFLAGS=$CFLAGS
  1707.   CFLAGS="$CFLAGS -x objective-c"
  1708.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1709. /* end confdefs.h.  */
  1710. #import <QuartzCore/CALayer.h>
  1711. int
  1712. main ()
  1713. {
  1714.   ;
  1715.   return 0;
  1716. }
  1717. _ACEOF
  1718. if ac_fn_c_try_compile "$LINENO"; then :
  1719.   PLUGINS="${PLUGINS} opengllayer"
  1720.   LTLIBopengllayer="libopengllayer_plugin.la"
  1721.   for element in opengllayer; do
  1722.     eval "OBJCFLAGS_${element}="'"$'"{OBJCFLAGS_${element}} "'"'
  1723.     am_modules_with_objcflags="${am_modules_with_objcflags} ${element}"
  1724.   done
  1725. fi
  1726. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1727.   CFLAGS=$ORIGCFLAGS
  1728. fi
  1729. # Check whether --enable-qnx was given.
  1730. if test "${enable_qnx+set}" = set; then :
  1731.   enableval=$enable_qnx;
  1732. fi
  1733.     if test "${enable_qnx}" != "no"
  1734.     then
  1735.       for ac_header in Ph.h
  1736. do :
  1737.   ac_fn_c_check_header_mongrel "$LINENO" "Ph.h" "ac_cv_header_Ph_h" "$ac_includes_default"
  1738. if test "x$ac_cv_header_Ph_h" = x""yes; then :
  1739.   cat >>confdefs.h <<_ACEOF
  1740. #define HAVE_PH_H 1
  1741. _ACEOF
  1742.   PLUGINS="${PLUGINS} qnx"
  1743.   LTLIBqnx="libqnx_plugin.la"
  1744.   for element in qnx; do
  1745.     eval "LIBS_${element}="'"'"-lasound -lph "'$'"{LIBS_${element}} "'"'
  1746.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1747.   done
  1748. fi
  1749. done
  1750.     fi
  1751. # Check whether --enable-ncurses was given.
  1752. if test "${enable_ncurses+set}" = set; then :
  1753.   enableval=$enable_ncurses; if test "${enable_ncurses}" != "no"; then
  1754.     ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default"
  1755. if test "x$ac_cv_header_ncurses_h" = x""yes; then :
  1756.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mvprintw in -lncursesw" >&5
  1757. $as_echo_n "checking for mvprintw in -lncursesw... " >&6; }
  1758. if test "${ac_cv_lib_ncursesw_mvprintw+set}" = set; then :
  1759.   $as_echo_n "(cached) " >&6
  1760. else
  1761.   ac_check_lib_save_LIBS=$LIBS
  1762. LIBS="-lncursesw  $LIBS"
  1763. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1764. /* end confdefs.h.  */
  1765. /* Override any GCC internal prototype to avoid an error.
  1766.    Use char because int might match the return type of a GCC
  1767.    builtin and then its argument prototype would still apply.  */
  1768. #ifdef __cplusplus
  1769. extern "C"
  1770. #endif
  1771. char mvprintw ();
  1772. int
  1773. main ()
  1774. {
  1775. return mvprintw ();
  1776.   ;
  1777.   return 0;
  1778. }
  1779. _ACEOF
  1780. if ac_fn_c_try_link "$LINENO"; then :
  1781.   ac_cv_lib_ncursesw_mvprintw=yes
  1782. else
  1783.   ac_cv_lib_ncursesw_mvprintw=no
  1784. fi
  1785. rm -f core conftest.err conftest.$ac_objext 
  1786.     conftest$ac_exeext conftest.$ac_ext
  1787. LIBS=$ac_check_lib_save_LIBS
  1788. fi
  1789. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_mvprintw" >&5
  1790. $as_echo "$ac_cv_lib_ncursesw_mvprintw" >&6; }
  1791. if test "x$ac_cv_lib_ncursesw_mvprintw" = x""yes; then :
  1792.   PLUGINS="${PLUGINS} ncurses"
  1793.   LTLIBncurses="libncurses_plugin.la"
  1794.   for element in ncurses; do
  1795.     eval "LIBS_${element}="'"'"-lncursesw "'$'"{LIBS_${element}} "'"'
  1796.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1797.   done
  1798.         ALIASES="${ALIASES} nvlc"
  1799. $as_echo "#define HAVE_NCURSESW 1" >>confdefs.h
  1800.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncursesw" >&5
  1801. $as_echo_n "checking for tgetent in -lncursesw... " >&6; }
  1802. if test "${ac_cv_lib_ncursesw_tgetent+set}" = set; then :
  1803.   $as_echo_n "(cached) " >&6
  1804. else
  1805.   ac_check_lib_save_LIBS=$LIBS
  1806. LIBS="-lncursesw  $LIBS"
  1807. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1808. /* end confdefs.h.  */
  1809. /* Override any GCC internal prototype to avoid an error.
  1810.    Use char because int might match the return type of a GCC
  1811.    builtin and then its argument prototype would still apply.  */
  1812. #ifdef __cplusplus
  1813. extern "C"
  1814. #endif
  1815. char tgetent ();
  1816. int
  1817. main ()
  1818. {
  1819. return tgetent ();
  1820.   ;
  1821.   return 0;
  1822. }
  1823. _ACEOF
  1824. if ac_fn_c_try_link "$LINENO"; then :
  1825.   ac_cv_lib_ncursesw_tgetent=yes
  1826. else
  1827.   ac_cv_lib_ncursesw_tgetent=no
  1828. fi
  1829. rm -f core conftest.err conftest.$ac_objext 
  1830.     conftest$ac_exeext conftest.$ac_ext
  1831. LIBS=$ac_check_lib_save_LIBS
  1832. fi
  1833. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_tgetent" >&5
  1834. $as_echo "$ac_cv_lib_ncursesw_tgetent" >&6; }
  1835. if test "x$ac_cv_lib_ncursesw_tgetent" = x""yes; then :
  1836.   cat >>confdefs.h <<_ACEOF
  1837. #define HAVE_LIBNCURSESW 1
  1838. _ACEOF
  1839.   LIBS="-lncursesw $LIBS"
  1840. else
  1841.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -ltinfow" >&5
  1842. $as_echo_n "checking for tgetent in -ltinfow... " >&6; }
  1843. if test "${ac_cv_lib_tinfow_tgetent+set}" = set; then :
  1844.   $as_echo_n "(cached) " >&6
  1845. else
  1846.   ac_check_lib_save_LIBS=$LIBS
  1847. LIBS="-ltinfow  $LIBS"
  1848. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1849. /* end confdefs.h.  */
  1850. /* Override any GCC internal prototype to avoid an error.
  1851.    Use char because int might match the return type of a GCC
  1852.    builtin and then its argument prototype would still apply.  */
  1853. #ifdef __cplusplus
  1854. extern "C"
  1855. #endif
  1856. char tgetent ();
  1857. int
  1858. main ()
  1859. {
  1860. return tgetent ();
  1861.   ;
  1862.   return 0;
  1863. }
  1864. _ACEOF
  1865. if ac_fn_c_try_link "$LINENO"; then :
  1866.   ac_cv_lib_tinfow_tgetent=yes
  1867. else
  1868.   ac_cv_lib_tinfow_tgetent=no
  1869. fi
  1870. rm -f core conftest.err conftest.$ac_objext 
  1871.     conftest$ac_exeext conftest.$ac_ext
  1872. LIBS=$ac_check_lib_save_LIBS
  1873. fi
  1874. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tinfow_tgetent" >&5
  1875. $as_echo "$ac_cv_lib_tinfow_tgetent" >&6; }
  1876. if test "x$ac_cv_lib_tinfow_tgetent" = x""yes; then :
  1877.   for element in ncurses; do
  1878.     eval "LIBS_${element}="'"'"-ltinfow "'$'"{LIBS_${element}} "'"'
  1879.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1880.   done
  1881. else
  1882.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -ltinfo" >&5
  1883. $as_echo_n "checking for tgetent in -ltinfo... " >&6; }
  1884. if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then :
  1885.   $as_echo_n "(cached) " >&6
  1886. else
  1887.   ac_check_lib_save_LIBS=$LIBS
  1888. LIBS="-ltinfo  $LIBS"
  1889. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1890. /* end confdefs.h.  */
  1891. /* Override any GCC internal prototype to avoid an error.
  1892.    Use char because int might match the return type of a GCC
  1893.    builtin and then its argument prototype would still apply.  */
  1894. #ifdef __cplusplus
  1895. extern "C"
  1896. #endif
  1897. char tgetent ();
  1898. int
  1899. main ()
  1900. {
  1901. return tgetent ();
  1902.   ;
  1903.   return 0;
  1904. }
  1905. _ACEOF
  1906. if ac_fn_c_try_link "$LINENO"; then :
  1907.   ac_cv_lib_tinfo_tgetent=yes
  1908. else
  1909.   ac_cv_lib_tinfo_tgetent=no
  1910. fi
  1911. rm -f core conftest.err conftest.$ac_objext 
  1912.     conftest$ac_exeext conftest.$ac_ext
  1913. LIBS=$ac_check_lib_save_LIBS
  1914. fi
  1915. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tinfo_tgetent" >&5
  1916. $as_echo "$ac_cv_lib_tinfo_tgetent" >&6; }
  1917. if test "x$ac_cv_lib_tinfo_tgetent" = x""yes; then :
  1918.   for element in ncurses; do
  1919.     eval "LIBS_${element}="'"'"-ltinfo "'$'"{LIBS_${element}} "'"'
  1920.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1921.   done
  1922. else
  1923.   if test "x${enable_ncurses}" != "x"; then :
  1924.   as_fn_error "tgetent not found in ncursesw tinfow tinfo
  1925.                " "$LINENO" 5
  1926. fi
  1927. fi
  1928. fi
  1929. fi
  1930. else
  1931.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mvprintw in -lncurses" >&5
  1932. $as_echo_n "checking for mvprintw in -lncurses... " >&6; }
  1933. if test "${ac_cv_lib_ncurses_mvprintw+set}" = set; then :
  1934.   $as_echo_n "(cached) " >&6
  1935. else
  1936.   ac_check_lib_save_LIBS=$LIBS
  1937. LIBS="-lncurses  $LIBS"
  1938. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1939. /* end confdefs.h.  */
  1940. /* Override any GCC internal prototype to avoid an error.
  1941.    Use char because int might match the return type of a GCC
  1942.    builtin and then its argument prototype would still apply.  */
  1943. #ifdef __cplusplus
  1944. extern "C"
  1945. #endif
  1946. char mvprintw ();
  1947. int
  1948. main ()
  1949. {
  1950. return mvprintw ();
  1951.   ;
  1952.   return 0;
  1953. }
  1954. _ACEOF
  1955. if ac_fn_c_try_link "$LINENO"; then :
  1956.   ac_cv_lib_ncurses_mvprintw=yes
  1957. else
  1958.   ac_cv_lib_ncurses_mvprintw=no
  1959. fi
  1960. rm -f core conftest.err conftest.$ac_objext 
  1961.     conftest$ac_exeext conftest.$ac_ext
  1962. LIBS=$ac_check_lib_save_LIBS
  1963. fi
  1964. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_mvprintw" >&5
  1965. $as_echo "$ac_cv_lib_ncurses_mvprintw" >&6; }
  1966. if test "x$ac_cv_lib_ncurses_mvprintw" = x""yes; then :
  1967.   PLUGINS="${PLUGINS} ncurses"
  1968.   LTLIBncurses="libncurses_plugin.la"
  1969.           ALIASES="${ALIASES} nvlc"
  1970.   for element in ncurses; do
  1971.     eval "LIBS_${element}="'"'"-lncurses "'$'"{LIBS_${element}} "'"'
  1972.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1973.   done
  1974.           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncurses" >&5
  1975. $as_echo_n "checking for tgetent in -lncurses... " >&6; }
  1976. if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then :
  1977.   $as_echo_n "(cached) " >&6
  1978. else
  1979.   ac_check_lib_save_LIBS=$LIBS
  1980. LIBS="-lncurses  $LIBS"
  1981. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1982. /* end confdefs.h.  */
  1983. /* Override any GCC internal prototype to avoid an error.
  1984.    Use char because int might match the return type of a GCC
  1985.    builtin and then its argument prototype would still apply.  */
  1986. #ifdef __cplusplus
  1987. extern "C"
  1988. #endif
  1989. char tgetent ();
  1990. int
  1991. main ()
  1992. {
  1993. return tgetent ();
  1994.   ;
  1995.   return 0;
  1996. }
  1997. _ACEOF
  1998. if ac_fn_c_try_link "$LINENO"; then :
  1999.   ac_cv_lib_ncurses_tgetent=yes
  2000. else
  2001.   ac_cv_lib_ncurses_tgetent=no
  2002. fi
  2003. rm -f core conftest.err conftest.$ac_objext 
  2004.     conftest$ac_exeext conftest.$ac_ext
  2005. LIBS=$ac_check_lib_save_LIBS
  2006. fi
  2007. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_tgetent" >&5
  2008. $as_echo "$ac_cv_lib_ncurses_tgetent" >&6; }
  2009. if test "x$ac_cv_lib_ncurses_tgetent" = x""yes; then :
  2010.   cat >>confdefs.h <<_ACEOF
  2011. #define HAVE_LIBNCURSES 1
  2012. _ACEOF
  2013.   LIBS="-lncurses $LIBS"
  2014. else
  2015.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -ltinfo" >&5
  2016. $as_echo_n "checking for tgetent in -ltinfo... " >&6; }
  2017. if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then :
  2018.   $as_echo_n "(cached) " >&6
  2019. else
  2020.   ac_check_lib_save_LIBS=$LIBS
  2021. LIBS="-ltinfo  $LIBS"
  2022. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2023. /* end confdefs.h.  */
  2024. /* Override any GCC internal prototype to avoid an error.
  2025.    Use char because int might match the return type of a GCC
  2026.    builtin and then its argument prototype would still apply.  */
  2027. #ifdef __cplusplus
  2028. extern "C"
  2029. #endif
  2030. char tgetent ();
  2031. int
  2032. main ()
  2033. {
  2034. return tgetent ();
  2035.   ;
  2036.   return 0;
  2037. }
  2038. _ACEOF
  2039. if ac_fn_c_try_link "$LINENO"; then :
  2040.   ac_cv_lib_tinfo_tgetent=yes
  2041. else
  2042.   ac_cv_lib_tinfo_tgetent=no
  2043. fi
  2044. rm -f core conftest.err conftest.$ac_objext 
  2045.     conftest$ac_exeext conftest.$ac_ext
  2046. LIBS=$ac_check_lib_save_LIBS
  2047. fi
  2048. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tinfo_tgetent" >&5
  2049. $as_echo "$ac_cv_lib_tinfo_tgetent" >&6; }
  2050. if test "x$ac_cv_lib_tinfo_tgetent" = x""yes; then :
  2051.   for element in ncurses; do
  2052.     eval "LIBS_${element}="'"'"-ltinfo "'$'"{LIBS_${element}} "'"'
  2053.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2054.   done
  2055. else
  2056.   if test "x${enable_ncurses}" != "x"; then :
  2057.   as_fn_error "tgetent not found in ncurses tinfo" "$LINENO" 5
  2058. fi
  2059. fi
  2060. fi
  2061. else
  2062.   if test "x${enable_ncurses}" != "x"; then :
  2063.             as_fn_error "libncurses not found" "$LINENO" 5
  2064. fi
  2065. fi
  2066. fi
  2067. fi
  2068.   fi
  2069. fi
  2070. # Check whether --enable-xosd was given.
  2071. if test "${enable_xosd+set}" = set; then :
  2072.   enableval=$enable_xosd;
  2073. fi
  2074. if test "${enable_xosd}" = "yes"
  2075. then
  2076.   for ac_header in xosd.h
  2077. do :
  2078.   ac_fn_c_check_header_mongrel "$LINENO" "xosd.h" "ac_cv_header_xosd_h" "$ac_includes_default"
  2079. if test "x$ac_cv_header_xosd_h" = x""yes; then :
  2080.   cat >>confdefs.h <<_ACEOF
  2081. #define HAVE_XOSD_H 1
  2082. _ACEOF
  2083.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xosd_set_horizontal_offset in -lxosd" >&5
  2084. $as_echo_n "checking for xosd_set_horizontal_offset in -lxosd... " >&6; }
  2085. if test "${ac_cv_lib_xosd_xosd_set_horizontal_offset+set}" = set; then :
  2086.   $as_echo_n "(cached) " >&6
  2087. else
  2088.   ac_check_lib_save_LIBS=$LIBS
  2089. LIBS="-lxosd  $LIBS"
  2090. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2091. /* end confdefs.h.  */
  2092. /* Override any GCC internal prototype to avoid an error.
  2093.    Use char because int might match the return type of a GCC
  2094.    builtin and then its argument prototype would still apply.  */
  2095. #ifdef __cplusplus
  2096. extern "C"
  2097. #endif
  2098. char xosd_set_horizontal_offset ();
  2099. int
  2100. main ()
  2101. {
  2102. return xosd_set_horizontal_offset ();
  2103.   ;
  2104.   return 0;
  2105. }
  2106. _ACEOF
  2107. if ac_fn_c_try_link "$LINENO"; then :
  2108.   ac_cv_lib_xosd_xosd_set_horizontal_offset=yes
  2109. else
  2110.   ac_cv_lib_xosd_xosd_set_horizontal_offset=no
  2111. fi
  2112. rm -f core conftest.err conftest.$ac_objext 
  2113.     conftest$ac_exeext conftest.$ac_ext
  2114. LIBS=$ac_check_lib_save_LIBS
  2115. fi
  2116. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xosd_xosd_set_horizontal_offset" >&5
  2117. $as_echo "$ac_cv_lib_xosd_xosd_set_horizontal_offset" >&6; }
  2118. if test "x$ac_cv_lib_xosd_xosd_set_horizontal_offset" = x""yes; then :
  2119.   PLUGINS="${PLUGINS} xosd"
  2120.   LTLIBxosd="libxosd_plugin.la"
  2121.   for element in xosd; do
  2122.     eval "LIBS_${element}="'"'"-lxosd "'$'"{LIBS_${element}} "'"'
  2123.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2124.   done
  2125. fi
  2126. fi
  2127. done
  2128. fi
  2129. # Check whether --enable-fbosd was given.
  2130. if test "${enable_fbosd+set}" = set; then :
  2131.   enableval=$enable_fbosd;
  2132. fi
  2133. if test "${enable_fbosd}" = "yes"
  2134. then
  2135.   for ac_header in linux/fb.h
  2136. do :
  2137.   ac_fn_c_check_header_mongrel "$LINENO" "linux/fb.h" "ac_cv_header_linux_fb_h" "$ac_includes_default"
  2138. if test "x$ac_cv_header_linux_fb_h" = x""yes; then :
  2139.   cat >>confdefs.h <<_ACEOF
  2140. #define HAVE_LINUX_FB_H 1
  2141. _ACEOF
  2142.   PLUGINS="${PLUGINS} fbosd"
  2143.   LTLIBfbosd="libfbosd_plugin.la"
  2144. fi
  2145. done
  2146. fi
  2147. # Check whether --enable-visual was given.
  2148. if test "${enable_visual+set}" = set; then :
  2149.   enableval=$enable_visual;
  2150. fi
  2151. if test "${enable_visual}" != "no"
  2152. then
  2153.   PLUGINS="${PLUGINS} visual"
  2154.   LTLIBvisual="libvisual_plugin.la"
  2155. fi
  2156. # Check whether --enable-galaktos was given.
  2157. if test "${enable_galaktos+set}" = set; then :
  2158.   enableval=$enable_galaktos;
  2159. fi
  2160. if test "${enable_galaktos}" = "yes"
  2161. then
  2162.   for ac_header in GL/gl.h GL/glu.h
  2163. do :
  2164.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2165. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  2166. eval as_val=$$as_ac_Header
  2167.    if test "x$as_val" = x""yes; then :
  2168.   cat >>confdefs.h <<_ACEOF
  2169. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2170. _ACEOF
  2171.   PLUGINS="${PLUGINS} galaktos"
  2172.   LTLIBgalaktos="libgalaktos_plugin.la"
  2173.     if test "${SYS}" != "mingw32"; then
  2174.   for element in galaktos; do
  2175.     eval "LIBS_${element}="'"'"${X_LIBS} -lGL -lGLU "'$'"{LIBS_${element}} "'"'
  2176.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2177.   done
  2178.     else
  2179.   for element in galaktos; do
  2180.     eval "LIBS_${element}="'"'"-lopengl32 "'$'"{LIBS_${element}} "'"'
  2181.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2182.   done
  2183.     fi
  2184. fi
  2185. done
  2186. fi
  2187. # Check whether --enable-goom was given.
  2188. if test "${enable_goom+set}" = set; then :
  2189.   enableval=$enable_goom;
  2190. fi
  2191. if test "${enable_goom}" = "yes"
  2192. then
  2193. # Check whether --with-goom-tree was given.
  2194. if test "${with_goom_tree+set}" = set; then :
  2195.   withval=$with_goom_tree;
  2196. fi
  2197.         if test "${with_goom_tree}" != "no" -a -n "${with_goom_tree}"; then
  2198.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgoom2.a in ${with_goom_tree}" >&5
  2199. $as_echo_n "checking for libgoom2.a in ${with_goom_tree}... " >&6; }
  2200.     real_goom_tree="`cd ${with_goom_tree} 2>/dev/null && pwd`"
  2201.     if test -z "${real_goom_tree}"; then
  2202.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2203. $as_echo "no" >&6; }
  2204.       as_fn_error "cannot cd to ${with_goom_tree}" "$LINENO" 5
  2205.     fi
  2206.     if test -f "${real_goom_tree}/src/.libs/libgoom2.a"; then
  2207.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_goom_tree}/src/.libs/libgoom2.a" >&5
  2208. $as_echo "${real_goom_tree}/src/.libs/libgoom2.a" >&6; }
  2209.   PLUGINS="${PLUGINS} goom"
  2210.   LTLIBgoom="libgoom_plugin.la"
  2211.   for element in goom; do
  2212.     eval "LIBS_${element}="'"'"-L${real_goom_tree}/src/.libs -lgoom2 "'$'"{LIBS_${element}} "'"'
  2213.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2214.   done
  2215.   for element in goom; do
  2216.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_goom_tree}/src -DUSE_GOOM_TREE"'"'
  2217.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2218.   done
  2219.     else
  2220.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2221. $as_echo "no" >&6; }
  2222.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgoom.a in ${with_goom_tree}" >&5
  2223. $as_echo_n "checking for libgoom.a in ${with_goom_tree}... " >&6; }
  2224.       if test -f "${real_goom_tree}/libgoom.a"; then
  2225.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_goom_tree}/libgoom.a" >&5
  2226. $as_echo "${real_goom_tree}/libgoom.a" >&6; }
  2227.   PLUGINS="${PLUGINS} goom"
  2228.   LTLIBgoom="libgoom_plugin.la"
  2229.   for element in goom; do
  2230.     eval "LIBS_${element}="'"'"-L${real_goom_tree} -lgoom "'$'"{LIBS_${element}} "'"'
  2231.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2232.   done
  2233.   for element in goom; do
  2234.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_goom_tree} -DUSE_GOOM_TREE -DOLD_GOOM"'"'
  2235.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2236.   done
  2237.       else
  2238.                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2239. $as_echo "no" >&6; }
  2240.         as_fn_error "cannot find ${real_goom_tree}/src/.libs/libgoom2.a, make sure you compiled goom in ${with_goom_tree}" "$LINENO" 5
  2241.       fi
  2242.     fi
  2243.   else
  2244.     for ac_header in goom/goom.h
  2245. do :
  2246.   ac_fn_c_check_header_mongrel "$LINENO" "goom/goom.h" "ac_cv_header_goom_goom_h" "$ac_includes_default"
  2247. if test "x$ac_cv_header_goom_goom_h" = x""yes; then :
  2248.   cat >>confdefs.h <<_ACEOF
  2249. #define HAVE_GOOM_GOOM_H 1
  2250. _ACEOF
  2251.       LDFLAGS="${LDFLAGS_save} ${LIBS_goom}"
  2252.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for goom_init in -lgoom2" >&5
  2253. $as_echo_n "checking for goom_init in -lgoom2... " >&6; }
  2254. if test "${ac_cv_lib_goom2_goom_init+set}" = set; then :
  2255.   $as_echo_n "(cached) " >&6
  2256. else
  2257.   ac_check_lib_save_LIBS=$LIBS
  2258. LIBS="-lgoom2  $LIBS"
  2259. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2260. /* end confdefs.h.  */
  2261. /* Override any GCC internal prototype to avoid an error.
  2262.    Use char because int might match the return type of a GCC
  2263.    builtin and then its argument prototype would still apply.  */
  2264. #ifdef __cplusplus
  2265. extern "C"
  2266. #endif
  2267. char goom_init ();
  2268. int
  2269. main ()
  2270. {
  2271. return goom_init ();
  2272.   ;
  2273.   return 0;
  2274. }
  2275. _ACEOF
  2276. if ac_fn_c_try_link "$LINENO"; then :
  2277.   ac_cv_lib_goom2_goom_init=yes
  2278. else
  2279.   ac_cv_lib_goom2_goom_init=no
  2280. fi
  2281. rm -f core conftest.err conftest.$ac_objext 
  2282.     conftest$ac_exeext conftest.$ac_ext
  2283. LIBS=$ac_check_lib_save_LIBS
  2284. fi
  2285. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_goom2_goom_init" >&5
  2286. $as_echo "$ac_cv_lib_goom2_goom_init" >&6; }
  2287. if test "x$ac_cv_lib_goom2_goom_init" = x""yes; then :
  2288.   PLUGINS="${PLUGINS} goom"
  2289.   LTLIBgoom="libgoom_plugin.la"
  2290.   for element in goom; do
  2291.     eval "LIBS_${element}="'"'"-lgoom2 "'$'"{LIBS_${element}} "'"'
  2292.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2293.   done
  2294. else
  2295.         as_fn_error "Could not find goom on your system: you may get it from http://www.ios-software.com/." "$LINENO" 5
  2296. fi
  2297.       LDFLAGS="${LDFLAGS_save}"
  2298. fi
  2299. done
  2300.   fi
  2301. fi
  2302. if test "${SYS}" = "mingw32" -o "${SYS}" = "linux"; then
  2303.    # Check whether --enable-atmo was given.
  2304. if test "${enable_atmo+set}" = set; then :
  2305.   enableval=$enable_atmo;
  2306. fi
  2307.    if test "${enable_atmo}" != "no"; then
  2308.       ac_ext=cpp
  2309. ac_cpp='$CXXCPP $CPPFLAGS'
  2310. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2311. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2312. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2313.   PLUGINS="${PLUGINS} atmo"
  2314.   LTLIBatmo="libatmo_plugin.la"
  2315.       ac_ext=c
  2316. ac_cpp='$CPP $CPPFLAGS'
  2317. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2318. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2319. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2320.    fi
  2321. fi
  2322. # Check whether --enable-bonjour was given.
  2323. if test "${enable_bonjour+set}" = set; then :
  2324.   enableval=$enable_bonjour;
  2325. fi
  2326. if test "${enable_bonjour}" != "no"; then :
  2327. pkg_failed=no
  2328. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BONJOUR" >&5
  2329. $as_echo_n "checking for BONJOUR... " >&6; }
  2330. if test -n "$PKG_CONFIG"; then
  2331.     if test -n "$BONJOUR_CFLAGS"; then
  2332.         pkg_cv_BONJOUR_CFLAGS="$BONJOUR_CFLAGS"
  2333.     else
  2334.         if test -n "$PKG_CONFIG" && 
  2335.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6""; } >&5
  2336.   ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.6") 2>&5
  2337.   ac_status=$?
  2338.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2339.   test $ac_status = 0; }; then
  2340.   pkg_cv_BONJOUR_CFLAGS=`$PKG_CONFIG --cflags "avahi-client >= 0.6" 2>/dev/null`
  2341. else
  2342.   pkg_failed=yes
  2343. fi
  2344.     fi
  2345. else
  2346. pkg_failed=untried
  2347. fi
  2348. if test -n "$PKG_CONFIG"; then
  2349.     if test -n "$BONJOUR_LIBS"; then
  2350.         pkg_cv_BONJOUR_LIBS="$BONJOUR_LIBS"
  2351.     else
  2352.         if test -n "$PKG_CONFIG" && 
  2353.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6""; } >&5
  2354.   ($PKG_CONFIG --exists --print-errors "avahi-client >= 0.6") 2>&5
  2355.   ac_status=$?
  2356.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2357.   test $ac_status = 0; }; then
  2358.   pkg_cv_BONJOUR_LIBS=`$PKG_CONFIG --libs "avahi-client >= 0.6" 2>/dev/null`
  2359. else
  2360.   pkg_failed=yes
  2361. fi
  2362.     fi
  2363. else
  2364. pkg_failed=untried
  2365. fi
  2366. if test $pkg_failed = yes; then
  2367. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2368.         _pkg_short_errors_supported=yes
  2369. else
  2370.         _pkg_short_errors_supported=no
  2371. fi
  2372.         if test $_pkg_short_errors_supported = yes; then
  2373.         BONJOUR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "avahi-client >= 0.6"`
  2374.         else
  2375.         BONJOUR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "avahi-client >= 0.6"`
  2376.         fi
  2377. # Put the nasty error message in config.log where it belongs
  2378. echo "$BONJOUR_PKG_ERRORS" >&5
  2379. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2380. $as_echo "no" >&6; }
  2381.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: avahi-client library not found" >&5
  2382. $as_echo "$as_me: WARNING: avahi-client library not found" >&2;}
  2383. elif test $pkg_failed = untried; then
  2384.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: avahi-client library not found" >&5
  2385. $as_echo "$as_me: WARNING: avahi-client library not found" >&2;}
  2386. else
  2387. BONJOUR_CFLAGS=$pkg_cv_BONJOUR_CFLAGS
  2388. BONJOUR_LIBS=$pkg_cv_BONJOUR_LIBS
  2389.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2390. $as_echo "yes" >&6; }
  2391. $as_echo "#define HAVE_AVAHI_CLIENT 1" >>confdefs.h
  2392.   for element in bonjour access_output_http; do
  2393.     eval "LIBS_${element}="'"'"$BONJOUR_LIBS "'$'"{LIBS_${element}} "'"'
  2394.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2395.   done
  2396.   for element in bonjour access_output_http; do
  2397.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $BONJOUR_CFLAGS"'"'
  2398.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2399.   done
  2400.   PLUGINS="${PLUGINS} bonjour"
  2401.   LTLIBbonjour="libbonjour_plugin.la"
  2402. fi
  2403. fi
  2404. # Check whether --enable-lirc was given.
  2405. if test "${enable_lirc+set}" = set; then :
  2406.   enableval=$enable_lirc;
  2407. fi
  2408. if test "${enable_lirc}" = "yes"
  2409. then
  2410.   ac_fn_c_check_header_mongrel "$LINENO" "lirc/lirc_client.h" "ac_cv_header_lirc_lirc_client_h" "$ac_includes_default"
  2411. if test "x$ac_cv_header_lirc_lirc_client_h" = x""yes; then :
  2412.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lirc_init in -llirc_client" >&5
  2413. $as_echo_n "checking for lirc_init in -llirc_client... " >&6; }
  2414. if test "${ac_cv_lib_lirc_client_lirc_init+set}" = set; then :
  2415.   $as_echo_n "(cached) " >&6
  2416. else
  2417.   ac_check_lib_save_LIBS=$LIBS
  2418. LIBS="-llirc_client  $LIBS"
  2419. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2420. /* end confdefs.h.  */
  2421. /* Override any GCC internal prototype to avoid an error.
  2422.    Use char because int might match the return type of a GCC
  2423.    builtin and then its argument prototype would still apply.  */
  2424. #ifdef __cplusplus
  2425. extern "C"
  2426. #endif
  2427. char lirc_init ();
  2428. int
  2429. main ()
  2430. {
  2431. return lirc_init ();
  2432.   ;
  2433.   return 0;
  2434. }
  2435. _ACEOF
  2436. if ac_fn_c_try_link "$LINENO"; then :
  2437.   ac_cv_lib_lirc_client_lirc_init=yes
  2438. else
  2439.   ac_cv_lib_lirc_client_lirc_init=no
  2440. fi
  2441. rm -f core conftest.err conftest.$ac_objext 
  2442.     conftest$ac_exeext conftest.$ac_ext
  2443. LIBS=$ac_check_lib_save_LIBS
  2444. fi
  2445. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lirc_client_lirc_init" >&5
  2446. $as_echo "$ac_cv_lib_lirc_client_lirc_init" >&6; }
  2447. if test "x$ac_cv_lib_lirc_client_lirc_init" = x""yes; then :
  2448.   have_lirc="true"
  2449. else
  2450.   have_lirc="false"
  2451. fi
  2452. else
  2453.   have_lirc="false"
  2454. fi
  2455.   if test "${have_lirc}" = "true"
  2456.   then
  2457.   PLUGINS="${PLUGINS} lirc"
  2458.   LTLIBlirc="liblirc_plugin.la"
  2459.   for element in lirc; do
  2460.     eval "LIBS_${element}="'"'"-llirc_client "'$'"{LIBS_${element}} "'"'
  2461.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2462.   done
  2463.   fi
  2464. fi
  2465. pkg_failed=no
  2466. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5
  2467. $as_echo_n "checking for XCB... " >&6; }
  2468. if test -n "$PKG_CONFIG"; then
  2469.     if test -n "$XCB_CFLAGS"; then
  2470.         pkg_cv_XCB_CFLAGS="$XCB_CFLAGS"
  2471.     else
  2472.         if test -n "$PKG_CONFIG" && 
  2473.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb""; } >&5
  2474.   ($PKG_CONFIG --exists --print-errors "xcb") 2>&5
  2475.   ac_status=$?
  2476.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2477.   test $ac_status = 0; }; then
  2478.   pkg_cv_XCB_CFLAGS=`$PKG_CONFIG --cflags "xcb" 2>/dev/null`
  2479. else
  2480.   pkg_failed=yes
  2481. fi
  2482.     fi
  2483. else
  2484. pkg_failed=untried
  2485. fi
  2486. if test -n "$PKG_CONFIG"; then
  2487.     if test -n "$XCB_LIBS"; then
  2488.         pkg_cv_XCB_LIBS="$XCB_LIBS"
  2489.     else
  2490.         if test -n "$PKG_CONFIG" && 
  2491.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb""; } >&5
  2492.   ($PKG_CONFIG --exists --print-errors "xcb") 2>&5
  2493.   ac_status=$?
  2494.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2495.   test $ac_status = 0; }; then
  2496.   pkg_cv_XCB_LIBS=`$PKG_CONFIG --libs "xcb" 2>/dev/null`
  2497. else
  2498.   pkg_failed=yes
  2499. fi
  2500.     fi
  2501. else
  2502. pkg_failed=untried
  2503. fi
  2504. if test $pkg_failed = yes; then
  2505. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2506.         _pkg_short_errors_supported=yes
  2507. else
  2508.         _pkg_short_errors_supported=no
  2509. fi
  2510.         if test $_pkg_short_errors_supported = yes; then
  2511.         XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb"`
  2512.         else
  2513.         XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb"`
  2514.         fi
  2515. # Put the nasty error message in config.log where it belongs
  2516. echo "$XCB_PKG_ERRORS" >&5
  2517. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2518. $as_echo "no" >&6; }
  2519.                  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XCB was not found" >&5
  2520. $as_echo "$as_me: WARNING: XCB was not found" >&2;}
  2521. elif test $pkg_failed = untried; then
  2522.  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XCB was not found" >&5
  2523. $as_echo "$as_me: WARNING: XCB was not found" >&2;}
  2524. else
  2525. XCB_CFLAGS=$pkg_cv_XCB_CFLAGS
  2526. XCB_LIBS=$pkg_cv_XCB_LIBS
  2527.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2528. $as_echo "yes" >&6; }
  2529. pkg_failed=no
  2530. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_KEYSYMS" >&5
  2531. $as_echo_n "checking for XCB_KEYSYMS... " >&6; }
  2532. if test -n "$PKG_CONFIG"; then
  2533.     if test -n "$XCB_KEYSYMS_CFLAGS"; then
  2534.         pkg_cv_XCB_KEYSYMS_CFLAGS="$XCB_KEYSYMS_CFLAGS"
  2535.     else
  2536.         if test -n "$PKG_CONFIG" && 
  2537.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2538.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2539.   ac_status=$?
  2540.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2541.   test $ac_status = 0; }; then
  2542.   pkg_cv_XCB_KEYSYMS_CFLAGS=`$PKG_CONFIG --cflags "xcb-keysyms" 2>/dev/null`
  2543. else
  2544.   pkg_failed=yes
  2545. fi
  2546.     fi
  2547. else
  2548. pkg_failed=untried
  2549. fi
  2550. if test -n "$PKG_CONFIG"; then
  2551.     if test -n "$XCB_KEYSYMS_LIBS"; then
  2552.         pkg_cv_XCB_KEYSYMS_LIBS="$XCB_KEYSYMS_LIBS"
  2553.     else
  2554.         if test -n "$PKG_CONFIG" && 
  2555.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2556.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2557.   ac_status=$?
  2558.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2559.   test $ac_status = 0; }; then
  2560.   pkg_cv_XCB_KEYSYMS_LIBS=`$PKG_CONFIG --libs "xcb-keysyms" 2>/dev/null`
  2561. else
  2562.   pkg_failed=yes
  2563. fi
  2564.     fi
  2565. else
  2566. pkg_failed=untried
  2567. fi
  2568. if test $pkg_failed = yes; then
  2569. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2570.         _pkg_short_errors_supported=yes
  2571. else
  2572.         _pkg_short_errors_supported=no
  2573. fi
  2574.         if test $_pkg_short_errors_supported = yes; then
  2575.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-keysyms"`
  2576.         else
  2577.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-keysyms"`
  2578.         fi
  2579. # Put the nasty error message in config.log where it belongs
  2580. echo "$XCB_KEYSYMS_PKG_ERRORS" >&5
  2581. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2582. $as_echo "no" >&6; }
  2583.                  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XCB keysyms was not found" >&5
  2584. $as_echo "$as_me: WARNING: XCB keysyms was not found" >&2;}
  2585. elif test $pkg_failed = untried; then
  2586.  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XCB keysyms was not found" >&5
  2587. $as_echo "$as_me: WARNING: XCB keysyms was not found" >&2;}
  2588. else
  2589. XCB_KEYSYMS_CFLAGS=$pkg_cv_XCB_KEYSYMS_CFLAGS
  2590. XCB_KEYSYMS_LIBS=$pkg_cv_XCB_KEYSYMS_LIBS
  2591.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2592. $as_echo "yes" >&6; }
  2593. pkg_failed=no
  2594. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPROTO" >&5
  2595. $as_echo_n "checking for XPROTO... " >&6; }
  2596. if test -n "$PKG_CONFIG"; then
  2597.     if test -n "$XPROTO_CFLAGS"; then
  2598.         pkg_cv_XPROTO_CFLAGS="$XPROTO_CFLAGS"
  2599.     else
  2600.         if test -n "$PKG_CONFIG" && 
  2601.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xproto""; } >&5
  2602.   ($PKG_CONFIG --exists --print-errors "xproto") 2>&5
  2603.   ac_status=$?
  2604.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2605.   test $ac_status = 0; }; then
  2606.   pkg_cv_XPROTO_CFLAGS=`$PKG_CONFIG --cflags "xproto" 2>/dev/null`
  2607. else
  2608.   pkg_failed=yes
  2609. fi
  2610.     fi
  2611. else
  2612. pkg_failed=untried
  2613. fi
  2614. if test -n "$PKG_CONFIG"; then
  2615.     if test -n "$XPROTO_LIBS"; then
  2616.         pkg_cv_XPROTO_LIBS="$XPROTO_LIBS"
  2617.     else
  2618.         if test -n "$PKG_CONFIG" && 
  2619.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xproto""; } >&5
  2620.   ($PKG_CONFIG --exists --print-errors "xproto") 2>&5
  2621.   ac_status=$?
  2622.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2623.   test $ac_status = 0; }; then
  2624.   pkg_cv_XPROTO_LIBS=`$PKG_CONFIG --libs "xproto" 2>/dev/null`
  2625. else
  2626.   pkg_failed=yes
  2627. fi
  2628.     fi
  2629. else
  2630. pkg_failed=untried
  2631. fi
  2632. if test $pkg_failed = yes; then
  2633. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2634.         _pkg_short_errors_supported=yes
  2635. else
  2636.         _pkg_short_errors_supported=no
  2637. fi
  2638.         if test $_pkg_short_errors_supported = yes; then
  2639.         XPROTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xproto"`
  2640.         else
  2641.         XPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xproto"`
  2642.         fi
  2643. # Put the nasty error message in config.log where it belongs
  2644. echo "$XPROTO_PKG_ERRORS" >&5
  2645. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2646. $as_echo "no" >&6; }
  2647.                  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xproto not found " >&5
  2648. $as_echo "$as_me: WARNING: Xproto not found " >&2;}
  2649. elif test $pkg_failed = untried; then
  2650.  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xproto not found " >&5
  2651. $as_echo "$as_me: WARNING: Xproto not found " >&2;}
  2652. else
  2653. XPROTO_CFLAGS=$pkg_cv_XPROTO_CFLAGS
  2654. XPROTO_LIBS=$pkg_cv_XPROTO_LIBS
  2655.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2656. $as_echo "yes" >&6; }
  2657.   PLUGINS="${PLUGINS} globalhotkeys"
  2658.   LTLIBglobalhotkeys="libglobalhotkeys_plugin.la"
  2659.   for element in globalhotkeys; do
  2660.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${XCB_KEYSYMS_CFLAGS} ${XCB_CFLAGS} "'"'
  2661.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2662.   done
  2663.   for element in globalhotkeys; do
  2664.     eval "LIBS_${element}="'"'"${XCB_KEYSYMS_LIBS} ${XCB_LIBS}  "'$'"{LIBS_${element}} "'"'
  2665.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2666.   done
  2667. fi
  2668. fi
  2669. fi
  2670. # Check whether --with- was given.
  2671. if test "${with_+set}" = set; then :
  2672.   withval=$with_;
  2673. fi
  2674. # Check whether --enable-libgcrypt was given.
  2675. if test "${enable_libgcrypt+set}" = set; then :
  2676.   enableval=$enable_libgcrypt;
  2677. fi
  2678. if test "${enable_libgcrypt}" != "no"; then :
  2679. # Check whether --with-libgcrypt-prefix was given.
  2680. if test "${with_libgcrypt_prefix+set}" = set; then :
  2681.   withval=$with_libgcrypt_prefix; libgcrypt_config_prefix="$withval"
  2682. else
  2683.   libgcrypt_config_prefix=""
  2684. fi
  2685.   if test x$libgcrypt_config_prefix != x ; then
  2686.      if test x${LIBGCRYPT_CONFIG+set} != xset ; then
  2687.         LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
  2688.      fi
  2689.   fi
  2690.   # Extract the first word of "libgcrypt-config", so it can be a program name with args.
  2691. set dummy libgcrypt-config; ac_word=$2
  2692. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2693. $as_echo_n "checking for $ac_word... " >&6; }
  2694. if test "${ac_cv_path_LIBGCRYPT_CONFIG+set}" = set; then :
  2695.   $as_echo_n "(cached) " >&6
  2696. else
  2697.   case $LIBGCRYPT_CONFIG in
  2698.   [\/]* | ?:[\/]*)
  2699.   ac_cv_path_LIBGCRYPT_CONFIG="$LIBGCRYPT_CONFIG" # Let the user override the test with a path.
  2700.   ;;
  2701.   *)
  2702.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2703. for as_dir in $PATH
  2704. do
  2705.   IFS=$as_save_IFS
  2706.   test -z "$as_dir" && as_dir=.
  2707.     for ac_exec_ext in '' $ac_executable_extensions; do
  2708.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2709.     ac_cv_path_LIBGCRYPT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  2710.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2711.     break 2
  2712.   fi
  2713. done
  2714.   done
  2715. IFS=$as_save_IFS
  2716.   test -z "$ac_cv_path_LIBGCRYPT_CONFIG" && ac_cv_path_LIBGCRYPT_CONFIG="no"
  2717.   ;;
  2718. esac
  2719. fi
  2720. LIBGCRYPT_CONFIG=$ac_cv_path_LIBGCRYPT_CONFIG
  2721. if test -n "$LIBGCRYPT_CONFIG"; then
  2722.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGCRYPT_CONFIG" >&5
  2723. $as_echo "$LIBGCRYPT_CONFIG" >&6; }
  2724. else
  2725.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2726. $as_echo "no" >&6; }
  2727. fi
  2728.   tmp=1:1.1.94
  2729.   if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
  2730.      req_libgcrypt_api=`echo "$tmp"     | sed 's/(.*):(.*)/1/'`
  2731.      min_libgcrypt_version=`echo "$tmp" | sed 's/(.*):(.*)/2/'`
  2732.   else
  2733.      req_libgcrypt_api=0
  2734.      min_libgcrypt_version="$tmp"
  2735.   fi
  2736.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGCRYPT - version >= $min_libgcrypt_version" >&5
  2737. $as_echo_n "checking for LIBGCRYPT - version >= $min_libgcrypt_version... " >&6; }
  2738.   ok=no
  2739.   if test "$LIBGCRYPT_CONFIG" != "no" ; then
  2740.     req_major=`echo $min_libgcrypt_version | 
  2741.                sed 's/([0-9]*).([0-9]*).([0-9]*)/1/'`
  2742.     req_minor=`echo $min_libgcrypt_version | 
  2743.                sed 's/([0-9]*).([0-9]*).([0-9]*)/2/'`
  2744.     req_micro=`echo $min_libgcrypt_version | 
  2745.                sed 's/([0-9]*).([0-9]*).([0-9]*)/3/'`
  2746.     libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
  2747.     major=`echo $libgcrypt_config_version | 
  2748.                sed 's/([0-9]*).([0-9]*).([0-9]*).*/1/'`
  2749.     minor=`echo $libgcrypt_config_version | 
  2750.                sed 's/([0-9]*).([0-9]*).([0-9]*).*/2/'`
  2751.     micro=`echo $libgcrypt_config_version | 
  2752.                sed 's/([0-9]*).([0-9]*).([0-9]*).*/3/'`
  2753.     if test "$major" -gt "$req_major"; then
  2754.         ok=yes
  2755.     else
  2756.         if test "$major" -eq "$req_major"; then
  2757.             if test "$minor" -gt "$req_minor"; then
  2758.                ok=yes
  2759.             else
  2760.                if test "$minor" -eq "$req_minor"; then
  2761.                    if test "$micro" -ge "$req_micro"; then
  2762.                      ok=yes
  2763.                    fi
  2764.                fi
  2765.             fi
  2766.         fi
  2767.     fi
  2768.   fi
  2769.   if test $ok = yes; then
  2770.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($libgcrypt_config_version)" >&5
  2771. $as_echo "yes ($libgcrypt_config_version)" >&6; }
  2772.   else
  2773.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2774. $as_echo "no" >&6; }
  2775.   fi
  2776.   if test $ok = yes; then
  2777.      # If we have a recent libgcrypt, we should also check that the
  2778.      # API is compatible
  2779.      if test "$req_libgcrypt_api" -gt 0 ; then
  2780.         tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
  2781.         if test "$tmp" -gt 0 ; then
  2782.            { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBGCRYPT API version" >&5
  2783. $as_echo_n "checking LIBGCRYPT API version... " >&6; }
  2784.            if test "$req_libgcrypt_api" -eq "$tmp" ; then
  2785.              { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5
  2786. $as_echo "okay" >&6; }
  2787.            else
  2788.              ok=no
  2789.              { $as_echo "$as_me:${as_lineno-$LINENO}: result: does not match. want=$req_libgcrypt_api got=$tmp" >&5
  2790. $as_echo "does not match. want=$req_libgcrypt_api got=$tmp" >&6; }
  2791.            fi
  2792.         fi
  2793.      fi
  2794.   fi
  2795.   if test $ok = yes; then
  2796.     LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
  2797.     LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
  2798.     have_libgcrypt="yes"
  2799.   else
  2800.     LIBGCRYPT_CFLAGS=""
  2801.     LIBGCRYPT_LIBS=""
  2802.     have_libgcrypt="no"
  2803.   fi
  2804. fi
  2805. if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"; then
  2806.   if test "${have_libgcrypt}" = "yes"; then :
  2807.   for element in rtp stream_out_rtp; do
  2808.     eval "LIBS_${element}="'"'"${LIBGCRYPT_LIBS} "'$'"{LIBS_${element}} "'"'
  2809.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2810.   done
  2811. fi
  2812. fi
  2813.  if test "${have_libgcrypt}" = "yes"; then
  2814.   HAVE_LIBGCRYPT_TRUE=
  2815.   HAVE_LIBGCRYPT_FALSE='#'
  2816. else
  2817.   HAVE_LIBGCRYPT_TRUE='#'
  2818.   HAVE_LIBGCRYPT_FALSE=
  2819. fi
  2820. # Check whether --enable-gnutls was given.
  2821. if test "${enable_gnutls+set}" = set; then :
  2822.   enableval=$enable_gnutls;
  2823. fi
  2824. if test "${enable_gnutls}" != "no"; then :
  2825. pkg_failed=no
  2826. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUTLS" >&5
  2827. $as_echo_n "checking for GNUTLS... " >&6; }
  2828. if test -n "$PKG_CONFIG"; then
  2829.     if test -n "$GNUTLS_CFLAGS"; then
  2830.         pkg_cv_GNUTLS_CFLAGS="$GNUTLS_CFLAGS"
  2831.     else
  2832.         if test -n "$PKG_CONFIG" && 
  2833.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "gnutls >= 1.7.4""; } >&5
  2834.   ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.4") 2>&5
  2835.   ac_status=$?
  2836.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2837.   test $ac_status = 0; }; then
  2838.   pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 1.7.4" 2>/dev/null`
  2839. else
  2840.   pkg_failed=yes
  2841. fi
  2842.     fi
  2843. else
  2844. pkg_failed=untried
  2845. fi
  2846. if test -n "$PKG_CONFIG"; then
  2847.     if test -n "$GNUTLS_LIBS"; then
  2848.         pkg_cv_GNUTLS_LIBS="$GNUTLS_LIBS"
  2849.     else
  2850.         if test -n "$PKG_CONFIG" && 
  2851.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "gnutls >= 1.7.4""; } >&5
  2852.   ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.4") 2>&5
  2853.   ac_status=$?
  2854.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2855.   test $ac_status = 0; }; then
  2856.   pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 1.7.4" 2>/dev/null`
  2857. else
  2858.   pkg_failed=yes
  2859. fi
  2860.     fi
  2861. else
  2862. pkg_failed=untried
  2863. fi
  2864. if test $pkg_failed = yes; then
  2865. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2866.         _pkg_short_errors_supported=yes
  2867. else
  2868.         _pkg_short_errors_supported=no
  2869. fi
  2870.         if test $_pkg_short_errors_supported = yes; then
  2871.         GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnutls >= 1.7.4"`
  2872.         else
  2873.         GNUTLS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnutls >= 1.7.4"`
  2874.         fi
  2875. # Put the nasty error message in config.log where it belongs
  2876. echo "$GNUTLS_PKG_ERRORS" >&5
  2877. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2878. $as_echo "no" >&6; }
  2879.     if test "${enable_gnutls}" = "yes"; then :
  2880.       as_fn_error "gnutls not present or too old (version 1.7.4 required)" "$LINENO" 5
  2881. fi
  2882. elif test $pkg_failed = untried; then
  2883.     if test "${enable_gnutls}" = "yes"; then :
  2884.       as_fn_error "gnutls not present or too old (version 1.7.4 required)" "$LINENO" 5
  2885. fi
  2886. else
  2887. GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS
  2888. GNUTLS_LIBS=$pkg_cv_GNUTLS_LIBS
  2889.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2890. $as_echo "yes" >&6; }
  2891.   PLUGINS="${PLUGINS} gnutls"
  2892.   LTLIBgnutls="libgnutls_plugin.la"
  2893.   for element in gnutls; do
  2894.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $GNUTLS_CFLAGS"'"'
  2895.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2896.   done
  2897.     if test "${SYS}" = "mingw32"; then :
  2898.   for element in gnutls; do
  2899.     eval "LIBS_${element}="'"'"-lz "'$'"{LIBS_${element}} "'"'
  2900.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2901.   done
  2902.   for element in gnutls; do
  2903.     eval "LIBS_${element}="'"'"${LTLIBINTL} "'$'"{LIBS_${element}} "'"'
  2904.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2905.   done
  2906. fi
  2907.         if test "${have_libgcrypt}" = "yes"; then :
  2908.   for element in gnutls; do
  2909.     eval "LIBS_${element}="'"'"${LIBGCRYPT_LIBS} "'$'"{LIBS_${element}} "'"'
  2910.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2911.   done
  2912.   for element in gnutls; do
  2913.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${LIBGCRYPT_CFLAGS}"'"'
  2914.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2915.   done
  2916. fi
  2917.   for element in gnutls; do
  2918.     eval "LIBS_${element}="'"'"$GNUTLS_LIBS "'$'"{LIBS_${element}} "'"'
  2919.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2920.   done
  2921. fi
  2922. fi
  2923. # Check whether --enable-remoteosd was given.
  2924. if test "${enable_remoteosd+set}" = set; then :
  2925.   enableval=$enable_remoteosd;
  2926. fi
  2927. if test "${enable_remoteosd}" != "no"; then :
  2928.   if test "${have_libgcrypt}" = "yes"; then :
  2929.   PLUGINS="${PLUGINS} remoteosd"
  2930.   LTLIBremoteosd="libremoteosd_plugin.la"
  2931.   for element in remoteosd; do
  2932.     eval "LIBS_${element}="'"'"${LIBGCRYPT_LIBS} "'$'"{LIBS_${element}} "'"'
  2933.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2934.   done
  2935.   for element in remoteosd; do
  2936.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${LIBGCRYPT_CFLAGS}"'"'
  2937.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2938.   done
  2939. else
  2940.     as_fn_error "libgcrypt support required for RemoteOSD plugin" "$LINENO" 5
  2941. fi
  2942. fi
  2943. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable RAOP plugin" >&5
  2944. $as_echo_n "checking whether to enable RAOP plugin... " >&6; }
  2945. if test "${have_libgcrypt}" = "yes"; then :
  2946.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2947. $as_echo "yes" >&6; }
  2948.   PLUGINS="${PLUGINS} stream_out_raop"
  2949.   LTLIBstream_out_raop="libstream_out_raop_plugin.la"
  2950.   for element in stream_out_raop; do
  2951.     eval "LIBS_${element}="'"'"${LIBGCRYPT_LIBS} -lgpg-error "'$'"{LIBS_${element}} "'"'
  2952.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2953.   done
  2954.   for element in stream_out_raop; do
  2955.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${LIBGCRYPT_CFLAGS}"'"'
  2956.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2957.   done
  2958. else
  2959.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2960. $as_echo "no" >&6; }
  2961.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgcrypt support required for RAOP plugin" >&5
  2962. $as_echo "$as_me: WARNING: libgcrypt support required for RAOP plugin" >&2;}
  2963. fi
  2964. # Check whether --enable-update-check was given.
  2965. if test "${enable_update_check+set}" = set; then :
  2966.   enableval=$enable_update_check;
  2967. fi
  2968. if test "${enable_update_check}" = "yes"
  2969. then
  2970.   if test "${have_libgcrypt}" != "yes"
  2971.   then
  2972.     as_fn_error "libgcrypt is required for update checking system" "$LINENO" 5
  2973.   fi
  2974.   for element in libvlccore; do
  2975.     eval "LIBS_${element}="'"'"${LIBGCRYPT_LIBS} "'$'"{LIBS_${element}} "'"'
  2976.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2977.   done
  2978.   for element in libvlccore; do
  2979.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${LIBGCRYPT_CFLAGS}"'"'
  2980.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2981.   done
  2982. $as_echo "#define UPDATE_CHECK 1" >>confdefs.h
  2983. fi
  2984.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
  2985. $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
  2986. if test "${ac_cv_c_bigendian+set}" = set; then :
  2987.   $as_echo_n "(cached) " >&6
  2988. else
  2989.   ac_cv_c_bigendian=unknown
  2990.     # See if we're dealing with a universal compiler.
  2991.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2992. /* end confdefs.h.  */
  2993. #ifndef __APPLE_CC__
  2994.        not a universal capable compiler
  2995.      #endif
  2996.      typedef int dummy;
  2997. _ACEOF
  2998. if ac_fn_c_try_compile "$LINENO"; then :
  2999. # Check for potential -arch flags.  It is not universal unless
  3000. # there are at least two -arch flags with different values.
  3001. ac_arch=
  3002. ac_prev=
  3003. for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
  3004.  if test -n "$ac_prev"; then
  3005.    case $ac_word in
  3006.      i?86 | x86_64 | ppc | ppc64)
  3007.        if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
  3008.  ac_arch=$ac_word
  3009.        else
  3010.  ac_cv_c_bigendian=universal
  3011.  break
  3012.        fi
  3013.        ;;
  3014.    esac
  3015.    ac_prev=
  3016.  elif test "x$ac_word" = "x-arch"; then
  3017.    ac_prev=arch
  3018.  fi
  3019.        done
  3020. fi
  3021. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3022.     if test $ac_cv_c_bigendian = unknown; then
  3023.       # See if sys/param.h defines the BYTE_ORDER macro.
  3024.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3025. /* end confdefs.h.  */
  3026. #include <sys/types.h>
  3027.      #include <sys/param.h>
  3028. int
  3029. main ()
  3030. {
  3031. #if ! (defined BYTE_ORDER && defined BIG_ENDIAN 
  3032.      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN 
  3033.      && LITTLE_ENDIAN)
  3034.       bogus endian macros
  3035.      #endif
  3036.   ;
  3037.   return 0;
  3038. }
  3039. _ACEOF
  3040. if ac_fn_c_try_compile "$LINENO"; then :
  3041.   # It does; now see whether it defined to BIG_ENDIAN or not.
  3042.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3043. /* end confdefs.h.  */
  3044. #include <sys/types.h>
  3045. #include <sys/param.h>
  3046. int
  3047. main ()
  3048. {
  3049. #if BYTE_ORDER != BIG_ENDIAN
  3050.  not big endian
  3051. #endif
  3052.   ;
  3053.   return 0;
  3054. }
  3055. _ACEOF
  3056. if ac_fn_c_try_compile "$LINENO"; then :
  3057.   ac_cv_c_bigendian=yes
  3058. else
  3059.   ac_cv_c_bigendian=no
  3060. fi
  3061. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3062. fi
  3063. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3064.     fi
  3065.     if test $ac_cv_c_bigendian = unknown; then
  3066.       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
  3067.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3068. /* end confdefs.h.  */
  3069. #include <limits.h>
  3070. int
  3071. main ()
  3072. {
  3073. #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
  3074.       bogus endian macros
  3075.      #endif
  3076.   ;
  3077.   return 0;
  3078. }
  3079. _ACEOF
  3080. if ac_fn_c_try_compile "$LINENO"; then :
  3081.   # It does; now see whether it defined to _BIG_ENDIAN or not.
  3082.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3083. /* end confdefs.h.  */
  3084. #include <limits.h>
  3085. int
  3086. main ()
  3087. {
  3088. #ifndef _BIG_ENDIAN
  3089.  not big endian
  3090. #endif
  3091.   ;
  3092.   return 0;
  3093. }
  3094. _ACEOF
  3095. if ac_fn_c_try_compile "$LINENO"; then :
  3096.   ac_cv_c_bigendian=yes
  3097. else
  3098.   ac_cv_c_bigendian=no
  3099. fi
  3100. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3101. fi
  3102. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3103.     fi
  3104.     if test $ac_cv_c_bigendian = unknown; then
  3105.       # Compile a test program.
  3106.       if test "$cross_compiling" = yes; then :
  3107.   # Try to guess by grepping values from an object file.
  3108.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3109. /* end confdefs.h.  */
  3110. short int ascii_mm[] =
  3111.   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
  3112. short int ascii_ii[] =
  3113.   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
  3114. int use_ascii (int i) {
  3115.   return ascii_mm[i] + ascii_ii[i];
  3116. }
  3117. short int ebcdic_ii[] =
  3118.   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
  3119. short int ebcdic_mm[] =
  3120.   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
  3121. int use_ebcdic (int i) {
  3122.   return ebcdic_mm[i] + ebcdic_ii[i];
  3123. }
  3124. extern int foo;
  3125. int
  3126. main ()
  3127. {
  3128. return use_ascii (foo) == use_ebcdic (foo);
  3129.   ;
  3130.   return 0;
  3131. }
  3132. _ACEOF
  3133. if ac_fn_c_try_compile "$LINENO"; then :
  3134.   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
  3135.       ac_cv_c_bigendian=yes
  3136.     fi
  3137.     if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
  3138.       if test "$ac_cv_c_bigendian" = unknown; then
  3139. ac_cv_c_bigendian=no
  3140.       else
  3141. # finding both strings is unlikely to happen, but who knows?
  3142. ac_cv_c_bigendian=unknown
  3143.       fi
  3144.     fi
  3145. fi
  3146. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3147. else
  3148.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3149. /* end confdefs.h.  */
  3150. $ac_includes_default
  3151. int
  3152. main ()
  3153. {
  3154.      /* Are we little or big endian?  From Harbison&Steele.  */
  3155.      union
  3156.      {
  3157.        long int l;
  3158.        char c[sizeof (long int)];
  3159.      } u;
  3160.      u.l = 1;
  3161.      return u.c[sizeof (long int) - 1] == 1;
  3162.   ;
  3163.   return 0;
  3164. }
  3165. _ACEOF
  3166. if ac_fn_c_try_run "$LINENO"; then :
  3167.   ac_cv_c_bigendian=no
  3168. else
  3169.   ac_cv_c_bigendian=yes
  3170. fi
  3171. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  3172.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  3173. fi
  3174.     fi
  3175. fi
  3176. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
  3177. $as_echo "$ac_cv_c_bigendian" >&6; }
  3178.  case $ac_cv_c_bigendian in #(
  3179.    yes)
  3180.      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
  3181. ;; #(
  3182.    no)
  3183.       ;; #(
  3184.    universal)
  3185. $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
  3186.      ;; #(
  3187.    *)
  3188.      as_fn_error "unknown endianness
  3189.  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
  3190.  esac
  3191. if test "${ac_cv_c_bigendian}" = "yes"; then :
  3192.   DEFS_BIGENDIAN="-DWORDS_BIGENDIAN=1"
  3193. else
  3194.   DEFS_BIGENDIAN=""
  3195. fi
  3196. loader=false
  3197. # Check whether --enable-loader was given.
  3198. if test "${enable_loader+set}" = set; then :
  3199.   enableval=$enable_loader;
  3200. fi
  3201.  if test "${enable_loader}" = "yes"; then
  3202.   LOADER_TRUE=
  3203.   LOADER_FALSE='#'
  3204. else
  3205.   LOADER_TRUE='#'
  3206.   LOADER_FALSE=
  3207. fi
  3208. if test "${enable_loader}" = "yes"; then :
  3209.   PLUGINS="${PLUGINS} dmo"
  3210.   LTLIBdmo="libdmo_plugin.la"
  3211.   for element in dmo; do
  3212.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I\${top_srcdir}/libs/loader"'"'
  3213.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3214.   done
  3215.   for element in dmo; do
  3216.     eval "LIBS_${element}="'"'"\${top_builddir}/libs/loader/libloader.la -lpthread "'$'"{LIBS_${element}} "'"'
  3217.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3218.   done
  3219.   for element in quicktime; do
  3220.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I\${top_srcdir}/libs/loader"'"'
  3221.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3222.   done
  3223.   for element in quicktime; do
  3224.     eval "LIBS_${element}="'"'"\${top_builddir}/libs/loader/libloader.la -lpthread "'$'"{LIBS_${element}} "'"'
  3225.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3226.   done
  3227.   for element in realaudio; do
  3228.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I\${top_srcdir}/libs/loader -DLOADER"'"'
  3229.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3230.   done
  3231.   for element in realaudio; do
  3232.     eval "LIBS_${element}="'"'"\${top_builddir}/libs/loader/libloader.la "'$'"{LIBS_${element}} "'"'
  3233.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3234.   done
  3235.   for element in realvideo; do
  3236.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I\${top_srcdir}/libs/loader -DLOADER"'"'
  3237.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3238.   done
  3239.   for element in realvideo; do
  3240.     eval "LIBS_${element}="'"'"\${top_builddir}/libs/loader/libloader.la "'$'"{LIBS_${element}} "'"'
  3241.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3242.   done
  3243. fi
  3244. # Check whether --with- was given.
  3245. if test "${with_+set}" = set; then :
  3246.   withval=$with_;
  3247. fi
  3248. # Check whether --enable-vlc was given.
  3249. if test "${enable_vlc+set}" = set; then :
  3250.   enableval=$enable_vlc;
  3251. fi
  3252.  if test "${enable_vlc}" != "no"; then
  3253.   BUILD_VLC_TRUE=
  3254.   BUILD_VLC_FALSE='#'
  3255. else
  3256.   BUILD_VLC_TRUE='#'
  3257.   BUILD_VLC_FALSE=
  3258. fi
  3259. activex=false
  3260. # Check whether --enable-activex was given.
  3261. if test "${enable_activex+set}" = set; then :
  3262.   enableval=$enable_activex;
  3263. fi
  3264. # Check whether --with-wine-sdk-path was given.
  3265. if test "${with_wine_sdk_path+set}" = set; then :
  3266.   withval=$with_wine_sdk_path;
  3267. fi
  3268. if test "${enable_activex}" != "no"
  3269. then
  3270.   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
  3271.   then
  3272.     for ac_prog in midl
  3273. do
  3274.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3275. set dummy $ac_prog; ac_word=$2
  3276. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3277. $as_echo_n "checking for $ac_word... " >&6; }
  3278. if test "${ac_cv_prog_MIDL+set}" = set; then :
  3279.   $as_echo_n "(cached) " >&6
  3280. else
  3281.   if test -n "$MIDL"; then
  3282.   ac_cv_prog_MIDL="$MIDL" # Let the user override the test.
  3283. else
  3284. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3285. for as_dir in $PATH
  3286. do
  3287.   IFS=$as_save_IFS
  3288.   test -z "$as_dir" && as_dir=.
  3289.     for ac_exec_ext in '' $ac_executable_extensions; do
  3290.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3291.     ac_cv_prog_MIDL="$ac_prog"
  3292.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3293.     break 2
  3294.   fi
  3295. done
  3296.   done
  3297. IFS=$as_save_IFS
  3298. fi
  3299. fi
  3300. MIDL=$ac_cv_prog_MIDL
  3301. if test -n "$MIDL"; then
  3302.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIDL" >&5
  3303. $as_echo "$MIDL" >&6; }
  3304. else
  3305.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3306. $as_echo "no" >&6; }
  3307. fi
  3308.   test -n "$MIDL" && break
  3309. done
  3310. test -n "$MIDL" || MIDL="no"
  3311.     if test "${with_wine_sdk_path}" != ""
  3312.     then
  3313.        WINE_SDK_PATH=${with_wine_sdk_path}
  3314.        # Extract the first word of "widl", so it can be a program name with args.
  3315. set dummy widl; ac_word=$2
  3316. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3317. $as_echo_n "checking for $ac_word... " >&6; }
  3318. if test "${ac_cv_path_WIDL+set}" = set; then :
  3319.   $as_echo_n "(cached) " >&6
  3320. else
  3321.   case $WIDL in
  3322.   [\/]* | ?:[\/]*)
  3323.   ac_cv_path_WIDL="$WIDL" # Let the user override the test with a path.
  3324.   ;;
  3325.   *)
  3326.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3327. as_dummy="$WINE_SDK_PATH/bin:$WINE_SDK_PATH/tools/widl"
  3328. for as_dir in $as_dummy
  3329. do
  3330.   IFS=$as_save_IFS
  3331.   test -z "$as_dir" && as_dir=.
  3332.     for ac_exec_ext in '' $ac_executable_extensions; do
  3333.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3334.     ac_cv_path_WIDL="$as_dir/$ac_word$ac_exec_ext"
  3335.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3336.     break 2
  3337.   fi
  3338. done
  3339.   done
  3340. IFS=$as_save_IFS
  3341.   test -z "$ac_cv_path_WIDL" && ac_cv_path_WIDL="no"
  3342.   ;;
  3343. esac
  3344. fi
  3345. WIDL=$ac_cv_path_WIDL
  3346. if test -n "$WIDL"; then
  3347.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WIDL" >&5
  3348. $as_echo "$WIDL" >&6; }
  3349. else
  3350.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3351. $as_echo "no" >&6; }
  3352. fi
  3353.     else
  3354.        WIDL=no
  3355.     fi
  3356.     ac_ext=cpp
  3357. ac_cpp='$CXXCPP $CPPFLAGS'
  3358. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3359. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3360. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3361.     for ac_header in ole2.h
  3362. do :
  3363.   ac_fn_cxx_check_header_mongrel "$LINENO" "ole2.h" "ac_cv_header_ole2_h" "$ac_includes_default"
  3364. if test "x$ac_cv_header_ole2_h" = x""yes; then :
  3365.   cat >>confdefs.h <<_ACEOF
  3366. #define HAVE_OLE2_H 1
  3367. _ACEOF
  3368.  for ac_header in olectl.h
  3369. do :
  3370.   ac_fn_cxx_check_header_mongrel "$LINENO" "olectl.h" "ac_cv_header_olectl_h" "$ac_includes_default"
  3371. if test "x$ac_cv_header_olectl_h" = x""yes; then :
  3372.   cat >>confdefs.h <<_ACEOF
  3373. #define HAVE_OLECTL_H 1