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

OpenGL

开发平台:

Visual C++

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