configure
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1316k
源码类别:

OpenGL

开发平台:

Visual C++

  1.       conftest$ac_exeext conftest.$ac_ext
  2. LIBS=$ac_check_lib_save_LIBS
  3. fi
  4. { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
  5. echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
  6. if test $ac_cv_lib_ipc_shmat = yes; then
  7.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  8. fi
  9. fi
  10.    # more headers that need to be explicitly included on darwin
  11. for ac_header in sys/types.h stdint.h
  12. do
  13. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  14. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  15.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  16. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  17. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  18.   echo $ECHO_N "(cached) $ECHO_C" >&6
  19. fi
  20. ac_res=`eval echo '${'$as_ac_Header'}'`
  21.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  22. echo "${ECHO_T}$ac_res" >&6; }
  23. else
  24.   # Is the header compilable?
  25. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  26. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  27. cat >conftest.$ac_ext <<_ACEOF
  28. /* confdefs.h.  */
  29. _ACEOF
  30. cat confdefs.h >>conftest.$ac_ext
  31. cat >>conftest.$ac_ext <<_ACEOF
  32. /* end confdefs.h.  */
  33. $ac_includes_default
  34. #include <$ac_header>
  35. _ACEOF
  36. rm -f conftest.$ac_objext
  37. if { (ac_try="$ac_compile"
  38. case "(($ac_try" in
  39.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  40.   *) ac_try_echo=$ac_try;;
  41. esac
  42. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  43.   (eval "$ac_compile") 2>conftest.er1
  44.   ac_status=$?
  45.   grep -v '^ *+' conftest.er1 >conftest.err
  46.   rm -f conftest.er1
  47.   cat conftest.err >&5
  48.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  49.   (exit $ac_status); } && {
  50.  test -z "$ac_c_werror_flag" ||
  51.  test ! -s conftest.err
  52.        } && test -s conftest.$ac_objext; then
  53.   ac_header_compiler=yes
  54. else
  55.   echo "$as_me: failed program was:" >&5
  56. sed 's/^/| /' conftest.$ac_ext >&5
  57. ac_header_compiler=no
  58. fi
  59. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  60. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  61. echo "${ECHO_T}$ac_header_compiler" >&6; }
  62. # Is the header present?
  63. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  64. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  65. cat >conftest.$ac_ext <<_ACEOF
  66. /* confdefs.h.  */
  67. _ACEOF
  68. cat confdefs.h >>conftest.$ac_ext
  69. cat >>conftest.$ac_ext <<_ACEOF
  70. /* end confdefs.h.  */
  71. #include <$ac_header>
  72. _ACEOF
  73. if { (ac_try="$ac_cpp conftest.$ac_ext"
  74. case "(($ac_try" in
  75.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  76.   *) ac_try_echo=$ac_try;;
  77. esac
  78. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  79.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  80.   ac_status=$?
  81.   grep -v '^ *+' conftest.er1 >conftest.err
  82.   rm -f conftest.er1
  83.   cat conftest.err >&5
  84.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  85.   (exit $ac_status); } >/dev/null && {
  86.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  87.  test ! -s conftest.err
  88.        }; then
  89.   ac_header_preproc=yes
  90. else
  91.   echo "$as_me: failed program was:" >&5
  92. sed 's/^/| /' conftest.$ac_ext >&5
  93.   ac_header_preproc=no
  94. fi
  95. rm -f conftest.err conftest.$ac_ext
  96. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  97. echo "${ECHO_T}$ac_header_preproc" >&6; }
  98. # So?  What about this header?
  99. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  100.   yes:no: )
  101.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  102. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  103.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  104. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  105.     ac_header_preproc=yes
  106.     ;;
  107.   no:yes:* )
  108.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  109. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  110.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  111. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  112.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  113. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  114.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  115. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  116.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  117. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  118.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  119. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  120.     ( cat <<_ASBOX
  121. ## ----------------------------------------------- ##
  122. ## Report this to celestia-developers@lists.sf.net ##
  123. ## ----------------------------------------------- ##
  124. _ASBOX
  125.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  126.     ;;
  127. esac
  128. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  129. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  130. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  131.   echo $ECHO_N "(cached) $ECHO_C" >&6
  132. else
  133.   eval "$as_ac_Header=$ac_header_preproc"
  134. fi
  135. ac_res=`eval echo '${'$as_ac_Header'}'`
  136.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  137. echo "${ECHO_T}$ac_res" >&6; }
  138. fi
  139. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  140.   cat >>confdefs.h <<_ACEOF
  141. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  142. _ACEOF
  143. fi
  144. done
  145.    # sys/bitypes.h is needed for uint32_t and friends on Tru64
  146. for ac_header in sys/bitypes.h
  147. do
  148. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  149. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  150.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  151. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  152. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  153.   echo $ECHO_N "(cached) $ECHO_C" >&6
  154. fi
  155. ac_res=`eval echo '${'$as_ac_Header'}'`
  156.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  157. echo "${ECHO_T}$ac_res" >&6; }
  158. else
  159.   # Is the header compilable?
  160. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  161. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  162. cat >conftest.$ac_ext <<_ACEOF
  163. /* confdefs.h.  */
  164. _ACEOF
  165. cat confdefs.h >>conftest.$ac_ext
  166. cat >>conftest.$ac_ext <<_ACEOF
  167. /* end confdefs.h.  */
  168. $ac_includes_default
  169. #include <$ac_header>
  170. _ACEOF
  171. rm -f conftest.$ac_objext
  172. if { (ac_try="$ac_compile"
  173. case "(($ac_try" in
  174.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  175.   *) ac_try_echo=$ac_try;;
  176. esac
  177. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  178.   (eval "$ac_compile") 2>conftest.er1
  179.   ac_status=$?
  180.   grep -v '^ *+' conftest.er1 >conftest.err
  181.   rm -f conftest.er1
  182.   cat conftest.err >&5
  183.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  184.   (exit $ac_status); } && {
  185.  test -z "$ac_c_werror_flag" ||
  186.  test ! -s conftest.err
  187.        } && test -s conftest.$ac_objext; then
  188.   ac_header_compiler=yes
  189. else
  190.   echo "$as_me: failed program was:" >&5
  191. sed 's/^/| /' conftest.$ac_ext >&5
  192. ac_header_compiler=no
  193. fi
  194. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  195. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  196. echo "${ECHO_T}$ac_header_compiler" >&6; }
  197. # Is the header present?
  198. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  199. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  200. cat >conftest.$ac_ext <<_ACEOF
  201. /* confdefs.h.  */
  202. _ACEOF
  203. cat confdefs.h >>conftest.$ac_ext
  204. cat >>conftest.$ac_ext <<_ACEOF
  205. /* end confdefs.h.  */
  206. #include <$ac_header>
  207. _ACEOF
  208. if { (ac_try="$ac_cpp conftest.$ac_ext"
  209. case "(($ac_try" in
  210.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  211.   *) ac_try_echo=$ac_try;;
  212. esac
  213. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  214.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  215.   ac_status=$?
  216.   grep -v '^ *+' conftest.er1 >conftest.err
  217.   rm -f conftest.er1
  218.   cat conftest.err >&5
  219.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  220.   (exit $ac_status); } >/dev/null && {
  221.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  222.  test ! -s conftest.err
  223.        }; then
  224.   ac_header_preproc=yes
  225. else
  226.   echo "$as_me: failed program was:" >&5
  227. sed 's/^/| /' conftest.$ac_ext >&5
  228.   ac_header_preproc=no
  229. fi
  230. rm -f conftest.err conftest.$ac_ext
  231. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  232. echo "${ECHO_T}$ac_header_preproc" >&6; }
  233. # So?  What about this header?
  234. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  235.   yes:no: )
  236.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  237. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  238.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  239. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  240.     ac_header_preproc=yes
  241.     ;;
  242.   no:yes:* )
  243.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  244. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  245.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  246. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  247.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  248. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  249.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  250. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  251.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  252. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  253.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  254. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  255.     ( cat <<_ASBOX
  256. ## ----------------------------------------------- ##
  257. ## Report this to celestia-developers@lists.sf.net ##
  258. ## ----------------------------------------------- ##
  259. _ASBOX
  260.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  261.     ;;
  262. esac
  263. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  264. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  265. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  266.   echo $ECHO_N "(cached) $ECHO_C" >&6
  267. else
  268.   eval "$as_ac_Header=$ac_header_preproc"
  269. fi
  270. ac_res=`eval echo '${'$as_ac_Header'}'`
  271.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  272. echo "${ECHO_T}$ac_res" >&6; }
  273. fi
  274. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  275.   cat >>confdefs.h <<_ACEOF
  276. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  277. _ACEOF
  278. fi
  279. done
  280.    # darwin requires a poll emulation library
  281.    { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
  282. echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
  283. if test "${ac_cv_lib_poll_poll+set}" = set; then
  284.   echo $ECHO_N "(cached) $ECHO_C" >&6
  285. else
  286.   ac_check_lib_save_LIBS=$LIBS
  287. LIBS="-lpoll  $LIBS"
  288. cat >conftest.$ac_ext <<_ACEOF
  289. /* confdefs.h.  */
  290. _ACEOF
  291. cat confdefs.h >>conftest.$ac_ext
  292. cat >>conftest.$ac_ext <<_ACEOF
  293. /* end confdefs.h.  */
  294. /* Override any GCC internal prototype to avoid an error.
  295.    Use char because int might match the return type of a GCC
  296.    builtin and then its argument prototype would still apply.  */
  297. #ifdef __cplusplus
  298. extern "C"
  299. #endif
  300. char poll ();
  301. int
  302. main ()
  303. {
  304. return poll ();
  305.   ;
  306.   return 0;
  307. }
  308. _ACEOF
  309. rm -f conftest.$ac_objext conftest$ac_exeext
  310. if { (ac_try="$ac_link"
  311. case "(($ac_try" in
  312.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  313.   *) ac_try_echo=$ac_try;;
  314. esac
  315. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  316.   (eval "$ac_link") 2>conftest.er1
  317.   ac_status=$?
  318.   grep -v '^ *+' conftest.er1 >conftest.err
  319.   rm -f conftest.er1
  320.   cat conftest.err >&5
  321.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  322.   (exit $ac_status); } && {
  323.  test -z "$ac_c_werror_flag" ||
  324.  test ! -s conftest.err
  325.        } && test -s conftest$ac_exeext &&
  326.        $as_test_x conftest$ac_exeext; then
  327.   ac_cv_lib_poll_poll=yes
  328. else
  329.   echo "$as_me: failed program was:" >&5
  330. sed 's/^/| /' conftest.$ac_ext >&5
  331. ac_cv_lib_poll_poll=no
  332. fi
  333. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  334.       conftest$ac_exeext conftest.$ac_ext
  335. LIBS=$ac_check_lib_save_LIBS
  336. fi
  337. { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
  338. echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
  339. if test $ac_cv_lib_poll_poll = yes; then
  340.   LIB_POLL="-lpoll"
  341. fi
  342.    # for some image handling on Mac OS X
  343. for ac_header in Carbon/Carbon.h
  344. do
  345. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  346. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  347.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  348. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  349. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  350.   echo $ECHO_N "(cached) $ECHO_C" >&6
  351. fi
  352. ac_res=`eval echo '${'$as_ac_Header'}'`
  353.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  354. echo "${ECHO_T}$ac_res" >&6; }
  355. else
  356.   # Is the header compilable?
  357. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  358. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  359. cat >conftest.$ac_ext <<_ACEOF
  360. /* confdefs.h.  */
  361. _ACEOF
  362. cat confdefs.h >>conftest.$ac_ext
  363. cat >>conftest.$ac_ext <<_ACEOF
  364. /* end confdefs.h.  */
  365. $ac_includes_default
  366. #include <$ac_header>
  367. _ACEOF
  368. rm -f conftest.$ac_objext
  369. if { (ac_try="$ac_compile"
  370. case "(($ac_try" in
  371.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  372.   *) ac_try_echo=$ac_try;;
  373. esac
  374. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  375.   (eval "$ac_compile") 2>conftest.er1
  376.   ac_status=$?
  377.   grep -v '^ *+' conftest.er1 >conftest.err
  378.   rm -f conftest.er1
  379.   cat conftest.err >&5
  380.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  381.   (exit $ac_status); } && {
  382.  test -z "$ac_c_werror_flag" ||
  383.  test ! -s conftest.err
  384.        } && test -s conftest.$ac_objext; then
  385.   ac_header_compiler=yes
  386. else
  387.   echo "$as_me: failed program was:" >&5
  388. sed 's/^/| /' conftest.$ac_ext >&5
  389. ac_header_compiler=no
  390. fi
  391. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  392. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  393. echo "${ECHO_T}$ac_header_compiler" >&6; }
  394. # Is the header present?
  395. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  396. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  397. cat >conftest.$ac_ext <<_ACEOF
  398. /* confdefs.h.  */
  399. _ACEOF
  400. cat confdefs.h >>conftest.$ac_ext
  401. cat >>conftest.$ac_ext <<_ACEOF
  402. /* end confdefs.h.  */
  403. #include <$ac_header>
  404. _ACEOF
  405. if { (ac_try="$ac_cpp conftest.$ac_ext"
  406. case "(($ac_try" in
  407.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  408.   *) ac_try_echo=$ac_try;;
  409. esac
  410. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  411.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  412.   ac_status=$?
  413.   grep -v '^ *+' conftest.er1 >conftest.err
  414.   rm -f conftest.er1
  415.   cat conftest.err >&5
  416.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  417.   (exit $ac_status); } >/dev/null && {
  418.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  419.  test ! -s conftest.err
  420.        }; then
  421.   ac_header_preproc=yes
  422. else
  423.   echo "$as_me: failed program was:" >&5
  424. sed 's/^/| /' conftest.$ac_ext >&5
  425.   ac_header_preproc=no
  426. fi
  427. rm -f conftest.err conftest.$ac_ext
  428. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  429. echo "${ECHO_T}$ac_header_preproc" >&6; }
  430. # So?  What about this header?
  431. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  432.   yes:no: )
  433.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  434. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  435.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  436. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  437.     ac_header_preproc=yes
  438.     ;;
  439.   no:yes:* )
  440.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  441. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  442.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  443. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  444.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  445. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  446.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  447. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  448.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  449. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  450.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  451. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  452.     ( cat <<_ASBOX
  453. ## ----------------------------------------------- ##
  454. ## Report this to celestia-developers@lists.sf.net ##
  455. ## ----------------------------------------------- ##
  456. _ASBOX
  457.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  458.     ;;
  459. esac
  460. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  461. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  462. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  463.   echo $ECHO_N "(cached) $ECHO_C" >&6
  464. else
  465.   eval "$as_ac_Header=$ac_header_preproc"
  466. fi
  467. ac_res=`eval echo '${'$as_ac_Header'}'`
  468.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  469. echo "${ECHO_T}$ac_res" >&6; }
  470. fi
  471. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  472.   cat >>confdefs.h <<_ACEOF
  473. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  474. _ACEOF
  475. fi
  476. done
  477.    # CoreAudio framework
  478.    if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  479.   { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
  480. echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
  481. if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  482.   echo $ECHO_N "(cached) $ECHO_C" >&6
  483. fi
  484. { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
  485. echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
  486. else
  487.   # Is the header compilable?
  488. { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
  489. echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
  490. cat >conftest.$ac_ext <<_ACEOF
  491. /* confdefs.h.  */
  492. _ACEOF
  493. cat confdefs.h >>conftest.$ac_ext
  494. cat >>conftest.$ac_ext <<_ACEOF
  495. /* end confdefs.h.  */
  496. $ac_includes_default
  497. #include <CoreAudio/CoreAudio.h>
  498. _ACEOF
  499. rm -f conftest.$ac_objext
  500. if { (ac_try="$ac_compile"
  501. case "(($ac_try" in
  502.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  503.   *) ac_try_echo=$ac_try;;
  504. esac
  505. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  506.   (eval "$ac_compile") 2>conftest.er1
  507.   ac_status=$?
  508.   grep -v '^ *+' conftest.er1 >conftest.err
  509.   rm -f conftest.er1
  510.   cat conftest.err >&5
  511.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  512.   (exit $ac_status); } && {
  513.  test -z "$ac_c_werror_flag" ||
  514.  test ! -s conftest.err
  515.        } && test -s conftest.$ac_objext; then
  516.   ac_header_compiler=yes
  517. else
  518.   echo "$as_me: failed program was:" >&5
  519. sed 's/^/| /' conftest.$ac_ext >&5
  520. ac_header_compiler=no
  521. fi
  522. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  523. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  524. echo "${ECHO_T}$ac_header_compiler" >&6; }
  525. # Is the header present?
  526. { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
  527. echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
  528. cat >conftest.$ac_ext <<_ACEOF
  529. /* confdefs.h.  */
  530. _ACEOF
  531. cat confdefs.h >>conftest.$ac_ext
  532. cat >>conftest.$ac_ext <<_ACEOF
  533. /* end confdefs.h.  */
  534. #include <CoreAudio/CoreAudio.h>
  535. _ACEOF
  536. if { (ac_try="$ac_cpp conftest.$ac_ext"
  537. case "(($ac_try" in
  538.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  539.   *) ac_try_echo=$ac_try;;
  540. esac
  541. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  542.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  543.   ac_status=$?
  544.   grep -v '^ *+' conftest.er1 >conftest.err
  545.   rm -f conftest.er1
  546.   cat conftest.err >&5
  547.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  548.   (exit $ac_status); } >/dev/null && {
  549.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  550.  test ! -s conftest.err
  551.        }; then
  552.   ac_header_preproc=yes
  553. else
  554.   echo "$as_me: failed program was:" >&5
  555. sed 's/^/| /' conftest.$ac_ext >&5
  556.   ac_header_preproc=no
  557. fi
  558. rm -f conftest.err conftest.$ac_ext
  559. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  560. echo "${ECHO_T}$ac_header_preproc" >&6; }
  561. # So?  What about this header?
  562. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  563.   yes:no: )
  564.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
  565. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  566.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
  567. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
  568.     ac_header_preproc=yes
  569.     ;;
  570.   no:yes:* )
  571.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
  572. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
  573.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
  574. echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
  575.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
  576. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
  577.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section "Present But Cannot Be Compiled"" >&5
  578. echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section "Present But Cannot Be Compiled"" >&2;}
  579.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
  580. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
  581.     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
  582. echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
  583.     ( cat <<_ASBOX
  584. ## ----------------------------------------------- ##
  585. ## Report this to celestia-developers@lists.sf.net ##
  586. ## ----------------------------------------------- ##
  587. _ASBOX
  588.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  589.     ;;
  590. esac
  591. { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
  592. echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
  593. if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  594.   echo $ECHO_N "(cached) $ECHO_C" >&6
  595. else
  596.   ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
  597. fi
  598. { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
  599. echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
  600. fi
  601. if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
  602. cat >>confdefs.h <<_ACEOF
  603. #define HAVE_COREAUDIO 1
  604. _ACEOF
  605.      FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
  606. fi
  607.   { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
  608. echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; }
  609.   kde_libs_safe="$LIBS"
  610.   LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
  611.   cat >conftest.$ac_ext <<_ACEOF
  612. /* confdefs.h.  */
  613. _ACEOF
  614. cat confdefs.h >>conftest.$ac_ext
  615. cat >>conftest.$ac_ext <<_ACEOF
  616. /* end confdefs.h.  */
  617. #include <sys/types.h>
  618. #include <netinet/in.h>
  619. #include <arpa/nameser.h>
  620. #include <resolv.h>
  621. int
  622. main ()
  623. {
  624.       res_init();
  625.   ;
  626.   return 0;
  627. }
  628. _ACEOF
  629. rm -f conftest.$ac_objext conftest$ac_exeext
  630. if { (ac_try="$ac_link"
  631. case "(($ac_try" in
  632.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  633.   *) ac_try_echo=$ac_try;;
  634. esac
  635. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  636.   (eval "$ac_link") 2>conftest.er1
  637.   ac_status=$?
  638.   grep -v '^ *+' conftest.er1 >conftest.err
  639.   rm -f conftest.er1
  640.   cat conftest.err >&5
  641.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  642.   (exit $ac_status); } && {
  643.  test -z "$ac_c_werror_flag" ||
  644.  test ! -s conftest.err
  645.        } && test -s conftest$ac_exeext &&
  646.        $as_test_x conftest$ac_exeext; then
  647.       LIBRESOLV="-lresolv"
  648.       { echo "$as_me:$LINENO: result: yes" >&5
  649. echo "${ECHO_T}yes" >&6; }
  650. cat >>confdefs.h <<_ACEOF
  651. #define HAVE_RES_INIT 1
  652. _ACEOF
  653. else
  654.   echo "$as_me: failed program was:" >&5
  655. sed 's/^/| /' conftest.$ac_ext >&5
  656.  { echo "$as_me:$LINENO: result: no" >&5
  657. echo "${ECHO_T}no" >&6; }
  658. fi
  659. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  660.       conftest$ac_exeext conftest.$ac_ext
  661.   LIBS=$kde_libs_safe
  662. { echo "$as_me:$LINENO: checking for res_init" >&5
  663. echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
  664. if test "${kde_cv_func_res_init+set}" = set; then
  665.   echo $ECHO_N "(cached) $ECHO_C" >&6
  666. else
  667.  ac_ext=cpp
  668. ac_cpp='$CXXCPP $CPPFLAGS'
  669. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  670. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  671. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  672. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  673. save_CXXFLAGS="$CXXFLAGS"
  674. kde_safe_LIBS="$LIBS"
  675. LIBS="$LIBS $X_EXTRA_LIBS"
  676. if test "$GXX" = "yes"; then
  677. CXXFLAGS="$CXXFLAGS -pedantic-errors"
  678. fi
  679. cat >conftest.$ac_ext <<_ACEOF
  680. /* confdefs.h.  */
  681. _ACEOF
  682. cat confdefs.h >>conftest.$ac_ext
  683. cat >>conftest.$ac_ext <<_ACEOF
  684. /* end confdefs.h.  */
  685. #include <sys/types.h>
  686. #include <netinet/in.h>
  687. #include <arpa/nameser.h>
  688. #include <resolv.h>
  689. int
  690. main ()
  691. {
  692. res_init()
  693.   ;
  694.   return 0;
  695. }
  696. _ACEOF
  697. rm -f conftest.$ac_objext
  698. if { (ac_try="$ac_compile"
  699. case "(($ac_try" in
  700.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  701.   *) ac_try_echo=$ac_try;;
  702. esac
  703. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  704.   (eval "$ac_compile") 2>conftest.er1
  705.   ac_status=$?
  706.   grep -v '^ *+' conftest.er1 >conftest.err
  707.   rm -f conftest.er1
  708.   cat conftest.err >&5
  709.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  710.   (exit $ac_status); } && {
  711.  test -z "$ac_cxx_werror_flag" ||
  712.  test ! -s conftest.err
  713.        } && test -s conftest.$ac_objext; then
  714.   kde_cv_func_res_init=yes
  715. else
  716.   echo "$as_me: failed program was:" >&5
  717. sed 's/^/| /' conftest.$ac_ext >&5
  718. kde_cv_func_res_init=no
  719. fi
  720. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  721. CXXFLAGS="$save_CXXFLAGS"
  722. LIBS="$kde_safe_LIBS"
  723. ac_ext=c
  724. ac_cpp='$CPP $CPPFLAGS'
  725. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  726. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  727. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  728. fi
  729. { echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
  730. echo "${ECHO_T}$kde_cv_func_res_init" >&6; }
  731. { echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
  732. echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6; }
  733. if test "${kde_cv_proto_res_init+set}" = set; then
  734.   echo $ECHO_N "(cached) $ECHO_C" >&6
  735. else
  736. if test "x$kde_cv_func_res_init" = xyes; then
  737.   kde_cv_proto_res_init=no
  738. else
  739.   case "res_init" in
  740. setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
  741. kde_cv_proto_res_init="yes - in libkdefakes"
  742. ;;
  743. *)
  744. kde_cv_proto_res_init=unknown
  745. ;;
  746.   esac
  747. fi
  748. if test "x$kde_cv_proto_res_init" = xunknown; then
  749.  ac_ext=cpp
  750. ac_cpp='$CXXCPP $CPPFLAGS'
  751. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  752. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  753. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  754. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  755.   kde_safe_libs=$LIBS
  756.   LIBS="$LIBS $X_EXTRA_LIBS"
  757.   cat >conftest.$ac_ext <<_ACEOF
  758. /* confdefs.h.  */
  759. _ACEOF
  760. cat confdefs.h >>conftest.$ac_ext
  761. cat >>conftest.$ac_ext <<_ACEOF
  762. /* end confdefs.h.  */
  763. #include <sys/types.h>
  764. #include <netinet/in.h>
  765. #include <arpa/nameser.h>
  766. #include <resolv.h>
  767. extern "C" int res_init(void);
  768. int
  769. main ()
  770. {
  771. res_init()
  772.   ;
  773.   return 0;
  774. }
  775. _ACEOF
  776. rm -f conftest.$ac_objext conftest$ac_exeext
  777. if { (ac_try="$ac_link"
  778. case "(($ac_try" in
  779.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  780.   *) ac_try_echo=$ac_try;;
  781. esac
  782. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  783.   (eval "$ac_link") 2>conftest.er1
  784.   ac_status=$?
  785.   grep -v '^ *+' conftest.er1 >conftest.err
  786.   rm -f conftest.er1
  787.   cat conftest.err >&5
  788.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  789.   (exit $ac_status); } && {
  790.  test -z "$ac_cxx_werror_flag" ||
  791.  test ! -s conftest.err
  792.        } && test -s conftest$ac_exeext &&
  793.        $as_test_x conftest$ac_exeext; then
  794.    kde_cv_func_res_init=yes
  795.   kde_cv_proto_res_init=yes
  796. else
  797.   echo "$as_me: failed program was:" >&5
  798. sed 's/^/| /' conftest.$ac_ext >&5
  799. kde_cv_proto_res_init="res_init unavailable"
  800. fi
  801. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  802.       conftest$ac_exeext conftest.$ac_ext
  803. LIBS=$kde_safe_libs
  804. ac_ext=c
  805. ac_cpp='$CPP $CPPFLAGS'
  806. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  807. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  808. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  809. fi
  810. fi
  811. { echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
  812. echo "${ECHO_T}$kde_cv_proto_res_init" >&6; }
  813. if test "x$kde_cv_func_res_init" = xyes; then
  814. cat >>confdefs.h <<_ACEOF
  815. #define HAVE_RES_INIT 1
  816. _ACEOF
  817. fi
  818. if test "x$kde_cv_proto_res_init" = xno; then
  819. cat >>confdefs.h <<_ACEOF
  820. #define HAVE_RES_INIT_PROTO 1
  821. _ACEOF
  822. fi
  823.    LIBSOCKET="$X_EXTRA_LIBS"
  824.    { echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
  825. echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6; }
  826. if test "${ac_cv_lib_ucb_killpg+set}" = set; then
  827.   echo $ECHO_N "(cached) $ECHO_C" >&6
  828. else
  829.   ac_check_lib_save_LIBS=$LIBS
  830. LIBS="-lucb  $LIBS"
  831. cat >conftest.$ac_ext <<_ACEOF
  832. /* confdefs.h.  */
  833. _ACEOF
  834. cat confdefs.h >>conftest.$ac_ext
  835. cat >>conftest.$ac_ext <<_ACEOF
  836. /* end confdefs.h.  */
  837. /* Override any GCC internal prototype to avoid an error.
  838.    Use char because int might match the return type of a GCC
  839.    builtin and then its argument prototype would still apply.  */
  840. #ifdef __cplusplus
  841. extern "C"
  842. #endif
  843. char killpg ();
  844. int
  845. main ()
  846. {
  847. return killpg ();
  848.   ;
  849.   return 0;
  850. }
  851. _ACEOF
  852. rm -f conftest.$ac_objext conftest$ac_exeext
  853. if { (ac_try="$ac_link"
  854. case "(($ac_try" in
  855.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  856.   *) ac_try_echo=$ac_try;;
  857. esac
  858. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  859.   (eval "$ac_link") 2>conftest.er1
  860.   ac_status=$?
  861.   grep -v '^ *+' conftest.er1 >conftest.err
  862.   rm -f conftest.er1
  863.   cat conftest.err >&5
  864.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  865.   (exit $ac_status); } && {
  866.  test -z "$ac_c_werror_flag" ||
  867.  test ! -s conftest.err
  868.        } && test -s conftest$ac_exeext &&
  869.        $as_test_x conftest$ac_exeext; then
  870.   ac_cv_lib_ucb_killpg=yes
  871. else
  872.   echo "$as_me: failed program was:" >&5
  873. sed 's/^/| /' conftest.$ac_ext >&5
  874. ac_cv_lib_ucb_killpg=no
  875. fi
  876. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  877.       conftest$ac_exeext conftest.$ac_ext
  878. LIBS=$ac_check_lib_save_LIBS
  879. fi
  880. { echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
  881. echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6; }
  882. if test $ac_cv_lib_ucb_killpg = yes; then
  883.   LIBUCB="-lucb"
  884. fi
  885.    case $host in     *-*-lynxos* )
  886.         { echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
  887. echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6; }
  888.         CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
  889.         { echo "$as_me:$LINENO: result: disabled" >&5
  890. echo "${ECHO_T}disabled" >&6; }
  891.         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
  892. echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
  893. if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
  894.   echo $ECHO_N "(cached) $ECHO_C" >&6
  895. else
  896.   ac_check_lib_save_LIBS=$LIBS
  897. LIBS="-lbsd  $LIBS"
  898. cat >conftest.$ac_ext <<_ACEOF
  899. /* confdefs.h.  */
  900. _ACEOF
  901. cat confdefs.h >>conftest.$ac_ext
  902. cat >>conftest.$ac_ext <<_ACEOF
  903. /* end confdefs.h.  */
  904. /* Override any GCC internal prototype to avoid an error.
  905.    Use char because int might match the return type of a GCC
  906.    builtin and then its argument prototype would still apply.  */
  907. #ifdef __cplusplus
  908. extern "C"
  909. #endif
  910. char gethostbyname ();
  911. int
  912. main ()
  913. {
  914. return gethostbyname ();
  915.   ;
  916.   return 0;
  917. }
  918. _ACEOF
  919. rm -f conftest.$ac_objext conftest$ac_exeext
  920. if { (ac_try="$ac_link"
  921. case "(($ac_try" in
  922.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  923.   *) ac_try_echo=$ac_try;;
  924. esac
  925. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  926.   (eval "$ac_link") 2>conftest.er1
  927.   ac_status=$?
  928.   grep -v '^ *+' conftest.er1 >conftest.err
  929.   rm -f conftest.er1
  930.   cat conftest.err >&5
  931.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  932.   (exit $ac_status); } && {
  933.  test -z "$ac_c_werror_flag" ||
  934.  test ! -s conftest.err
  935.        } && test -s conftest$ac_exeext &&
  936.        $as_test_x conftest$ac_exeext; then
  937.   ac_cv_lib_bsd_gethostbyname=yes
  938. else
  939.   echo "$as_me: failed program was:" >&5
  940. sed 's/^/| /' conftest.$ac_ext >&5
  941. ac_cv_lib_bsd_gethostbyname=no
  942. fi
  943. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  944.       conftest$ac_exeext conftest.$ac_ext
  945. LIBS=$ac_check_lib_save_LIBS
  946. fi
  947. { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
  948. echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
  949. if test $ac_cv_lib_bsd_gethostbyname = yes; then
  950.   LIBSOCKET="-lbsd"
  951. fi
  952.           ;;
  953.     esac
  954.      { echo "$as_me:$LINENO: checking for int" >&5
  955. echo $ECHO_N "checking for int... $ECHO_C" >&6; }
  956. if test "${ac_cv_type_int+set}" = set; then
  957.   echo $ECHO_N "(cached) $ECHO_C" >&6
  958. else
  959.   cat >conftest.$ac_ext <<_ACEOF
  960. /* confdefs.h.  */
  961. _ACEOF
  962. cat confdefs.h >>conftest.$ac_ext
  963. cat >>conftest.$ac_ext <<_ACEOF
  964. /* end confdefs.h.  */
  965. $ac_includes_default
  966. typedef int ac__type_new_;
  967. int
  968. main ()
  969. {
  970. if ((ac__type_new_ *) 0)
  971.   return 0;
  972. if (sizeof (ac__type_new_))
  973.   return 0;
  974.   ;
  975.   return 0;
  976. }
  977. _ACEOF
  978. rm -f conftest.$ac_objext
  979. if { (ac_try="$ac_compile"
  980. case "(($ac_try" in
  981.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  982.   *) ac_try_echo=$ac_try;;
  983. esac
  984. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  985.   (eval "$ac_compile") 2>conftest.er1
  986.   ac_status=$?
  987.   grep -v '^ *+' conftest.er1 >conftest.err
  988.   rm -f conftest.er1
  989.   cat conftest.err >&5
  990.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  991.   (exit $ac_status); } && {
  992.  test -z "$ac_c_werror_flag" ||
  993.  test ! -s conftest.err
  994.        } && test -s conftest.$ac_objext; then
  995.   ac_cv_type_int=yes
  996. else
  997.   echo "$as_me: failed program was:" >&5
  998. sed 's/^/| /' conftest.$ac_ext >&5
  999. ac_cv_type_int=no
  1000. fi
  1001. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1002. fi
  1003. { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
  1004. echo "${ECHO_T}$ac_cv_type_int" >&6; }
  1005. # The cast to long int works around a bug in the HP C Compiler
  1006. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1007. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1008. # This bug is HP SR number 8606223364.
  1009. { echo "$as_me:$LINENO: checking size of int" >&5
  1010. echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
  1011. if test "${ac_cv_sizeof_int+set}" = set; then
  1012.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1013. else
  1014.   if test "$cross_compiling" = yes; then
  1015.   # Depending upon the size, compute the lo and hi bounds.
  1016. cat >conftest.$ac_ext <<_ACEOF
  1017. /* confdefs.h.  */
  1018. _ACEOF
  1019. cat confdefs.h >>conftest.$ac_ext
  1020. cat >>conftest.$ac_ext <<_ACEOF
  1021. /* end confdefs.h.  */
  1022. $ac_includes_default
  1023.    typedef int ac__type_sizeof_;
  1024. int
  1025. main ()
  1026. {
  1027. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
  1028. test_array [0] = 0
  1029.   ;
  1030.   return 0;
  1031. }
  1032. _ACEOF
  1033. rm -f conftest.$ac_objext
  1034. if { (ac_try="$ac_compile"
  1035. case "(($ac_try" in
  1036.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1037.   *) ac_try_echo=$ac_try;;
  1038. esac
  1039. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1040.   (eval "$ac_compile") 2>conftest.er1
  1041.   ac_status=$?
  1042.   grep -v '^ *+' conftest.er1 >conftest.err
  1043.   rm -f conftest.er1
  1044.   cat conftest.err >&5
  1045.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1046.   (exit $ac_status); } && {
  1047.  test -z "$ac_c_werror_flag" ||
  1048.  test ! -s conftest.err
  1049.        } && test -s conftest.$ac_objext; then
  1050.   ac_lo=0 ac_mid=0
  1051.   while :; do
  1052.     cat >conftest.$ac_ext <<_ACEOF
  1053. /* confdefs.h.  */
  1054. _ACEOF
  1055. cat confdefs.h >>conftest.$ac_ext
  1056. cat >>conftest.$ac_ext <<_ACEOF
  1057. /* end confdefs.h.  */
  1058. $ac_includes_default
  1059.    typedef int ac__type_sizeof_;
  1060. int
  1061. main ()
  1062. {
  1063. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1064. test_array [0] = 0
  1065.   ;
  1066.   return 0;
  1067. }
  1068. _ACEOF
  1069. rm -f conftest.$ac_objext
  1070. if { (ac_try="$ac_compile"
  1071. case "(($ac_try" in
  1072.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1073.   *) ac_try_echo=$ac_try;;
  1074. esac
  1075. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1076.   (eval "$ac_compile") 2>conftest.er1
  1077.   ac_status=$?
  1078.   grep -v '^ *+' conftest.er1 >conftest.err
  1079.   rm -f conftest.er1
  1080.   cat conftest.err >&5
  1081.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1082.   (exit $ac_status); } && {
  1083.  test -z "$ac_c_werror_flag" ||
  1084.  test ! -s conftest.err
  1085.        } && test -s conftest.$ac_objext; then
  1086.   ac_hi=$ac_mid; break
  1087. else
  1088.   echo "$as_me: failed program was:" >&5
  1089. sed 's/^/| /' conftest.$ac_ext >&5
  1090. ac_lo=`expr $ac_mid + 1`
  1091. if test $ac_lo -le $ac_mid; then
  1092.   ac_lo= ac_hi=
  1093.   break
  1094. fi
  1095. ac_mid=`expr 2 '*' $ac_mid + 1`
  1096. fi
  1097. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1098.   done
  1099. else
  1100.   echo "$as_me: failed program was:" >&5
  1101. sed 's/^/| /' conftest.$ac_ext >&5
  1102. cat >conftest.$ac_ext <<_ACEOF
  1103. /* confdefs.h.  */
  1104. _ACEOF
  1105. cat confdefs.h >>conftest.$ac_ext
  1106. cat >>conftest.$ac_ext <<_ACEOF
  1107. /* end confdefs.h.  */
  1108. $ac_includes_default
  1109.    typedef int ac__type_sizeof_;
  1110. int
  1111. main ()
  1112. {
  1113. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
  1114. test_array [0] = 0
  1115.   ;
  1116.   return 0;
  1117. }
  1118. _ACEOF
  1119. rm -f conftest.$ac_objext
  1120. if { (ac_try="$ac_compile"
  1121. case "(($ac_try" in
  1122.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1123.   *) ac_try_echo=$ac_try;;
  1124. esac
  1125. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1126.   (eval "$ac_compile") 2>conftest.er1
  1127.   ac_status=$?
  1128.   grep -v '^ *+' conftest.er1 >conftest.err
  1129.   rm -f conftest.er1
  1130.   cat conftest.err >&5
  1131.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1132.   (exit $ac_status); } && {
  1133.  test -z "$ac_c_werror_flag" ||
  1134.  test ! -s conftest.err
  1135.        } && test -s conftest.$ac_objext; then
  1136.   ac_hi=-1 ac_mid=-1
  1137.   while :; do
  1138.     cat >conftest.$ac_ext <<_ACEOF
  1139. /* confdefs.h.  */
  1140. _ACEOF
  1141. cat confdefs.h >>conftest.$ac_ext
  1142. cat >>conftest.$ac_ext <<_ACEOF
  1143. /* end confdefs.h.  */
  1144. $ac_includes_default
  1145.    typedef int ac__type_sizeof_;
  1146. int
  1147. main ()
  1148. {
  1149. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
  1150. test_array [0] = 0
  1151.   ;
  1152.   return 0;
  1153. }
  1154. _ACEOF
  1155. rm -f conftest.$ac_objext
  1156. if { (ac_try="$ac_compile"
  1157. case "(($ac_try" in
  1158.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1159.   *) ac_try_echo=$ac_try;;
  1160. esac
  1161. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1162.   (eval "$ac_compile") 2>conftest.er1
  1163.   ac_status=$?
  1164.   grep -v '^ *+' conftest.er1 >conftest.err
  1165.   rm -f conftest.er1
  1166.   cat conftest.err >&5
  1167.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1168.   (exit $ac_status); } && {
  1169.  test -z "$ac_c_werror_flag" ||
  1170.  test ! -s conftest.err
  1171.        } && test -s conftest.$ac_objext; then
  1172.   ac_lo=$ac_mid; break
  1173. else
  1174.   echo "$as_me: failed program was:" >&5
  1175. sed 's/^/| /' conftest.$ac_ext >&5
  1176. ac_hi=`expr '(' $ac_mid ')' - 1`
  1177. if test $ac_mid -le $ac_hi; then
  1178.   ac_lo= ac_hi=
  1179.   break
  1180. fi
  1181. ac_mid=`expr 2 '*' $ac_mid`
  1182. fi
  1183. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1184.   done
  1185. else
  1186.   echo "$as_me: failed program was:" >&5
  1187. sed 's/^/| /' conftest.$ac_ext >&5
  1188. ac_lo= ac_hi=
  1189. fi
  1190. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1191. fi
  1192. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1193. # Binary search between lo and hi bounds.
  1194. while test "x$ac_lo" != "x$ac_hi"; do
  1195.   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  1196.   cat >conftest.$ac_ext <<_ACEOF
  1197. /* confdefs.h.  */
  1198. _ACEOF
  1199. cat confdefs.h >>conftest.$ac_ext
  1200. cat >>conftest.$ac_ext <<_ACEOF
  1201. /* end confdefs.h.  */
  1202. $ac_includes_default
  1203.    typedef int ac__type_sizeof_;
  1204. int
  1205. main ()
  1206. {
  1207. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1208. test_array [0] = 0
  1209.   ;
  1210.   return 0;
  1211. }
  1212. _ACEOF
  1213. rm -f conftest.$ac_objext
  1214. if { (ac_try="$ac_compile"
  1215. case "(($ac_try" in
  1216.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1217.   *) ac_try_echo=$ac_try;;
  1218. esac
  1219. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1220.   (eval "$ac_compile") 2>conftest.er1
  1221.   ac_status=$?
  1222.   grep -v '^ *+' conftest.er1 >conftest.err
  1223.   rm -f conftest.er1
  1224.   cat conftest.err >&5
  1225.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1226.   (exit $ac_status); } && {
  1227.  test -z "$ac_c_werror_flag" ||
  1228.  test ! -s conftest.err
  1229.        } && test -s conftest.$ac_objext; then
  1230.   ac_hi=$ac_mid
  1231. else
  1232.   echo "$as_me: failed program was:" >&5
  1233. sed 's/^/| /' conftest.$ac_ext >&5
  1234. ac_lo=`expr '(' $ac_mid ')' + 1`
  1235. fi
  1236. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1237. done
  1238. case $ac_lo in
  1239. ?*) ac_cv_sizeof_int=$ac_lo;;
  1240. '') if test "$ac_cv_type_int" = yes; then
  1241.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1242. See `config.log' for more details." >&5
  1243. echo "$as_me: error: cannot compute sizeof (int)
  1244. See `config.log' for more details." >&2;}
  1245.    { (exit 77); exit 77; }; }
  1246.    else
  1247.      ac_cv_sizeof_int=0
  1248.    fi ;;
  1249. esac
  1250. else
  1251.   cat >conftest.$ac_ext <<_ACEOF
  1252. /* confdefs.h.  */
  1253. _ACEOF
  1254. cat confdefs.h >>conftest.$ac_ext
  1255. cat >>conftest.$ac_ext <<_ACEOF
  1256. /* end confdefs.h.  */
  1257. $ac_includes_default
  1258.    typedef int ac__type_sizeof_;
  1259. static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1260. static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1261. #include <stdio.h>
  1262. #include <stdlib.h>
  1263. int
  1264. main ()
  1265. {
  1266.   FILE *f = fopen ("conftest.val", "w");
  1267.   if (! f)
  1268.     return 1;
  1269.   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
  1270.     {
  1271.       long int i = longval ();
  1272.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  1273. return 1;
  1274.       fprintf (f, "%ldn", i);
  1275.     }
  1276.   else
  1277.     {
  1278.       unsigned long int i = ulongval ();
  1279.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  1280. return 1;
  1281.       fprintf (f, "%lun", i);
  1282.     }
  1283.   return ferror (f) || fclose (f) != 0;
  1284.   ;
  1285.   return 0;
  1286. }
  1287. _ACEOF
  1288. rm -f conftest$ac_exeext
  1289. if { (ac_try="$ac_link"
  1290. case "(($ac_try" in
  1291.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1292.   *) ac_try_echo=$ac_try;;
  1293. esac
  1294. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1295.   (eval "$ac_link") 2>&5
  1296.   ac_status=$?
  1297.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1298.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1299.   { (case "(($ac_try" in
  1300.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1301.   *) ac_try_echo=$ac_try;;
  1302. esac
  1303. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1304.   (eval "$ac_try") 2>&5
  1305.   ac_status=$?
  1306.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1307.   (exit $ac_status); }; }; then
  1308.   ac_cv_sizeof_int=`cat conftest.val`
  1309. else
  1310.   echo "$as_me: program exited with status $ac_status" >&5
  1311. echo "$as_me: failed program was:" >&5
  1312. sed 's/^/| /' conftest.$ac_ext >&5
  1313. ( exit $ac_status )
  1314. if test "$ac_cv_type_int" = yes; then
  1315.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1316. See `config.log' for more details." >&5
  1317. echo "$as_me: error: cannot compute sizeof (int)
  1318. See `config.log' for more details." >&2;}
  1319.    { (exit 77); exit 77; }; }
  1320.    else
  1321.      ac_cv_sizeof_int=0
  1322.    fi
  1323. fi
  1324. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1325. fi
  1326. rm -f conftest.val
  1327. fi
  1328. { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
  1329. echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
  1330. cat >>confdefs.h <<_ACEOF
  1331. #define SIZEOF_INT $ac_cv_sizeof_int
  1332. _ACEOF
  1333.    { echo "$as_me:$LINENO: checking for short" >&5
  1334. echo $ECHO_N "checking for short... $ECHO_C" >&6; }
  1335. if test "${ac_cv_type_short+set}" = set; then
  1336.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1337. else
  1338.   cat >conftest.$ac_ext <<_ACEOF
  1339. /* confdefs.h.  */
  1340. _ACEOF
  1341. cat confdefs.h >>conftest.$ac_ext
  1342. cat >>conftest.$ac_ext <<_ACEOF
  1343. /* end confdefs.h.  */
  1344. $ac_includes_default
  1345. typedef short ac__type_new_;
  1346. int
  1347. main ()
  1348. {
  1349. if ((ac__type_new_ *) 0)
  1350.   return 0;
  1351. if (sizeof (ac__type_new_))
  1352.   return 0;
  1353.   ;
  1354.   return 0;
  1355. }
  1356. _ACEOF
  1357. rm -f conftest.$ac_objext
  1358. if { (ac_try="$ac_compile"
  1359. case "(($ac_try" in
  1360.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1361.   *) ac_try_echo=$ac_try;;
  1362. esac
  1363. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1364.   (eval "$ac_compile") 2>conftest.er1
  1365.   ac_status=$?
  1366.   grep -v '^ *+' conftest.er1 >conftest.err
  1367.   rm -f conftest.er1
  1368.   cat conftest.err >&5
  1369.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1370.   (exit $ac_status); } && {
  1371.  test -z "$ac_c_werror_flag" ||
  1372.  test ! -s conftest.err
  1373.        } && test -s conftest.$ac_objext; then
  1374.   ac_cv_type_short=yes
  1375. else
  1376.   echo "$as_me: failed program was:" >&5
  1377. sed 's/^/| /' conftest.$ac_ext >&5
  1378. ac_cv_type_short=no
  1379. fi
  1380. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1381. fi
  1382. { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
  1383. echo "${ECHO_T}$ac_cv_type_short" >&6; }
  1384. # The cast to long int works around a bug in the HP C Compiler
  1385. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1386. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1387. # This bug is HP SR number 8606223364.
  1388. { echo "$as_me:$LINENO: checking size of short" >&5
  1389. echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
  1390. if test "${ac_cv_sizeof_short+set}" = set; then
  1391.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1392. else
  1393.   if test "$cross_compiling" = yes; then
  1394.   # Depending upon the size, compute the lo and hi bounds.
  1395. cat >conftest.$ac_ext <<_ACEOF
  1396. /* confdefs.h.  */
  1397. _ACEOF
  1398. cat confdefs.h >>conftest.$ac_ext
  1399. cat >>conftest.$ac_ext <<_ACEOF
  1400. /* end confdefs.h.  */
  1401. $ac_includes_default
  1402.    typedef short ac__type_sizeof_;
  1403. int
  1404. main ()
  1405. {
  1406. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
  1407. test_array [0] = 0
  1408.   ;
  1409.   return 0;
  1410. }
  1411. _ACEOF
  1412. rm -f conftest.$ac_objext
  1413. if { (ac_try="$ac_compile"
  1414. case "(($ac_try" in
  1415.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1416.   *) ac_try_echo=$ac_try;;
  1417. esac
  1418. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1419.   (eval "$ac_compile") 2>conftest.er1
  1420.   ac_status=$?
  1421.   grep -v '^ *+' conftest.er1 >conftest.err
  1422.   rm -f conftest.er1
  1423.   cat conftest.err >&5
  1424.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1425.   (exit $ac_status); } && {
  1426.  test -z "$ac_c_werror_flag" ||
  1427.  test ! -s conftest.err
  1428.        } && test -s conftest.$ac_objext; then
  1429.   ac_lo=0 ac_mid=0
  1430.   while :; do
  1431.     cat >conftest.$ac_ext <<_ACEOF
  1432. /* confdefs.h.  */
  1433. _ACEOF
  1434. cat confdefs.h >>conftest.$ac_ext
  1435. cat >>conftest.$ac_ext <<_ACEOF
  1436. /* end confdefs.h.  */
  1437. $ac_includes_default
  1438.    typedef short ac__type_sizeof_;
  1439. int
  1440. main ()
  1441. {
  1442. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1443. test_array [0] = 0
  1444.   ;
  1445.   return 0;
  1446. }
  1447. _ACEOF
  1448. rm -f conftest.$ac_objext
  1449. if { (ac_try="$ac_compile"
  1450. case "(($ac_try" in
  1451.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1452.   *) ac_try_echo=$ac_try;;
  1453. esac
  1454. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1455.   (eval "$ac_compile") 2>conftest.er1
  1456.   ac_status=$?
  1457.   grep -v '^ *+' conftest.er1 >conftest.err
  1458.   rm -f conftest.er1
  1459.   cat conftest.err >&5
  1460.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1461.   (exit $ac_status); } && {
  1462.  test -z "$ac_c_werror_flag" ||
  1463.  test ! -s conftest.err
  1464.        } && test -s conftest.$ac_objext; then
  1465.   ac_hi=$ac_mid; break
  1466. else
  1467.   echo "$as_me: failed program was:" >&5
  1468. sed 's/^/| /' conftest.$ac_ext >&5
  1469. ac_lo=`expr $ac_mid + 1`
  1470. if test $ac_lo -le $ac_mid; then
  1471.   ac_lo= ac_hi=
  1472.   break
  1473. fi
  1474. ac_mid=`expr 2 '*' $ac_mid + 1`
  1475. fi
  1476. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1477.   done
  1478. else
  1479.   echo "$as_me: failed program was:" >&5
  1480. sed 's/^/| /' conftest.$ac_ext >&5
  1481. cat >conftest.$ac_ext <<_ACEOF
  1482. /* confdefs.h.  */
  1483. _ACEOF
  1484. cat confdefs.h >>conftest.$ac_ext
  1485. cat >>conftest.$ac_ext <<_ACEOF
  1486. /* end confdefs.h.  */
  1487. $ac_includes_default
  1488.    typedef short ac__type_sizeof_;
  1489. int
  1490. main ()
  1491. {
  1492. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
  1493. test_array [0] = 0
  1494.   ;
  1495.   return 0;
  1496. }
  1497. _ACEOF
  1498. rm -f conftest.$ac_objext
  1499. if { (ac_try="$ac_compile"
  1500. case "(($ac_try" in
  1501.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1502.   *) ac_try_echo=$ac_try;;
  1503. esac
  1504. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1505.   (eval "$ac_compile") 2>conftest.er1
  1506.   ac_status=$?
  1507.   grep -v '^ *+' conftest.er1 >conftest.err
  1508.   rm -f conftest.er1
  1509.   cat conftest.err >&5
  1510.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1511.   (exit $ac_status); } && {
  1512.  test -z "$ac_c_werror_flag" ||
  1513.  test ! -s conftest.err
  1514.        } && test -s conftest.$ac_objext; then
  1515.   ac_hi=-1 ac_mid=-1
  1516.   while :; do
  1517.     cat >conftest.$ac_ext <<_ACEOF
  1518. /* confdefs.h.  */
  1519. _ACEOF
  1520. cat confdefs.h >>conftest.$ac_ext
  1521. cat >>conftest.$ac_ext <<_ACEOF
  1522. /* end confdefs.h.  */
  1523. $ac_includes_default
  1524.    typedef short ac__type_sizeof_;
  1525. int
  1526. main ()
  1527. {
  1528. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
  1529. test_array [0] = 0
  1530.   ;
  1531.   return 0;
  1532. }
  1533. _ACEOF
  1534. rm -f conftest.$ac_objext
  1535. if { (ac_try="$ac_compile"
  1536. case "(($ac_try" in
  1537.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1538.   *) ac_try_echo=$ac_try;;
  1539. esac
  1540. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1541.   (eval "$ac_compile") 2>conftest.er1
  1542.   ac_status=$?
  1543.   grep -v '^ *+' conftest.er1 >conftest.err
  1544.   rm -f conftest.er1
  1545.   cat conftest.err >&5
  1546.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1547.   (exit $ac_status); } && {
  1548.  test -z "$ac_c_werror_flag" ||
  1549.  test ! -s conftest.err
  1550.        } && test -s conftest.$ac_objext; then
  1551.   ac_lo=$ac_mid; break
  1552. else
  1553.   echo "$as_me: failed program was:" >&5
  1554. sed 's/^/| /' conftest.$ac_ext >&5
  1555. ac_hi=`expr '(' $ac_mid ')' - 1`
  1556. if test $ac_mid -le $ac_hi; then
  1557.   ac_lo= ac_hi=
  1558.   break
  1559. fi
  1560. ac_mid=`expr 2 '*' $ac_mid`
  1561. fi
  1562. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1563.   done
  1564. else
  1565.   echo "$as_me: failed program was:" >&5
  1566. sed 's/^/| /' conftest.$ac_ext >&5
  1567. ac_lo= ac_hi=
  1568. fi
  1569. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1570. fi
  1571. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1572. # Binary search between lo and hi bounds.
  1573. while test "x$ac_lo" != "x$ac_hi"; do
  1574.   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  1575.   cat >conftest.$ac_ext <<_ACEOF
  1576. /* confdefs.h.  */
  1577. _ACEOF
  1578. cat confdefs.h >>conftest.$ac_ext
  1579. cat >>conftest.$ac_ext <<_ACEOF
  1580. /* end confdefs.h.  */
  1581. $ac_includes_default
  1582.    typedef short ac__type_sizeof_;
  1583. int
  1584. main ()
  1585. {
  1586. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1587. test_array [0] = 0
  1588.   ;
  1589.   return 0;
  1590. }
  1591. _ACEOF
  1592. rm -f conftest.$ac_objext
  1593. if { (ac_try="$ac_compile"
  1594. case "(($ac_try" in
  1595.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1596.   *) ac_try_echo=$ac_try;;
  1597. esac
  1598. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1599.   (eval "$ac_compile") 2>conftest.er1
  1600.   ac_status=$?
  1601.   grep -v '^ *+' conftest.er1 >conftest.err
  1602.   rm -f conftest.er1
  1603.   cat conftest.err >&5
  1604.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1605.   (exit $ac_status); } && {
  1606.  test -z "$ac_c_werror_flag" ||
  1607.  test ! -s conftest.err
  1608.        } && test -s conftest.$ac_objext; then
  1609.   ac_hi=$ac_mid
  1610. else
  1611.   echo "$as_me: failed program was:" >&5
  1612. sed 's/^/| /' conftest.$ac_ext >&5
  1613. ac_lo=`expr '(' $ac_mid ')' + 1`
  1614. fi
  1615. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1616. done
  1617. case $ac_lo in
  1618. ?*) ac_cv_sizeof_short=$ac_lo;;
  1619. '') if test "$ac_cv_type_short" = yes; then
  1620.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1621. See `config.log' for more details." >&5
  1622. echo "$as_me: error: cannot compute sizeof (short)
  1623. See `config.log' for more details." >&2;}
  1624.    { (exit 77); exit 77; }; }
  1625.    else
  1626.      ac_cv_sizeof_short=0
  1627.    fi ;;
  1628. esac
  1629. else
  1630.   cat >conftest.$ac_ext <<_ACEOF
  1631. /* confdefs.h.  */
  1632. _ACEOF
  1633. cat confdefs.h >>conftest.$ac_ext
  1634. cat >>conftest.$ac_ext <<_ACEOF
  1635. /* end confdefs.h.  */
  1636. $ac_includes_default
  1637.    typedef short ac__type_sizeof_;
  1638. static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1639. static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1640. #include <stdio.h>
  1641. #include <stdlib.h>
  1642. int
  1643. main ()
  1644. {
  1645.   FILE *f = fopen ("conftest.val", "w");
  1646.   if (! f)
  1647.     return 1;
  1648.   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
  1649.     {
  1650.       long int i = longval ();
  1651.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  1652. return 1;
  1653.       fprintf (f, "%ldn", i);
  1654.     }
  1655.   else
  1656.     {
  1657.       unsigned long int i = ulongval ();
  1658.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  1659. return 1;
  1660.       fprintf (f, "%lun", i);
  1661.     }
  1662.   return ferror (f) || fclose (f) != 0;
  1663.   ;
  1664.   return 0;
  1665. }
  1666. _ACEOF
  1667. rm -f conftest$ac_exeext
  1668. if { (ac_try="$ac_link"
  1669. case "(($ac_try" in
  1670.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1671.   *) ac_try_echo=$ac_try;;
  1672. esac
  1673. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1674.   (eval "$ac_link") 2>&5
  1675.   ac_status=$?
  1676.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1677.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1678.   { (case "(($ac_try" in
  1679.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1680.   *) ac_try_echo=$ac_try;;
  1681. esac
  1682. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1683.   (eval "$ac_try") 2>&5
  1684.   ac_status=$?
  1685.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1686.   (exit $ac_status); }; }; then
  1687.   ac_cv_sizeof_short=`cat conftest.val`
  1688. else
  1689.   echo "$as_me: program exited with status $ac_status" >&5
  1690. echo "$as_me: failed program was:" >&5
  1691. sed 's/^/| /' conftest.$ac_ext >&5
  1692. ( exit $ac_status )
  1693. if test "$ac_cv_type_short" = yes; then
  1694.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1695. See `config.log' for more details." >&5
  1696. echo "$as_me: error: cannot compute sizeof (short)
  1697. See `config.log' for more details." >&2;}
  1698.    { (exit 77); exit 77; }; }
  1699.    else
  1700.      ac_cv_sizeof_short=0
  1701.    fi
  1702. fi
  1703. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1704. fi
  1705. rm -f conftest.val
  1706. fi
  1707. { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
  1708. echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
  1709. cat >>confdefs.h <<_ACEOF
  1710. #define SIZEOF_SHORT $ac_cv_sizeof_short
  1711. _ACEOF
  1712.   { echo "$as_me:$LINENO: checking for long" >&5
  1713. echo $ECHO_N "checking for long... $ECHO_C" >&6; }
  1714. if test "${ac_cv_type_long+set}" = set; then
  1715.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1716. else
  1717.   cat >conftest.$ac_ext <<_ACEOF
  1718. /* confdefs.h.  */
  1719. _ACEOF
  1720. cat confdefs.h >>conftest.$ac_ext
  1721. cat >>conftest.$ac_ext <<_ACEOF
  1722. /* end confdefs.h.  */
  1723. $ac_includes_default
  1724. typedef long ac__type_new_;
  1725. int
  1726. main ()
  1727. {
  1728. if ((ac__type_new_ *) 0)
  1729.   return 0;
  1730. if (sizeof (ac__type_new_))
  1731.   return 0;
  1732.   ;
  1733.   return 0;
  1734. }
  1735. _ACEOF
  1736. rm -f conftest.$ac_objext
  1737. if { (ac_try="$ac_compile"
  1738. case "(($ac_try" in
  1739.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1740.   *) ac_try_echo=$ac_try;;
  1741. esac
  1742. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1743.   (eval "$ac_compile") 2>conftest.er1
  1744.   ac_status=$?
  1745.   grep -v '^ *+' conftest.er1 >conftest.err
  1746.   rm -f conftest.er1
  1747.   cat conftest.err >&5
  1748.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1749.   (exit $ac_status); } && {
  1750.  test -z "$ac_c_werror_flag" ||
  1751.  test ! -s conftest.err
  1752.        } && test -s conftest.$ac_objext; then
  1753.   ac_cv_type_long=yes
  1754. else
  1755.   echo "$as_me: failed program was:" >&5
  1756. sed 's/^/| /' conftest.$ac_ext >&5
  1757. ac_cv_type_long=no
  1758. fi
  1759. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1760. fi
  1761. { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
  1762. echo "${ECHO_T}$ac_cv_type_long" >&6; }
  1763. # The cast to long int works around a bug in the HP C Compiler
  1764. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1765. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1766. # This bug is HP SR number 8606223364.
  1767. { echo "$as_me:$LINENO: checking size of long" >&5
  1768. echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
  1769. if test "${ac_cv_sizeof_long+set}" = set; then
  1770.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1771. else
  1772.   if test "$cross_compiling" = yes; then
  1773.   # Depending upon the size, compute the lo and hi bounds.
  1774. cat >conftest.$ac_ext <<_ACEOF
  1775. /* confdefs.h.  */
  1776. _ACEOF
  1777. cat confdefs.h >>conftest.$ac_ext
  1778. cat >>conftest.$ac_ext <<_ACEOF
  1779. /* end confdefs.h.  */
  1780. $ac_includes_default
  1781.    typedef long ac__type_sizeof_;
  1782. int
  1783. main ()
  1784. {
  1785. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
  1786. test_array [0] = 0
  1787.   ;
  1788.   return 0;
  1789. }
  1790. _ACEOF
  1791. rm -f conftest.$ac_objext
  1792. if { (ac_try="$ac_compile"
  1793. case "(($ac_try" in
  1794.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1795.   *) ac_try_echo=$ac_try;;
  1796. esac
  1797. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1798.   (eval "$ac_compile") 2>conftest.er1
  1799.   ac_status=$?
  1800.   grep -v '^ *+' conftest.er1 >conftest.err
  1801.   rm -f conftest.er1
  1802.   cat conftest.err >&5
  1803.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1804.   (exit $ac_status); } && {
  1805.  test -z "$ac_c_werror_flag" ||
  1806.  test ! -s conftest.err
  1807.        } && test -s conftest.$ac_objext; then
  1808.   ac_lo=0 ac_mid=0
  1809.   while :; do
  1810.     cat >conftest.$ac_ext <<_ACEOF
  1811. /* confdefs.h.  */
  1812. _ACEOF
  1813. cat confdefs.h >>conftest.$ac_ext
  1814. cat >>conftest.$ac_ext <<_ACEOF
  1815. /* end confdefs.h.  */
  1816. $ac_includes_default
  1817.    typedef long ac__type_sizeof_;
  1818. int
  1819. main ()
  1820. {
  1821. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1822. test_array [0] = 0
  1823.   ;
  1824.   return 0;
  1825. }
  1826. _ACEOF
  1827. rm -f conftest.$ac_objext
  1828. if { (ac_try="$ac_compile"
  1829. case "(($ac_try" in
  1830.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1831.   *) ac_try_echo=$ac_try;;
  1832. esac
  1833. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1834.   (eval "$ac_compile") 2>conftest.er1
  1835.   ac_status=$?
  1836.   grep -v '^ *+' conftest.er1 >conftest.err
  1837.   rm -f conftest.er1
  1838.   cat conftest.err >&5
  1839.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1840.   (exit $ac_status); } && {
  1841.  test -z "$ac_c_werror_flag" ||
  1842.  test ! -s conftest.err
  1843.        } && test -s conftest.$ac_objext; then
  1844.   ac_hi=$ac_mid; break
  1845. else
  1846.   echo "$as_me: failed program was:" >&5
  1847. sed 's/^/| /' conftest.$ac_ext >&5
  1848. ac_lo=`expr $ac_mid + 1`
  1849. if test $ac_lo -le $ac_mid; then
  1850.   ac_lo= ac_hi=
  1851.   break
  1852. fi
  1853. ac_mid=`expr 2 '*' $ac_mid + 1`
  1854. fi
  1855. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1856.   done
  1857. else
  1858.   echo "$as_me: failed program was:" >&5
  1859. sed 's/^/| /' conftest.$ac_ext >&5
  1860. cat >conftest.$ac_ext <<_ACEOF
  1861. /* confdefs.h.  */
  1862. _ACEOF
  1863. cat confdefs.h >>conftest.$ac_ext
  1864. cat >>conftest.$ac_ext <<_ACEOF
  1865. /* end confdefs.h.  */
  1866. $ac_includes_default
  1867.    typedef long ac__type_sizeof_;
  1868. int
  1869. main ()
  1870. {
  1871. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
  1872. test_array [0] = 0
  1873.   ;
  1874.   return 0;
  1875. }
  1876. _ACEOF
  1877. rm -f conftest.$ac_objext
  1878. if { (ac_try="$ac_compile"
  1879. case "(($ac_try" in
  1880.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1881.   *) ac_try_echo=$ac_try;;
  1882. esac
  1883. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1884.   (eval "$ac_compile") 2>conftest.er1
  1885.   ac_status=$?
  1886.   grep -v '^ *+' conftest.er1 >conftest.err
  1887.   rm -f conftest.er1
  1888.   cat conftest.err >&5
  1889.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1890.   (exit $ac_status); } && {
  1891.  test -z "$ac_c_werror_flag" ||
  1892.  test ! -s conftest.err
  1893.        } && test -s conftest.$ac_objext; then
  1894.   ac_hi=-1 ac_mid=-1
  1895.   while :; do
  1896.     cat >conftest.$ac_ext <<_ACEOF
  1897. /* confdefs.h.  */
  1898. _ACEOF
  1899. cat confdefs.h >>conftest.$ac_ext
  1900. cat >>conftest.$ac_ext <<_ACEOF
  1901. /* end confdefs.h.  */
  1902. $ac_includes_default
  1903.    typedef long ac__type_sizeof_;
  1904. int
  1905. main ()
  1906. {
  1907. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
  1908. test_array [0] = 0
  1909.   ;
  1910.   return 0;
  1911. }
  1912. _ACEOF
  1913. rm -f conftest.$ac_objext
  1914. if { (ac_try="$ac_compile"
  1915. case "(($ac_try" in
  1916.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1917.   *) ac_try_echo=$ac_try;;
  1918. esac
  1919. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1920.   (eval "$ac_compile") 2>conftest.er1
  1921.   ac_status=$?
  1922.   grep -v '^ *+' conftest.er1 >conftest.err
  1923.   rm -f conftest.er1
  1924.   cat conftest.err >&5
  1925.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1926.   (exit $ac_status); } && {
  1927.  test -z "$ac_c_werror_flag" ||
  1928.  test ! -s conftest.err
  1929.        } && test -s conftest.$ac_objext; then
  1930.   ac_lo=$ac_mid; break
  1931. else
  1932.   echo "$as_me: failed program was:" >&5
  1933. sed 's/^/| /' conftest.$ac_ext >&5
  1934. ac_hi=`expr '(' $ac_mid ')' - 1`
  1935. if test $ac_mid -le $ac_hi; then
  1936.   ac_lo= ac_hi=
  1937.   break
  1938. fi
  1939. ac_mid=`expr 2 '*' $ac_mid`
  1940. fi
  1941. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1942.   done
  1943. else
  1944.   echo "$as_me: failed program was:" >&5
  1945. sed 's/^/| /' conftest.$ac_ext >&5
  1946. ac_lo= ac_hi=
  1947. fi
  1948. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1949. fi
  1950. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1951. # Binary search between lo and hi bounds.
  1952. while test "x$ac_lo" != "x$ac_hi"; do
  1953.   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  1954.   cat >conftest.$ac_ext <<_ACEOF
  1955. /* confdefs.h.  */
  1956. _ACEOF
  1957. cat confdefs.h >>conftest.$ac_ext
  1958. cat >>conftest.$ac_ext <<_ACEOF
  1959. /* end confdefs.h.  */
  1960. $ac_includes_default
  1961.    typedef long ac__type_sizeof_;
  1962. int
  1963. main ()
  1964. {
  1965. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  1966. test_array [0] = 0
  1967.   ;
  1968.   return 0;
  1969. }
  1970. _ACEOF
  1971. rm -f conftest.$ac_objext
  1972. if { (ac_try="$ac_compile"
  1973. case "(($ac_try" in
  1974.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1975.   *) ac_try_echo=$ac_try;;
  1976. esac
  1977. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1978.   (eval "$ac_compile") 2>conftest.er1
  1979.   ac_status=$?
  1980.   grep -v '^ *+' conftest.er1 >conftest.err
  1981.   rm -f conftest.er1
  1982.   cat conftest.err >&5
  1983.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1984.   (exit $ac_status); } && {
  1985.  test -z "$ac_c_werror_flag" ||
  1986.  test ! -s conftest.err
  1987.        } && test -s conftest.$ac_objext; then
  1988.   ac_hi=$ac_mid
  1989. else
  1990.   echo "$as_me: failed program was:" >&5
  1991. sed 's/^/| /' conftest.$ac_ext >&5
  1992. ac_lo=`expr '(' $ac_mid ')' + 1`
  1993. fi
  1994. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1995. done
  1996. case $ac_lo in
  1997. ?*) ac_cv_sizeof_long=$ac_lo;;
  1998. '') if test "$ac_cv_type_long" = yes; then
  1999.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  2000. See `config.log' for more details." >&5
  2001. echo "$as_me: error: cannot compute sizeof (long)
  2002. See `config.log' for more details." >&2;}
  2003.    { (exit 77); exit 77; }; }
  2004.    else
  2005.      ac_cv_sizeof_long=0
  2006.    fi ;;
  2007. esac
  2008. else
  2009.   cat >conftest.$ac_ext <<_ACEOF
  2010. /* confdefs.h.  */
  2011. _ACEOF
  2012. cat confdefs.h >>conftest.$ac_ext
  2013. cat >>conftest.$ac_ext <<_ACEOF
  2014. /* end confdefs.h.  */
  2015. $ac_includes_default
  2016.    typedef long ac__type_sizeof_;
  2017. static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  2018. static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  2019. #include <stdio.h>
  2020. #include <stdlib.h>
  2021. int
  2022. main ()
  2023. {
  2024.   FILE *f = fopen ("conftest.val", "w");
  2025.   if (! f)
  2026.     return 1;
  2027.   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
  2028.     {
  2029.       long int i = longval ();
  2030.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  2031. return 1;
  2032.       fprintf (f, "%ldn", i);
  2033.     }
  2034.   else
  2035.     {
  2036.       unsigned long int i = ulongval ();
  2037.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  2038. return 1;
  2039.       fprintf (f, "%lun", i);
  2040.     }
  2041.   return ferror (f) || fclose (f) != 0;
  2042.   ;
  2043.   return 0;
  2044. }
  2045. _ACEOF
  2046. rm -f conftest$ac_exeext
  2047. if { (ac_try="$ac_link"
  2048. case "(($ac_try" in
  2049.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2050.   *) ac_try_echo=$ac_try;;
  2051. esac
  2052. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2053.   (eval "$ac_link") 2>&5
  2054.   ac_status=$?
  2055.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2056.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2057.   { (case "(($ac_try" in
  2058.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2059.   *) ac_try_echo=$ac_try;;
  2060. esac
  2061. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2062.   (eval "$ac_try") 2>&5
  2063.   ac_status=$?
  2064.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2065.   (exit $ac_status); }; }; then
  2066.   ac_cv_sizeof_long=`cat conftest.val`
  2067. else
  2068.   echo "$as_me: program exited with status $ac_status" >&5
  2069. echo "$as_me: failed program was:" >&5
  2070. sed 's/^/| /' conftest.$ac_ext >&5
  2071. ( exit $ac_status )
  2072. if test "$ac_cv_type_long" = yes; then
  2073.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  2074. See `config.log' for more details." >&5
  2075. echo "$as_me: error: cannot compute sizeof (long)
  2076. See `config.log' for more details." >&2;}
  2077.    { (exit 77); exit 77; }; }
  2078.    else
  2079.      ac_cv_sizeof_long=0
  2080.    fi
  2081. fi
  2082. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2083. fi
  2084. rm -f conftest.val
  2085. fi
  2086. { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
  2087. echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
  2088. cat >>confdefs.h <<_ACEOF
  2089. #define SIZEOF_LONG $ac_cv_sizeof_long
  2090. _ACEOF
  2091.   { echo "$as_me:$LINENO: checking for char *" >&5
  2092. echo $ECHO_N "checking for char *... $ECHO_C" >&6; }
  2093. if test "${ac_cv_type_char_p+set}" = set; then
  2094.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2095. else
  2096.   cat >conftest.$ac_ext <<_ACEOF
  2097. /* confdefs.h.  */
  2098. _ACEOF
  2099. cat confdefs.h >>conftest.$ac_ext
  2100. cat >>conftest.$ac_ext <<_ACEOF
  2101. /* end confdefs.h.  */
  2102. $ac_includes_default
  2103. typedef char * ac__type_new_;
  2104. int
  2105. main ()
  2106. {
  2107. if ((ac__type_new_ *) 0)
  2108.   return 0;
  2109. if (sizeof (ac__type_new_))
  2110.   return 0;
  2111.   ;
  2112.   return 0;
  2113. }
  2114. _ACEOF
  2115. rm -f conftest.$ac_objext
  2116. if { (ac_try="$ac_compile"
  2117. case "(($ac_try" in
  2118.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2119.   *) ac_try_echo=$ac_try;;
  2120. esac
  2121. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2122.   (eval "$ac_compile") 2>conftest.er1
  2123.   ac_status=$?
  2124.   grep -v '^ *+' conftest.er1 >conftest.err
  2125.   rm -f conftest.er1
  2126.   cat conftest.err >&5
  2127.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2128.   (exit $ac_status); } && {
  2129.  test -z "$ac_c_werror_flag" ||
  2130.  test ! -s conftest.err
  2131.        } && test -s conftest.$ac_objext; then
  2132.   ac_cv_type_char_p=yes
  2133. else
  2134.   echo "$as_me: failed program was:" >&5
  2135. sed 's/^/| /' conftest.$ac_ext >&5
  2136. ac_cv_type_char_p=no
  2137. fi
  2138. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2139. fi
  2140. { echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
  2141. echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
  2142. # The cast to long int works around a bug in the HP C Compiler
  2143. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  2144. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  2145. # This bug is HP SR number 8606223364.
  2146. { echo "$as_me:$LINENO: checking size of char *" >&5
  2147. echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
  2148. if test "${ac_cv_sizeof_char_p+set}" = set; then
  2149.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2150. else
  2151.   if test "$cross_compiling" = yes; then
  2152.   # Depending upon the size, compute the lo and hi bounds.
  2153. cat >conftest.$ac_ext <<_ACEOF
  2154. /* confdefs.h.  */
  2155. _ACEOF
  2156. cat confdefs.h >>conftest.$ac_ext
  2157. cat >>conftest.$ac_ext <<_ACEOF
  2158. /* end confdefs.h.  */
  2159. $ac_includes_default
  2160.    typedef char * ac__type_sizeof_;
  2161. int
  2162. main ()
  2163. {
  2164. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
  2165. test_array [0] = 0
  2166.   ;
  2167.   return 0;
  2168. }
  2169. _ACEOF
  2170. rm -f conftest.$ac_objext
  2171. if { (ac_try="$ac_compile"
  2172. case "(($ac_try" in
  2173.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2174.   *) ac_try_echo=$ac_try;;
  2175. esac
  2176. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2177.   (eval "$ac_compile") 2>conftest.er1
  2178.   ac_status=$?
  2179.   grep -v '^ *+' conftest.er1 >conftest.err
  2180.   rm -f conftest.er1
  2181.   cat conftest.err >&5
  2182.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2183.   (exit $ac_status); } && {
  2184.  test -z "$ac_c_werror_flag" ||
  2185.  test ! -s conftest.err
  2186.        } && test -s conftest.$ac_objext; then
  2187.   ac_lo=0 ac_mid=0
  2188.   while :; do
  2189.     cat >conftest.$ac_ext <<_ACEOF
  2190. /* confdefs.h.  */
  2191. _ACEOF
  2192. cat confdefs.h >>conftest.$ac_ext
  2193. cat >>conftest.$ac_ext <<_ACEOF
  2194. /* end confdefs.h.  */
  2195. $ac_includes_default
  2196.    typedef char * ac__type_sizeof_;
  2197. int
  2198. main ()
  2199. {
  2200. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  2201. test_array [0] = 0
  2202.   ;
  2203.   return 0;
  2204. }
  2205. _ACEOF
  2206. rm -f conftest.$ac_objext
  2207. if { (ac_try="$ac_compile"
  2208. case "(($ac_try" in
  2209.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2210.   *) ac_try_echo=$ac_try;;
  2211. esac
  2212. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2213.   (eval "$ac_compile") 2>conftest.er1
  2214.   ac_status=$?
  2215.   grep -v '^ *+' conftest.er1 >conftest.err
  2216.   rm -f conftest.er1
  2217.   cat conftest.err >&5
  2218.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2219.   (exit $ac_status); } && {
  2220.  test -z "$ac_c_werror_flag" ||
  2221.  test ! -s conftest.err
  2222.        } && test -s conftest.$ac_objext; then
  2223.   ac_hi=$ac_mid; break
  2224. else
  2225.   echo "$as_me: failed program was:" >&5
  2226. sed 's/^/| /' conftest.$ac_ext >&5
  2227. ac_lo=`expr $ac_mid + 1`
  2228. if test $ac_lo -le $ac_mid; then
  2229.   ac_lo= ac_hi=
  2230.   break
  2231. fi
  2232. ac_mid=`expr 2 '*' $ac_mid + 1`
  2233. fi
  2234. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2235.   done
  2236. else
  2237.   echo "$as_me: failed program was:" >&5
  2238. sed 's/^/| /' conftest.$ac_ext >&5
  2239. cat >conftest.$ac_ext <<_ACEOF
  2240. /* confdefs.h.  */
  2241. _ACEOF
  2242. cat confdefs.h >>conftest.$ac_ext
  2243. cat >>conftest.$ac_ext <<_ACEOF
  2244. /* end confdefs.h.  */
  2245. $ac_includes_default
  2246.    typedef char * ac__type_sizeof_;
  2247. int
  2248. main ()
  2249. {
  2250. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
  2251. test_array [0] = 0
  2252.   ;
  2253.   return 0;
  2254. }
  2255. _ACEOF
  2256. rm -f conftest.$ac_objext
  2257. if { (ac_try="$ac_compile"
  2258. case "(($ac_try" in
  2259.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2260.   *) ac_try_echo=$ac_try;;
  2261. esac
  2262. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2263.   (eval "$ac_compile") 2>conftest.er1
  2264.   ac_status=$?
  2265.   grep -v '^ *+' conftest.er1 >conftest.err
  2266.   rm -f conftest.er1
  2267.   cat conftest.err >&5
  2268.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2269.   (exit $ac_status); } && {
  2270.  test -z "$ac_c_werror_flag" ||
  2271.  test ! -s conftest.err
  2272.        } && test -s conftest.$ac_objext; then
  2273.   ac_hi=-1 ac_mid=-1
  2274.   while :; do
  2275.     cat >conftest.$ac_ext <<_ACEOF
  2276. /* confdefs.h.  */
  2277. _ACEOF
  2278. cat confdefs.h >>conftest.$ac_ext
  2279. cat >>conftest.$ac_ext <<_ACEOF
  2280. /* end confdefs.h.  */
  2281. $ac_includes_default
  2282.    typedef char * ac__type_sizeof_;
  2283. int
  2284. main ()
  2285. {
  2286. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
  2287. test_array [0] = 0
  2288.   ;
  2289.   return 0;
  2290. }
  2291. _ACEOF
  2292. rm -f conftest.$ac_objext
  2293. if { (ac_try="$ac_compile"
  2294. case "(($ac_try" in
  2295.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2296.   *) ac_try_echo=$ac_try;;
  2297. esac
  2298. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2299.   (eval "$ac_compile") 2>conftest.er1
  2300.   ac_status=$?
  2301.   grep -v '^ *+' conftest.er1 >conftest.err
  2302.   rm -f conftest.er1
  2303.   cat conftest.err >&5
  2304.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2305.   (exit $ac_status); } && {
  2306.  test -z "$ac_c_werror_flag" ||
  2307.  test ! -s conftest.err
  2308.        } && test -s conftest.$ac_objext; then
  2309.   ac_lo=$ac_mid; break
  2310. else
  2311.   echo "$as_me: failed program was:" >&5
  2312. sed 's/^/| /' conftest.$ac_ext >&5
  2313. ac_hi=`expr '(' $ac_mid ')' - 1`
  2314. if test $ac_mid -le $ac_hi; then
  2315.   ac_lo= ac_hi=
  2316.   break
  2317. fi
  2318. ac_mid=`expr 2 '*' $ac_mid`
  2319. fi
  2320. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2321.   done
  2322. else
  2323.   echo "$as_me: failed program was:" >&5
  2324. sed 's/^/| /' conftest.$ac_ext >&5
  2325. ac_lo= ac_hi=
  2326. fi
  2327. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2328. fi
  2329. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2330. # Binary search between lo and hi bounds.
  2331. while test "x$ac_lo" != "x$ac_hi"; do
  2332.   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  2333.   cat >conftest.$ac_ext <<_ACEOF
  2334. /* confdefs.h.  */
  2335. _ACEOF
  2336. cat confdefs.h >>conftest.$ac_ext
  2337. cat >>conftest.$ac_ext <<_ACEOF
  2338. /* end confdefs.h.  */
  2339. $ac_includes_default
  2340.    typedef char * ac__type_sizeof_;
  2341. int
  2342. main ()
  2343. {
  2344. static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  2345. test_array [0] = 0
  2346.   ;
  2347.   return 0;
  2348. }
  2349. _ACEOF
  2350. rm -f conftest.$ac_objext
  2351. if { (ac_try="$ac_compile"
  2352. case "(($ac_try" in
  2353.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2354.   *) ac_try_echo=$ac_try;;
  2355. esac
  2356. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2357.   (eval "$ac_compile") 2>conftest.er1
  2358.   ac_status=$?
  2359.   grep -v '^ *+' conftest.er1 >conftest.err
  2360.   rm -f conftest.er1
  2361.   cat conftest.err >&5
  2362.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2363.   (exit $ac_status); } && {
  2364.  test -z "$ac_c_werror_flag" ||
  2365.  test ! -s conftest.err
  2366.        } && test -s conftest.$ac_objext; then
  2367.   ac_hi=$ac_mid
  2368. else
  2369.   echo "$as_me: failed program was:" >&5
  2370. sed 's/^/| /' conftest.$ac_ext >&5
  2371. ac_lo=`expr '(' $ac_mid ')' + 1`
  2372. fi
  2373. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2374. done
  2375. case $ac_lo in
  2376. ?*) ac_cv_sizeof_char_p=$ac_lo;;
  2377. '') if test "$ac_cv_type_char_p" = yes; then
  2378.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  2379. See `config.log' for more details." >&5
  2380. echo "$as_me: error: cannot compute sizeof (char *)
  2381. See `config.log' for more details." >&2;}
  2382.    { (exit 77); exit 77; }; }
  2383.    else
  2384.      ac_cv_sizeof_char_p=0
  2385.    fi ;;
  2386. esac
  2387. else
  2388.   cat >conftest.$ac_ext <<_ACEOF
  2389. /* confdefs.h.  */
  2390. _ACEOF
  2391. cat confdefs.h >>conftest.$ac_ext
  2392. cat >>conftest.$ac_ext <<_ACEOF
  2393. /* end confdefs.h.  */
  2394. $ac_includes_default
  2395.    typedef char * ac__type_sizeof_;
  2396. static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  2397. static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  2398. #include <stdio.h>
  2399. #include <stdlib.h>
  2400. int
  2401. main ()
  2402. {
  2403.   FILE *f = fopen ("conftest.val", "w");
  2404.   if (! f)
  2405.     return 1;
  2406.   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
  2407.     {
  2408.       long int i = longval ();
  2409.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  2410. return 1;
  2411.       fprintf (f, "%ldn", i);
  2412.     }
  2413.   else
  2414.     {
  2415.       unsigned long int i = ulongval ();
  2416.       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  2417. return 1;
  2418.       fprintf (f, "%lun", i);
  2419.     }
  2420.   return ferror (f) || fclose (f) != 0;
  2421.   ;
  2422.   return 0;
  2423. }
  2424. _ACEOF
  2425. rm -f conftest$ac_exeext
  2426. if { (ac_try="$ac_link"
  2427. case "(($ac_try" in
  2428.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2429.   *) ac_try_echo=$ac_try;;
  2430. esac
  2431. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2432.   (eval "$ac_link") 2>&5
  2433.   ac_status=$?
  2434.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2435.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2436.   { (case "(($ac_try" in
  2437.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2438.   *) ac_try_echo=$ac_try;;
  2439. esac
  2440. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2441.   (eval "$ac_try") 2>&5
  2442.   ac_status=$?
  2443.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2444.   (exit $ac_status); }; }; then
  2445.   ac_cv_sizeof_char_p=`cat conftest.val`
  2446. else
  2447.   echo "$as_me: program exited with status $ac_status" >&5
  2448. echo "$as_me: failed program was:" >&5
  2449. sed 's/^/| /' conftest.$ac_ext >&5
  2450. ( exit $ac_status )
  2451. if test "$ac_cv_type_char_p" = yes; then
  2452.      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  2453. See `config.log' for more details." >&5
  2454. echo "$as_me: error: cannot compute sizeof (char *)
  2455. See `config.log' for more details." >&2;}
  2456.    { (exit 77); exit 77; }; }
  2457.    else
  2458.      ac_cv_sizeof_char_p=0
  2459.    fi
  2460. fi
  2461. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2462. fi
  2463. rm -f conftest.val
  2464. fi
  2465. { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
  2466. echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
  2467. cat >>confdefs.h <<_ACEOF
  2468. #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
  2469. _ACEOF
  2470. { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  2471. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
  2472. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  2473.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2474. else
  2475.   ac_check_lib_save_LIBS=$LIBS
  2476. LIBS="-ldl  $LIBS"
  2477. cat >conftest.$ac_ext <<_ACEOF
  2478. /* confdefs.h.  */
  2479. _ACEOF
  2480. cat confdefs.h >>conftest.$ac_ext
  2481. cat >>conftest.$ac_ext <<_ACEOF
  2482. /* end confdefs.h.  */
  2483. /* Override any GCC internal prototype to avoid an error.
  2484.    Use char because int might match the return type of a GCC
  2485.    builtin and then its argument prototype would still apply.  */
  2486. #ifdef __cplusplus
  2487. extern "C"
  2488. #endif
  2489. char dlopen ();
  2490. int
  2491. main ()
  2492. {
  2493. return dlopen ();
  2494.   ;
  2495.   return 0;
  2496. }
  2497. _ACEOF
  2498. rm -f conftest.$ac_objext conftest$ac_exeext
  2499. if { (ac_try="$ac_link"
  2500. case "(($ac_try" in
  2501.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2502.   *) ac_try_echo=$ac_try;;
  2503. esac
  2504. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2505.   (eval "$ac_link") 2>conftest.er1
  2506.   ac_status=$?
  2507.   grep -v '^ *+' conftest.er1 >conftest.err
  2508.   rm -f conftest.er1
  2509.   cat conftest.err >&5
  2510.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2511.   (exit $ac_status); } && {
  2512.  test -z "$ac_c_werror_flag" ||
  2513.  test ! -s conftest.err
  2514.        } && test -s conftest$ac_exeext &&
  2515.        $as_test_x conftest$ac_exeext; then
  2516.   ac_cv_lib_dl_dlopen=yes
  2517. else
  2518.   echo "$as_me: failed program was:" >&5
  2519. sed 's/^/| /' conftest.$ac_ext >&5
  2520. ac_cv_lib_dl_dlopen=no
  2521. fi
  2522. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2523.       conftest$ac_exeext conftest.$ac_ext
  2524. LIBS=$ac_check_lib_save_LIBS
  2525. fi
  2526. { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  2527. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
  2528. if test $ac_cv_lib_dl_dlopen = yes; then
  2529. LIBDL="-ldl"
  2530. ac_cv_have_dlfcn=yes
  2531. fi
  2532. { echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
  2533. echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; }
  2534. if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
  2535.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2536. else
  2537.   ac_check_lib_save_LIBS=$LIBS
  2538. LIBS="-ldld  $LIBS"
  2539. cat >conftest.$ac_ext <<_ACEOF
  2540. /* confdefs.h.  */
  2541. _ACEOF
  2542. cat confdefs.h >>conftest.$ac_ext
  2543. cat >>conftest.$ac_ext <<_ACEOF
  2544. /* end confdefs.h.  */
  2545. /* Override any GCC internal prototype to avoid an error.
  2546.    Use char because int might match the return type of a GCC
  2547.    builtin and then its argument prototype would still apply.  */
  2548. #ifdef __cplusplus
  2549. extern "C"
  2550. #endif
  2551. char shl_unload ();
  2552. int
  2553. main ()
  2554. {
  2555. return shl_unload ();
  2556.   ;
  2557.   return 0;
  2558. }
  2559. _ACEOF
  2560. rm -f conftest.$ac_objext conftest$ac_exeext
  2561. if { (ac_try="$ac_link"
  2562. case "(($ac_try" in
  2563.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2564.   *) ac_try_echo=$ac_try;;
  2565. esac
  2566. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2567.   (eval "$ac_link") 2>conftest.er1
  2568.   ac_status=$?
  2569.   grep -v '^ *+' conftest.er1 >conftest.err
  2570.   rm -f conftest.er1
  2571.   cat conftest.err >&5
  2572.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2573.   (exit $ac_status); } && {
  2574.  test -z "$ac_c_werror_flag" ||
  2575.  test ! -s conftest.err
  2576.        } && test -s conftest$ac_exeext &&
  2577.        $as_test_x conftest$ac_exeext; then
  2578.   ac_cv_lib_dld_shl_unload=yes
  2579. else
  2580.   echo "$as_me: failed program was:" >&5
  2581. sed 's/^/| /' conftest.$ac_ext >&5
  2582. ac_cv_lib_dld_shl_unload=no
  2583. fi
  2584. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2585.       conftest$ac_exeext conftest.$ac_ext
  2586. LIBS=$ac_check_lib_save_LIBS
  2587. fi
  2588. { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
  2589. echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6; }
  2590. if test $ac_cv_lib_dld_shl_unload = yes; then
  2591. LIBDL="-ldld"
  2592. ac_cv_have_shload=yes
  2593. fi
  2594.    # This breaks on BSD. Celestia doesn't use strlcat/strlcpy anywhere anyway.
  2595.    # KDE_CHECK_STRLCPY
  2596.   { echo "$as_me:$LINENO: checking for PIE support" >&5
  2597. echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; }
  2598. if test "${kde_cv_val_pie_support+set}" = set; then
  2599.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2600. else
  2601.      ac_ext=cpp
  2602. ac_cpp='$CXXCPP $CPPFLAGS'
  2603. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2604. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2605. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2606. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2607.     safe_CXXFLAGS=$CXXFLAGS
  2608.     safe_LDFLAGS=$LDFLAGS
  2609.     CXXFLAGS="$CXXFLAGS -fPIE"
  2610.     LDFLAGS="$LDFLAGS -pie"
  2611.     cat >conftest.$ac_ext <<_ACEOF
  2612. /* confdefs.h.  */
  2613. _ACEOF
  2614. cat confdefs.h >>conftest.$ac_ext
  2615. cat >>conftest.$ac_ext <<_ACEOF
  2616. /* end confdefs.h.  */
  2617. int foo;
  2618. int
  2619. main ()
  2620. {
  2621.   ;
  2622.   return 0;
  2623. }
  2624. _ACEOF
  2625. rm -f conftest.$ac_objext conftest$ac_exeext
  2626. if { (ac_try="$ac_link"
  2627. case "(($ac_try" in
  2628.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2629.   *) ac_try_echo=$ac_try;;
  2630. esac
  2631. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2632.   (eval "$ac_link") 2>conftest.er1
  2633.   ac_status=$?
  2634.   grep -v '^ *+' conftest.er1 >conftest.err
  2635.   rm -f conftest.er1
  2636.   cat conftest.err >&5
  2637.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2638.   (exit $ac_status); } && {
  2639.  test -z "$ac_cxx_werror_flag" ||
  2640.  test ! -s conftest.err
  2641.        } && test -s conftest$ac_exeext &&
  2642.        $as_test_x conftest$ac_exeext; then
  2643.   kde_cv_val_pie_support=yes
  2644. else
  2645.   echo "$as_me: failed program was:" >&5
  2646. sed 's/^/| /' conftest.$ac_ext >&5
  2647. kde_cv_val_pie_support=no
  2648. fi
  2649. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2650.       conftest$ac_exeext conftest.$ac_ext
  2651.     CXXFLAGS=$safe_CXXFLAGS
  2652.     LDFLAGS=$safe_LDFLAGS
  2653.     ac_ext=c
  2654. ac_cpp='$CPP $CPPFLAGS'
  2655. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2656. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2657. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2658. fi
  2659. { echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
  2660. echo "${ECHO_T}$kde_cv_val_pie_support" >&6; }
  2661.   { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
  2662. echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; }
  2663.   # Check whether --enable-pie was given.
  2664. if test "${enable_pie+set}" = set; then
  2665.   enableval=$enable_pie; kde_has_pie_support=$enableval
  2666. else
  2667.   kde_has_pie_support=detect
  2668. fi
  2669.   if test "$kde_has_pie_support" = "detect"; then
  2670.     kde_has_pie_support=$kde_cv_val_pie_support
  2671.   fi
  2672.   { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
  2673. echo "${ECHO_T}$kde_has_pie_support" >&6; }
  2674.   KDE_USE_FPIE=""
  2675.   KDE_USE_PIE=""
  2676.   if test "$kde_has_pie_support" = "yes"; then
  2677.     KDE_USE_FPIE="-fPIE"
  2678.     KDE_USE_PIE="-pie"
  2679.   fi
  2680. # darwin needs this to initialize the environment
  2681. for ac_header in crt_externs.h
  2682. do
  2683. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2684. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  2685.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  2686. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  2687. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  2688.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2689. fi
  2690. ac_res=`eval echo '${'$as_ac_Header'}'`
  2691.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  2692. echo "${ECHO_T}$ac_res" >&6; }
  2693. else
  2694.   # Is the header compilable?
  2695. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2696. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  2697. cat >conftest.$ac_ext <<_ACEOF
  2698. /* confdefs.h.  */
  2699. _ACEOF
  2700. cat confdefs.h >>conftest.$ac_ext
  2701. cat >>conftest.$ac_ext <<_ACEOF
  2702. /* end confdefs.h.  */
  2703. $ac_includes_default
  2704. #include <$ac_header>
  2705. _ACEOF
  2706. rm -f conftest.$ac_objext
  2707. if { (ac_try="$ac_compile"
  2708. case "(($ac_try" in
  2709.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2710.   *) ac_try_echo=$ac_try;;
  2711. esac
  2712. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2713.   (eval "$ac_compile") 2>conftest.er1
  2714.   ac_status=$?
  2715.   grep -v '^ *+' conftest.er1 >conftest.err
  2716.   rm -f conftest.er1
  2717.   cat conftest.err >&5
  2718.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2719.   (exit $ac_status); } && {
  2720.  test -z "$ac_c_werror_flag" ||
  2721.  test ! -s conftest.err
  2722.        } && test -s conftest.$ac_objext; then
  2723.   ac_header_compiler=yes
  2724. else
  2725.   echo "$as_me: failed program was:" >&5
  2726. sed 's/^/| /' conftest.$ac_ext >&5
  2727. ac_header_compiler=no
  2728. fi
  2729. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2730. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2731. echo "${ECHO_T}$ac_header_compiler" >&6; }
  2732. # Is the header present?
  2733. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2734. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  2735. cat >conftest.$ac_ext <<_ACEOF
  2736. /* confdefs.h.  */
  2737. _ACEOF
  2738. cat confdefs.h >>conftest.$ac_ext
  2739. cat >>conftest.$ac_ext <<_ACEOF
  2740. /* end confdefs.h.  */
  2741. #include <$ac_header>
  2742. _ACEOF
  2743. if { (ac_try="$ac_cpp conftest.$ac_ext"
  2744. case "(($ac_try" in
  2745.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2746.   *) ac_try_echo=$ac_try;;
  2747. esac
  2748. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2749.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  2750.   ac_status=$?
  2751.   grep -v '^ *+' conftest.er1 >conftest.err
  2752.   rm -f conftest.er1
  2753.   cat conftest.err >&5
  2754.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2755.   (exit $ac_status); } >/dev/null && {
  2756.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  2757.  test ! -s conftest.err
  2758.        }; then
  2759.   ac_header_preproc=yes
  2760. else
  2761.   echo "$as_me: failed program was:" >&5
  2762. sed 's/^/| /' conftest.$ac_ext >&5
  2763.   ac_header_preproc=no
  2764. fi
  2765. rm -f conftest.err conftest.$ac_ext
  2766. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2767. echo "${ECHO_T}$ac_header_preproc" >&6; }
  2768. # So?  What about this header?
  2769. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2770.   yes:no: )
  2771.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2772. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2773.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2774. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2775.     ac_header_preproc=yes
  2776.     ;;
  2777.   no:yes:* )
  2778.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2779. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2780.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2781. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2782.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2783. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2784.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2785. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2786.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2787. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2788.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2789. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2790.     ( cat <<_ASBOX
  2791. ## ----------------------------------------------- ##
  2792. ## Report this to celestia-developers@lists.sf.net ##
  2793. ## ----------------------------------------------- ##
  2794. _ASBOX
  2795.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  2796.     ;;
  2797. esac
  2798. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  2799. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  2800. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  2801.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2802. else
  2803.   eval "$as_ac_Header=$ac_header_preproc"
  2804. fi
  2805. ac_res=`eval echo '${'$as_ac_Header'}'`
  2806.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  2807. echo "${ECHO_T}$ac_res" >&6; }
  2808. fi
  2809. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2810.   cat >>confdefs.h <<_ACEOF
  2811. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2812. _ACEOF
  2813. fi
  2814. done
  2815. { echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
  2816. echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6; }
  2817. if test "${ac_cv_func__NSGetEnviron+set}" = set; then
  2818.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2819. else
  2820.   cat >conftest.$ac_ext <<_ACEOF
  2821. /* confdefs.h.  */
  2822. _ACEOF
  2823. cat confdefs.h >>conftest.$ac_ext
  2824. cat >>conftest.$ac_ext <<_ACEOF
  2825. /* end confdefs.h.  */
  2826. /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
  2827.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2828. #define _NSGetEnviron innocuous__NSGetEnviron
  2829. /* System header to define __stub macros and hopefully few prototypes,
  2830.     which can conflict with char _NSGetEnviron (); below.
  2831.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2832.     <limits.h> exists even on freestanding compilers.  */
  2833. #ifdef __STDC__
  2834. # include <limits.h>
  2835. #else
  2836. # include <assert.h>
  2837. #endif
  2838. #undef _NSGetEnviron
  2839. /* Override any GCC internal prototype to avoid an error.
  2840.    Use char because int might match the return type of a GCC
  2841.    builtin and then its argument prototype would still apply.  */
  2842. #ifdef __cplusplus
  2843. extern "C"
  2844. #endif
  2845. char _NSGetEnviron ();
  2846. /* The GNU C library defines this for functions which it implements
  2847.     to always fail with ENOSYS.  Some functions are actually named
  2848.     something starting with __ and the normal name is an alias.  */
  2849. #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
  2850. choke me
  2851. #endif
  2852. int
  2853. main ()
  2854. {
  2855. return _NSGetEnviron ();
  2856.   ;
  2857.   return 0;
  2858. }
  2859. _ACEOF
  2860. rm -f conftest.$ac_objext conftest$ac_exeext
  2861. if { (ac_try="$ac_link"
  2862. case "(($ac_try" in
  2863.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2864.   *) ac_try_echo=$ac_try;;
  2865. esac
  2866. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2867.   (eval "$ac_link") 2>conftest.er1
  2868.   ac_status=$?
  2869.   grep -v '^ *+' conftest.er1 >conftest.err
  2870.   rm -f conftest.er1
  2871.   cat conftest.err >&5
  2872.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2873.   (exit $ac_status); } && {
  2874.  test -z "$ac_c_werror_flag" ||
  2875.  test ! -s conftest.err
  2876.        } && test -s conftest$ac_exeext &&
  2877.        $as_test_x conftest$ac_exeext; then
  2878.   ac_cv_func__NSGetEnviron=yes
  2879. else
  2880.   echo "$as_me: failed program was:" >&5
  2881. sed 's/^/| /' conftest.$ac_ext >&5
  2882. ac_cv_func__NSGetEnviron=no
  2883. fi
  2884. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2885.       conftest$ac_exeext conftest.$ac_ext
  2886. fi
  2887. { echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
  2888. echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6; }
  2889. if test $ac_cv_func__NSGetEnviron = yes; then
  2890. cat >>confdefs.h <<_ACEOF
  2891. #define HAVE_NSGETENVIRON 1
  2892. _ACEOF
  2893. fi
  2894. for ac_func in vsnprintf snprintf
  2895. do
  2896. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  2897. { echo "$as_me:$LINENO: checking for $ac_func" >&5
  2898. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  2899. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then
  2900.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2901. else
  2902.   cat >conftest.$ac_ext <<_ACEOF
  2903. /* confdefs.h.  */
  2904. _ACEOF
  2905. cat confdefs.h >>conftest.$ac_ext
  2906. cat >>conftest.$ac_ext <<_ACEOF
  2907. /* end confdefs.h.  */
  2908. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  2909.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2910. #define $ac_func innocuous_$ac_func
  2911. /* System header to define __stub macros and hopefully few prototypes,
  2912.     which can conflict with char $ac_func (); below.
  2913.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2914.     <limits.h> exists even on freestanding compilers.  */
  2915. #ifdef __STDC__
  2916. # include <limits.h>
  2917. #else
  2918. # include <assert.h>
  2919. #endif
  2920. #undef $ac_func
  2921. /* Override any GCC internal prototype to avoid an error.
  2922.    Use char because int might match the return type of a GCC
  2923.    builtin and then its argument prototype would still apply.  */
  2924. #ifdef __cplusplus
  2925. extern "C"
  2926. #endif
  2927. char $ac_func ();
  2928. /* The GNU C library defines this for functions which it implements
  2929.     to always fail with ENOSYS.  Some functions are actually named
  2930.     something starting with __ and the normal name is an alias.  */
  2931. #if defined __stub_$ac_func || defined __stub___$ac_func
  2932. choke me
  2933. #endif
  2934. int
  2935. main ()
  2936. {
  2937. return $ac_func ();
  2938.   ;
  2939.   return 0;
  2940. }
  2941. _ACEOF
  2942. rm -f conftest.$ac_objext conftest$ac_exeext
  2943. if { (ac_try="$ac_link"
  2944. case "(($ac_try" in
  2945.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2946.   *) ac_try_echo=$ac_try;;
  2947. esac
  2948. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&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.  test -z "$ac_c_werror_flag" ||
  2957.  test ! -s conftest.err
  2958.        } && test -s conftest$ac_exeext &&
  2959.        $as_test_x conftest$ac_exeext; then
  2960.   eval "$as_ac_var=yes"
  2961. else
  2962.   echo "$as_me: failed program was:" >&5
  2963. sed 's/^/| /' conftest.$ac_ext >&5
  2964. eval "$as_ac_var=no"
  2965. fi
  2966. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2967.       conftest$ac_exeext conftest.$ac_ext
  2968. fi
  2969. ac_res=`eval echo '${'$as_ac_var'}'`
  2970.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  2971. echo "${ECHO_T}$ac_res" >&6; }
  2972. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2973.   cat >>confdefs.h <<_ACEOF
  2974. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2975. _ACEOF
  2976. fi
  2977. done
  2978. # Check whether --enable-embedded was given.
  2979. if test "${enable_embedded+set}" = set; then
  2980.   enableval=$enable_embedded; kde_use_qt_emb=$enableval
  2981. else
  2982.   kde_use_qt_emb=no
  2983. fi
  2984. # Check whether --enable-qtopia was given.
  2985. if test "${enable_qtopia+set}" = set; then
  2986.   enableval=$enable_qtopia; kde_use_qt_emb_palm=$enableval
  2987. else
  2988.   kde_use_qt_emb_palm=no
  2989. fi
  2990. # Check whether --enable-mac was given.
  2991. if test "${enable_mac+set}" = set; then
  2992.   enableval=$enable_mac; kde_use_qt_mac=$enableval
  2993. else
  2994.   kde_use_qt_mac=no
  2995. fi
  2996. # used to disable x11-specific stuff on special platforms
  2997.  if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
  2998.   include_x11_TRUE=
  2999.   include_x11_FALSE='#'
  3000. else
  3001.   include_x11_TRUE='#'
  3002.   include_x11_FALSE=
  3003. fi
  3004. if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
  3005. { echo "$as_me:$LINENO: checking for X" >&5
  3006. echo $ECHO_N "checking for X... $ECHO_C" >&6; }
  3007. if test "${kde_cv_have_x+set}" = set; then
  3008.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3009. else
  3010.   # One or both of the vars are not set, and there is no cached value.
  3011. if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
  3012.    kde_x_includes=NO
  3013. else
  3014.    kde_x_includes=$x_includes
  3015. fi
  3016. if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
  3017.    kde_x_libraries=NO
  3018. else
  3019.    kde_x_libraries=$x_libraries
  3020. fi
  3021. # below we use the standard autoconf calls
  3022. ac_x_libraries=$kde_x_libraries
  3023. ac_x_includes=$kde_x_includes
  3024. if test "$ac_x_includes" = NO; then
  3025.   # Guess where to find include files, by looking for this one X11 .h file.
  3026.   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  3027.   # First, try using that file with no special directory specified.
  3028. cat >conftest.$ac_ext <<_ACEOF
  3029. /* confdefs.h.  */
  3030. _ACEOF
  3031. cat confdefs.h >>conftest.$ac_ext
  3032. cat >>conftest.$ac_ext <<_ACEOF
  3033. /* end confdefs.h.  */
  3034. #include <$x_direct_test_include>
  3035. _ACEOF
  3036. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3037. case "(($ac_try" in
  3038.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3039.   *) ac_try_echo=$ac_try;;
  3040. esac
  3041. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3042.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3043.   ac_status=$?
  3044.   grep -v '^ *+' conftest.er1 >conftest.err
  3045.   rm -f conftest.er1
  3046.   cat conftest.err >&5
  3047.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3048.   (exit $ac_status); } >/dev/null && {
  3049.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3050.  test ! -s conftest.err
  3051.        }; then
  3052.   # We can compile using X headers with no special include directory.
  3053. ac_x_includes=
  3054. else
  3055.   echo "$as_me: failed program was:" >&5
  3056. sed 's/^/| /' conftest.$ac_ext >&5
  3057.   # Look for the header file in a standard set of common directories.
  3058. # Check X11 before X11Rn because it is often a symlink to the current release.
  3059.   for ac_dir in               
  3060.     /usr/X11/include          
  3061.     /usr/X11R6/include        
  3062.     /usr/X11R5/include        
  3063.     /usr/X11R4/include        
  3064.                               
  3065.     /usr/include/X11          
  3066.     /usr/include/X11R6        
  3067.     /usr/include/X11R5        
  3068.     /usr/include/X11R4        
  3069.                               
  3070.     /usr/local/X11/include    
  3071.     /usr/local/X11R6/include  
  3072.     /usr/local/X11R5/include  
  3073.     /usr/local/X11R4/include  
  3074.                               
  3075.     /usr/local/include/X11    
  3076.     /usr/local/include/X11R6  
  3077.     /usr/local/include/X11R5  
  3078.     /usr/local/include/X11R4  
  3079.                               
  3080.     /usr/X386/include         
  3081.     /usr/x386/include         
  3082.     /usr/XFree86/include/X11  
  3083.                               
  3084.     /usr/include              
  3085.     /usr/local/include        
  3086.     /usr/unsupported/include  
  3087.     /usr/athena/include       
  3088.     /usr/local/x11r5/include  
  3089.     /usr/lpp/Xamples/include  
  3090.                               
  3091.     /usr/openwin/include      
  3092.     /usr/openwin/share/include 
  3093.     ; 
  3094.   do
  3095.     if test -r "$ac_dir/$x_direct_test_include"; then
  3096.       ac_x_includes=$ac_dir
  3097.       break
  3098.     fi
  3099.   done
  3100. fi
  3101. rm -f conftest.err conftest.$ac_ext
  3102. fi # $ac_x_includes = NO
  3103. if test "$ac_x_libraries" = NO; then
  3104.   # Check for the libraries.
  3105.   test -z "$x_direct_test_library" && x_direct_test_library=Xt
  3106.   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  3107.   # See if we find them without any special options.
  3108.   # Don't add to $LIBS permanently.
  3109.   ac_save_LIBS="$LIBS"
  3110.   LIBS="-l$x_direct_test_library $LIBS"
  3111. cat >conftest.$ac_ext <<_ACEOF
  3112. /* confdefs.h.  */
  3113. _ACEOF
  3114. cat confdefs.h >>conftest.$ac_ext
  3115. cat >>conftest.$ac_ext <<_ACEOF
  3116. /* end confdefs.h.  */
  3117. #include <X11/Intrinsic.h>
  3118. int
  3119. main ()
  3120. {
  3121. ${x_direct_test_function}(1)
  3122.   ;
  3123.   return 0;
  3124. }
  3125. _ACEOF
  3126. rm -f conftest.$ac_objext conftest$ac_exeext
  3127. if { (ac_try="$ac_link"
  3128. case "(($ac_try" in
  3129.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3130.   *) ac_try_echo=$ac_try;;
  3131. esac
  3132. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3133.   (eval "$ac_link") 2>conftest.er1
  3134.   ac_status=$?
  3135.   grep -v '^ *+' conftest.er1 >conftest.err
  3136.   rm -f conftest.er1
  3137.   cat conftest.err >&5
  3138.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3139.   (exit $ac_status); } && {
  3140.  test -z "$ac_c_werror_flag" ||
  3141.  test ! -s conftest.err
  3142.        } && test -s conftest$ac_exeext &&
  3143.        $as_test_x conftest$ac_exeext; then
  3144.   LIBS="$ac_save_LIBS"
  3145. # We can link X programs with no special library path.
  3146. ac_x_libraries=
  3147. else
  3148.   echo "$as_me: failed program was:" >&5
  3149. sed 's/^/| /' conftest.$ac_ext >&5
  3150. LIBS="$ac_save_LIBS"
  3151. # First see if replacing the include by lib works.
  3152. # Check X11 before X11Rn because it is often a symlink to the current release.
  3153. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` 
  3154.     /usr/X11/lib${kdelibsuff}           
  3155.     /usr/X11R6/lib${kdelibsuff}         
  3156.     /usr/X11R5/lib${kdelibsuff}         
  3157.     /usr/X11R4/lib${kdelibsuff}         
  3158.                                         
  3159.     /usr/lib${kdelibsuff}/X11           
  3160.     /usr/lib${kdelibsuff}/X11R6         
  3161.     /usr/lib${kdelibsuff}/X11R5         
  3162.     /usr/lib${kdelibsuff}/X11R4         
  3163.                                         
  3164.     /usr/local/X11/lib${kdelibsuff}     
  3165.     /usr/local/X11R6/lib${kdelibsuff}   
  3166.     /usr/local/X11R5/lib${kdelibsuff}   
  3167.     /usr/local/X11R4/lib${kdelibsuff}   
  3168.                                         
  3169.     /usr/local/lib${kdelibsuff}/X11     
  3170.     /usr/local/lib${kdelibsuff}/X11R6   
  3171.     /usr/local/lib${kdelibsuff}/X11R5   
  3172.     /usr/local/lib${kdelibsuff}/X11R4   
  3173.                                         
  3174.     /usr/X386/lib${kdelibsuff}          
  3175.     /usr/x386/lib${kdelibsuff}          
  3176.     /usr/XFree86/lib${kdelibsuff}/X11   
  3177.                                         
  3178.     /usr/lib${kdelibsuff}               
  3179.     /usr/local/lib${kdelibsuff}         
  3180.     /usr/unsupported/lib${kdelibsuff}   
  3181.     /usr/athena/lib${kdelibsuff}        
  3182.     /usr/local/x11r5/lib${kdelibsuff}   
  3183.     /usr/lpp/Xamples/lib${kdelibsuff}   
  3184.     /lib/usr/lib${kdelibsuff}/X11       
  3185.                                         
  3186.     /usr/openwin/lib${kdelibsuff}       
  3187.     /usr/openwin/share/lib${kdelibsuff} 
  3188.     ; 
  3189. do
  3190.   for ac_extension in a so sl; do
  3191.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  3192.       ac_x_libraries=$ac_dir
  3193.       break 2
  3194.     fi
  3195.   done
  3196. done
  3197. fi
  3198. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3199.       conftest$ac_exeext conftest.$ac_ext
  3200. fi # $ac_x_libraries = NO
  3201. case "$host" in
  3202. mips-sgi-irix6*)
  3203.   ;;
  3204. *-*-solaris*)
  3205.   ;;
  3206. *)
  3207.   rm -f -r conftest.dir
  3208. if mkdir conftest.dir; then
  3209.   cd conftest.dir
  3210.   cat >Imakefile <<'_ACEOF'
  3211. incroot:
  3212. @echo incroot='${INCROOT}'
  3213. usrlibdir:
  3214. @echo usrlibdir='${USRLIBDIR}'
  3215. libdir:
  3216. @echo libdir='${LIBDIR}'
  3217. _ACEOF
  3218.   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
  3219.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  3220.     for ac_var in incroot usrlibdir libdir; do
  3221.       eval "ac_im_$ac_var=`${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'`"
  3222.     done
  3223.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  3224.     for ac_extension in a so sl; do
  3225.       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
  3226.  test -f "$ac_im_libdir/libX11.$ac_extension"; then
  3227. ac_im_usrlibdir=$ac_im_libdir; break
  3228.       fi
  3229.     done
  3230.     # Screen out bogus values from the imake configuration.  They are
  3231.     # bogus both because they are the default anyway, and because
  3232.     # using them would break gcc on systems where it needs fixed includes.
  3233.     case $ac_im_incroot in
  3234. /usr/include) ac_x_includes= ;;
  3235. *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
  3236.     esac
  3237.     case $ac_im_usrlibdir in
  3238. /usr/lib | /lib) ;;
  3239. *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
  3240.     esac
  3241.   fi
  3242.   cd ..
  3243.   rm -f -r conftest.dir
  3244. fi
  3245.   if test -z "$ac_x_includes"; then
  3246.     ac_x_includes="."
  3247.   fi
  3248.   if test -z "$ac_x_libraries"; then
  3249.     ac_x_libraries="/usr/lib${kdelibsuff}"
  3250.   fi
  3251. esac
  3252. #from now on we use our own again
  3253. # when the user already gave --x-includes, we ignore
  3254. # what the standard autoconf macros told us.
  3255. if test "$kde_x_includes" = NO; then
  3256.   kde_x_includes=$ac_x_includes
  3257. fi
  3258. # for --x-libraries too
  3259. if test "$kde_x_libraries" = NO; then
  3260.   kde_x_libraries=$ac_x_libraries
  3261. fi
  3262. if test "$kde_x_includes" = NO; then
  3263.   { { echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
  3264. echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
  3265.    { (exit 1); exit 1; }; }
  3266. fi
  3267. if test "$kde_x_libraries" = NO; then
  3268.   { { echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5
  3269. echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;}
  3270.    { (exit 1); exit 1; }; }
  3271. fi
  3272. # Record where we found X for the cache.
  3273. kde_cv_have_x="have_x=yes 
  3274.          kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
  3275. fi
  3276. eval "$kde_cv_have_x"
  3277. if test "$have_x" != yes; then
  3278.   { echo "$as_me:$LINENO: result: $have_x" >&5
  3279. echo "${ECHO_T}$have_x" >&6; }
  3280.   no_x=yes
  3281. else
  3282.   { echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
  3283. echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
  3284. fi
  3285. if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
  3286.   X_INCLUDES=""
  3287.   x_includes=".";  else
  3288.   x_includes=$kde_x_includes
  3289.   X_INCLUDES="-I$x_includes"
  3290. fi
  3291. if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then
  3292.   X_LDFLAGS=""
  3293.   x_libraries="/usr/lib";  else
  3294.   x_libraries=$kde_x_libraries
  3295.   X_LDFLAGS="-L$x_libraries"
  3296. fi
  3297. all_includes="$X_INCLUDES"
  3298. all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
  3299. # Check for libraries that X11R6 Xt/Xaw programs need.
  3300. ac_save_LDFLAGS="$LDFLAGS"
  3301. LDFLAGS="$LDFLAGS $X_LDFLAGS"
  3302. # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  3303. # check for ICE first), but we must link in the order -lSM -lICE or
  3304. # we get undefined symbols.  So assume we have SM if we have ICE.
  3305. # These have to be linked with before -lX11, unlike the other
  3306. # libraries we check for below, so use a different variable.
  3307. #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
  3308. { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
  3309. echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
  3310. if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
  3311.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3312. else
  3313.   ac_check_lib_save_LIBS=$LIBS
  3314. LIBS="-lICE $X_EXTRA_LIBS $LIBS"
  3315. cat >conftest.$ac_ext <<_ACEOF
  3316. /* confdefs.h.  */
  3317. _ACEOF
  3318. cat confdefs.h >>conftest.$ac_ext
  3319. cat >>conftest.$ac_ext <<_ACEOF
  3320. /* end confdefs.h.  */
  3321. /* Override any GCC internal prototype to avoid an error.
  3322.    Use char because int might match the return type of a GCC
  3323.    builtin and then its argument prototype would still apply.  */
  3324. #ifdef __cplusplus
  3325. extern "C"
  3326. #endif
  3327. char IceConnectionNumber ();
  3328. int
  3329. main ()
  3330. {
  3331. return IceConnectionNumber ();
  3332.   ;
  3333.   return 0;
  3334. }
  3335. _ACEOF
  3336. rm -f conftest.$ac_objext conftest$ac_exeext
  3337. if { (ac_try="$ac_link"
  3338. case "(($ac_try" in
  3339.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3340.   *) ac_try_echo=$ac_try;;
  3341. esac
  3342. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3343.   (eval "$ac_link") 2>conftest.er1
  3344.   ac_status=$?
  3345.   grep -v '^ *+' conftest.er1 >conftest.err
  3346.   rm -f conftest.er1
  3347.   cat conftest.err >&5
  3348.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3349.   (exit $ac_status); } && {
  3350.  test -z "$ac_c_werror_flag" ||
  3351.  test ! -s conftest.err
  3352.        } && test -s conftest$ac_exeext &&
  3353.        $as_test_x conftest$ac_exeext; then
  3354.   ac_cv_lib_ICE_IceConnectionNumber=yes
  3355. else
  3356.   echo "$as_me: failed program was:" >&5
  3357. sed 's/^/| /' conftest.$ac_ext >&5
  3358. ac_cv_lib_ICE_IceConnectionNumber=no
  3359. fi
  3360. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3361.       conftest$ac_exeext conftest.$ac_ext
  3362. LIBS=$ac_check_lib_save_LIBS
  3363. fi
  3364. { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
  3365. echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
  3366. if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
  3367.   LIBSM="-lSM -lICE"
  3368. fi
  3369. LDFLAGS="$ac_save_LDFLAGS"
  3370. LIB_X11='-lX11 $(LIBSOCKET)'
  3371. { echo "$as_me:$LINENO: checking for libXext" >&5
  3372. echo $ECHO_N "checking for libXext... $ECHO_C" >&6; }
  3373. if test "${kde_cv_have_libXext+set}" = set; then
  3374.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3375. else
  3376. kde_ldflags_safe="$LDFLAGS"
  3377. kde_libs_safe="$LIBS"
  3378. LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
  3379. LIBS="-lXext -lX11 $LIBSOCKET"
  3380. cat >conftest.$ac_ext <<_ACEOF
  3381. /* confdefs.h.  */
  3382. _ACEOF
  3383. cat confdefs.h >>conftest.$ac_ext
  3384. cat >>conftest.$ac_ext <<_ACEOF
  3385. /* end confdefs.h.  */
  3386. #include <stdio.h>
  3387. #ifdef STDC_HEADERS
  3388. # include <stdlib.h>
  3389. #endif
  3390. int
  3391. main ()
  3392. {
  3393. printf("hello Xextn");
  3394.   ;
  3395.   return 0;
  3396. }
  3397. _ACEOF
  3398. rm -f conftest.$ac_objext conftest$ac_exeext
  3399. if { (ac_try="$ac_link"
  3400. case "(($ac_try" in
  3401.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3402.   *) ac_try_echo=$ac_try;;
  3403. esac
  3404. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3405.   (eval "$ac_link") 2>conftest.er1
  3406.   ac_status=$?
  3407.   grep -v '^ *+' conftest.er1 >conftest.err
  3408.   rm -f conftest.er1
  3409.   cat conftest.err >&5
  3410.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3411.   (exit $ac_status); } && {
  3412.  test -z "$ac_c_werror_flag" ||
  3413.  test ! -s conftest.err
  3414.        } && test -s conftest$ac_exeext &&
  3415.        $as_test_x conftest$ac_exeext; then
  3416.   kde_cv_have_libXext=yes
  3417. else
  3418.   echo "$as_me: failed program was:" >&5
  3419. sed 's/^/| /' conftest.$ac_ext >&5
  3420. kde_cv_have_libXext=no
  3421. fi
  3422. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3423.       conftest$ac_exeext conftest.$ac_ext
  3424. LDFLAGS=$kde_ldflags_safe
  3425. LIBS=$kde_libs_safe
  3426. fi
  3427. { echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
  3428. echo "${ECHO_T}$kde_cv_have_libXext" >&6; }
  3429. if test "$kde_cv_have_libXext" = "no"; then
  3430.   { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
  3431. can't find it itself, we stop here assuming that make wouldn't find
  3432. them either." >&5
  3433. echo "$as_me: error: We need a working libXext to proceed. Since configure
  3434. can't find it itself, we stop here assuming that make wouldn't find
  3435. them either." >&2;}
  3436.    { (exit 1); exit 1; }; }
  3437. fi
  3438. LIB_XEXT="-lXext"
  3439. QTE_NORTTI=""
  3440. elif test "$kde_use_qt_emb" = "yes"; then
  3441.     CPPFLAGS=-DQWS
  3442.   CXXFLAGS="$CXXFLAGS -fno-rtti"
  3443.   QTE_NORTTI="-fno-rtti -DQWS"
  3444.   X_PRE_LIBS=""
  3445.   LIB_X11=""
  3446.   LIB_XEXT=""
  3447.   LIB_XRENDER=""
  3448.   LIBSM=""
  3449.   X_INCLUDES=""
  3450.   X_LDFLAGS=""
  3451.   x_includes=""
  3452.   x_libraries=""
  3453. elif test "$kde_use_qt_mac" = "yes"; then
  3454.       CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
  3455.   CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
  3456.   X_PRE_LIBS=""
  3457.   LIB_X11=""
  3458.   LIB_XEXT=""
  3459.   LIB_XRENDER=""
  3460.   LIBSM=""
  3461.   X_INCLUDES=""
  3462.   X_LDFLAGS=""
  3463.   x_includes=""
  3464.   x_libraries=""
  3465. fi
  3466. if test -z ""; then
  3467.   # Current default Qt version: 3.3
  3468.   kde_qtver=3
  3469.   kde_qtsubver=3
  3470. else
  3471.   kde_qtsubver=`echo "" | sed -e 's#[0-9][0-9]*.([0-9][0-9]*).*#1#'`
  3472.   # following is the check if subversion isnt found in passed argument
  3473.   if test "$kde_qtsubver" = ""; then
  3474.     kde_qtsubver=1
  3475.   fi
  3476.   kde_qtver=`echo "" | sed -e 's#^([0-9][0-9]*)..*#1#'`
  3477.   if test "$kde_qtver" = "1"; then
  3478.     kde_qtsubver=42
  3479.   fi
  3480. fi
  3481. if test -z ""; then
  3482.   if test "$kde_qtver" = "2"; then
  3483.     if test $kde_qtsubver -gt 0; then
  3484.       kde_qt_minversion=">= Qt 2.2.2"
  3485.     else
  3486.       kde_qt_minversion=">= Qt 2.0.2"
  3487.     fi
  3488.   fi
  3489.   if test "$kde_qtver" = "3"; then
  3490.     if test $kde_qtsubver -gt 0; then
  3491.  if test $kde_qtsubver -gt 1; then
  3492.     if test $kde_qtsubver -gt 2; then
  3493. kde_qt_minversion=">= Qt 3.3 and < 4.0"
  3494.     else
  3495.         kde_qt_minversion=">= Qt 3.2 and < 4.0"
  3496.     fi
  3497.  else
  3498.             kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
  3499.          fi
  3500.     else
  3501.       kde_qt_minversion=">= Qt 3.0 and < 4.0"
  3502.     fi
  3503.   fi
  3504.   if test "$kde_qtver" = "1"; then
  3505.     kde_qt_minversion=">= 1.42 and < 2.0"
  3506.   fi
  3507. else
  3508.    kde_qt_minversion=""
  3509. fi
  3510. if test -z ""; then
  3511.    if test $kde_qtver = 3; then
  3512.      if test $kde_qtsubver -gt 0; then
  3513.        kde_qt_verstring="QT_VERSION >= 0x03@VER@00 && QT_VERSION < 0x040000"
  3514.        qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*(..)$,1,'`
  3515.        kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s,@VER@,$qtsubver,"`
  3516.      else
  3517.        kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
  3518.      fi
  3519.    fi
  3520.    if test $kde_qtver = 2; then
  3521.      if test $kde_qtsubver -gt 0; then
  3522.        kde_qt_verstring="QT_VERSION >= 222"
  3523.      else
  3524.        kde_qt_verstring="QT_VERSION >= 200"
  3525.      fi
  3526.    fi
  3527.    if test $kde_qtver = 1; then
  3528.     kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
  3529.    fi
  3530. else
  3531.    kde_qt_verstring=""
  3532. fi
  3533. if test $kde_qtver = 4; then
  3534.   kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
  3535. fi
  3536. if test $kde_qtver = 3; then
  3537.   kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${kdelibsuff}/qt-3.3"
  3538.   if test -z "$PKG_CONFIG"; then
  3539.       # Extract the first word of "pkg-config", so it can be a program name with args.
  3540. set dummy pkg-config; ac_word=$2
  3541. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3542. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3543. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  3544.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3545. else
  3546.   case $PKG_CONFIG in
  3547.   [\/]* | ?:[\/]*)
  3548.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  3549.   ;;
  3550.   *)
  3551.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3552. for as_dir in $PATH
  3553. do
  3554.   IFS=$as_save_IFS
  3555.   test -z "$as_dir" && as_dir=.
  3556.   for ac_exec_ext in '' $ac_executable_extensions; do
  3557.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3558.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  3559.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3560.     break 2
  3561.   fi
  3562. done
  3563. done
  3564. IFS=$as_save_IFS
  3565.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  3566.   ;;
  3567. esac
  3568. fi
  3569. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  3570. if test -n "$PKG_CONFIG"; then
  3571.   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  3572. echo "${ECHO_T}$PKG_CONFIG" >&6; }
  3573. else
  3574.   { echo "$as_me:$LINENO: result: no" >&5
  3575. echo "${ECHO_T}no" >&6; }
  3576. fi
  3577.   fi
  3578.   if test "$PKG_CONFIG" != "no" ; then
  3579.     if $PKG_CONFIG --exists qt-mt ; then
  3580.        kde_qt_dirs="$kde_qt_dirs `$PKG_CONFIG --variable=prefix qt-mt`"
  3581.     fi
  3582.   fi
  3583. fi
  3584. if test $kde_qtver = 2; then
  3585.    kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
  3586. fi
  3587. if test $kde_qtver = 1; then
  3588.    kde_qt_dirs="$QTDIR /usr/lib/qt"
  3589. fi
  3590.                 LIBPTHREAD=""
  3591.   if test -n "$PTHREAD_LIBS"; then
  3592.     if test "x$PTHREAD_LIBS" = "x-pthread" ; then
  3593.       LIBPTHREAD="PTHREAD"
  3594.     else
  3595.       PTHREAD_LIBS_save="$PTHREAD_LIBS"
  3596.       PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
  3597.       { echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
  3598. echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6; }
  3599.      kde_save_LDFLAGS="$LDFLAGS"
  3600.           kde_save_LIBS="$LIBS"
  3601.      LDFLAGS="$LDFLAGS $all_libraries"
  3602.      case $host_os in
  3603.       aix*) LDFLAGS="-brtl $LDFLAGS"
  3604. test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
  3605. ;;
  3606.      esac
  3607.      as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
  3608. { echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
  3609. echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6; }
  3610. if { as_var=$as_ac_Lib; eval "test "${$as_var+set}" = set"; }; then
  3611.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3612. else
  3613.   ac_check_lib_save_LIBS=$LIBS
  3614. LIBS="-l$PTHREAD_LIBS  $LIBS"
  3615. cat >conftest.$ac_ext <<_ACEOF
  3616. /* confdefs.h.  */
  3617. _ACEOF