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

多媒体

开发平台:

MultiPlatform

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