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

midi

开发平台:

Unix_Linux

  1.           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ZVBI library not found. Enabling the telx module instead" >&5
  2. $as_echo "$as_me: WARNING: ZVBI library not found. Enabling the telx module instead" >&2;}
  3. elif test $pkg_failed = untried; then
  4.           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ZVBI library not found. Enabling the telx module instead" >&5
  5. $as_echo "$as_me: WARNING: ZVBI library not found. Enabling the telx module instead" >&2;}
  6. else
  7. ZVBI_CFLAGS=$pkg_cv_ZVBI_CFLAGS
  8. ZVBI_LIBS=$pkg_cv_ZVBI_LIBS
  9.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  10. $as_echo "yes" >&6; }
  11.   for element in zvbi; do
  12.     eval "LIBS_${element}="'"'"$ZVBI_LIBS "'$'"{LIBS_${element}} "'"'
  13.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  14.   done
  15.           if test "${SYS}" = "mingw32"; then
  16.   for element in zvbi; do
  17.     eval "LIBS_${element}="'"'" -lpthreadGC2 "'$'"{LIBS_${element}} "'"'
  18.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  19.   done
  20.           fi
  21.   for element in zvbi; do
  22.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $ZVBI_CFLAGS"'"'
  23.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  24.   done
  25.   PLUGINS="${PLUGINS} zvbi"
  26.   LTLIBzvbi="libzvbi_plugin.la"
  27. $as_echo "#define ZVBI_COMPILED 1" >>confdefs.h
  28.           if test "${enable_telx}" = "yes"; then :
  29.                   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The zvbi and telx modules are uncompatibles.
  30.                                Using zvbi." >&5
  31. $as_echo "$as_me: WARNING: The zvbi and telx modules are uncompatibles.
  32.                                Using zvbi." >&2;}
  33. fi
  34. fi
  35. fi
  36. if test "${enable_telx}" != "no" ; then :
  37.   PLUGINS="${PLUGINS} telx"
  38.   LTLIBtelx="libtelx_plugin.la"
  39. fi
  40. # Check whether --enable-csri was given.
  41. if test "${enable_csri+set}" = set; then :
  42.   enableval=$enable_csri;
  43. fi
  44. if test "${enable_csri}" = "yes"; then :
  45. pkg_failed=no
  46. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CSRI" >&5
  47. $as_echo_n "checking for CSRI... " >&6; }
  48. if test -n "$PKG_CONFIG"; then
  49.     if test -n "$CSRI_CFLAGS"; then
  50.         pkg_cv_CSRI_CFLAGS="$CSRI_CFLAGS"
  51.     else
  52.         if test -n "$PKG_CONFIG" && 
  53.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "csri >= 0.1.0""; } >&5
  54.   ($PKG_CONFIG --exists --print-errors "csri >= 0.1.0") 2>&5
  55.   ac_status=$?
  56.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  57.   test $ac_status = 0; }; then
  58.   pkg_cv_CSRI_CFLAGS=`$PKG_CONFIG --cflags "csri >= 0.1.0" 2>/dev/null`
  59. else
  60.   pkg_failed=yes
  61. fi
  62.     fi
  63. else
  64. pkg_failed=untried
  65. fi
  66. if test -n "$PKG_CONFIG"; then
  67.     if test -n "$CSRI_LIBS"; then
  68.         pkg_cv_CSRI_LIBS="$CSRI_LIBS"
  69.     else
  70.         if test -n "$PKG_CONFIG" && 
  71.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "csri >= 0.1.0""; } >&5
  72.   ($PKG_CONFIG --exists --print-errors "csri >= 0.1.0") 2>&5
  73.   ac_status=$?
  74.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  75.   test $ac_status = 0; }; then
  76.   pkg_cv_CSRI_LIBS=`$PKG_CONFIG --libs "csri >= 0.1.0" 2>/dev/null`
  77. else
  78.   pkg_failed=yes
  79. fi
  80.     fi
  81. else
  82. pkg_failed=untried
  83. fi
  84. if test $pkg_failed = yes; then
  85. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  86.         _pkg_short_errors_supported=yes
  87. else
  88.         _pkg_short_errors_supported=no
  89. fi
  90.         if test $_pkg_short_errors_supported = yes; then
  91.         CSRI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "csri >= 0.1.0"`
  92.         else
  93.         CSRI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "csri >= 0.1.0"`
  94.         fi
  95. # Put the nasty error message in config.log where it belongs
  96. echo "$CSRI_PKG_ERRORS" >&5
  97. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  98. $as_echo "no" >&6; }
  99.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CSRI helper library not found" >&5
  100. $as_echo "$as_me: WARNING: CSRI helper library not found" >&2;}
  101. elif test $pkg_failed = untried; then
  102.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CSRI helper library not found" >&5
  103. $as_echo "$as_me: WARNING: CSRI helper library not found" >&2;}
  104. else
  105. CSRI_CFLAGS=$pkg_cv_CSRI_CFLAGS
  106. CSRI_LIBS=$pkg_cv_CSRI_LIBS
  107.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  108. $as_echo "yes" >&6; }
  109.   for element in csri; do
  110.     eval "LDFLAGS_${element}="'"'"$CSRI_LIBS "'$'"{LDFLAGS_${element}} "'"'
  111.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  112.   done
  113.   for element in csri; do
  114.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $CSRI_CFLAGS"'"'
  115.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  116.   done
  117.   PLUGINS="${PLUGINS} csri"
  118.   LTLIBcsri="libcsri_plugin.la"
  119. fi
  120. fi
  121. # Check whether --enable-libass was given.
  122. if test "${enable_libass+set}" = set; then :
  123.   enableval=$enable_libass;
  124. fi
  125. if test "${enable_libass}" = "yes"; then :
  126. pkg_failed=no
  127. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASS" >&5
  128. $as_echo_n "checking for LIBASS... " >&6; }
  129. if test -n "$PKG_CONFIG"; then
  130.     if test -n "$LIBASS_CFLAGS"; then
  131.         pkg_cv_LIBASS_CFLAGS="$LIBASS_CFLAGS"
  132.     else
  133.         if test -n "$PKG_CONFIG" && 
  134.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libass >= 0.9.5""; } >&5
  135.   ($PKG_CONFIG --exists --print-errors "libass >= 0.9.5") 2>&5
  136.   ac_status=$?
  137.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  138.   test $ac_status = 0; }; then
  139.   pkg_cv_LIBASS_CFLAGS=`$PKG_CONFIG --cflags "libass >= 0.9.5" 2>/dev/null`
  140. else
  141.   pkg_failed=yes
  142. fi
  143.     fi
  144. else
  145. pkg_failed=untried
  146. fi
  147. if test -n "$PKG_CONFIG"; then
  148.     if test -n "$LIBASS_LIBS"; then
  149.         pkg_cv_LIBASS_LIBS="$LIBASS_LIBS"
  150.     else
  151.         if test -n "$PKG_CONFIG" && 
  152.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libass >= 0.9.5""; } >&5
  153.   ($PKG_CONFIG --exists --print-errors "libass >= 0.9.5") 2>&5
  154.   ac_status=$?
  155.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  156.   test $ac_status = 0; }; then
  157.   pkg_cv_LIBASS_LIBS=`$PKG_CONFIG --libs "libass >= 0.9.5" 2>/dev/null`
  158. else
  159.   pkg_failed=yes
  160. fi
  161.     fi
  162. else
  163. pkg_failed=untried
  164. fi
  165. if test $pkg_failed = yes; then
  166. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  167.         _pkg_short_errors_supported=yes
  168. else
  169.         _pkg_short_errors_supported=no
  170. fi
  171.         if test $_pkg_short_errors_supported = yes; then
  172.         LIBASS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libass >= 0.9.5"`
  173.         else
  174.         LIBASS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libass >= 0.9.5"`
  175.         fi
  176. # Put the nasty error message in config.log where it belongs
  177. echo "$LIBASS_PKG_ERRORS" >&5
  178. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  179. $as_echo "no" >&6; }
  180.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LIBASS library not found" >&5
  181. $as_echo "$as_me: WARNING: LIBASS library not found" >&2;}
  182. elif test $pkg_failed = untried; then
  183.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LIBASS library not found" >&5
  184. $as_echo "$as_me: WARNING: LIBASS library not found" >&2;}
  185. else
  186. LIBASS_CFLAGS=$pkg_cv_LIBASS_CFLAGS
  187. LIBASS_LIBS=$pkg_cv_LIBASS_LIBS
  188.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  189. $as_echo "yes" >&6; }
  190.   for element in libass; do
  191.     eval "LDFLAGS_${element}="'"'"$LIBASS_LIBS "'$'"{LDFLAGS_${element}} "'"'
  192.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  193.   done
  194.   for element in libass; do
  195.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBASS_CFLAGS"'"'
  196.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  197.   done
  198.   PLUGINS="${PLUGINS} libass"
  199.   LTLIBlibass="liblibass_plugin.la"
  200.         for ac_header in fontconfig/fontconfig.h
  201. do :
  202.   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
  203. if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
  204.   cat >>confdefs.h <<_ACEOF
  205. #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  206. _ACEOF
  207.   for element in libass; do
  208.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DHAVE_FONTCONFIG"'"'
  209.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  210.   done
  211.         if test "${SYS}" = "mingw32"; then
  212.   for element in libass; do
  213.     eval "LIBS_${element}="'"'"-lfontconfig -lfreetype -liconv -lz -lxml2 "'$'"{LIBS_${element}} "'"'
  214.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  215.   done
  216.         else
  217.   for element in libass; do
  218.     eval "LIBS_${element}="'"'"-lfontconfig "'$'"{LIBS_${element}} "'"'
  219.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  220.   done
  221.         fi
  222. fi
  223. done
  224. fi
  225. fi
  226. # Check whether --enable-asademux was given.
  227. if test "${enable_asademux+set}" = set; then :
  228.   enableval=$enable_asademux;
  229. fi
  230. if test "${enable_asademux}" = "yes"; then :
  231. pkg_failed=no
  232. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PCRE" >&5
  233. $as_echo_n "checking for PCRE... " >&6; }
  234. if test -n "$PKG_CONFIG"; then
  235.     if test -n "$PCRE_CFLAGS"; then
  236.         pkg_cv_PCRE_CFLAGS="$PCRE_CFLAGS"
  237.     else
  238.         if test -n "$PKG_CONFIG" && 
  239.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpcre >= 6.5""; } >&5
  240.   ($PKG_CONFIG --exists --print-errors "libpcre >= 6.5") 2>&5
  241.   ac_status=$?
  242.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  243.   test $ac_status = 0; }; then
  244.   pkg_cv_PCRE_CFLAGS=`$PKG_CONFIG --cflags "libpcre >= 6.5" 2>/dev/null`
  245. else
  246.   pkg_failed=yes
  247. fi
  248.     fi
  249. else
  250. pkg_failed=untried
  251. fi
  252. if test -n "$PKG_CONFIG"; then
  253.     if test -n "$PCRE_LIBS"; then
  254.         pkg_cv_PCRE_LIBS="$PCRE_LIBS"
  255.     else
  256.         if test -n "$PKG_CONFIG" && 
  257.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpcre >= 6.5""; } >&5
  258.   ($PKG_CONFIG --exists --print-errors "libpcre >= 6.5") 2>&5
  259.   ac_status=$?
  260.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  261.   test $ac_status = 0; }; then
  262.   pkg_cv_PCRE_LIBS=`$PKG_CONFIG --libs "libpcre >= 6.5" 2>/dev/null`
  263. else
  264.   pkg_failed=yes
  265. fi
  266.     fi
  267. else
  268. pkg_failed=untried
  269. fi
  270. if test $pkg_failed = yes; then
  271. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  272.         _pkg_short_errors_supported=yes
  273. else
  274.         _pkg_short_errors_supported=no
  275. fi
  276.         if test $_pkg_short_errors_supported = yes; then
  277.         PCRE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpcre >= 6.5"`
  278.         else
  279.         PCRE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpcre >= 6.5"`
  280.         fi
  281. # Put the nasty error message in config.log where it belongs
  282. echo "$PCRE_PKG_ERRORS" >&5
  283. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  284. $as_echo "no" >&6; }
  285.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: PCRE library not found (required for asademux)" >&5
  286. $as_echo "$as_me: WARNING: PCRE library not found (required for asademux)" >&2;}
  287. elif test $pkg_failed = untried; then
  288.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: PCRE library not found (required for asademux)" >&5
  289. $as_echo "$as_me: WARNING: PCRE library not found (required for asademux)" >&2;}
  290. else
  291. PCRE_CFLAGS=$pkg_cv_PCRE_CFLAGS
  292. PCRE_LIBS=$pkg_cv_PCRE_LIBS
  293.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  294. $as_echo "yes" >&6; }
  295.   for element in asademux; do
  296.     eval "LDFLAGS_${element}="'"'"$PCRE_LIBS "'$'"{LDFLAGS_${element}} "'"'
  297.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  298.   done
  299.   for element in asademux; do
  300.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $PCRE_CFLAGS"'"'
  301.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  302.   done
  303. if test "${SYS}" = "mingw32"; then
  304.   for element in asademux; do
  305.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DPCRE_STATIC"'"'
  306.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  307.   done
  308.         fi
  309.   PLUGINS="${PLUGINS} asademux"
  310.   LTLIBasademux="libasademux_plugin.la"
  311. fi
  312. fi
  313. # Check whether --enable-cmml was given.
  314. if test "${enable_cmml+set}" = set; then :
  315.   enableval=$enable_cmml;
  316. fi
  317. if test "${enable_cmml}" != "no"
  318. then
  319.   PLUGINS="${PLUGINS} cmml"
  320.   LTLIBcmml="libcmml_plugin.la"
  321. fi
  322. # Check whether --enable-kate was given.
  323. if test "${enable_kate+set}" = set; then :
  324.   enableval=$enable_kate;
  325. fi
  326. if test "${enable_kate}" != "no"; then :
  327. pkg_failed=no
  328. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for KATE" >&5
  329. $as_echo_n "checking for KATE... " >&6; }
  330. if test -n "$PKG_CONFIG"; then
  331.     if test -n "$KATE_CFLAGS"; then
  332.         pkg_cv_KATE_CFLAGS="$KATE_CFLAGS"
  333.     else
  334.         if test -n "$PKG_CONFIG" && 
  335.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "kate >= 0.1.5""; } >&5
  336.   ($PKG_CONFIG --exists --print-errors "kate >= 0.1.5") 2>&5
  337.   ac_status=$?
  338.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  339.   test $ac_status = 0; }; then
  340.   pkg_cv_KATE_CFLAGS=`$PKG_CONFIG --cflags "kate >= 0.1.5" 2>/dev/null`
  341. else
  342.   pkg_failed=yes
  343. fi
  344.     fi
  345. else
  346. pkg_failed=untried
  347. fi
  348. if test -n "$PKG_CONFIG"; then
  349.     if test -n "$KATE_LIBS"; then
  350.         pkg_cv_KATE_LIBS="$KATE_LIBS"
  351.     else
  352.         if test -n "$PKG_CONFIG" && 
  353.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "kate >= 0.1.5""; } >&5
  354.   ($PKG_CONFIG --exists --print-errors "kate >= 0.1.5") 2>&5
  355.   ac_status=$?
  356.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  357.   test $ac_status = 0; }; then
  358.   pkg_cv_KATE_LIBS=`$PKG_CONFIG --libs "kate >= 0.1.5" 2>/dev/null`
  359. else
  360.   pkg_failed=yes
  361. fi
  362.     fi
  363. else
  364. pkg_failed=untried
  365. fi
  366. if test $pkg_failed = yes; then
  367. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  368.         _pkg_short_errors_supported=yes
  369. else
  370.         _pkg_short_errors_supported=no
  371. fi
  372.         if test $_pkg_short_errors_supported = yes; then
  373.         KATE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "kate >= 0.1.5"`
  374.         else
  375.         KATE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "kate >= 0.1.5"`
  376.         fi
  377. # Put the nasty error message in config.log where it belongs
  378. echo "$KATE_PKG_ERRORS" >&5
  379. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  380. $as_echo "no" >&6; }
  381.         for ac_header in kate/kate.h
  382. do :
  383.   ac_fn_c_check_header_mongrel "$LINENO" "kate/kate.h" "ac_cv_header_kate_kate_h" "$ac_includes_default"
  384. if test "x$ac_cv_header_kate_kate_h" = x""yes; then :
  385.   cat >>confdefs.h <<_ACEOF
  386. #define HAVE_KATE_KATE_H 1
  387. _ACEOF
  388.           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kate_decode_init in -lkate" >&5
  389. $as_echo_n "checking for kate_decode_init in -lkate... " >&6; }
  390. if test "${ac_cv_lib_kate_kate_decode_init+set}" = set; then :
  391.   $as_echo_n "(cached) " >&6
  392. else
  393.   ac_check_lib_save_LIBS=$LIBS
  394. LIBS="-lkate -lkate -logg $LIBS"
  395. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  396. /* end confdefs.h.  */
  397. /* Override any GCC internal prototype to avoid an error.
  398.    Use char because int might match the return type of a GCC
  399.    builtin and then its argument prototype would still apply.  */
  400. #ifdef __cplusplus
  401. extern "C"
  402. #endif
  403. char kate_decode_init ();
  404. int
  405. main ()
  406. {
  407. return kate_decode_init ();
  408.   ;
  409.   return 0;
  410. }
  411. _ACEOF
  412. if ac_fn_c_try_link "$LINENO"; then :
  413.   ac_cv_lib_kate_kate_decode_init=yes
  414. else
  415.   ac_cv_lib_kate_kate_decode_init=no
  416. fi
  417. rm -f core conftest.err conftest.$ac_objext 
  418.     conftest$ac_exeext conftest.$ac_ext
  419. LIBS=$ac_check_lib_save_LIBS
  420. fi
  421. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kate_kate_decode_init" >&5
  422. $as_echo "$ac_cv_lib_kate_kate_decode_init" >&6; }
  423. if test "x$ac_cv_lib_kate_kate_decode_init" = x""yes; then :
  424.   PLUGINS="${PLUGINS} kate"
  425.   LTLIBkate="libkate_plugin.la"
  426.             kate_libs="-lkate -logg"
  427.   for element in kate; do
  428.     eval "LDFLAGS_${element}="'"'"${kate_libs} "'$'"{LDFLAGS_${element}} "'"'
  429.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  430.   done
  431. else
  432.             if test "x${enable_kate}" != "x"; then :
  433.               as_fn_error "libkate doesn't appear to be installed on your system.
  434.               You also need to check that you have a libogg posterior to the 1.0 release." "$LINENO" 5
  435. fi
  436. fi
  437. else
  438.           if test "x${enable_kate}" != "x"; then :
  439.             as_fn_error "libkate headers do not appear to be installed on your system.
  440.             You also need to check that you have a libogg posterior to the 1.0 release." "$LINENO" 5
  441. fi
  442. fi
  443. done
  444. elif test $pkg_failed = untried; then
  445.         for ac_header in kate/kate.h
  446. do :
  447.   ac_fn_c_check_header_mongrel "$LINENO" "kate/kate.h" "ac_cv_header_kate_kate_h" "$ac_includes_default"
  448. if test "x$ac_cv_header_kate_kate_h" = x""yes; then :
  449.   cat >>confdefs.h <<_ACEOF
  450. #define HAVE_KATE_KATE_H 1
  451. _ACEOF
  452.           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kate_decode_init in -lkate" >&5
  453. $as_echo_n "checking for kate_decode_init in -lkate... " >&6; }
  454. if test "${ac_cv_lib_kate_kate_decode_init+set}" = set; then :
  455.   $as_echo_n "(cached) " >&6
  456. else
  457.   ac_check_lib_save_LIBS=$LIBS
  458. LIBS="-lkate -lkate -logg $LIBS"
  459. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  460. /* end confdefs.h.  */
  461. /* Override any GCC internal prototype to avoid an error.
  462.    Use char because int might match the return type of a GCC
  463.    builtin and then its argument prototype would still apply.  */
  464. #ifdef __cplusplus
  465. extern "C"
  466. #endif
  467. char kate_decode_init ();
  468. int
  469. main ()
  470. {
  471. return kate_decode_init ();
  472.   ;
  473.   return 0;
  474. }
  475. _ACEOF
  476. if ac_fn_c_try_link "$LINENO"; then :
  477.   ac_cv_lib_kate_kate_decode_init=yes
  478. else
  479.   ac_cv_lib_kate_kate_decode_init=no
  480. fi
  481. rm -f core conftest.err conftest.$ac_objext 
  482.     conftest$ac_exeext conftest.$ac_ext
  483. LIBS=$ac_check_lib_save_LIBS
  484. fi
  485. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kate_kate_decode_init" >&5
  486. $as_echo "$ac_cv_lib_kate_kate_decode_init" >&6; }
  487. if test "x$ac_cv_lib_kate_kate_decode_init" = x""yes; then :
  488.   PLUGINS="${PLUGINS} kate"
  489.   LTLIBkate="libkate_plugin.la"
  490.             kate_libs="-lkate -logg"
  491.   for element in kate; do
  492.     eval "LDFLAGS_${element}="'"'"${kate_libs} "'$'"{LDFLAGS_${element}} "'"'
  493.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  494.   done
  495. else
  496.             if test "x${enable_kate}" != "x"; then :
  497.               as_fn_error "libkate doesn't appear to be installed on your system.
  498.               You also need to check that you have a libogg posterior to the 1.0 release." "$LINENO" 5
  499. fi
  500. fi
  501. else
  502.           if test "x${enable_kate}" != "x"; then :
  503.             as_fn_error "libkate headers do not appear to be installed on your system.
  504.             You also need to check that you have a libogg posterior to the 1.0 release." "$LINENO" 5
  505. fi
  506. fi
  507. done
  508. else
  509. KATE_CFLAGS=$pkg_cv_KATE_CFLAGS
  510. KATE_LIBS=$pkg_cv_KATE_LIBS
  511.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  512. $as_echo "yes" >&6; }
  513.   PLUGINS="${PLUGINS} kate"
  514.   LTLIBkate="libkate_plugin.la"
  515.   for element in kate; do
  516.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $KATE_CFLAGS"'"'
  517.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  518.   done
  519.   for element in kate; do
  520.     eval "LIBS_${element}="'"'"$KATE_LIBS "'$'"{LIBS_${element}} "'"'
  521.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  522.   done
  523. fi
  524. fi
  525. # Check whether --enable-tiger was given.
  526. if test "${enable_tiger+set}" = set; then :
  527.   enableval=$enable_tiger;
  528. fi
  529. if test "${enable_tiger}" != "no"; then :
  530. pkg_failed=no
  531. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIGER" >&5
  532. $as_echo_n "checking for TIGER... " >&6; }
  533. if test -n "$PKG_CONFIG"; then
  534.     if test -n "$TIGER_CFLAGS"; then
  535.         pkg_cv_TIGER_CFLAGS="$TIGER_CFLAGS"
  536.     else
  537.         if test -n "$PKG_CONFIG" && 
  538.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.1""; } >&5
  539.   ($PKG_CONFIG --exists --print-errors "tiger >= 0.3.1") 2>&5
  540.   ac_status=$?
  541.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  542.   test $ac_status = 0; }; then
  543.   pkg_cv_TIGER_CFLAGS=`$PKG_CONFIG --cflags "tiger >= 0.3.1" 2>/dev/null`
  544. else
  545.   pkg_failed=yes
  546. fi
  547.     fi
  548. else
  549. pkg_failed=untried
  550. fi
  551. if test -n "$PKG_CONFIG"; then
  552.     if test -n "$TIGER_LIBS"; then
  553.         pkg_cv_TIGER_LIBS="$TIGER_LIBS"
  554.     else
  555.         if test -n "$PKG_CONFIG" && 
  556.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "tiger >= 0.3.1""; } >&5
  557.   ($PKG_CONFIG --exists --print-errors "tiger >= 0.3.1") 2>&5
  558.   ac_status=$?
  559.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  560.   test $ac_status = 0; }; then
  561.   pkg_cv_TIGER_LIBS=`$PKG_CONFIG --libs "tiger >= 0.3.1" 2>/dev/null`
  562. else
  563.   pkg_failed=yes
  564. fi
  565.     fi
  566. else
  567. pkg_failed=untried
  568. fi
  569. if test $pkg_failed = yes; then
  570. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  571.         _pkg_short_errors_supported=yes
  572. else
  573.         _pkg_short_errors_supported=no
  574. fi
  575.         if test $_pkg_short_errors_supported = yes; then
  576.         TIGER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tiger >= 0.3.1"`
  577.         else
  578.         TIGER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tiger >= 0.3.1"`
  579.         fi
  580. # Put the nasty error message in config.log where it belongs
  581. echo "$TIGER_PKG_ERRORS" >&5
  582. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  583. $as_echo "no" >&6; }
  584.         if test "x${enable_tiger}" != "x"; then :
  585.           as_fn_error "libtiger does not appear to be installed on your system." "$LINENO" 5
  586. fi
  587. elif test $pkg_failed = untried; then
  588.         if test "x${enable_tiger}" != "x"; then :
  589.           as_fn_error "libtiger does not appear to be installed on your system." "$LINENO" 5
  590. fi
  591. else
  592. TIGER_CFLAGS=$pkg_cv_TIGER_CFLAGS
  593. TIGER_LIBS=$pkg_cv_TIGER_LIBS
  594.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  595. $as_echo "yes" >&6; }
  596. $as_echo "#define HAVE_TIGER 1" >>confdefs.h
  597.   for element in kate; do
  598.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $TIGER_CFLAGS"'"'
  599.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  600.   done
  601.   for element in kate; do
  602.     eval "LIBS_${element}="'"'"$TIGER_LIBS "'$'"{LIBS_${element}} "'"'
  603.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  604.   done
  605. fi
  606. fi
  607. # Check whether --with- was given.
  608. if test "${with_+set}" = set; then :
  609.   withval=$with_;
  610. fi
  611. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
  612. $as_echo_n "checking for X... " >&6; }
  613. # Check whether --with-x was given.
  614. if test "${with_x+set}" = set; then :
  615.   withval=$with_x;
  616. fi
  617. # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
  618. if test "x$with_x" = xno; then
  619.   # The user explicitly disabled X.
  620.   have_x=disabled
  621. else
  622.   case $x_includes,$x_libraries in #(
  623.     *'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
  624.     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
  625.   $as_echo_n "(cached) " >&6
  626. else
  627.   # One or both of the vars are not set, and there is no cached value.
  628. ac_x_includes=no ac_x_libraries=no
  629. rm -f -r conftest.dir
  630. if mkdir conftest.dir; then
  631.   cd conftest.dir
  632.   cat >Imakefile <<'_ACEOF'
  633. incroot:
  634. @echo incroot='${INCROOT}'
  635. usrlibdir:
  636. @echo usrlibdir='${USRLIBDIR}'
  637. libdir:
  638. @echo libdir='${LIBDIR}'
  639. _ACEOF
  640.   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
  641.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  642.     for ac_var in incroot usrlibdir libdir; do
  643.       eval "ac_im_$ac_var=`${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'`"
  644.     done
  645.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  646.     for ac_extension in a so sl dylib la dll; do
  647.       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
  648.  test -f "$ac_im_libdir/libX11.$ac_extension"; then
  649. ac_im_usrlibdir=$ac_im_libdir; break
  650.       fi
  651.     done
  652.     # Screen out bogus values from the imake configuration.  They are
  653.     # bogus both because they are the default anyway, and because
  654.     # using them would break gcc on systems where it needs fixed includes.
  655.     case $ac_im_incroot in
  656. /usr/include) ac_x_includes= ;;
  657. *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
  658.     esac
  659.     case $ac_im_usrlibdir in
  660. /usr/lib | /usr/lib64 | /lib | /lib64) ;;
  661. *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
  662.     esac
  663.   fi
  664.   cd ..
  665.   rm -f -r conftest.dir
  666. fi
  667. # Standard set of common directories for X headers.
  668. # Check X11 before X11Rn because it is often a symlink to the current release.
  669. ac_x_header_dirs='
  670. /usr/X11/include
  671. /usr/X11R7/include
  672. /usr/X11R6/include
  673. /usr/X11R5/include
  674. /usr/X11R4/include
  675. /usr/include/X11
  676. /usr/include/X11R7
  677. /usr/include/X11R6
  678. /usr/include/X11R5
  679. /usr/include/X11R4
  680. /usr/local/X11/include
  681. /usr/local/X11R7/include
  682. /usr/local/X11R6/include
  683. /usr/local/X11R5/include
  684. /usr/local/X11R4/include
  685. /usr/local/include/X11
  686. /usr/local/include/X11R7
  687. /usr/local/include/X11R6
  688. /usr/local/include/X11R5
  689. /usr/local/include/X11R4
  690. /usr/X386/include
  691. /usr/x386/include
  692. /usr/XFree86/include/X11
  693. /usr/include
  694. /usr/local/include
  695. /usr/unsupported/include
  696. /usr/athena/include
  697. /usr/local/x11r5/include
  698. /usr/lpp/Xamples/include
  699. /usr/openwin/include
  700. /usr/openwin/share/include'
  701. if test "$ac_x_includes" = no; then
  702.   # Guess where to find include files, by looking for Xlib.h.
  703.   # First, try using that file with no special directory specified.
  704.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  705. /* end confdefs.h.  */
  706. #include <X11/Xlib.h>
  707. _ACEOF
  708. if ac_fn_c_try_cpp "$LINENO"; then :
  709.   # We can compile using X headers with no special include directory.
  710. ac_x_includes=
  711. else
  712.   for ac_dir in $ac_x_header_dirs; do
  713.   if test -r "$ac_dir/X11/Xlib.h"; then
  714.     ac_x_includes=$ac_dir
  715.     break
  716.   fi
  717. done
  718. fi
  719. rm -f conftest.err conftest.$ac_ext
  720. fi # $ac_x_includes = no
  721. if test "$ac_x_libraries" = no; then
  722.   # Check for the libraries.
  723.   # See if we find them without any special options.
  724.   # Don't add to $LIBS permanently.
  725.   ac_save_LIBS=$LIBS
  726.   LIBS="-lX11 $LIBS"
  727.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  728. /* end confdefs.h.  */
  729. #include <X11/Xlib.h>
  730. int
  731. main ()
  732. {
  733. XrmInitialize ()
  734.   ;
  735.   return 0;
  736. }
  737. _ACEOF
  738. if ac_fn_c_try_link "$LINENO"; then :
  739.   LIBS=$ac_save_LIBS
  740. # We can link X programs with no special library path.
  741. ac_x_libraries=
  742. else
  743.   LIBS=$ac_save_LIBS
  744. for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
  745. do
  746.   # Don't even attempt the hair of trying to link an X program!
  747.   for ac_extension in a so sl dylib la dll; do
  748.     if test -r "$ac_dir/libX11.$ac_extension"; then
  749.       ac_x_libraries=$ac_dir
  750.       break 2
  751.     fi
  752.   done
  753. done
  754. fi
  755. rm -f core conftest.err conftest.$ac_objext 
  756.     conftest$ac_exeext conftest.$ac_ext
  757. fi # $ac_x_libraries = no
  758. case $ac_x_includes,$ac_x_libraries in #(
  759.   no,* | *,no | *'*)
  760.     # Didn't find X, or a directory has "'" in its name.
  761.     ac_cv_have_x="have_x=no";; #(
  762.   *)
  763.     # Record where we found X for the cache.
  764.     ac_cv_have_x="have_x=yes
  765. ac_x_includes='$ac_x_includes'
  766. ac_x_libraries='$ac_x_libraries'"
  767. esac
  768. fi
  769. ;; #(
  770.     *) have_x=yes;;
  771.   esac
  772.   eval "$ac_cv_have_x"
  773. fi # $with_x != no
  774. if test "$have_x" != yes; then
  775.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
  776. $as_echo "$have_x" >&6; }
  777.   no_x=yes
  778. else
  779.   # If each of the values was on the command line, it overrides each guess.
  780.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  781.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  782.   # Update the cache value to reflect the command line values.
  783.   ac_cv_have_x="have_x=yes
  784. ac_x_includes='$x_includes'
  785. ac_x_libraries='$x_libraries'"
  786.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
  787. $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
  788. fi
  789. if test "$no_x" = yes; then
  790.   # Not all programs may use this symbol, but it does not hurt to define it.
  791. $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
  792.   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
  793. else
  794.   if test -n "$x_includes"; then
  795.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  796.   fi
  797.   # It would also be nice to do this for all -L options, not just this one.
  798.   if test -n "$x_libraries"; then
  799.     X_LIBS="$X_LIBS -L$x_libraries"
  800.     # For Solaris; some versions of Sun CC require a space after -R and
  801.     # others require no space.  Words are not sufficient . . . .
  802.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
  803. $as_echo_n "checking whether -R must be followed by a space... " >&6; }
  804.     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
  805.     ac_xsave_c_werror_flag=$ac_c_werror_flag
  806.     ac_c_werror_flag=yes
  807.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  808. /* end confdefs.h.  */
  809. int
  810. main ()
  811. {
  812.   ;
  813.   return 0;
  814. }
  815. _ACEOF
  816. if ac_fn_c_try_link "$LINENO"; then :
  817.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  818. $as_echo "no" >&6; }
  819.        X_LIBS="$X_LIBS -R$x_libraries"
  820. else
  821.   LIBS="$ac_xsave_LIBS -R $x_libraries"
  822.        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  823. /* end confdefs.h.  */
  824. int
  825. main ()
  826. {
  827.   ;
  828.   return 0;
  829. }
  830. _ACEOF
  831. if ac_fn_c_try_link "$LINENO"; then :
  832.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  833. $as_echo "yes" >&6; }
  834.   X_LIBS="$X_LIBS -R $x_libraries"
  835. else
  836.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
  837. $as_echo "neither works" >&6; }
  838. fi
  839. rm -f core conftest.err conftest.$ac_objext 
  840.     conftest$ac_exeext conftest.$ac_ext
  841. fi
  842. rm -f core conftest.err conftest.$ac_objext 
  843.     conftest$ac_exeext conftest.$ac_ext
  844.     ac_c_werror_flag=$ac_xsave_c_werror_flag
  845.     LIBS=$ac_xsave_LIBS
  846.   fi
  847.   # Check for system-dependent libraries X programs must link with.
  848.   # Do this before checking for the system-independent R6 libraries
  849.   # (-lICE), since we may need -lsocket or whatever for X linking.
  850.   if test "$ISC" = yes; then
  851.     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
  852.   else
  853.     # Martyn Johnson says this is needed for Ultrix, if the X
  854.     # libraries were built with DECnet support.  And Karl Berry says
  855.     # the Alpha needs dnet_stub (dnet does not exist).
  856.     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
  857.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  858. /* end confdefs.h.  */
  859. /* Override any GCC internal prototype to avoid an error.
  860.    Use char because int might match the return type of a GCC
  861.    builtin and then its argument prototype would still apply.  */
  862. #ifdef __cplusplus
  863. extern "C"
  864. #endif
  865. char XOpenDisplay ();
  866. int
  867. main ()
  868. {
  869. return XOpenDisplay ();
  870.   ;
  871.   return 0;
  872. }
  873. _ACEOF
  874. if ac_fn_c_try_link "$LINENO"; then :
  875. else
  876.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
  877. $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
  878. if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
  879.   $as_echo_n "(cached) " >&6
  880. else
  881.   ac_check_lib_save_LIBS=$LIBS
  882. LIBS="-ldnet  $LIBS"
  883. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  884. /* end confdefs.h.  */
  885. /* Override any GCC internal prototype to avoid an error.
  886.    Use char because int might match the return type of a GCC
  887.    builtin and then its argument prototype would still apply.  */
  888. #ifdef __cplusplus
  889. extern "C"
  890. #endif
  891. char dnet_ntoa ();
  892. int
  893. main ()
  894. {
  895. return dnet_ntoa ();
  896.   ;
  897.   return 0;
  898. }
  899. _ACEOF
  900. if ac_fn_c_try_link "$LINENO"; then :
  901.   ac_cv_lib_dnet_dnet_ntoa=yes
  902. else
  903.   ac_cv_lib_dnet_dnet_ntoa=no
  904. fi
  905. rm -f core conftest.err conftest.$ac_objext 
  906.     conftest$ac_exeext conftest.$ac_ext
  907. LIBS=$ac_check_lib_save_LIBS
  908. fi
  909. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
  910. $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
  911. if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
  912.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  913. fi
  914.     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  915.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
  916. $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
  917. if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
  918.   $as_echo_n "(cached) " >&6
  919. else
  920.   ac_check_lib_save_LIBS=$LIBS
  921. LIBS="-ldnet_stub  $LIBS"
  922. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  923. /* end confdefs.h.  */
  924. /* Override any GCC internal prototype to avoid an error.
  925.    Use char because int might match the return type of a GCC
  926.    builtin and then its argument prototype would still apply.  */
  927. #ifdef __cplusplus
  928. extern "C"
  929. #endif
  930. char dnet_ntoa ();
  931. int
  932. main ()
  933. {
  934. return dnet_ntoa ();
  935.   ;
  936.   return 0;
  937. }
  938. _ACEOF
  939. if ac_fn_c_try_link "$LINENO"; then :
  940.   ac_cv_lib_dnet_stub_dnet_ntoa=yes
  941. else
  942.   ac_cv_lib_dnet_stub_dnet_ntoa=no
  943. fi
  944. rm -f core conftest.err conftest.$ac_objext 
  945.     conftest$ac_exeext conftest.$ac_ext
  946. LIBS=$ac_check_lib_save_LIBS
  947. fi
  948. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
  949. $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
  950. if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
  951.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  952. fi
  953.     fi
  954. fi
  955. rm -f core conftest.err conftest.$ac_objext 
  956.     conftest$ac_exeext conftest.$ac_ext
  957.     LIBS="$ac_xsave_LIBS"
  958.     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
  959.     # to get the SysV transport functions.
  960.     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
  961.     # needs -lnsl.
  962.     # The nsl library prevents programs from opening the X display
  963.     # on Irix 5.2, according to T.E. Dickey.
  964.     # The functions gethostbyname, getservbyname, and inet_addr are
  965.     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
  966.     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
  967. if test "x$ac_cv_func_gethostbyname" = x""yes; then :
  968. fi
  969.     if test $ac_cv_func_gethostbyname = no; then
  970.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
  971. $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
  972. if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
  973.   $as_echo_n "(cached) " >&6
  974. else
  975.   ac_check_lib_save_LIBS=$LIBS
  976. LIBS="-lnsl  $LIBS"
  977. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  978. /* end confdefs.h.  */
  979. /* Override any GCC internal prototype to avoid an error.
  980.    Use char because int might match the return type of a GCC
  981.    builtin and then its argument prototype would still apply.  */
  982. #ifdef __cplusplus
  983. extern "C"
  984. #endif
  985. char gethostbyname ();
  986. int
  987. main ()
  988. {
  989. return gethostbyname ();
  990.   ;
  991.   return 0;
  992. }
  993. _ACEOF
  994. if ac_fn_c_try_link "$LINENO"; then :
  995.   ac_cv_lib_nsl_gethostbyname=yes
  996. else
  997.   ac_cv_lib_nsl_gethostbyname=no
  998. fi
  999. rm -f core conftest.err conftest.$ac_objext 
  1000.     conftest$ac_exeext conftest.$ac_ext
  1001. LIBS=$ac_check_lib_save_LIBS
  1002. fi
  1003. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
  1004. $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
  1005. if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
  1006.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  1007. fi
  1008.       if test $ac_cv_lib_nsl_gethostbyname = no; then
  1009. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
  1010. $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
  1011. if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
  1012.   $as_echo_n "(cached) " >&6
  1013. else
  1014.   ac_check_lib_save_LIBS=$LIBS
  1015. LIBS="-lbsd  $LIBS"
  1016. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1017. /* end confdefs.h.  */
  1018. /* Override any GCC internal prototype to avoid an error.
  1019.    Use char because int might match the return type of a GCC
  1020.    builtin and then its argument prototype would still apply.  */
  1021. #ifdef __cplusplus
  1022. extern "C"
  1023. #endif
  1024. char gethostbyname ();
  1025. int
  1026. main ()
  1027. {
  1028. return gethostbyname ();
  1029.   ;
  1030.   return 0;
  1031. }
  1032. _ACEOF
  1033. if ac_fn_c_try_link "$LINENO"; then :
  1034.   ac_cv_lib_bsd_gethostbyname=yes
  1035. else
  1036.   ac_cv_lib_bsd_gethostbyname=no
  1037. fi
  1038. rm -f core conftest.err conftest.$ac_objext 
  1039.     conftest$ac_exeext conftest.$ac_ext
  1040. LIBS=$ac_check_lib_save_LIBS
  1041. fi
  1042. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
  1043. $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
  1044. if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
  1045.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
  1046. fi
  1047.       fi
  1048.     fi
  1049.     # lieder@skyler.mavd.honeywell.com says without -lsocket,
  1050.     # socket/setsockopt and other routines are undefined under SCO ODT
  1051.     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
  1052.     # on later versions), says Simon Leinen: it contains gethostby*
  1053.     # variants that don't use the name server (or something).  -lsocket
  1054.     # must be given before -lnsl if both are needed.  We assume that
  1055.     # if connect needs -lnsl, so does gethostbyname.
  1056.     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
  1057. if test "x$ac_cv_func_connect" = x""yes; then :
  1058. fi
  1059.     if test $ac_cv_func_connect = no; then
  1060.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
  1061. $as_echo_n "checking for connect in -lsocket... " >&6; }
  1062. if test "${ac_cv_lib_socket_connect+set}" = set; then :
  1063.   $as_echo_n "(cached) " >&6
  1064. else
  1065.   ac_check_lib_save_LIBS=$LIBS
  1066. LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
  1067. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1068. /* end confdefs.h.  */
  1069. /* Override any GCC internal prototype to avoid an error.
  1070.    Use char because int might match the return type of a GCC
  1071.    builtin and then its argument prototype would still apply.  */
  1072. #ifdef __cplusplus
  1073. extern "C"
  1074. #endif
  1075. char connect ();
  1076. int
  1077. main ()
  1078. {
  1079. return connect ();
  1080.   ;
  1081.   return 0;
  1082. }
  1083. _ACEOF
  1084. if ac_fn_c_try_link "$LINENO"; then :
  1085.   ac_cv_lib_socket_connect=yes
  1086. else
  1087.   ac_cv_lib_socket_connect=no
  1088. fi
  1089. rm -f core conftest.err conftest.$ac_objext 
  1090.     conftest$ac_exeext conftest.$ac_ext
  1091. LIBS=$ac_check_lib_save_LIBS
  1092. fi
  1093. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
  1094. $as_echo "$ac_cv_lib_socket_connect" >&6; }
  1095. if test "x$ac_cv_lib_socket_connect" = x""yes; then :
  1096.   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  1097. fi
  1098.     fi
  1099.     # Guillermo Gomez says -lposix is necessary on A/UX.
  1100.     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
  1101. if test "x$ac_cv_func_remove" = x""yes; then :
  1102. fi
  1103.     if test $ac_cv_func_remove = no; then
  1104.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
  1105. $as_echo_n "checking for remove in -lposix... " >&6; }
  1106. if test "${ac_cv_lib_posix_remove+set}" = set; then :
  1107.   $as_echo_n "(cached) " >&6
  1108. else
  1109.   ac_check_lib_save_LIBS=$LIBS
  1110. LIBS="-lposix  $LIBS"
  1111. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1112. /* end confdefs.h.  */
  1113. /* Override any GCC internal prototype to avoid an error.
  1114.    Use char because int might match the return type of a GCC
  1115.    builtin and then its argument prototype would still apply.  */
  1116. #ifdef __cplusplus
  1117. extern "C"
  1118. #endif
  1119. char remove ();
  1120. int
  1121. main ()
  1122. {
  1123. return remove ();
  1124.   ;
  1125.   return 0;
  1126. }
  1127. _ACEOF
  1128. if ac_fn_c_try_link "$LINENO"; then :
  1129.   ac_cv_lib_posix_remove=yes
  1130. else
  1131.   ac_cv_lib_posix_remove=no
  1132. fi
  1133. rm -f core conftest.err conftest.$ac_objext 
  1134.     conftest$ac_exeext conftest.$ac_ext
  1135. LIBS=$ac_check_lib_save_LIBS
  1136. fi
  1137. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
  1138. $as_echo "$ac_cv_lib_posix_remove" >&6; }
  1139. if test "x$ac_cv_lib_posix_remove" = x""yes; then :
  1140.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  1141. fi
  1142.     fi
  1143.     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  1144.     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
  1145. if test "x$ac_cv_func_shmat" = x""yes; then :
  1146. fi
  1147.     if test $ac_cv_func_shmat = no; then
  1148.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
  1149. $as_echo_n "checking for shmat in -lipc... " >&6; }
  1150. if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
  1151.   $as_echo_n "(cached) " >&6
  1152. else
  1153.   ac_check_lib_save_LIBS=$LIBS
  1154. LIBS="-lipc  $LIBS"
  1155. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1156. /* end confdefs.h.  */
  1157. /* Override any GCC internal prototype to avoid an error.
  1158.    Use char because int might match the return type of a GCC
  1159.    builtin and then its argument prototype would still apply.  */
  1160. #ifdef __cplusplus
  1161. extern "C"
  1162. #endif
  1163. char shmat ();
  1164. int
  1165. main ()
  1166. {
  1167. return shmat ();
  1168.   ;
  1169.   return 0;
  1170. }
  1171. _ACEOF
  1172. if ac_fn_c_try_link "$LINENO"; then :
  1173.   ac_cv_lib_ipc_shmat=yes
  1174. else
  1175.   ac_cv_lib_ipc_shmat=no
  1176. fi
  1177. rm -f core conftest.err conftest.$ac_objext 
  1178.     conftest$ac_exeext conftest.$ac_ext
  1179. LIBS=$ac_check_lib_save_LIBS
  1180. fi
  1181. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
  1182. $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
  1183. if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
  1184.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  1185. fi
  1186.     fi
  1187.   fi
  1188.   # Check for libraries that X11R6 Xt/Xaw programs need.
  1189.   ac_save_LDFLAGS=$LDFLAGS
  1190.   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
  1191.   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  1192.   # check for ICE first), but we must link in the order -lSM -lICE or
  1193.   # we get undefined symbols.  So assume we have SM if we have ICE.
  1194.   # These have to be linked with before -lX11, unlike the other
  1195.   # libraries we check for below, so use a different variable.
  1196.   # John Interrante, Karl Berry
  1197.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
  1198. $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
  1199. if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
  1200.   $as_echo_n "(cached) " >&6
  1201. else
  1202.   ac_check_lib_save_LIBS=$LIBS
  1203. LIBS="-lICE $X_EXTRA_LIBS $LIBS"
  1204. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1205. /* end confdefs.h.  */
  1206. /* Override any GCC internal prototype to avoid an error.
  1207.    Use char because int might match the return type of a GCC
  1208.    builtin and then its argument prototype would still apply.  */
  1209. #ifdef __cplusplus
  1210. extern "C"
  1211. #endif
  1212. char IceConnectionNumber ();
  1213. int
  1214. main ()
  1215. {
  1216. return IceConnectionNumber ();
  1217.   ;
  1218.   return 0;
  1219. }
  1220. _ACEOF
  1221. if ac_fn_c_try_link "$LINENO"; then :
  1222.   ac_cv_lib_ICE_IceConnectionNumber=yes
  1223. else
  1224.   ac_cv_lib_ICE_IceConnectionNumber=no
  1225. fi
  1226. rm -f core conftest.err conftest.$ac_objext 
  1227.     conftest$ac_exeext conftest.$ac_ext
  1228. LIBS=$ac_check_lib_save_LIBS
  1229. fi
  1230. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
  1231. $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
  1232. if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
  1233.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1234. fi
  1235.   LDFLAGS=$ac_save_LDFLAGS
  1236. fi
  1237. # Check whether --enable-x11 was given.
  1238. if test "${enable_x11+set}" = set; then :
  1239.   enableval=$enable_x11;
  1240. else
  1241.   if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then :
  1242.     enable_x11="yes"
  1243. else
  1244.     enable_x11="no"
  1245. fi
  1246. fi
  1247. CPPFLAGS="${CPPFLAGS_save} ${X_CFLAGS}"
  1248. if test "${enable_x11}" != "no"; then :
  1249.   for ac_header in X11/Xlib.h
  1250. do :
  1251.   ac_fn_c_check_header_mongrel "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "$ac_includes_default"
  1252. if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then :
  1253.   cat >>confdefs.h <<_ACEOF
  1254. #define HAVE_X11_XLIB_H 1
  1255. _ACEOF
  1256.   PLUGINS="${PLUGINS} x11_screen"
  1257.   LTLIBx11_screen="libx11_screen_plugin.la"
  1258.   for element in x11_screen; do
  1259.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  1260.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1261.   done
  1262.   for element in x11_screen; do
  1263.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 "'$'"{LIBS_${element}} "'"'
  1264.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1265.   done
  1266.   PLUGINS="${PLUGINS} panoramix"
  1267.   LTLIBpanoramix="libpanoramix_plugin.la"
  1268.   for element in panoramix; do
  1269.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 "'$'"{LIBS_${element}} "'"'
  1270.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1271.   done
  1272.   for element in panoramix; do
  1273.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  1274.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1275.   done
  1276.   PLUGINS="${PLUGINS} x11"
  1277.   LTLIBx11="libx11_plugin.la"
  1278.   for element in x11; do
  1279.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 "'$'"{LIBS_${element}} "'"'
  1280.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1281.   done
  1282.   for element in x11; do
  1283.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  1284.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1285.   done
  1286.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmAttach in -lXext" >&5
  1287. $as_echo_n "checking for XShmAttach in -lXext... " >&6; }
  1288. if test "${ac_cv_lib_Xext_XShmAttach+set}" = set; then :
  1289.   $as_echo_n "(cached) " >&6
  1290. else
  1291.   ac_check_lib_save_LIBS=$LIBS
  1292. LIBS="-lXext  $LIBS"
  1293. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1294. /* end confdefs.h.  */
  1295. /* Override any GCC internal prototype to avoid an error.
  1296.    Use char because int might match the return type of a GCC
  1297.    builtin and then its argument prototype would still apply.  */
  1298. #ifdef __cplusplus
  1299. extern "C"
  1300. #endif
  1301. char XShmAttach ();
  1302. int
  1303. main ()
  1304. {
  1305. return XShmAttach ();
  1306.   ;
  1307.   return 0;
  1308. }
  1309. _ACEOF
  1310. if ac_fn_c_try_link "$LINENO"; then :
  1311.   ac_cv_lib_Xext_XShmAttach=yes
  1312. else
  1313.   ac_cv_lib_Xext_XShmAttach=no
  1314. fi
  1315. rm -f core conftest.err conftest.$ac_objext 
  1316.     conftest$ac_exeext conftest.$ac_ext
  1317. LIBS=$ac_check_lib_save_LIBS
  1318. fi
  1319. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmAttach" >&5
  1320. $as_echo "$ac_cv_lib_Xext_XShmAttach" >&6; }
  1321. if test "x$ac_cv_lib_Xext_XShmAttach" = x""yes; then :
  1322.   for element in x11; do
  1323.     eval "LIBS_${element}="'"'"-lXext "'$'"{LIBS_${element}} "'"'
  1324.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1325.   done
  1326. fi
  1327. fi
  1328. done
  1329.   for ac_header in X11/extensions/dpms.h
  1330. do :
  1331.   ac_fn_c_check_header_compile "$LINENO" "X11/extensions/dpms.h" "ac_cv_header_X11_extensions_dpms_h" "
  1332.     #include <X11/Xlib.h>
  1333. "
  1334. if test "x$ac_cv_header_X11_extensions_dpms_h" = x""yes; then :
  1335.   cat >>confdefs.h <<_ACEOF
  1336. #define HAVE_X11_EXTENSIONS_DPMS_H 1
  1337. _ACEOF
  1338.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DPMSInfo in X11/extensions/dpms.h" >&5
  1339. $as_echo_n "checking for DPMSInfo in X11/extensions/dpms.h... " >&6; }
  1340.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1341. /* end confdefs.h.  */
  1342. #include <X11/extensions/dpms.h>
  1343. _ACEOF
  1344. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1345.   $EGREP "DPMSInfo" >/dev/null 2>&1; then :
  1346.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1347. $as_echo "yes" >&6; }
  1348. $as_echo "#define DPMSINFO_IN_DPMS_H 1" >>confdefs.h
  1349. else
  1350.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1351. $as_echo "no" >&6; }
  1352. fi
  1353. rm -f conftest*
  1354. fi
  1355. done
  1356. fi
  1357. # Check whether --enable-xvideo was given.
  1358. if test "${enable_xvideo+set}" = set; then :
  1359.   enableval=$enable_xvideo;
  1360. else
  1361.     enable_xvideo="$enable_x11"
  1362. fi
  1363. if test "${enable_xvideo}" != "no"; then :
  1364.   for ac_header in X11/extensions/Xv.h
  1365. do :
  1366.   ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xv.h" "ac_cv_header_X11_extensions_Xv_h" "$ac_includes_default"
  1367. if test "x$ac_cv_header_X11_extensions_Xv_h" = x""yes; then :
  1368.   cat >>confdefs.h <<_ACEOF
  1369. #define HAVE_X11_EXTENSIONS_XV_H 1
  1370. _ACEOF
  1371.     CFLAGS="${CFLAGS_save} ${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext"
  1372.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XvPutImage in -lXv" >&5
  1373. $as_echo_n "checking for XvPutImage in -lXv... " >&6; }
  1374. if test "${ac_cv_lib_Xv_XvPutImage+set}" = set; then :
  1375.   $as_echo_n "(cached) " >&6
  1376. else
  1377.   ac_check_lib_save_LIBS=$LIBS
  1378. LIBS="-lXv  $LIBS"
  1379. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1380. /* end confdefs.h.  */
  1381. /* Override any GCC internal prototype to avoid an error.
  1382.    Use char because int might match the return type of a GCC
  1383.    builtin and then its argument prototype would still apply.  */
  1384. #ifdef __cplusplus
  1385. extern "C"
  1386. #endif
  1387. char XvPutImage ();
  1388. int
  1389. main ()
  1390. {
  1391. return XvPutImage ();
  1392.   ;
  1393.   return 0;
  1394. }
  1395. _ACEOF
  1396. if ac_fn_c_try_link "$LINENO"; then :
  1397.   ac_cv_lib_Xv_XvPutImage=yes
  1398. else
  1399.   ac_cv_lib_Xv_XvPutImage=no
  1400. fi
  1401. rm -f core conftest.err conftest.$ac_objext 
  1402.     conftest$ac_exeext conftest.$ac_ext
  1403. LIBS=$ac_check_lib_save_LIBS
  1404. fi
  1405. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xv_XvPutImage" >&5
  1406. $as_echo "$ac_cv_lib_Xv_XvPutImage" >&6; }
  1407. if test "x$ac_cv_lib_Xv_XvPutImage" = x""yes; then :
  1408.   PLUGINS="${PLUGINS} xvideo"
  1409.   LTLIBxvideo="libxvideo_plugin.la"
  1410.   for element in xvideo; do
  1411.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  1412.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1413.   done
  1414.   for element in xvideo; do
  1415.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext -lXv "'$'"{LIBS_${element}} "'"'
  1416.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1417.   done
  1418. fi
  1419.     CFLAGS="${CFLAGS_save}"
  1420. fi
  1421. done
  1422. fi
  1423. # Check whether --enable-glx was given.
  1424. if test "${enable_glx+set}" = set; then :
  1425.   enableval=$enable_glx;
  1426. else
  1427.   enable_glx="$enable_x11"
  1428. fi
  1429. if test "${enable_glx}" != "no"; then :
  1430.   for ac_header in X11/Xlib.h GL/glu.h GL/glx.h
  1431. do :
  1432.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1433. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1434. eval as_val=$$as_ac_Header
  1435.    if test "x$as_val" = x""yes; then :
  1436.   cat >>confdefs.h <<_ACEOF
  1437. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1438. _ACEOF
  1439. fi
  1440. done
  1441.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1442. /* end confdefs.h.  */
  1443. #if !defined(HAVE_X11_XLIB_H) || !defined(HAVE_GL_GLU_H) || !defined(HAVE_GL_GLX_H)
  1444.     choke me
  1445.     #endif
  1446. int
  1447. main ()
  1448. {
  1449.   ;
  1450.   return 0;
  1451. }
  1452. _ACEOF
  1453. if ac_fn_c_try_compile "$LINENO"; then :
  1454.   PLUGINS="${PLUGINS} glx"
  1455.   LTLIBglx="libglx_plugin.la"
  1456.   for element in glx; do
  1457.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext -lGL -lGLU "'$'"{LIBS_${element}} "'"'
  1458.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1459.   done
  1460.   for element in glx; do
  1461.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  1462.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1463.   done
  1464. else
  1465.   as_fn_error "Please install GL development package. Alternatively you can also configure with --disable-glx." "$LINENO" 5
  1466. fi
  1467. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1468. fi
  1469. # Check whether --enable-xvmc was given.
  1470. if test "${enable_xvmc+set}" = set; then :
  1471.   enableval=$enable_xvmc;
  1472. else
  1473.   enable_xvmc="no"
  1474. fi
  1475. if test "${enable_xvmc}" != "no"; then :
  1476.   for ac_header in X11/extensions/vldXvMC.h
  1477. do :
  1478.   ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/vldXvMC.h" "ac_cv_header_X11_extensions_vldXvMC_h" "$ac_includes_default"
  1479. if test "x$ac_cv_header_X11_extensions_vldXvMC_h" = x""yes; then :
  1480.   cat >>confdefs.h <<_ACEOF
  1481. #define HAVE_X11_EXTENSIONS_VLDXVMC_H 1
  1482. _ACEOF
  1483.   PLUGINS="${PLUGINS} xvmc"
  1484.   LTLIBxvmc="libxvmc_plugin.la"
  1485.   for element in xvmc; do
  1486.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext -lXvMCW -lXv ${LIBMPEG2_LIBS} "'$'"{LIBS_${element}} "'"'
  1487.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1488.   done
  1489.   for element in xvmc; do
  1490.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS} ${LIBMPEG2_CFLAGS}"'"'
  1491.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1492.   done
  1493. else
  1494.     as_fn_error "XVideo-MotionCompensation extension not found!" "$LINENO" 5
  1495. fi
  1496. done
  1497. fi
  1498. # Check whether --enable-xinerama was given.
  1499. if test "${enable_xinerama+set}" = set; then :
  1500.   enableval=$enable_xinerama;
  1501. else
  1502.   enable_xinerama="$enable_xvideo"
  1503. fi
  1504. if test "$enable_xinerama" != "no"; then :
  1505.   ac_cv_have_xinerama="no"
  1506.   CFLAGS="${CFLAGS_save} ${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext"
  1507.   for ac_header in X11/extensions/Xinerama.h
  1508. do :
  1509.   ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "$ac_includes_default"
  1510. if test "x$ac_cv_header_X11_extensions_Xinerama_h" = x""yes; then :
  1511.   cat >>confdefs.h <<_ACEOF
  1512. #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1513. _ACEOF
  1514.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryExtension in -lXinerama_pic" >&5
  1515. $as_echo_n "checking for XineramaQueryExtension in -lXinerama_pic... " >&6; }
  1516. if test "${ac_cv_lib_Xinerama_pic_XineramaQueryExtension+set}" = set; then :
  1517.   $as_echo_n "(cached) " >&6
  1518. else
  1519.   ac_check_lib_save_LIBS=$LIBS
  1520. LIBS="-lXinerama_pic  $LIBS"
  1521. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1522. /* end confdefs.h.  */
  1523. /* Override any GCC internal prototype to avoid an error.
  1524.    Use char because int might match the return type of a GCC
  1525.    builtin and then its argument prototype would still apply.  */
  1526. #ifdef __cplusplus
  1527. extern "C"
  1528. #endif
  1529. char XineramaQueryExtension ();
  1530. int
  1531. main ()
  1532. {
  1533. return XineramaQueryExtension ();
  1534.   ;
  1535.   return 0;
  1536. }
  1537. _ACEOF
  1538. if ac_fn_c_try_link "$LINENO"; then :
  1539.   ac_cv_lib_Xinerama_pic_XineramaQueryExtension=yes
  1540. else
  1541.   ac_cv_lib_Xinerama_pic_XineramaQueryExtension=no
  1542. fi
  1543. rm -f core conftest.err conftest.$ac_objext 
  1544.     conftest$ac_exeext conftest.$ac_ext
  1545. LIBS=$ac_check_lib_save_LIBS
  1546. fi
  1547. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_pic_XineramaQueryExtension" >&5
  1548. $as_echo "$ac_cv_lib_Xinerama_pic_XineramaQueryExtension" >&6; }
  1549. if test "x$ac_cv_lib_Xinerama_pic_XineramaQueryExtension" = x""yes; then :
  1550.   for element in xvideo; do
  1551.     eval "LIBS_${element}="'"'"-lXinerama_pic "'$'"{LIBS_${element}} "'"'
  1552.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1553.   done
  1554.   for element in x11; do
  1555.     eval "LIBS_${element}="'"'"-lXinerama_pic "'$'"{LIBS_${element}} "'"'
  1556.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1557.   done
  1558.   for element in glx; do
  1559.     eval "LIBS_${element}="'"'"-lXinerama_pic "'$'"{LIBS_${element}} "'"'
  1560.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1561.   done
  1562.   for element in xvmc; do
  1563.     eval "LIBS_${element}="'"'"-lXinerama_pic "'$'"{LIBS_${element}} "'"'
  1564.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1565.   done
  1566.       ac_cv_have_xinerama="yes"
  1567. else
  1568.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryExtension in -lXinerama" >&5
  1569. $as_echo_n "checking for XineramaQueryExtension in -lXinerama... " >&6; }
  1570. if test "${ac_cv_lib_Xinerama_XineramaQueryExtension+set}" = set; then :
  1571.   $as_echo_n "(cached) " >&6
  1572. else
  1573.   ac_check_lib_save_LIBS=$LIBS
  1574. LIBS="-lXinerama  $LIBS"
  1575. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1576. /* end confdefs.h.  */
  1577. /* Override any GCC internal prototype to avoid an error.
  1578.    Use char because int might match the return type of a GCC
  1579.    builtin and then its argument prototype would still apply.  */
  1580. #ifdef __cplusplus
  1581. extern "C"
  1582. #endif
  1583. char XineramaQueryExtension ();
  1584. int
  1585. main ()
  1586. {
  1587. return XineramaQueryExtension ();
  1588.   ;
  1589.   return 0;
  1590. }
  1591. _ACEOF
  1592. if ac_fn_c_try_link "$LINENO"; then :
  1593.   ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  1594. else
  1595.   ac_cv_lib_Xinerama_XineramaQueryExtension=no
  1596. fi
  1597. rm -f core conftest.err conftest.$ac_objext 
  1598.     conftest$ac_exeext conftest.$ac_ext
  1599. LIBS=$ac_check_lib_save_LIBS
  1600. fi
  1601. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryExtension" >&5
  1602. $as_echo "$ac_cv_lib_Xinerama_XineramaQueryExtension" >&6; }
  1603. if test "x$ac_cv_lib_Xinerama_XineramaQueryExtension" = x""yes; then :
  1604.   for element in xvideo; do
  1605.     eval "LIBS_${element}="'"'"-lXinerama "'$'"{LIBS_${element}} "'"'
  1606.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1607.   done
  1608.   for element in x11; do
  1609.     eval "LIBS_${element}="'"'"-lXinerama "'$'"{LIBS_${element}} "'"'
  1610.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1611.   done
  1612.   for element in glx; do
  1613.     eval "LIBS_${element}="'"'"-lXinerama "'$'"{LIBS_${element}} "'"'
  1614.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1615.   done
  1616.   for element in xvmc; do
  1617.     eval "LIBS_${element}="'"'"-lXinerama "'$'"{LIBS_${element}} "'"'
  1618.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1619.   done
  1620.         ac_cv_have_xinerama="yes"
  1621. fi
  1622. fi
  1623. fi
  1624. done
  1625.   if test "${ac_cv_have_xinerama}" = "yes"; then
  1626. $as_echo "#define HAVE_XINERAMA 1" >>confdefs.h
  1627.   fi
  1628.   ac_cv_have_xf86vidmode="no"
  1629.   for ac_header in X11/extensions/xf86vmode.h
  1630. do :
  1631.   ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#ifdef HAVE_X11_XLIB_H
  1632. # include <X11/Xlib.h>
  1633. #endif
  1634. "
  1635. if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = x""yes; then :
  1636.   cat >>confdefs.h <<_ACEOF
  1637. #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1638. _ACEOF
  1639.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeGetViewPort in -lXxf86vm_pic" >&5
  1640. $as_echo_n "checking for XF86VidModeGetViewPort in -lXxf86vm_pic... " >&6; }
  1641. if test "${ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort+set}" = set; then :
  1642.   $as_echo_n "(cached) " >&6
  1643. else
  1644.   ac_check_lib_save_LIBS=$LIBS
  1645. LIBS="-lXxf86vm_pic  $LIBS"
  1646. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1647. /* end confdefs.h.  */
  1648. /* Override any GCC internal prototype to avoid an error.
  1649.    Use char because int might match the return type of a GCC
  1650.    builtin and then its argument prototype would still apply.  */
  1651. #ifdef __cplusplus
  1652. extern "C"
  1653. #endif
  1654. char XF86VidModeGetViewPort ();
  1655. int
  1656. main ()
  1657. {
  1658. return XF86VidModeGetViewPort ();
  1659.   ;
  1660.   return 0;
  1661. }
  1662. _ACEOF
  1663. if ac_fn_c_try_link "$LINENO"; then :
  1664.   ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort=yes
  1665. else
  1666.   ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort=no
  1667. fi
  1668. rm -f core conftest.err conftest.$ac_objext 
  1669.     conftest$ac_exeext conftest.$ac_ext
  1670. LIBS=$ac_check_lib_save_LIBS
  1671. fi
  1672. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort" >&5
  1673. $as_echo "$ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort" >&6; }
  1674. if test "x$ac_cv_lib_Xxf86vm_pic_XF86VidModeGetViewPort" = x""yes; then :
  1675.   for element in xvideo; do
  1676.     eval "LIBS_${element}="'"'"-lXxf86vm_pic "'$'"{LIBS_${element}} "'"'
  1677.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1678.   done
  1679.   for element in x11; do
  1680.     eval "LIBS_${element}="'"'"-lXxf86vm_pic "'$'"{LIBS_${element}} "'"'
  1681.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1682.   done
  1683.   for element in glx; do
  1684.     eval "LIBS_${element}="'"'"-lXxf86vm_pic "'$'"{LIBS_${element}} "'"'
  1685.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1686.   done
  1687.   for element in xvmc; do
  1688.     eval "LIBS_${element}="'"'"-lXxf86vm_pic "'$'"{LIBS_${element}} "'"'
  1689.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1690.   done
  1691.       ac_cv_have_xf86vidmode="yes"
  1692. else
  1693.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeGetViewPort in -lXxf86vm" >&5
  1694. $as_echo_n "checking for XF86VidModeGetViewPort in -lXxf86vm... " >&6; }
  1695. if test "${ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort+set}" = set; then :
  1696.   $as_echo_n "(cached) " >&6
  1697. else
  1698.   ac_check_lib_save_LIBS=$LIBS
  1699. LIBS="-lXxf86vm  $LIBS"
  1700. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1701. /* end confdefs.h.  */
  1702. /* Override any GCC internal prototype to avoid an error.
  1703.    Use char because int might match the return type of a GCC
  1704.    builtin and then its argument prototype would still apply.  */
  1705. #ifdef __cplusplus
  1706. extern "C"
  1707. #endif
  1708. char XF86VidModeGetViewPort ();
  1709. int
  1710. main ()
  1711. {
  1712. return XF86VidModeGetViewPort ();
  1713.   ;
  1714.   return 0;
  1715. }
  1716. _ACEOF
  1717. if ac_fn_c_try_link "$LINENO"; then :
  1718.   ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=yes
  1719. else
  1720.   ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=no
  1721. fi
  1722. rm -f core conftest.err conftest.$ac_objext 
  1723.     conftest$ac_exeext conftest.$ac_ext
  1724. LIBS=$ac_check_lib_save_LIBS
  1725. fi
  1726. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort" >&5
  1727. $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort" >&6; }
  1728. if test "x$ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort" = x""yes; then :
  1729.   for element in xvideo; do
  1730.     eval "LIBS_${element}="'"'"-lXxf86vm "'$'"{LIBS_${element}} "'"'
  1731.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1732.   done
  1733.   for element in x11; do
  1734.     eval "LIBS_${element}="'"'"-lXxf86vm "'$'"{LIBS_${element}} "'"'
  1735.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1736.   done
  1737.   for element in glx; do
  1738.     eval "LIBS_${element}="'"'"-lXxf86vm "'$'"{LIBS_${element}} "'"'
  1739.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1740.   done
  1741.   for element in xvmc; do
  1742.     eval "LIBS_${element}="'"'"-lXxf86vm "'$'"{LIBS_${element}} "'"'
  1743.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1744.   done
  1745.         ac_cv_have_xf86vidmode="yes"
  1746. fi
  1747. fi
  1748. else
  1749.   true
  1750. fi
  1751. done
  1752.   if test "${ac_cv_have_xf86vidmode}" = "yes"; then :
  1753. $as_echo "#define HAVE_XF86VIDMODE 1" >>confdefs.h
  1754. fi
  1755.   CFLAGS="${CFLAGS_save}"
  1756. fi
  1757. CPPFLAGS="${CPPFLAGS_save}"
  1758. # Check whether --enable-xcb was given.
  1759. if test "${enable_xcb+set}" = set; then :
  1760.   enableval=$enable_xcb;
  1761. else
  1762.   enable_xcb="no"
  1763. fi
  1764. if test "${enable_xcb}" != "no"; then :
  1765. pkg_failed=no
  1766. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPROTO" >&5
  1767. $as_echo_n "checking for XPROTO... " >&6; }
  1768. if test -n "$PKG_CONFIG"; then
  1769.     if test -n "$XPROTO_CFLAGS"; then
  1770.         pkg_cv_XPROTO_CFLAGS="$XPROTO_CFLAGS"
  1771.     else
  1772.         if test -n "$PKG_CONFIG" && 
  1773.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xproto""; } >&5
  1774.   ($PKG_CONFIG --exists --print-errors "xproto") 2>&5
  1775.   ac_status=$?
  1776.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1777.   test $ac_status = 0; }; then
  1778.   pkg_cv_XPROTO_CFLAGS=`$PKG_CONFIG --cflags "xproto" 2>/dev/null`
  1779. else
  1780.   pkg_failed=yes
  1781. fi
  1782.     fi
  1783. else
  1784. pkg_failed=untried
  1785. fi
  1786. if test -n "$PKG_CONFIG"; then
  1787.     if test -n "$XPROTO_LIBS"; then
  1788.         pkg_cv_XPROTO_LIBS="$XPROTO_LIBS"
  1789.     else
  1790.         if test -n "$PKG_CONFIG" && 
  1791.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xproto""; } >&5
  1792.   ($PKG_CONFIG --exists --print-errors "xproto") 2>&5
  1793.   ac_status=$?
  1794.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1795.   test $ac_status = 0; }; then
  1796.   pkg_cv_XPROTO_LIBS=`$PKG_CONFIG --libs "xproto" 2>/dev/null`
  1797. else
  1798.   pkg_failed=yes
  1799. fi
  1800.     fi
  1801. else
  1802. pkg_failed=untried
  1803. fi
  1804. if test $pkg_failed = yes; then
  1805. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1806.         _pkg_short_errors_supported=yes
  1807. else
  1808.         _pkg_short_errors_supported=no
  1809. fi
  1810.         if test $_pkg_short_errors_supported = yes; then
  1811.         XPROTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xproto"`
  1812.         else
  1813.         XPROTO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xproto"`
  1814.         fi
  1815. # Put the nasty error message in config.log where it belongs
  1816. echo "$XPROTO_PKG_ERRORS" >&5
  1817. as_fn_error "Package requirements (xproto) were not met:
  1818. $XPROTO_PKG_ERRORS
  1819. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1820. installed software in a non-standard prefix.
  1821. Alternatively, you may set the environment variables XPROTO_CFLAGS
  1822. and XPROTO_LIBS to avoid the need to call pkg-config.
  1823. See the pkg-config man page for more details.
  1824. " "$LINENO" 5
  1825. elif test $pkg_failed = untried; then
  1826. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  1827. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  1828. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  1829. is in your PATH or set the PKG_CONFIG environment variable to the full
  1830. path to pkg-config.
  1831. Alternatively, you may set the environment variables XPROTO_CFLAGS
  1832. and XPROTO_LIBS to avoid the need to call pkg-config.
  1833. See the pkg-config man page for more details.
  1834. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1835. See `config.log' for more details." "$LINENO" 5; }
  1836. else
  1837. XPROTO_CFLAGS=$pkg_cv_XPROTO_CFLAGS
  1838. XPROTO_LIBS=$pkg_cv_XPROTO_LIBS
  1839.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1840. $as_echo "yes" >&6; }
  1841. :
  1842. fi
  1843. pkg_failed=no
  1844. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5
  1845. $as_echo_n "checking for XCB... " >&6; }
  1846. if test -n "$PKG_CONFIG"; then
  1847.     if test -n "$XCB_CFLAGS"; then
  1848.         pkg_cv_XCB_CFLAGS="$XCB_CFLAGS"
  1849.     else
  1850.         if test -n "$PKG_CONFIG" && 
  1851.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb""; } >&5
  1852.   ($PKG_CONFIG --exists --print-errors "xcb") 2>&5
  1853.   ac_status=$?
  1854.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1855.   test $ac_status = 0; }; then
  1856.   pkg_cv_XCB_CFLAGS=`$PKG_CONFIG --cflags "xcb" 2>/dev/null`
  1857. else
  1858.   pkg_failed=yes
  1859. fi
  1860.     fi
  1861. else
  1862. pkg_failed=untried
  1863. fi
  1864. if test -n "$PKG_CONFIG"; then
  1865.     if test -n "$XCB_LIBS"; then
  1866.         pkg_cv_XCB_LIBS="$XCB_LIBS"
  1867.     else
  1868.         if test -n "$PKG_CONFIG" && 
  1869.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb""; } >&5
  1870.   ($PKG_CONFIG --exists --print-errors "xcb") 2>&5
  1871.   ac_status=$?
  1872.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1873.   test $ac_status = 0; }; then
  1874.   pkg_cv_XCB_LIBS=`$PKG_CONFIG --libs "xcb" 2>/dev/null`
  1875. else
  1876.   pkg_failed=yes
  1877. fi
  1878.     fi
  1879. else
  1880. pkg_failed=untried
  1881. fi
  1882. if test $pkg_failed = yes; then
  1883. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1884.         _pkg_short_errors_supported=yes
  1885. else
  1886.         _pkg_short_errors_supported=no
  1887. fi
  1888.         if test $_pkg_short_errors_supported = yes; then
  1889.         XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb"`
  1890.         else
  1891.         XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb"`
  1892.         fi
  1893. # Put the nasty error message in config.log where it belongs
  1894. echo "$XCB_PKG_ERRORS" >&5
  1895. as_fn_error "Package requirements (xcb) were not met:
  1896. $XCB_PKG_ERRORS
  1897. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1898. installed software in a non-standard prefix.
  1899. Alternatively, you may set the environment variables XCB_CFLAGS
  1900. and XCB_LIBS to avoid the need to call pkg-config.
  1901. See the pkg-config man page for more details.
  1902. " "$LINENO" 5
  1903. elif test $pkg_failed = untried; then
  1904. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  1905. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  1906. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  1907. is in your PATH or set the PKG_CONFIG environment variable to the full
  1908. path to pkg-config.
  1909. Alternatively, you may set the environment variables XCB_CFLAGS
  1910. and XCB_LIBS to avoid the need to call pkg-config.
  1911. See the pkg-config man page for more details.
  1912. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1913. See `config.log' for more details." "$LINENO" 5; }
  1914. else
  1915. XCB_CFLAGS=$pkg_cv_XCB_CFLAGS
  1916. XCB_LIBS=$pkg_cv_XCB_LIBS
  1917.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1918. $as_echo "yes" >&6; }
  1919. :
  1920. fi
  1921. pkg_failed=no
  1922. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SHM" >&5
  1923. $as_echo_n "checking for XCB_SHM... " >&6; }
  1924. if test -n "$PKG_CONFIG"; then
  1925.     if test -n "$XCB_SHM_CFLAGS"; then
  1926.         pkg_cv_XCB_SHM_CFLAGS="$XCB_SHM_CFLAGS"
  1927.     else
  1928.         if test -n "$PKG_CONFIG" && 
  1929.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-shm""; } >&5
  1930.   ($PKG_CONFIG --exists --print-errors "xcb-shm") 2>&5
  1931.   ac_status=$?
  1932.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1933.   test $ac_status = 0; }; then
  1934.   pkg_cv_XCB_SHM_CFLAGS=`$PKG_CONFIG --cflags "xcb-shm" 2>/dev/null`
  1935. else
  1936.   pkg_failed=yes
  1937. fi
  1938.     fi
  1939. else
  1940. pkg_failed=untried
  1941. fi
  1942. if test -n "$PKG_CONFIG"; then
  1943.     if test -n "$XCB_SHM_LIBS"; then
  1944.         pkg_cv_XCB_SHM_LIBS="$XCB_SHM_LIBS"
  1945.     else
  1946.         if test -n "$PKG_CONFIG" && 
  1947.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-shm""; } >&5
  1948.   ($PKG_CONFIG --exists --print-errors "xcb-shm") 2>&5
  1949.   ac_status=$?
  1950.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1951.   test $ac_status = 0; }; then
  1952.   pkg_cv_XCB_SHM_LIBS=`$PKG_CONFIG --libs "xcb-shm" 2>/dev/null`
  1953. else
  1954.   pkg_failed=yes
  1955. fi
  1956.     fi
  1957. else
  1958. pkg_failed=untried
  1959. fi
  1960. if test $pkg_failed = yes; then
  1961. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1962.         _pkg_short_errors_supported=yes
  1963. else
  1964.         _pkg_short_errors_supported=no
  1965. fi
  1966.         if test $_pkg_short_errors_supported = yes; then
  1967.         XCB_SHM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-shm"`
  1968.         else
  1969.         XCB_SHM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-shm"`
  1970.         fi
  1971. # Put the nasty error message in config.log where it belongs
  1972. echo "$XCB_SHM_PKG_ERRORS" >&5
  1973. as_fn_error "Package requirements (xcb-shm) were not met:
  1974. $XCB_SHM_PKG_ERRORS
  1975. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1976. installed software in a non-standard prefix.
  1977. Alternatively, you may set the environment variables XCB_SHM_CFLAGS
  1978. and XCB_SHM_LIBS to avoid the need to call pkg-config.
  1979. See the pkg-config man page for more details.
  1980. " "$LINENO" 5
  1981. elif test $pkg_failed = untried; then
  1982. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  1983. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  1984. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  1985. is in your PATH or set the PKG_CONFIG environment variable to the full
  1986. path to pkg-config.
  1987. Alternatively, you may set the environment variables XCB_SHM_CFLAGS
  1988. and XCB_SHM_LIBS to avoid the need to call pkg-config.
  1989. See the pkg-config man page for more details.
  1990. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1991. See `config.log' for more details." "$LINENO" 5; }
  1992. else
  1993. XCB_SHM_CFLAGS=$pkg_cv_XCB_SHM_CFLAGS
  1994. XCB_SHM_LIBS=$pkg_cv_XCB_SHM_LIBS
  1995.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1996. $as_echo "yes" >&6; }
  1997. :
  1998. fi
  1999.   if test "${enable_xvideo}" != "no"; then :
  2000. pkg_failed=no
  2001. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XV" >&5
  2002. $as_echo_n "checking for XCB_XV... " >&6; }
  2003. if test -n "$PKG_CONFIG"; then
  2004.     if test -n "$XCB_XV_CFLAGS"; then
  2005.         pkg_cv_XCB_XV_CFLAGS="$XCB_XV_CFLAGS"
  2006.     else
  2007.         if test -n "$PKG_CONFIG" && 
  2008.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1""; } >&5
  2009.   ($PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1") 2>&5
  2010.   ac_status=$?
  2011.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2012.   test $ac_status = 0; }; then
  2013.   pkg_cv_XCB_XV_CFLAGS=`$PKG_CONFIG --cflags "xcb-xv >= 1.1.90.1" 2>/dev/null`
  2014. else
  2015.   pkg_failed=yes
  2016. fi
  2017.     fi
  2018. else
  2019. pkg_failed=untried
  2020. fi
  2021. if test -n "$PKG_CONFIG"; then
  2022.     if test -n "$XCB_XV_LIBS"; then
  2023.         pkg_cv_XCB_XV_LIBS="$XCB_XV_LIBS"
  2024.     else
  2025.         if test -n "$PKG_CONFIG" && 
  2026.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1""; } >&5
  2027.   ($PKG_CONFIG --exists --print-errors "xcb-xv >= 1.1.90.1") 2>&5
  2028.   ac_status=$?
  2029.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2030.   test $ac_status = 0; }; then
  2031.   pkg_cv_XCB_XV_LIBS=`$PKG_CONFIG --libs "xcb-xv >= 1.1.90.1" 2>/dev/null`
  2032. else
  2033.   pkg_failed=yes
  2034. fi
  2035.     fi
  2036. else
  2037. pkg_failed=untried
  2038. fi
  2039. if test $pkg_failed = yes; then
  2040. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2041.         _pkg_short_errors_supported=yes
  2042. else
  2043.         _pkg_short_errors_supported=no
  2044. fi
  2045.         if test $_pkg_short_errors_supported = yes; then
  2046.         XCB_XV_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xv >= 1.1.90.1"`
  2047.         else
  2048.         XCB_XV_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xv >= 1.1.90.1"`
  2049.         fi
  2050. # Put the nasty error message in config.log where it belongs
  2051. echo "$XCB_XV_PKG_ERRORS" >&5
  2052. as_fn_error "Package requirements (xcb-xv >= 1.1.90.1) were not met:
  2053. $XCB_XV_PKG_ERRORS
  2054. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  2055. installed software in a non-standard prefix.
  2056. Alternatively, you may set the environment variables XCB_XV_CFLAGS
  2057. and XCB_XV_LIBS to avoid the need to call pkg-config.
  2058. See the pkg-config man page for more details.
  2059. " "$LINENO" 5
  2060. elif test $pkg_failed = untried; then
  2061. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2062. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2063. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  2064. is in your PATH or set the PKG_CONFIG environment variable to the full
  2065. path to pkg-config.
  2066. Alternatively, you may set the environment variables XCB_XV_CFLAGS
  2067. and XCB_XV_LIBS to avoid the need to call pkg-config.
  2068. See the pkg-config man page for more details.
  2069. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  2070. See `config.log' for more details." "$LINENO" 5; }
  2071. else
  2072. XCB_XV_CFLAGS=$pkg_cv_XCB_XV_CFLAGS
  2073. XCB_XV_LIBS=$pkg_cv_XCB_XV_LIBS
  2074.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2075. $as_echo "yes" >&6; }
  2076.   PLUGINS="${PLUGINS} xcb_xv"
  2077.   LTLIBxcb_xv="libxcb_xv_plugin.la"
  2078. fi
  2079. fi
  2080. pkg_failed=no
  2081. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_KEYSYMS" >&5
  2082. $as_echo_n "checking for XCB_KEYSYMS... " >&6; }
  2083. if test -n "$PKG_CONFIG"; then
  2084.     if test -n "$XCB_KEYSYMS_CFLAGS"; then
  2085.         pkg_cv_XCB_KEYSYMS_CFLAGS="$XCB_KEYSYMS_CFLAGS"
  2086.     else
  2087.         if test -n "$PKG_CONFIG" && 
  2088.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4""; } >&5
  2089.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4") 2>&5
  2090.   ac_status=$?
  2091.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2092.   test $ac_status = 0; }; then
  2093.   pkg_cv_XCB_KEYSYMS_CFLAGS=`$PKG_CONFIG --cflags "xcb-keysyms >= 0.3.4" 2>/dev/null`
  2094. else
  2095.   pkg_failed=yes
  2096. fi
  2097.     fi
  2098. else
  2099. pkg_failed=untried
  2100. fi
  2101. if test -n "$PKG_CONFIG"; then
  2102.     if test -n "$XCB_KEYSYMS_LIBS"; then
  2103.         pkg_cv_XCB_KEYSYMS_LIBS="$XCB_KEYSYMS_LIBS"
  2104.     else
  2105.         if test -n "$PKG_CONFIG" && 
  2106.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4""; } >&5
  2107.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms >= 0.3.4") 2>&5
  2108.   ac_status=$?
  2109.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2110.   test $ac_status = 0; }; then
  2111.   pkg_cv_XCB_KEYSYMS_LIBS=`$PKG_CONFIG --libs "xcb-keysyms >= 0.3.4" 2>/dev/null`
  2112. else
  2113.   pkg_failed=yes
  2114. fi
  2115.     fi
  2116. else
  2117. pkg_failed=untried
  2118. fi
  2119. if test $pkg_failed = yes; then
  2120. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2121.         _pkg_short_errors_supported=yes
  2122. else
  2123.         _pkg_short_errors_supported=no
  2124. fi
  2125.         if test $_pkg_short_errors_supported = yes; then
  2126.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-keysyms >= 0.3.4"`
  2127.         else
  2128.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-keysyms >= 0.3.4"`
  2129.         fi
  2130. # Put the nasty error message in config.log where it belongs
  2131. echo "$XCB_KEYSYMS_PKG_ERRORS" >&5
  2132. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2133. $as_echo "no" >&6; }
  2134. pkg_failed=no
  2135. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_KEYSYMS" >&5
  2136. $as_echo_n "checking for XCB_KEYSYMS... " >&6; }
  2137. if test -n "$PKG_CONFIG"; then
  2138.     if test -n "$XCB_KEYSYMS_CFLAGS"; then
  2139.         pkg_cv_XCB_KEYSYMS_CFLAGS="$XCB_KEYSYMS_CFLAGS"
  2140.     else
  2141.         if test -n "$PKG_CONFIG" && 
  2142.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2143.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2144.   ac_status=$?
  2145.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2146.   test $ac_status = 0; }; then
  2147.   pkg_cv_XCB_KEYSYMS_CFLAGS=`$PKG_CONFIG --cflags "xcb-keysyms" 2>/dev/null`
  2148. else
  2149.   pkg_failed=yes
  2150. fi
  2151.     fi
  2152. else
  2153. pkg_failed=untried
  2154. fi
  2155. if test -n "$PKG_CONFIG"; then
  2156.     if test -n "$XCB_KEYSYMS_LIBS"; then
  2157.         pkg_cv_XCB_KEYSYMS_LIBS="$XCB_KEYSYMS_LIBS"
  2158.     else
  2159.         if test -n "$PKG_CONFIG" && 
  2160.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2161.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2162.   ac_status=$?
  2163.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2164.   test $ac_status = 0; }; then
  2165.   pkg_cv_XCB_KEYSYMS_LIBS=`$PKG_CONFIG --libs "xcb-keysyms" 2>/dev/null`
  2166. else
  2167.   pkg_failed=yes
  2168. fi
  2169.     fi
  2170. else
  2171. pkg_failed=untried
  2172. fi
  2173. if test $pkg_failed = yes; then
  2174. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2175.         _pkg_short_errors_supported=yes
  2176. else
  2177.         _pkg_short_errors_supported=no
  2178. fi
  2179.         if test $_pkg_short_errors_supported = yes; then
  2180.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-keysyms"`
  2181.         else
  2182.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-keysyms"`
  2183.         fi
  2184. # Put the nasty error message in config.log where it belongs
  2185. echo "$XCB_KEYSYMS_PKG_ERRORS" >&5
  2186. as_fn_error "Package requirements (xcb-keysyms) were not met:
  2187. $XCB_KEYSYMS_PKG_ERRORS
  2188. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  2189. installed software in a non-standard prefix.
  2190. Alternatively, you may set the environment variables XCB_KEYSYMS_CFLAGS
  2191. and XCB_KEYSYMS_LIBS to avoid the need to call pkg-config.
  2192. See the pkg-config man page for more details.
  2193. " "$LINENO" 5
  2194. elif test $pkg_failed = untried; then
  2195. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2196. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2197. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  2198. is in your PATH or set the PKG_CONFIG environment variable to the full
  2199. path to pkg-config.
  2200. Alternatively, you may set the environment variables XCB_KEYSYMS_CFLAGS
  2201. and XCB_KEYSYMS_LIBS to avoid the need to call pkg-config.
  2202. See the pkg-config man page for more details.
  2203. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  2204. See `config.log' for more details." "$LINENO" 5; }
  2205. else
  2206. XCB_KEYSYMS_CFLAGS=$pkg_cv_XCB_KEYSYMS_CFLAGS
  2207. XCB_KEYSYMS_LIBS=$pkg_cv_XCB_KEYSYMS_LIBS
  2208.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2209. $as_echo "yes" >&6; }
  2210. :
  2211. fi
  2212.   for element in globalhotkeys; do
  2213.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DXCB_KEYSYM_OLD_API"'"'
  2214.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2215.   done
  2216. elif test $pkg_failed = untried; then
  2217. pkg_failed=no
  2218. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_KEYSYMS" >&5
  2219. $as_echo_n "checking for XCB_KEYSYMS... " >&6; }
  2220. if test -n "$PKG_CONFIG"; then
  2221.     if test -n "$XCB_KEYSYMS_CFLAGS"; then
  2222.         pkg_cv_XCB_KEYSYMS_CFLAGS="$XCB_KEYSYMS_CFLAGS"
  2223.     else
  2224.         if test -n "$PKG_CONFIG" && 
  2225.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2226.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2227.   ac_status=$?
  2228.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2229.   test $ac_status = 0; }; then
  2230.   pkg_cv_XCB_KEYSYMS_CFLAGS=`$PKG_CONFIG --cflags "xcb-keysyms" 2>/dev/null`
  2231. else
  2232.   pkg_failed=yes
  2233. fi
  2234.     fi
  2235. else
  2236. pkg_failed=untried
  2237. fi
  2238. if test -n "$PKG_CONFIG"; then
  2239.     if test -n "$XCB_KEYSYMS_LIBS"; then
  2240.         pkg_cv_XCB_KEYSYMS_LIBS="$XCB_KEYSYMS_LIBS"
  2241.     else
  2242.         if test -n "$PKG_CONFIG" && 
  2243.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xcb-keysyms""; } >&5
  2244.   ($PKG_CONFIG --exists --print-errors "xcb-keysyms") 2>&5
  2245.   ac_status=$?
  2246.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2247.   test $ac_status = 0; }; then
  2248.   pkg_cv_XCB_KEYSYMS_LIBS=`$PKG_CONFIG --libs "xcb-keysyms" 2>/dev/null`
  2249. else
  2250.   pkg_failed=yes
  2251. fi
  2252.     fi
  2253. else
  2254. pkg_failed=untried
  2255. fi
  2256. if test $pkg_failed = yes; then
  2257. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2258.         _pkg_short_errors_supported=yes
  2259. else
  2260.         _pkg_short_errors_supported=no
  2261. fi
  2262.         if test $_pkg_short_errors_supported = yes; then
  2263.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-keysyms"`
  2264.         else
  2265.         XCB_KEYSYMS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-keysyms"`
  2266.         fi
  2267. # Put the nasty error message in config.log where it belongs
  2268. echo "$XCB_KEYSYMS_PKG_ERRORS" >&5
  2269. as_fn_error "Package requirements (xcb-keysyms) were not met:
  2270. $XCB_KEYSYMS_PKG_ERRORS
  2271. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  2272. installed software in a non-standard prefix.
  2273. Alternatively, you may set the environment variables XCB_KEYSYMS_CFLAGS
  2274. and XCB_KEYSYMS_LIBS to avoid the need to call pkg-config.
  2275. See the pkg-config man page for more details.
  2276. " "$LINENO" 5
  2277. elif test $pkg_failed = untried; then
  2278. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2279. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2280. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  2281. is in your PATH or set the PKG_CONFIG environment variable to the full
  2282. path to pkg-config.
  2283. Alternatively, you may set the environment variables XCB_KEYSYMS_CFLAGS
  2284. and XCB_KEYSYMS_LIBS to avoid the need to call pkg-config.
  2285. See the pkg-config man page for more details.
  2286. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  2287. See `config.log' for more details." "$LINENO" 5; }
  2288. else
  2289. XCB_KEYSYMS_CFLAGS=$pkg_cv_XCB_KEYSYMS_CFLAGS
  2290. XCB_KEYSYMS_LIBS=$pkg_cv_XCB_KEYSYMS_LIBS
  2291.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2292. $as_echo "yes" >&6; }
  2293. :
  2294. fi
  2295.   for element in globalhotkeys; do
  2296.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DXCB_KEYSYM_OLD_API"'"'
  2297.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2298.   done
  2299. else
  2300. XCB_KEYSYMS_CFLAGS=$pkg_cv_XCB_KEYSYMS_CFLAGS
  2301. XCB_KEYSYMS_LIBS=$pkg_cv_XCB_KEYSYMS_LIBS
  2302.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2303. $as_echo "yes" >&6; }
  2304. true
  2305. fi
  2306.   PLUGINS="${PLUGINS} xcb"
  2307.   LTLIBxcb="libxcb_plugin.la"
  2308.   PLUGINS="${PLUGINS} xcb_window"
  2309.   LTLIBxcb_window="libxcb_window_plugin.la"
  2310. fi
  2311. # Check whether --enable-opengl was given.
  2312. if test "${enable_opengl+set}" = set; then :
  2313.   enableval=$enable_opengl;
  2314. fi
  2315. if test "${enable_opengl}" != "no" &&
  2316.    test "${SYS}" != "beos" -a "${SYS}" != "mingwce"; then
  2317.   if test "${SYS}" != "darwin"; then
  2318.     for ac_header in GL/gl.h GL/glu.h
  2319. do :
  2320.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2321. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  2322. eval as_val=$$as_ac_Header
  2323.    if test "x$as_val" = x""yes; then :
  2324.   cat >>confdefs.h <<_ACEOF
  2325. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2326. _ACEOF
  2327.   PLUGINS="${PLUGINS} opengl"
  2328.   LTLIBopengl="libopengl_plugin.la"
  2329.       if test "${SYS}" != "mingw32"; then
  2330.   for element in opengl; do
  2331.     eval "LIBS_${element}="'"'"${X_LIBS} -lGL -lGLU "'$'"{LIBS_${element}} "'"'
  2332.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2333.   done
  2334.       else
  2335.   for element in opengl; do
  2336.     eval "LIBS_${element}="'"'"-lopengl32 -lglu32 "'$'"{LIBS_${element}} "'"'
  2337.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2338.   done
  2339.       fi
  2340. fi
  2341. done
  2342.   else
  2343.   PLUGINS="${PLUGINS} opengl"
  2344.   LTLIBopengl="libopengl_plugin.la"
  2345.   for element in opengl; do
  2346.     eval "LIBS_${element}="'"'"-Wl,-framework,OpenGL "'$'"{LIBS_${element}} "'"'
  2347.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2348.   done
  2349.   fi
  2350. fi
  2351. # Check whether --enable-sdl was given.
  2352. if test "${enable_sdl+set}" = set; then :
  2353.   enableval=$enable_sdl;
  2354. fi
  2355. # Check whether --enable-sdl-image was given.
  2356. if test "${enable_sdl_image+set}" = set; then :
  2357.   enableval=$enable_sdl_image;
  2358. fi
  2359. if test "${enable_sdl}" != "no"
  2360. then
  2361.   SDL_PATH="${PATH}"
  2362. # Check whether --with-sdl-config-path was given.
  2363. if test "${with_sdl_config_path+set}" = set; then :
  2364.   withval=$with_sdl_config_path;  if test "${with_sdl_config_path}" != "no"
  2365.       then
  2366.         SDL_PATH="${with_sdl_config_path}:${PATH}"
  2367.       fi
  2368. fi
  2369.   # Extract the first word of "sdl12-config", so it can be a program name with args.
  2370. set dummy sdl12-config; ac_word=$2
  2371. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2372. $as_echo_n "checking for $ac_word... " >&6; }
  2373. if test "${ac_cv_path_SDL12_CONFIG+set}" = set; then :
  2374.   $as_echo_n "(cached) " >&6
  2375. else
  2376.   case $SDL12_CONFIG in
  2377.   [\/]* | ?:[\/]*)
  2378.   ac_cv_path_SDL12_CONFIG="$SDL12_CONFIG" # Let the user override the test with a path.
  2379.   ;;
  2380.   *)
  2381.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2382. for as_dir in ${SDL_PATH}
  2383. do
  2384.   IFS=$as_save_IFS
  2385.   test -z "$as_dir" && as_dir=.
  2386.     for ac_exec_ext in '' $ac_executable_extensions; do
  2387.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2388.     ac_cv_path_SDL12_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  2389.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2390.     break 2
  2391.   fi
  2392. done
  2393.   done
  2394. IFS=$as_save_IFS
  2395.   test -z "$ac_cv_path_SDL12_CONFIG" && ac_cv_path_SDL12_CONFIG="no"
  2396.   ;;
  2397. esac
  2398. fi
  2399. SDL12_CONFIG=$ac_cv_path_SDL12_CONFIG
  2400. if test -n "$SDL12_CONFIG"; then
  2401.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL12_CONFIG" >&5
  2402. $as_echo "$SDL12_CONFIG" >&6; }
  2403. else
  2404.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2405. $as_echo "no" >&6; }
  2406. fi
  2407.   SDL_CONFIG="${SDL12_CONFIG}"
  2408.   SDL_HEADER="SDL12/SDL.h"
  2409.   SDL_IMAGE="SDL12/SDL_image.h"
  2410.   if test "${SDL_CONFIG}" = "no"
  2411.   then
  2412.     # Extract the first word of "sdl11-config", so it can be a program name with args.
  2413. set dummy sdl11-config; ac_word=$2
  2414. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2415. $as_echo_n "checking for $ac_word... " >&6; }
  2416. if test "${ac_cv_path_SDL11_CONFIG+set}" = set; then :
  2417.   $as_echo_n "(cached) " >&6
  2418. else
  2419.   case $SDL11_CONFIG in
  2420.   [\/]* | ?:[\/]*)
  2421.   ac_cv_path_SDL11_CONFIG="$SDL11_CONFIG" # Let the user override the test with a path.
  2422.   ;;
  2423.   *)
  2424.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2425. for as_dir in ${SDL_PATH}
  2426. do
  2427.   IFS=$as_save_IFS
  2428.   test -z "$as_dir" && as_dir=.
  2429.     for ac_exec_ext in '' $ac_executable_extensions; do
  2430.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2431.     ac_cv_path_SDL11_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  2432.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2433.     break 2
  2434.   fi
  2435. done
  2436.   done
  2437. IFS=$as_save_IFS
  2438.   test -z "$ac_cv_path_SDL11_CONFIG" && ac_cv_path_SDL11_CONFIG="no"
  2439.   ;;
  2440. esac
  2441. fi
  2442. SDL11_CONFIG=$ac_cv_path_SDL11_CONFIG
  2443. if test -n "$SDL11_CONFIG"; then
  2444.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL11_CONFIG" >&5
  2445. $as_echo "$SDL11_CONFIG" >&6; }
  2446. else
  2447.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2448. $as_echo "no" >&6; }
  2449. fi
  2450.     SDL_CONFIG=${SDL11_CONFIG}
  2451.     SDL_HEADER="SDL11/SDL.h"
  2452.     SDL_IMAGE="SDL11/SDL_image.h"
  2453.   fi
  2454.   if test "${SDL_CONFIG}" = "no"
  2455.   then
  2456.     # Extract the first word of "sdl-config", so it can be a program name with args.
  2457. set dummy sdl-config; ac_word=$2
  2458. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2459. $as_echo_n "checking for $ac_word... " >&6; }
  2460. if test "${ac_cv_path_SDL_CONFIG+set}" = set; then :
  2461.   $as_echo_n "(cached) " >&6
  2462. else
  2463.   case $SDL_CONFIG in
  2464.   [\/]* | ?:[\/]*)
  2465.   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
  2466.   ;;
  2467.   *)
  2468.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2469. for as_dir in ${SDL_PATH}
  2470. do
  2471.   IFS=$as_save_IFS
  2472.   test -z "$as_dir" && as_dir=.
  2473.     for ac_exec_ext in '' $ac_executable_extensions; do
  2474.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2475.     ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  2476.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2477.     break 2
  2478.   fi
  2479. done
  2480.   done
  2481. IFS=$as_save_IFS
  2482.   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
  2483.   ;;
  2484. esac
  2485. fi
  2486. SDL_CONFIG=$ac_cv_path_SDL_CONFIG
  2487. if test -n "$SDL_CONFIG"; then
  2488.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
  2489. $as_echo "$SDL_CONFIG" >&6; }
  2490. else
  2491.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2492. $as_echo "no" >&6; }
  2493. fi
  2494.     SDL_HEADER="SDL/SDL.h"
  2495.     SDL_IMAGE="SDL/SDL_image.h"
  2496.   fi
  2497.   # check for cross-compiling
  2498.   SDL_PREFIX=
  2499. # Check whether --with-sdl-prefix was given.
  2500. if test "${with_sdl_prefix+set}" = set; then :
  2501.   withval=$with_sdl_prefix;
  2502. fi
  2503.   if test "${with_sdl_prefix}" != "no" -a -n "${with_sdl_prefix}"
  2504.   then
  2505.     SDL_PREFIX="--prefix=${with_sdl_prefix}"
  2506.   fi
  2507.   if test "${SDL_CONFIG}" != "no"
  2508.   then
  2509.     # SDL on Darwin is heavily patched and can only run SDL_image
  2510.     if test "${SYS}" != "darwin" -a "${SYS}" != "mingw32"; then
  2511.   PLUGINS="${PLUGINS} vout_sdl"
  2512.   LTLIBvout_sdl="libvout_sdl_plugin.la"
  2513.   PLUGINS="${PLUGINS} aout_sdl"
  2514.   LTLIBaout_sdl="libaout_sdl_plugin.la"
  2515.     fi
  2516.   for element in vout_sdl aout_sdl sdl_image; do
  2517.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} `${SDL_CONFIG} ${SDL_PREFIX} --cflags | sed 's,SDL,,'`"'"'
  2518.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2519.   done
  2520.   for element in vout_sdl aout_sdl sdl_image; do
  2521.     eval "LIBS_${element}="'"'"`${SDL_CONFIG} ${SDL_PREFIX} --libs | sed 's,-rdynamic,,'` "'$'"{LIBS_${element}} "'"'
  2522.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2523.   done
  2524.     CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_vout_sdl}"
  2525.     for ac_header in ${SDL_HEADER}
  2526. do :
  2527.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2528. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  2529. eval as_val=$$as_ac_Header
  2530.    if test "x$as_val" = x""yes; then :
  2531.   cat >>confdefs.h <<_ACEOF
  2532. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2533. _ACEOF
  2534. cat >>confdefs.h <<_ACEOF
  2535. #define SDL_INCLUDE_FILE <${SDL_HEADER}>
  2536. _ACEOF
  2537. else
  2538.    for ac_header in SDL.h
  2539. do :
  2540.   ac_fn_c_check_header_mongrel "$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
  2541. if test "x$ac_cv_header_SDL_h" = x""yes; then :
  2542.   cat >>confdefs.h <<_ACEOF
  2543. #define HAVE_SDL_H 1
  2544. _ACEOF
  2545. $as_echo "#define SDL_INCLUDE_FILE <SDL.h>" >>confdefs.h
  2546. else
  2547.    as_fn_error "The development package for SDL is not installed.
  2548. Please install it and try again. Alternatively you can also configure with
  2549. --disable-sdl." "$LINENO" 5
  2550. fi
  2551. done
  2552. fi
  2553. done
  2554.     if  test "${enable_sdl_image}" != "no"; then :
  2555.       for ac_header in ${SDL_IMAGE}
  2556. do :
  2557.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2558. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  2559. eval as_val=$$as_ac_Header
  2560.    if test "x$as_val" = x""yes; then :
  2561.   cat >>confdefs.h <<_ACEOF
  2562. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2563. _ACEOF
  2564. cat >>confdefs.h <<_ACEOF
  2565. #define SDL_IMAGE_INCLUDE_FILE <${SDL_IMAGE}>
  2566. _ACEOF
  2567.   PLUGINS="${PLUGINS} sdl_image"
  2568.   LTLIBsdl_image="libsdl_image_plugin.la"
  2569.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_rows in -lpng" >&5
  2570. $as_echo_n "checking for png_set_rows in -lpng... " >&6; }
  2571. if test "${ac_cv_lib_png_png_set_rows+set}" = set; then :
  2572.   $as_echo_n "(cached) " >&6
  2573. else
  2574.   ac_check_lib_save_LIBS=$LIBS
  2575. LIBS="-lpng -lz $LIBS"
  2576. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2577. /* end confdefs.h.  */
  2578. /* Override any GCC internal prototype to avoid an error.
  2579.    Use char because int might match the return type of a GCC
  2580.    builtin and then its argument prototype would still apply.  */
  2581. #ifdef __cplusplus
  2582. extern "C"
  2583. #endif
  2584. char png_set_rows ();
  2585. int
  2586. main ()
  2587. {
  2588. return png_set_rows ();
  2589.   ;
  2590.   return 0;
  2591. }
  2592. _ACEOF
  2593. if ac_fn_c_try_link "$LINENO"; then :
  2594.   ac_cv_lib_png_png_set_rows=yes
  2595. else
  2596.   ac_cv_lib_png_png_set_rows=no
  2597. fi
  2598. rm -f core conftest.err conftest.$ac_objext 
  2599.     conftest$ac_exeext conftest.$ac_ext
  2600. LIBS=$ac_check_lib_save_LIBS
  2601. fi
  2602. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_rows" >&5
  2603. $as_echo "$ac_cv_lib_png_png_set_rows" >&6; }
  2604. if test "x$ac_cv_lib_png_png_set_rows" = x""yes; then :
  2605.   for element in sdl_image; do
  2606.     eval "LIBS_${element}="'"'"-lpng -lz "'$'"{LIBS_${element}} "'"'
  2607.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2608.   done
  2609. fi
  2610.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in -ljpeg" >&5
  2611. $as_echo_n "checking for jpeg_start_decompress in -ljpeg... " >&6; }
  2612. if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then :
  2613.   $as_echo_n "(cached) " >&6
  2614. else
  2615.   ac_check_lib_save_LIBS=$LIBS
  2616. LIBS="-ljpeg  $LIBS"
  2617. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2618. /* end confdefs.h.  */
  2619. /* Override any GCC internal prototype to avoid an error.
  2620.    Use char because int might match the return type of a GCC
  2621.    builtin and then its argument prototype would still apply.  */
  2622. #ifdef __cplusplus
  2623. extern "C"
  2624. #endif
  2625. char jpeg_start_decompress ();
  2626. int
  2627. main ()
  2628. {
  2629. return jpeg_start_decompress ();
  2630.   ;
  2631.   return 0;
  2632. }
  2633. _ACEOF
  2634. if ac_fn_c_try_link "$LINENO"; then :
  2635.   ac_cv_lib_jpeg_jpeg_start_decompress=yes
  2636. else
  2637.   ac_cv_lib_jpeg_jpeg_start_decompress=no
  2638. fi
  2639. rm -f core conftest.err conftest.$ac_objext 
  2640.     conftest$ac_exeext conftest.$ac_ext
  2641. LIBS=$ac_check_lib_save_LIBS
  2642. fi
  2643. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5
  2644. $as_echo "$ac_cv_lib_jpeg_jpeg_start_decompress" >&6; }
  2645. if test "x$ac_cv_lib_jpeg_jpeg_start_decompress" = x""yes; then :
  2646.   for element in sdl_image; do
  2647.     eval "LIBS_${element}="'"'"-ljpeg "'$'"{LIBS_${element}} "'"'
  2648.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2649.   done
  2650. fi
  2651.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in -ltiff" >&5
  2652. $as_echo_n "checking for TIFFClientOpen in -ltiff... " >&6; }
  2653. if test "${ac_cv_lib_tiff_TIFFClientOpen+set}" = set; then :
  2654.   $as_echo_n "(cached) " >&6
  2655. else
  2656.   ac_check_lib_save_LIBS=$LIBS
  2657. LIBS="-ltiff  $LIBS"
  2658. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2659. /* end confdefs.h.  */
  2660. /* Override any GCC internal prototype to avoid an error.
  2661.    Use char because int might match the return type of a GCC
  2662.    builtin and then its argument prototype would still apply.  */
  2663. #ifdef __cplusplus
  2664. extern "C"
  2665. #endif
  2666. char TIFFClientOpen ();
  2667. int
  2668. main ()
  2669. {
  2670. return TIFFClientOpen ();
  2671.   ;
  2672.   return 0;
  2673. }
  2674. _ACEOF
  2675. if ac_fn_c_try_link "$LINENO"; then :
  2676.   ac_cv_lib_tiff_TIFFClientOpen=yes
  2677. else
  2678.   ac_cv_lib_tiff_TIFFClientOpen=no
  2679. fi
  2680. rm -f core conftest.err conftest.$ac_objext 
  2681.     conftest$ac_exeext conftest.$ac_ext
  2682. LIBS=$ac_check_lib_save_LIBS
  2683. fi
  2684. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFClientOpen" >&5
  2685. $as_echo "$ac_cv_lib_tiff_TIFFClientOpen" >&6; }
  2686. if test "x$ac_cv_lib_tiff_TIFFClientOpen" = x""yes; then :
  2687.   for element in sdl_image; do
  2688.     eval "LIBS_${element}="'"'"-ltiff "'$'"{LIBS_${element}} "'"'
  2689.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2690.   done
  2691. fi
  2692.   for element in sdl_image; do
  2693.     eval "LIBS_${element}="'"'"-lSDL_image "'$'"{LIBS_${element}} "'"'
  2694.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2695.   done
  2696. else
  2697.    for ac_header in SDL_image.h
  2698. do :
  2699.   ac_fn_c_check_header_mongrel "$LINENO" "SDL_image.h" "ac_cv_header_SDL_image_h" "$ac_includes_default"
  2700. if test "x$ac_cv_header_SDL_image_h" = x""yes; then :
  2701.   cat >>confdefs.h <<_ACEOF
  2702. #define HAVE_SDL_IMAGE_H 1
  2703. _ACEOF
  2704. $as_echo "#define SDL_IMAGE_INCLUDE_FILE <SDL_image.h>" >>confdefs.h
  2705. else
  2706.    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The development package for SDL_image is not installed.
  2707.   You should install it alongside your SDL package." >&5
  2708. $as_echo "$as_me: WARNING: The development package for SDL_image is not installed.
  2709.   You should install it alongside your SDL package." >&2;}
  2710. fi
  2711. done
  2712. fi
  2713. done
  2714. fi
  2715.     CPPFLAGS="${CPPFLAGS_save}"
  2716.     if expr 1.1.5 > `${SDL_CONFIG} --version` >/dev/null
  2717.     then
  2718.       as_fn_error "The development package for SDL is not installed.
  2719. Please install it and try again. Alternatively you can also configure with
  2720. --disable-sdl." "$LINENO" 5
  2721.     fi
  2722.   elif test "${enable_sdl}" =  "yes"
  2723.   then
  2724.     as_fn_error "I couldn't find the SDL package. You can download libSDL
  2725. from http://www.libsdl.org/, or configure with --disable-sdl. Have a nice day.
  2726.     " "$LINENO" 5
  2727.   fi
  2728. fi
  2729. # Check whether --enable-freetype was given.
  2730. if test "${enable_freetype+set}" = set; then :
  2731.   enableval=$enable_freetype;
  2732. fi
  2733. # Check whether --enable-fribidi was given.
  2734. if test "${enable_fribidi+set}" = set; then :
  2735.   enableval=$enable_fribidi;
  2736. fi
  2737. # Check whether --enable-fontconfig was given.
  2738. if test "${enable_fontconfig+set}" = set; then :
  2739.   enableval=$enable_fontconfig;
  2740. fi
  2741. if test "${enable_freetype}" != "no"
  2742. then
  2743. pkg_failed=no
  2744. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FREETYPE" >&5
  2745. $as_echo_n "checking for FREETYPE... " >&6; }
  2746. if test -n "$PKG_CONFIG"; then
  2747.     if test -n "$FREETYPE_CFLAGS"; then
  2748.         pkg_cv_FREETYPE_CFLAGS="$FREETYPE_CFLAGS"
  2749.     else
  2750.         if test -n "$PKG_CONFIG" && 
  2751.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "freetype2""; } >&5
  2752.   ($PKG_CONFIG --exists --print-errors "freetype2") 2>&5
  2753.   ac_status=$?
  2754.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2755.   test $ac_status = 0; }; then
  2756.   pkg_cv_FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
  2757. else
  2758.   pkg_failed=yes
  2759. fi
  2760.     fi
  2761. else
  2762. pkg_failed=untried
  2763. fi
  2764. if test -n "$PKG_CONFIG"; then
  2765.     if test -n "$FREETYPE_LIBS"; then
  2766.         pkg_cv_FREETYPE_LIBS="$FREETYPE_LIBS"
  2767.     else
  2768.         if test -n "$PKG_CONFIG" && 
  2769.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "freetype2""; } >&5
  2770.   ($PKG_CONFIG --exists --print-errors "freetype2") 2>&5
  2771.   ac_status=$?
  2772.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2773.   test $ac_status = 0; }; then
  2774.   pkg_cv_FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
  2775. else
  2776.   pkg_failed=yes
  2777. fi
  2778.     fi
  2779. else
  2780. pkg_failed=untried
  2781. fi
  2782. if test $pkg_failed = yes; then
  2783. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2784.         _pkg_short_errors_supported=yes
  2785. else
  2786.         _pkg_short_errors_supported=no
  2787. fi
  2788.         if test $_pkg_short_errors_supported = yes; then
  2789.         FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "freetype2"`
  2790.         else
  2791.         FREETYPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freetype2"`
  2792.         fi
  2793. # Put the nasty error message in config.log where it belongs
  2794. echo "$FREETYPE_PKG_ERRORS" >&5
  2795. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2796. $as_echo "no" >&6; }
  2797.   have_freetype=no
  2798.   if  test "${enable_freetype}" =  "yes"; then :
  2799.     as_fn_error "I couldn't find the freetype package. You can download libfreetype2
  2800. from http://www.freetype.org/, or configure with --disable-freetype. Have a nice day.
  2801.       " "$LINENO" 5
  2802. fi
  2803. elif test $pkg_failed = untried; then
  2804.   have_freetype=no
  2805.   if  test "${enable_freetype}" =  "yes"; then :
  2806.     as_fn_error "I couldn't find the freetype package. You can download libfreetype2
  2807. from http://www.freetype.org/, or configure with --disable-freetype. Have a nice day.
  2808.       " "$LINENO" 5
  2809. fi
  2810. else
  2811. FREETYPE_CFLAGS=$pkg_cv_FREETYPE_CFLAGS
  2812. FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
  2813.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2814. $as_echo "yes" >&6; }
  2815.   PLUGINS="${PLUGINS} freetype"
  2816.   LTLIBfreetype="libfreetype_plugin.la"
  2817.       have_freetype=yes
  2818.   for element in freetype skins2; do
  2819.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${FREETYPE_CFLAGS}"'"'
  2820.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2821.   done
  2822.       if test "${SYS}" = "mingw32"; then
  2823.   for element in freetype skins2; do
  2824.     eval "LIBS_${element}="'"'"-lxml2 "'$'"{LIBS_${element}} "'"'
  2825.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2826.   done
  2827.   for element in freetype; do
  2828.     eval "LIBS_${element}="'"'"-liconv -lz "'$'"{LIBS_${element}} "'"'
  2829.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2830.   done
  2831.       fi
  2832.   for element in freetype skins2; do
  2833.     eval "LIBS_${element}="'"'"${FREETYPE_LIBS} "'$'"{LIBS_${element}} "'"'
  2834.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2835.   done
  2836.       if test "${enable_fontconfig}" != "no"
  2837.       then
  2838.         for ac_header in fontconfig/fontconfig.h
  2839. do :
  2840.   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
  2841. if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
  2842.   cat >>confdefs.h <<_ACEOF
  2843. #define HAVE_FONTCONFIG_FONTCONFIG_H 1
  2844. _ACEOF
  2845.   for element in freetype; do
  2846.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DHAVE_FONTCONFIG"'"'
  2847.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2848.   done
  2849.   for element in freetype; do
  2850.     eval "LIBS_${element}="'"'"-lfontconfig "'$'"{LIBS_${element}} "'"'
  2851.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2852.   done
  2853. fi
  2854. done
  2855.         for ac_header in Carbon/Carbon.h
  2856. do :
  2857.   ac_fn_c_check_header_mongrel "$LINENO" "Carbon/Carbon.h" "ac_cv_header_Carbon_Carbon_h" "$ac_includes_default"
  2858. if test "x$ac_cv_header_Carbon_Carbon_h" = x""yes; then :
  2859.   cat >>confdefs.h <<_ACEOF
  2860. #define HAVE_CARBON_CARBON_H 1
  2861. _ACEOF
  2862.   for element in freetype; do
  2863.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Carbon "'$'"{LDFLAGS_${element}} "'"'
  2864.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2865.   done
  2866. fi
  2867. done
  2868.       fi
  2869.            if test "${enable_fribidi}" != "no"
  2870.       then
  2871. pkg_failed=no
  2872. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FRIBIDI" >&5
  2873. $as_echo_n "checking for FRIBIDI... " >&6; }
  2874. if test -n "$PKG_CONFIG"; then
  2875.     if test -n "$FRIBIDI_CFLAGS"; then
  2876.         pkg_cv_FRIBIDI_CFLAGS="$FRIBIDI_CFLAGS"
  2877.     else
  2878.         if test -n "$PKG_CONFIG" && 
  2879.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "fribidi""; } >&5
  2880.   ($PKG_CONFIG --exists --print-errors "fribidi") 2>&5
  2881.   ac_status=$?
  2882.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2883.   test $ac_status = 0; }; then
  2884.   pkg_cv_FRIBIDI_CFLAGS=`$PKG_CONFIG --cflags "fribidi" 2>/dev/null`
  2885. else
  2886.   pkg_failed=yes
  2887. fi
  2888.     fi
  2889. else
  2890. pkg_failed=untried
  2891. fi
  2892. if test -n "$PKG_CONFIG"; then
  2893.     if test -n "$FRIBIDI_LIBS"; then
  2894.         pkg_cv_FRIBIDI_LIBS="$FRIBIDI_LIBS"
  2895.     else
  2896.         if test -n "$PKG_CONFIG" && 
  2897.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "fribidi""; } >&5
  2898.   ($PKG_CONFIG --exists --print-errors "fribidi") 2>&5
  2899.   ac_status=$?
  2900.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2901.   test $ac_status = 0; }; then
  2902.   pkg_cv_FRIBIDI_LIBS=`$PKG_CONFIG --libs "fribidi" 2>/dev/null`
  2903. else
  2904.   pkg_failed=yes
  2905. fi
  2906.     fi
  2907. else
  2908. pkg_failed=untried
  2909. fi
  2910. if test $pkg_failed = yes; then
  2911. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2912.         _pkg_short_errors_supported=yes
  2913. else
  2914.         _pkg_short_errors_supported=no
  2915. fi
  2916.         if test $_pkg_short_errors_supported = yes; then
  2917.         FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fribidi"`
  2918.         else
  2919.         FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fribidi"`
  2920.         fi
  2921. # Put the nasty error message in config.log where it belongs
  2922. echo "$FRIBIDI_PKG_ERRORS" >&5
  2923. as_fn_error "Package requirements (fribidi) were not met:
  2924. $FRIBIDI_PKG_ERRORS
  2925. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  2926. installed software in a non-standard prefix.
  2927. Alternatively, you may set the environment variables FRIBIDI_CFLAGS
  2928. and FRIBIDI_LIBS to avoid the need to call pkg-config.
  2929. See the pkg-config man page for more details.
  2930. " "$LINENO" 5
  2931. elif test $pkg_failed = untried; then
  2932. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2933. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2934. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  2935. is in your PATH or set the PKG_CONFIG environment variable to the full
  2936. path to pkg-config.
  2937. Alternatively, you may set the environment variables FRIBIDI_CFLAGS
  2938. and FRIBIDI_LIBS to avoid the need to call pkg-config.
  2939. See the pkg-config man page for more details.
  2940. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  2941. See `config.log' for more details." "$LINENO" 5; }
  2942. else
  2943. FRIBIDI_CFLAGS=$pkg_cv_FRIBIDI_CFLAGS
  2944. FRIBIDI_LIBS=$pkg_cv_FRIBIDI_LIBS
  2945.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2946. $as_echo "yes" >&6; }
  2947.   for element in freetype skins2; do
  2948.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${FRIBIDI_CFLAGS} -DHAVE_FRIBIDI"'"'
  2949.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2950.   done
  2951.   for element in freetype skins2; do
  2952.     eval "LIBS_${element}="'"'"${FRIBIDI_LIBS} "'$'"{LIBS_${element}} "'"'
  2953.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2954.   done
  2955. fi
  2956.       fi
  2957. fi
  2958. fi
  2959. # Check whether --enable-libxml2 was given.
  2960. if test "${enable_libxml2+set}" = set; then :
  2961.   enableval=$enable_libxml2;
  2962. fi
  2963. if test "${enable_libxml2}" != "no"; then :
  2964. pkg_failed=no
  2965. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML2" >&5
  2966. $as_echo_n "checking for XML2... " >&6; }
  2967. if test -n "$PKG_CONFIG"; then
  2968.     if test -n "$XML2_CFLAGS"; then
  2969.         pkg_cv_XML2_CFLAGS="$XML2_CFLAGS"
  2970.     else
  2971.         if test -n "$PKG_CONFIG" && 
  2972.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5""; } >&5
  2973.   ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5") 2>&5
  2974.   ac_status=$?
  2975.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2976.   test $ac_status = 0; }; then
  2977.   pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.5" 2>/dev/null`
  2978. else
  2979.   pkg_failed=yes
  2980. fi
  2981.     fi
  2982. else
  2983. pkg_failed=untried
  2984. fi
  2985. if test -n "$PKG_CONFIG"; then
  2986.     if test -n "$XML2_LIBS"; then
  2987.         pkg_cv_XML2_LIBS="$XML2_LIBS"
  2988.     else
  2989.         if test -n "$PKG_CONFIG" && 
  2990.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5""; } >&5
  2991.   ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5") 2>&5
  2992.   ac_status=$?
  2993.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2994.   test $ac_status = 0; }; then
  2995.   pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.5" 2>/dev/null`
  2996. else
  2997.   pkg_failed=yes
  2998. fi
  2999.     fi
  3000. else
  3001. pkg_failed=untried
  3002. fi
  3003. if test $pkg_failed = yes; then
  3004. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3005.         _pkg_short_errors_supported=yes
  3006. else
  3007.         _pkg_short_errors_supported=no
  3008. fi
  3009.         if test $_pkg_short_errors_supported = yes; then
  3010.         XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libxml-2.0 >= 2.5"`
  3011.         else
  3012.         XML2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0 >= 2.5"`
  3013.         fi
  3014. # Put the nasty error message in config.log where it belongs
  3015. echo "$XML2_PKG_ERRORS" >&5
  3016. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3017. $as_echo "no" >&6; }
  3018.     if test "x${enable_xml2}" != "x"; then :
  3019.       as_fn_error "Could not find libxml version 2.5 or higher" "$LINENO" 5
  3020. fi
  3021. elif test $pkg_failed = untried; then
  3022.     if test "x${enable_xml2}" != "x"; then :
  3023.       as_fn_error "Could not find libxml version 2.5 or higher" "$LINENO" 5
  3024. fi
  3025. else
  3026. XML2_CFLAGS=$pkg_cv_XML2_CFLAGS
  3027. XML2_LIBS=$pkg_cv_XML2_LIBS
  3028.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3029. $as_echo "yes" >&6; }
  3030.   for element in xml; do
  3031.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${XML2_CFLAGS}"'"'
  3032.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3033.   done
  3034.   for element in xml; do
  3035.     eval "LIBS_${element}="'"'"${XML2_LIBS} "'$'"{LIBS_${element}} "'"'
  3036.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3037.   done
  3038.   PLUGINS="${PLUGINS} xml"
  3039.   LTLIBxml="libxml_plugin.la"
  3040. fi
  3041. fi
  3042. # Check whether --enable-svg was given.
  3043. if test "${enable_svg+set}" = set; then :
  3044.   enableval=$enable_svg;
  3045. fi
  3046. if test "${enable_svg}" = "yes"
  3047. then
  3048. pkg_failed=no
  3049. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVG" >&5
  3050. $as_echo_n "checking for SVG... " >&6; }
  3051. if test -n "$PKG_CONFIG"; then
  3052.     if test -n "$SVG_CFLAGS"; then
  3053.         pkg_cv_SVG_CFLAGS="$SVG_CFLAGS"
  3054.     else
  3055.         if test -n "$PKG_CONFIG" && 
  3056.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0""; } >&5
  3057.   ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0") 2>&5
  3058.   ac_status=$?
  3059.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3060.   test $ac_status = 0; }; then
  3061.   pkg_cv_SVG_CFLAGS=`$PKG_CONFIG --cflags "librsvg-2.0 >= 2.9.0" 2>/dev/null`
  3062. else
  3063.   pkg_failed=yes
  3064. fi
  3065.     fi
  3066. else
  3067. pkg_failed=untried
  3068. fi
  3069. if test -n "$PKG_CONFIG"; then
  3070.     if test -n "$SVG_LIBS"; then
  3071.         pkg_cv_SVG_LIBS="$SVG_LIBS"
  3072.     else
  3073.         if test -n "$PKG_CONFIG" && 
  3074.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0""; } >&5
  3075.   ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0") 2>&5
  3076.   ac_status=$?
  3077.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3078.   test $ac_status = 0; }; then
  3079.   pkg_cv_SVG_LIBS=`$PKG_CONFIG --libs "librsvg-2.0 >= 2.9.0" 2>/dev/null`
  3080. else
  3081.   pkg_failed=yes
  3082. fi
  3083.     fi
  3084. else
  3085. pkg_failed=untried
  3086. fi
  3087. if test $pkg_failed = yes; then
  3088. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3089.         _pkg_short_errors_supported=yes
  3090. else
  3091.         _pkg_short_errors_supported=no
  3092. fi
  3093.         if test $_pkg_short_errors_supported = yes; then
  3094.         SVG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "librsvg-2.0 >= 2.9.0"`
  3095.         else
  3096.         SVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "librsvg-2.0 >= 2.9.0"`
  3097.         fi
  3098. # Put the nasty error message in config.log where it belongs
  3099. echo "$SVG_PKG_ERRORS" >&5
  3100. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3101. $as_echo "no" >&6; }
  3102.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: SVG library not found" >&5
  3103. $as_echo "$as_me: WARNING: SVG library not found" >&2;}
  3104. elif test $pkg_failed = untried; then
  3105. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: SVG library not found" >&5
  3106. $as_echo "$as_me: WARNING: SVG library not found" >&2;}
  3107. else
  3108. SVG_CFLAGS=$pkg_cv_SVG_CFLAGS
  3109. SVG_LIBS=$pkg_cv_SVG_LIBS
  3110.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3111. $as_echo "yes" >&6; }
  3112.   for element in svg; do
  3113.     eval "LIBS_${element}="'"'"$SVG_LIBS "'$'"{LIBS_${element}} "'"'
  3114.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3115.   done
  3116.   for element in svg; do
  3117.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $SVG_CFLAGS"'"'
  3118.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3119.   done
  3120.   PLUGINS="${PLUGINS} svg"
  3121.   LTLIBsvg="libsvg_plugin.la"
  3122. fi
  3123. fi
  3124. # Check whether --enable-snapshot was given.
  3125. if test "${enable_snapshot+set}" = set; then :
  3126.   enableval=$enable_snapshot;
  3127. fi
  3128. if test "${enable_snapshot}" = "yes"
  3129. then
  3130.   PLUGINS="${PLUGINS} snapshot"
  3131.   LTLIBsnapshot="libsnapshot_plugin.la"
  3132. fi
  3133. # Check whether --enable-qte was given.
  3134. if test "${enable_qte+set}" = set; then :
  3135.   enableval=$enable_qte;
  3136. fi
  3137. if test "${enable_qte}" = "yes"
  3138. then
  3139. # Check whether --with-qte was given.
  3140. if test "${with_qte+set}" = set; then :
  3141.   withval=$with_qte;
  3142. fi
  3143.   if test "${with_qte}" != "no" -a -n "${with_qte}"
  3144.   then
  3145.   for element in qte; do
  3146.     eval "LIBS_${element}="'"'"-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte "'$'"{LIBS_${element}} "'"'
  3147.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3148.   done
  3149.   for element in qte; do
  3150.     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"'"'
  3151.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  3152.   done
  3153.   else
  3154.   for element in qte; do
  3155.     eval "LIBS_${element}="'"'"-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte "'$'"{LIBS_${element}} "'"'
  3156.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3157.   done
  3158.   for element in qte; do
  3159.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'` -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"'"'
  3160.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  3161.   done
  3162.   fi
  3163.   PLUGINS="${PLUGINS} qte"
  3164.   LTLIBqte="libqte_plugin.la"
  3165.   NEED_QTE_MAIN=yes
  3166.   CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_qte}"
  3167.   for ac_header in qt.h jpeglib.h
  3168. do :
  3169.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3170. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  3171. eval as_val=$$as_ac_Header
  3172.    if test "x$as_val" = x""yes; then :
  3173.   cat >>confdefs.h <<_ACEOF
  3174. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3175. _ACEOF
  3176. else
  3177.     as_fn_error "echo "Cannot find QT Embedded development headers."" "$LINENO" 5
  3178. fi
  3179. done
  3180.   CPPFLAGS="${CPPFLAGS_save}"
  3181. fi
  3182. # Check whether --enable-hd1000v was given.
  3183. if test "${enable_hd1000v+set}" = set; then :
  3184.   enableval=$enable_hd1000v;
  3185. fi
  3186. if test "${enable_hd1000v}" != "no" -a "${CXX}" != "" &&
  3187.   (test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ||
  3188.    test "${enable_hd1000v}" = "yes"); then
  3189.   ac_ext=cpp
  3190. ac_cpp='$CXXCPP $CPPFLAGS'
  3191. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3192. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3193. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3194.   for ac_header in cascade/graphics/CascadeScreen.h cascade/graphics/CascadeBitmap.h
  3195. do :
  3196.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3197. ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  3198. eval as_val=$$as_ac_Header
  3199.    if test "x$as_val" = x""yes; then :
  3200.   cat >>confdefs.h <<_ACEOF
  3201. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3202. _ACEOF
  3203.     can_build_roku="yes"
  3204. else
  3205.     can_build_roku="no"
  3206.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Not building Roku HD1000 compatible video output" >&5
  3207. $as_echo "$as_me: WARNING: Not building Roku HD1000 compatible video output" >&2;}
  3208. fi
  3209. done
  3210.   if test "$can_build_roku" = "yes"
  3211.   then
  3212.   PLUGINS="${PLUGINS} hd1000v"
  3213.   LTLIBhd1000v="libhd1000v_plugin.la"
  3214.   for element in hd1000v; do
  3215.     eval "LIBS_${element}="'"'"-lCascade -ldvbpsi -lmad "'$'"{LIBS_${element}} "'"'
  3216.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3217.   done
  3218.   fi
  3219.   ac_ext=c
  3220. ac_cpp='$CPP $CPPFLAGS'
  3221. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3222. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3223. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3224. fi
  3225. if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "cygwin"
  3226. then
  3227.   PLUGINS="${PLUGINS} panoramix"
  3228.   LTLIBpanoramix="libpanoramix_plugin.la"
  3229. fi
  3230. # Check whether --enable-directx was given.
  3231. if test "${enable_directx+set}" = set; then :
  3232.   enableval=$enable_directx;
  3233. fi
  3234. if test "${enable_directx}" != "no"
  3235. then
  3236.   if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "cygwin"
  3237.   then
  3238. # Check whether --with-directx was given.
  3239. if test "${with_directx+set}" = set; then :
  3240.   withval=$with_directx;
  3241. fi
  3242.     if test -z "${with_directx}"
  3243.     then
  3244.       for ac_header in ddraw.h
  3245. do :
  3246.   ac_fn_c_check_header_mongrel "$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "$ac_includes_default"
  3247. if test "x$ac_cv_header_ddraw_h" = x""yes; then :
  3248.   cat >>confdefs.h <<_ACEOF
  3249. #define HAVE_DDRAW_H 1
  3250. _ACEOF
  3251.   PLUGINS="${PLUGINS} vout_directx"
  3252.   LTLIBvout_directx="libvout_directx_plugin.la"
  3253.   PLUGINS="${PLUGINS} aout_directx"
  3254.   LTLIBaout_directx="libaout_directx_plugin.la"
  3255.   for element in vout_directx; do
  3256.     eval "LIBS_${element}="'"'"-lgdi32 "'$'"{LIBS_${element}} "'"'
  3257.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3258.   done
  3259. fi
  3260. done
  3261.       for ac_header in GL/gl.h
  3262. do :
  3263.   ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
  3264. if test "x$ac_cv_header_GL_gl_h" = x""yes; then :
  3265.   cat >>confdefs.h <<_ACEOF
  3266. #define HAVE_GL_GL_H 1
  3267. _ACEOF
  3268.   PLUGINS="${PLUGINS} glwin32"
  3269.   LTLIBglwin32="libglwin32_plugin.la"
  3270.   for element in glwin32; do
  3271.     eval "LIBS_${element}="'"'"-lopengl32 -lgdi32 "'$'"{LIBS_${element}} "'"'
  3272.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3273.   done
  3274. fi
  3275. done
  3276.       for ac_header in d3d9.h
  3277. do :
  3278.   ac_fn_c_check_header_mongrel "$LINENO" "d3d9.h" "ac_cv_header_d3d9_h" "$ac_includes_default"
  3279. if test "x$ac_cv_header_d3d9_h" = x""yes; then :
  3280.   cat >>confdefs.h <<_ACEOF
  3281. #define HAVE_D3D9_H 1
  3282. _ACEOF
  3283.   PLUGINS="${PLUGINS} direct3d"
  3284.   LTLIBdirect3d="libdirect3d_plugin.la"
  3285.   for element in direct3d; do
  3286.     eval "LIBS_${element}="'"'"-lgdi32 "'$'"{LIBS_${element}} "'"'
  3287.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3288.   done
  3289. fi
  3290. done
  3291.     else
  3292.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for directX headers in ${with_directx}" >&5
  3293. $as_echo_n "checking for directX headers in ${with_directx}... " >&6; }
  3294.       if test -f ${with_directx}/ddraw.h
  3295.       then
  3296.   PLUGINS="${PLUGINS} vout_directx"
  3297.   LTLIBvout_directx="libvout_directx_plugin.la"
  3298.   PLUGINS="${PLUGINS} aout_directx"
  3299.   LTLIBaout_directx="libaout_directx_plugin.la"
  3300.   for element in vout_directx aout_directx; do
  3301.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_directx}"'"'
  3302.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  3303.   done
  3304.   for element in vout_directx; do
  3305.     eval "LIBS_${element}="'"'"-lgdi32 "'$'"{LIBS_${element}} "'"'
  3306.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3307.   done
  3308.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3309. $as_echo "yes" >&6; }
  3310.       else
  3311.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3312. $as_echo "no" >&6; }
  3313.         as_fn_error "Cannot find ${with_directx}/ddraw.h!" "$LINENO" 5
  3314.       fi
  3315.     fi
  3316.   fi
  3317. fi
  3318. # Check whether --enable-fb was given.
  3319. if test "${enable_fb+set}" = set; then :
  3320.   enableval=$enable_fb;
  3321. fi
  3322.     if test "${enable_fb}" != "no"
  3323.     then
  3324.       for ac_header in linux/fb.h
  3325. do :
  3326.   ac_fn_c_check_header_mongrel "$LINENO" "linux/fb.h" "ac_cv_header_linux_fb_h" "$ac_includes_default"
  3327. if test "x$ac_cv_header_linux_fb_h" = x""yes; then :
  3328.   cat >>confdefs.h <<_ACEOF
  3329. #define HAVE_LINUX_FB_H 1
  3330. _ACEOF
  3331.   PLUGINS="${PLUGINS} fb"
  3332.   LTLIBfb="libfb_plugin.la"
  3333. fi
  3334. done
  3335.     fi
  3336. # Check whether --enable-mga was given.
  3337. if test "${enable_mga+set}" = set; then :
  3338.   enableval=$enable_mga;  if test "${enable_mga}" = "yes"
  3339.     then
  3340.   PLUGINS="${PLUGINS} mga"
  3341.   LTLIBmga="libmga_plugin.la"
  3342.     fi
  3343. fi
  3344. # Check whether --enable-omapfb was given.
  3345. if test "${enable_omapfb+set}" = set; then :
  3346.   enableval=$enable_omapfb;
  3347. fi
  3348.     if test "${enable_omapfb}" = "yes"
  3349.     then
  3350.       for ac_header in asm/arch-omap/omapfb.h
  3351. do :
  3352.   ac_fn_c_check_header_mongrel "$LINENO" "asm/arch-omap/omapfb.h" "ac_cv_header_asm_arch_omap_omapfb_h" "$ac_includes_default"
  3353. if test "x$ac_cv_header_asm_arch_omap_omapfb_h" = x""yes; then :
  3354.   cat >>confdefs.h <<_ACEOF
  3355. #define HAVE_ASM_ARCH_OMAP_OMAPFB_H 1
  3356. _ACEOF
  3357.   PLUGINS="${PLUGINS} omapfb"
  3358.   LTLIBomapfb="libomapfb_plugin.la"
  3359.         for ac_header in X11/Xlib.h
  3360. do :
  3361.   ac_fn_c_check_header_mongrel "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "$ac_includes_default"
  3362. if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then :
  3363.   cat >>confdefs.h <<_ACEOF
  3364. #define HAVE_X11_XLIB_H 1
  3365. _ACEOF
  3366.   for element in omapfb; do
  3367.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lX11 "'$'"{LIBS_${element}} "'"'
  3368.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3369.   done
  3370. fi
  3371. done
  3372. fi
  3373. done
  3374.     fi
  3375. # Check whether --enable-svgalib was given.
  3376. if test "${enable_svgalib+set}" = set; then :
  3377.   enableval=$enable_svgalib;
  3378. fi
  3379. if test "${enable_svgalib}" = "yes"
  3380. then
  3381.   PLUGINS="${PLUGINS} svgalib"
  3382.   LTLIBsvgalib="libsvgalib_plugin.la"
  3383.   for element in svgalib; do
  3384.     eval "LIBS_${element}="'"'"-lvgagl -lvga "'$'"{LIBS_${element}} "'"'
  3385.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3386.   done
  3387. fi
  3388. # Check whether --enable-directfb was given.
  3389. if test "${enable_directfb+set}" = set; then :
  3390.   enableval=$enable_directfb;
  3391. fi
  3392. # Check whether --with-directfb was given.
  3393. if test "${with_directfb+set}" = set; then :
  3394.   withval=$with_directfb;
  3395. fi
  3396. if test "${enable_directfb}" = "yes"; then
  3397.     have_directfb="false"
  3398.     CPPFLAGS_mydirectfb=
  3399.     LIBS_mydirectfb=
  3400.     if test "${with_directfb}" != "no" -a -n "${with_directfb}"; then
  3401.                 CPPFLAGS_save="${CPPFLAGS}"
  3402.         LIBS_save="${LIBS}"
  3403.         CPPFLAGS_new="-I${with_directfb}/include -D_REENTRANT -D_GNU_SOURCE"
  3404.         LIBS_new="-L${with_directfb}/lib/fusion/.libs/ -L${with_directfb}/lib/direct/.libs/"
  3405.         LIBS_new="${LIBS_new} -L${with_directfb}/src/.libs/"
  3406.         CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_new}"
  3407.         LIBS="${LIBS} ${LIBS_new}"
  3408.                 ac_fn_c_check_header_mongrel "$LINENO" "directfb.h" "ac_cv_header_directfb_h" "$ac_includes_default"
  3409. if test "x$ac_cv_header_directfb_h" = x""yes; then :
  3410.             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for direct_initialize in -ldirect" >&5
  3411. $as_echo_n "checking for direct_initialize in -ldirect... " >&6; }
  3412. if test "${ac_cv_lib_direct_direct_initialize+set}" = set; then :
  3413.   $as_echo_n "(cached) " >&6
  3414. else