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

多媒体

开发平台:

MultiPlatform

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