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

OpenGL

开发平台:

Visual C++

  1. cat confdefs.h >>conftest.$ac_ext
  2. cat >>conftest.$ac_ext <<_ACEOF
  3. /* end confdefs.h.  */
  4. /* Override any GCC internal prototype to avoid an error.
  5.    Use char because int might match the return type of a GCC
  6.    builtin and then its argument prototype would still apply.  */
  7. #ifdef __cplusplus
  8. extern "C"
  9. #endif
  10. char pthread_create ();
  11. int
  12. main ()
  13. {
  14. return pthread_create ();
  15.   ;
  16.   return 0;
  17. }
  18. _ACEOF
  19. rm -f conftest.$ac_objext conftest$ac_exeext
  20. if { (ac_try="$ac_link"
  21. case "(($ac_try" in
  22.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  23.   *) ac_try_echo=$ac_try;;
  24. esac
  25. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  26.   (eval "$ac_link") 2>conftest.er1
  27.   ac_status=$?
  28.   grep -v '^ *+' conftest.er1 >conftest.err
  29.   rm -f conftest.er1
  30.   cat conftest.err >&5
  31.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  32.   (exit $ac_status); } && {
  33.  test -z "$ac_c_werror_flag" ||
  34.  test ! -s conftest.err
  35.        } && test -s conftest$ac_exeext &&
  36.        $as_test_x conftest$ac_exeext; then
  37.   eval "$as_ac_Lib=yes"
  38. else
  39.   echo "$as_me: failed program was:" >&5
  40. sed 's/^/| /' conftest.$ac_ext >&5
  41. eval "$as_ac_Lib=no"
  42. fi
  43. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  44.       conftest$ac_exeext conftest.$ac_ext
  45. LIBS=$ac_check_lib_save_LIBS
  46. fi
  47. ac_res=`eval echo '${'$as_ac_Lib'}'`
  48.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  49. echo "${ECHO_T}$ac_res" >&6; }
  50. if test `eval echo '${'$as_ac_Lib'}'` = yes; then
  51.   LIBPTHREAD="$PTHREAD_LIBS_save"
  52. fi
  53.      LDFLAGS="$kde_save_LDFLAGS"
  54.      LIBS="$kde_save_LIBS"
  55.       PTHREAD_LIBS="$PTHREAD_LIBS_save"
  56.     fi
  57.   fi
  58.     if test -z "$LIBPTHREAD"; then
  59.     { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
  60. echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
  61. if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
  62.   echo $ECHO_N "(cached) $ECHO_C" >&6
  63. else
  64.   ac_check_lib_save_LIBS=$LIBS
  65. LIBS="-lpthread  $LIBS"
  66. cat >conftest.$ac_ext <<_ACEOF
  67. /* confdefs.h.  */
  68. _ACEOF
  69. cat confdefs.h >>conftest.$ac_ext
  70. cat >>conftest.$ac_ext <<_ACEOF
  71. /* end confdefs.h.  */
  72. /* Override any GCC internal prototype to avoid an error.
  73.    Use char because int might match the return type of a GCC
  74.    builtin and then its argument prototype would still apply.  */
  75. #ifdef __cplusplus
  76. extern "C"
  77. #endif
  78. char pthread_create ();
  79. int
  80. main ()
  81. {
  82. return pthread_create ();
  83.   ;
  84.   return 0;
  85. }
  86. _ACEOF
  87. rm -f conftest.$ac_objext conftest$ac_exeext
  88. if { (ac_try="$ac_link"
  89. case "(($ac_try" in
  90.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  91.   *) ac_try_echo=$ac_try;;
  92. esac
  93. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  94.   (eval "$ac_link") 2>conftest.er1
  95.   ac_status=$?
  96.   grep -v '^ *+' conftest.er1 >conftest.err
  97.   rm -f conftest.er1
  98.   cat conftest.err >&5
  99.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  100.   (exit $ac_status); } && {
  101.  test -z "$ac_c_werror_flag" ||
  102.  test ! -s conftest.err
  103.        } && test -s conftest$ac_exeext &&
  104.        $as_test_x conftest$ac_exeext; then
  105.   ac_cv_lib_pthread_pthread_create=yes
  106. else
  107.   echo "$as_me: failed program was:" >&5
  108. sed 's/^/| /' conftest.$ac_ext >&5
  109. ac_cv_lib_pthread_pthread_create=no
  110. fi
  111. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  112.       conftest$ac_exeext conftest.$ac_ext
  113. LIBS=$ac_check_lib_save_LIBS
  114. fi
  115. { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
  116. echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
  117. if test $ac_cv_lib_pthread_pthread_create = yes; then
  118.   LIBPTHREAD="-lpthread"
  119. fi
  120.   fi
  121.     if test -z "$LIBPTHREAD" ; then
  122.     { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
  123. echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
  124.     kde_safe_libs=$LIBS
  125.     LIBS="$LIBS -lpthread"
  126.     cat >conftest.$ac_ext <<_ACEOF
  127. /* confdefs.h.  */
  128. _ACEOF
  129. cat confdefs.h >>conftest.$ac_ext
  130. cat >>conftest.$ac_ext <<_ACEOF
  131. /* end confdefs.h.  */
  132. #include <pthread.h>
  133. int
  134. main ()
  135. {
  136. (void)pthread_create(0,0,0,0);
  137.   ;
  138.   return 0;
  139. }
  140. _ACEOF
  141. rm -f conftest.$ac_objext conftest$ac_exeext
  142. if { (ac_try="$ac_link"
  143. case "(($ac_try" in
  144.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  145.   *) ac_try_echo=$ac_try;;
  146. esac
  147. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  148.   (eval "$ac_link") 2>conftest.er1
  149.   ac_status=$?
  150.   grep -v '^ *+' conftest.er1 >conftest.err
  151.   rm -f conftest.er1
  152.   cat conftest.err >&5
  153.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  154.   (exit $ac_status); } && {
  155.  test -z "$ac_c_werror_flag" ||
  156.  test ! -s conftest.err
  157.        } && test -s conftest$ac_exeext &&
  158.        $as_test_x conftest$ac_exeext; then
  159.         { echo "$as_me:$LINENO: result: yes" >&5
  160. echo "${ECHO_T}yes" >&6; }
  161.         LIBPTHREAD="-lpthread"
  162. else
  163.   echo "$as_me: failed program was:" >&5
  164. sed 's/^/| /' conftest.$ac_ext >&5
  165. { echo "$as_me:$LINENO: result: no" >&5
  166. echo "${ECHO_T}no" >&6; }
  167. fi
  168. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  169.       conftest$ac_exeext conftest.$ac_ext
  170.     LIBS=$kde_safe_libs
  171.   fi
  172.     if test "x$LIBPTHREAD" = "xPTHREAD" ; then
  173.     LIBPTHREAD=""
  174.   fi
  175.       USE_THREADS=""
  176.       if test -z "$LIBPTHREAD"; then
  177. { echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
  178. echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6; }
  179. kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
  180. if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  181.   echo $ECHO_N "(cached) $ECHO_C" >&6
  182. else
  183.    ac_ext=cpp
  184. ac_cpp='$CXXCPP $CPPFLAGS'
  185. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  186. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  187. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  188. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  189.   save_CXXFLAGS="$CXXFLAGS"
  190.   CXXFLAGS="$CXXFLAGS -pthread"
  191.   cat >conftest.$ac_ext <<_ACEOF
  192. /* confdefs.h.  */
  193. _ACEOF
  194. cat confdefs.h >>conftest.$ac_ext
  195. cat >>conftest.$ac_ext <<_ACEOF
  196. /* end confdefs.h.  */
  197. int
  198. main ()
  199. {
  200.  return 0;
  201.   ;
  202.   return 0;
  203. }
  204. _ACEOF
  205. rm -f conftest.$ac_objext conftest$ac_exeext
  206. if { (ac_try="$ac_link"
  207. case "(($ac_try" in
  208.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  209.   *) ac_try_echo=$ac_try;;
  210. esac
  211. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  212.   (eval "$ac_link") 2>conftest.er1
  213.   ac_status=$?
  214.   grep -v '^ *+' conftest.er1 >conftest.err
  215.   rm -f conftest.er1
  216.   cat conftest.err >&5
  217.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  218.   (exit $ac_status); } && {
  219.  test -z "$ac_cxx_werror_flag" ||
  220.  test ! -s conftest.err
  221.        } && test -s conftest$ac_exeext &&
  222.        $as_test_x conftest$ac_exeext; then
  223.   eval "kde_cv_prog_cxx_$kde_cache=yes"
  224. else
  225.   echo "$as_me: failed program was:" >&5
  226. sed 's/^/| /' conftest.$ac_ext >&5
  227. fi
  228. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  229.       conftest$ac_exeext conftest.$ac_ext
  230.   CXXFLAGS="$save_CXXFLAGS"
  231.   ac_ext=c
  232. ac_cpp='$CPP $CPPFLAGS'
  233. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  234. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  235. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  236. fi
  237. if eval "test "`echo '$kde_cv_prog_cxx_'$kde_cache`" = yes"; then
  238.  { echo "$as_me:$LINENO: result: yes" >&5
  239. echo "${ECHO_T}yes" >&6; }
  240.  :
  241.  USE_THREADS="-D_THREAD_SAFE -pthread"
  242. else
  243.  { echo "$as_me:$LINENO: result: no" >&5
  244. echo "${ECHO_T}no" >&6; }
  245.  :
  246. fi
  247.       fi
  248.     case $host_os in
  249.   solaris*)
  250. { echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
  251. echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6; }
  252. kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
  253. if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  254.   echo $ECHO_N "(cached) $ECHO_C" >&6
  255. else
  256.    ac_ext=cpp
  257. ac_cpp='$CXXCPP $CPPFLAGS'
  258. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  259. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  260. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  261. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  262.   save_CXXFLAGS="$CXXFLAGS"
  263.   CXXFLAGS="$CXXFLAGS -mt"
  264.   cat >conftest.$ac_ext <<_ACEOF
  265. /* confdefs.h.  */
  266. _ACEOF
  267. cat confdefs.h >>conftest.$ac_ext
  268. cat >>conftest.$ac_ext <<_ACEOF
  269. /* end confdefs.h.  */
  270. int
  271. main ()
  272. {
  273.  return 0;
  274.   ;
  275.   return 0;
  276. }
  277. _ACEOF
  278. rm -f conftest.$ac_objext conftest$ac_exeext
  279. if { (ac_try="$ac_link"
  280. case "(($ac_try" in
  281.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  282.   *) ac_try_echo=$ac_try;;
  283. esac
  284. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  285.   (eval "$ac_link") 2>conftest.er1
  286.   ac_status=$?
  287.   grep -v '^ *+' conftest.er1 >conftest.err
  288.   rm -f conftest.er1
  289.   cat conftest.err >&5
  290.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  291.   (exit $ac_status); } && {
  292.  test -z "$ac_cxx_werror_flag" ||
  293.  test ! -s conftest.err
  294.        } && test -s conftest$ac_exeext &&
  295.        $as_test_x conftest$ac_exeext; then
  296.   eval "kde_cv_prog_cxx_$kde_cache=yes"
  297. else
  298.   echo "$as_me: failed program was:" >&5
  299. sed 's/^/| /' conftest.$ac_ext >&5
  300. fi
  301. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  302.       conftest$ac_exeext conftest.$ac_ext
  303.   CXXFLAGS="$save_CXXFLAGS"
  304.   ac_ext=c
  305. ac_cpp='$CPP $CPPFLAGS'
  306. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  307. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  308. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  309. fi
  310. if eval "test "`echo '$kde_cv_prog_cxx_'$kde_cache`" = yes"; then
  311.  { echo "$as_me:$LINENO: result: yes" >&5
  312. echo "${ECHO_T}yes" >&6; }
  313.  :
  314.  USE_THREADS="-mt"
  315. else
  316.  { echo "$as_me:$LINENO: result: no" >&5
  317. echo "${ECHO_T}no" >&6; }
  318.  :
  319. fi
  320.                 CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
  321.      ;;
  322.         freebsd*)
  323.                 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
  324.                 ;;
  325.         aix*)
  326.                 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
  327.                 LIBPTHREAD="$LIBPTHREAD -lc_r"
  328.                 ;;
  329.         linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
  330.                 if test "$CXX" = "KCC"; then
  331.                   CXXFLAGS="$CXXFLAGS --thread_safe"
  332.   NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
  333.                 fi
  334.                 ;;
  335. *)
  336. ;;
  337.     esac
  338. { echo "$as_me:$LINENO: checking for extra includes" >&5
  339. echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; }
  340. # Check whether --with-extra-includes was given.
  341. if test "${with_extra_includes+set}" = set; then
  342.   withval=$with_extra_includes; kde_use_extra_includes="$withval"
  343. else
  344.   kde_use_extra_includes=NONE
  345. fi
  346. kde_extra_includes=
  347. if test -n "$kde_use_extra_includes" && 
  348.    test "$kde_use_extra_includes" != "NONE"; then
  349.    ac_save_ifs=$IFS
  350.    IFS=':'
  351.    for dir in $kde_use_extra_includes; do
  352.      kde_extra_includes="$kde_extra_includes $dir"
  353.      USER_INCLUDES="$USER_INCLUDES -I$dir"
  354.    done
  355.    IFS=$ac_save_ifs
  356.    kde_use_extra_includes="added"
  357. else
  358.    kde_use_extra_includes="no"
  359. fi
  360. { echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
  361. echo "${ECHO_T}$kde_use_extra_includes" >&6; }
  362. kde_extra_libs=
  363. { echo "$as_me:$LINENO: checking for extra libs" >&5
  364. echo $ECHO_N "checking for extra libs... $ECHO_C" >&6; }
  365. # Check whether --with-extra-libs was given.
  366. if test "${with_extra_libs+set}" = set; then
  367.   withval=$with_extra_libs; kde_use_extra_libs=$withval
  368. else
  369.   kde_use_extra_libs=NONE
  370. fi
  371. if test -n "$kde_use_extra_libs" && 
  372.    test "$kde_use_extra_libs" != "NONE"; then
  373.    ac_save_ifs=$IFS
  374.    IFS=':'
  375.    for dir in $kde_use_extra_libs; do
  376.      kde_extra_libs="$kde_extra_libs $dir"
  377.      KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
  378.      USER_LDFLAGS="$USER_LDFLAGS -L$dir"
  379.    done
  380.    IFS=$ac_save_ifs
  381.    kde_use_extra_libs="added"
  382. else
  383.    kde_use_extra_libs="no"
  384. fi
  385. { echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
  386. echo "${ECHO_T}$kde_use_extra_libs" >&6; }
  387. { echo "$as_me:$LINENO: checking for libz" >&5
  388. echo $ECHO_N "checking for libz... $ECHO_C" >&6; }
  389. if test "${ac_cv_lib_z+set}" = set; then
  390.   echo $ECHO_N "(cached) $ECHO_C" >&6
  391. else
  392. kde_save_LIBS="$LIBS"
  393. LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
  394. kde_save_CFLAGS="$CFLAGS"
  395. CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
  396. cat >conftest.$ac_ext <<_ACEOF
  397. /* confdefs.h.  */
  398. _ACEOF
  399. cat confdefs.h >>conftest.$ac_ext
  400. cat >>conftest.$ac_ext <<_ACEOF
  401. /* end confdefs.h.  */
  402. #include<zlib.h>
  403. #include<string.h>
  404. int
  405. main ()
  406. {
  407.   char buf[42];
  408.   gzFile f = (gzFile) 0;
  409.   /* this would segfault.. but we only link, don't run */
  410.   (void) gzgets(f, buf, sizeof(buf));
  411.   return (strcmp(zlibVersion(), ZLIB_VERSION) == 0);
  412.   ;
  413.   return 0;
  414. }
  415. _ACEOF
  416. rm -f conftest.$ac_objext conftest$ac_exeext
  417. if { (ac_try="$ac_link"
  418. case "(($ac_try" in
  419.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  420.   *) ac_try_echo=$ac_try;;
  421. esac
  422. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  423.   (eval "$ac_link") 2>conftest.er1
  424.   ac_status=$?
  425.   grep -v '^ *+' conftest.er1 >conftest.err
  426.   rm -f conftest.er1
  427.   cat conftest.err >&5
  428.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  429.   (exit $ac_status); } && {
  430.  test -z "$ac_c_werror_flag" ||
  431.  test ! -s conftest.err
  432.        } && test -s conftest$ac_exeext &&
  433.        $as_test_x conftest$ac_exeext; then
  434.   eval "ac_cv_lib_z='-lz'"
  435. else
  436.   echo "$as_me: failed program was:" >&5
  437. sed 's/^/| /' conftest.$ac_ext >&5
  438. eval "ac_cv_lib_z=no"
  439. fi
  440. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  441.       conftest$ac_exeext conftest.$ac_ext
  442. LIBS="$kde_save_LIBS"
  443. CFLAGS="$kde_save_CFLAGS"
  444. fi
  445. if test ! "$ac_cv_lib_z" = no; then
  446. cat >>confdefs.h <<_ACEOF
  447. #define HAVE_LIBZ 1
  448. _ACEOF
  449.   LIBZ="$ac_cv_lib_z"
  450.   { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
  451. echo "${ECHO_T}$ac_cv_lib_z" >&6; }
  452. else
  453.   { { echo "$as_me:$LINENO: error: not found.
  454.           Possibly configure picks up an outdated version
  455.           installed by XFree86. Remove it from your system.
  456.           Check your installation and look into config.log" >&5
  457. echo "$as_me: error: not found.
  458.           Possibly configure picks up an outdated version
  459.           installed by XFree86. Remove it from your system.
  460.           Check your installation and look into config.log" >&2;}
  461.    { (exit 1); exit 1; }; }
  462.   LIBZ=""
  463. fi
  464. { echo "$as_me:$LINENO: checking for libpng" >&5
  465. echo $ECHO_N "checking for libpng... $ECHO_C" >&6; }
  466. if test "${ac_cv_lib_png+set}" = set; then
  467.   echo $ECHO_N "(cached) $ECHO_C" >&6
  468. else
  469. kde_save_LIBS="$LIBS"
  470. if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
  471. LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
  472. else
  473. LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
  474. fi
  475. kde_save_CFLAGS="$CFLAGS"
  476. CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
  477. cat >conftest.$ac_ext <<_ACEOF
  478. /* confdefs.h.  */
  479. _ACEOF
  480. cat confdefs.h >>conftest.$ac_ext
  481. cat >>conftest.$ac_ext <<_ACEOF
  482. /* end confdefs.h.  */
  483.     #include<png.h>
  484. int
  485. main ()
  486. {
  487.     png_structp png_ptr = png_create_read_struct(  /* image ptr */
  488. PNG_LIBPNG_VER_STRING, 0, 0, 0 );
  489.     return( png_ptr != 0 );
  490.   ;
  491.   return 0;
  492. }
  493. _ACEOF
  494. rm -f conftest.$ac_objext conftest$ac_exeext
  495. if { (ac_try="$ac_link"
  496. case "(($ac_try" in
  497.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  498.   *) ac_try_echo=$ac_try;;
  499. esac
  500. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  501.   (eval "$ac_link") 2>conftest.er1
  502.   ac_status=$?
  503.   grep -v '^ *+' conftest.er1 >conftest.err
  504.   rm -f conftest.er1
  505.   cat conftest.err >&5
  506.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  507.   (exit $ac_status); } && {
  508.  test -z "$ac_c_werror_flag" ||
  509.  test ! -s conftest.err
  510.        } && test -s conftest$ac_exeext &&
  511.        $as_test_x conftest$ac_exeext; then
  512.   eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
  513. else
  514.   echo "$as_me: failed program was:" >&5
  515. sed 's/^/| /' conftest.$ac_ext >&5
  516. eval "ac_cv_lib_png=no"
  517. fi
  518. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  519.       conftest$ac_exeext conftest.$ac_ext
  520. LIBS="$kde_save_LIBS"
  521. CFLAGS="$kde_save_CFLAGS"
  522. fi
  523. if eval "test ! "`echo $ac_cv_lib_png`" = no"; then
  524. cat >>confdefs.h <<_ACEOF
  525. #define HAVE_LIBPNG 1
  526. _ACEOF
  527.   LIBPNG="$ac_cv_lib_png"
  528.   { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
  529. echo "${ECHO_T}$ac_cv_lib_png" >&6; }
  530. else
  531.   { echo "$as_me:$LINENO: result: no" >&5
  532. echo "${ECHO_T}no" >&6; }
  533.   LIBPNG=""
  534. fi
  535. { echo "$as_me:$LINENO: checking for libjpeg6b" >&5
  536. echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; }
  537. if test "${ac_cv_lib_jpeg_6b+set}" = set; then
  538.   echo $ECHO_N "(cached) $ECHO_C" >&6
  539. else
  540. ac_save_LIBS="$LIBS"
  541. LIBS="$all_libraries $USER_LDFLAGS -ljpeg6b -lm"
  542. ac_save_CFLAGS="$CFLAGS"
  543. CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
  544. cat >conftest.$ac_ext <<_ACEOF
  545. /* confdefs.h.  */
  546. _ACEOF
  547. cat confdefs.h >>conftest.$ac_ext
  548. cat >>conftest.$ac_ext <<_ACEOF
  549. /* end confdefs.h.  */
  550. #ifdef __cplusplus
  551. extern "C" {
  552. #endif
  553. void jpeg_CreateDecompress();
  554. #ifdef __cplusplus
  555. }
  556. #endif
  557. int
  558. main ()
  559. {
  560. jpeg_CreateDecompress();
  561.   ;
  562.   return 0;
  563. }
  564. _ACEOF
  565. rm -f conftest.$ac_objext conftest$ac_exeext
  566. if { (ac_try="$ac_link"
  567. case "(($ac_try" in
  568.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  569.   *) ac_try_echo=$ac_try;;
  570. esac
  571. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  572.   (eval "$ac_link") 2>conftest.er1
  573.   ac_status=$?
  574.   grep -v '^ *+' conftest.er1 >conftest.err
  575.   rm -f conftest.er1
  576.   cat conftest.err >&5
  577.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  578.   (exit $ac_status); } && {
  579.  test -z "$ac_c_werror_flag" ||
  580.  test ! -s conftest.err
  581.        } && test -s conftest$ac_exeext &&
  582.        $as_test_x conftest$ac_exeext; then
  583.   eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
  584. else
  585.   echo "$as_me: failed program was:" >&5
  586. sed 's/^/| /' conftest.$ac_ext >&5
  587. eval "ac_cv_lib_jpeg_6b=no"
  588. fi
  589. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  590.       conftest$ac_exeext conftest.$ac_ext
  591. LIBS="$ac_save_LIBS"
  592. CFLAGS="$ac_save_CFLAGS"
  593. fi
  594. if eval "test ! "`echo $ac_cv_lib_jpeg_6b`" = no"; then
  595.   LIBJPEG="$ac_cv_lib_jpeg_6b"
  596.   { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
  597. echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6; }
  598. else
  599.   { echo "$as_me:$LINENO: result: no" >&5
  600. echo "${ECHO_T}no" >&6; }
  601. { echo "$as_me:$LINENO: checking for libjpeg" >&5
  602. echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
  603. if test "${ac_cv_lib_jpeg_normal+set}" = set; then
  604.   echo $ECHO_N "(cached) $ECHO_C" >&6
  605. else
  606. ac_save_LIBS="$LIBS"
  607. LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
  608. ac_save_CFLAGS="$CFLAGS"
  609. CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
  610. cat >conftest.$ac_ext <<_ACEOF
  611. /* confdefs.h.  */
  612. _ACEOF
  613. cat confdefs.h >>conftest.$ac_ext
  614. cat >>conftest.$ac_ext <<_ACEOF
  615. /* end confdefs.h.  */
  616. #ifdef __cplusplus
  617. extern "C" {
  618. #endif
  619. void jpeg_CreateDecompress();
  620. #ifdef __cplusplus
  621. }
  622. #endif
  623. int
  624. main ()
  625. {
  626. jpeg_CreateDecompress();
  627.   ;
  628.   return 0;
  629. }
  630. _ACEOF
  631. rm -f conftest.$ac_objext conftest$ac_exeext
  632. if { (ac_try="$ac_link"
  633. case "(($ac_try" in
  634.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  635.   *) ac_try_echo=$ac_try;;
  636. esac
  637. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  638.   (eval "$ac_link") 2>conftest.er1
  639.   ac_status=$?
  640.   grep -v '^ *+' conftest.er1 >conftest.err
  641.   rm -f conftest.er1
  642.   cat conftest.err >&5
  643.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  644.   (exit $ac_status); } && {
  645.  test -z "$ac_c_werror_flag" ||
  646.  test ! -s conftest.err
  647.        } && test -s conftest$ac_exeext &&
  648.        $as_test_x conftest$ac_exeext; then
  649.   eval "ac_cv_lib_jpeg_normal=-ljpeg"
  650. else
  651.   echo "$as_me: failed program was:" >&5
  652. sed 's/^/| /' conftest.$ac_ext >&5
  653. eval "ac_cv_lib_jpeg_normal=no"
  654. fi
  655. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  656.       conftest$ac_exeext conftest.$ac_ext
  657. LIBS="$ac_save_LIBS"
  658. CFLAGS="$ac_save_CFLAGS"
  659. fi
  660. if eval "test ! "`echo $ac_cv_lib_jpeg_normal`" = no"; then
  661.   LIBJPEG="$ac_cv_lib_jpeg_normal"
  662.   { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
  663. echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
  664. else
  665.   { echo "$as_me:$LINENO: result: no" >&5
  666. echo "${ECHO_T}no" >&6; }
  667.        LIBJPEG=
  668. fi
  669. fi
  670. jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
  671. jpeg_incdir=NO
  672. for i in $jpeg_incdirs;
  673. do
  674.   for j in jpeglib.h;
  675.   do
  676.     echo "configure: 37065: $i/$j" >&5
  677.     if test -r "$i/$j"; then
  678.       echo "taking that" >&5
  679.       jpeg_incdir=$i
  680.       break 2
  681.     fi
  682.   done
  683. done
  684. test "x$jpeg_incdir" = xNO && jpeg_incdir=
  685. if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
  686. cat >>confdefs.h <<_ACEOF
  687. #define HAVE_LIBJPEG 1
  688. _ACEOF
  689. else
  690.   if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
  691.     { echo "$as_me:$LINENO: WARNING:
  692. There is an installation error in jpeg support. You seem to have only one
  693. of either the headers _or_ the libraries installed. You may need to either
  694. provide correct --with-extra-... options, or the development package of
  695. libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
  696. Disabling JPEG support.
  697. " >&5
  698. echo "$as_me: WARNING:
  699. There is an installation error in jpeg support. You seem to have only one
  700. of either the headers _or_ the libraries installed. You may need to either
  701. provide correct --with-extra-... options, or the development package of
  702. libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
  703. Disabling JPEG support.
  704. " >&2;}
  705.   else
  706.     { echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5
  707. echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;}
  708.   fi
  709.   jpeg_incdir=
  710.   LIBJPEG=
  711. fi
  712.    { echo "$as_me:$LINENO: checking for perl" >&5
  713. echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
  714.    if test -n "$PERL"; then
  715.         kde_cv_path="$PERL";
  716.    else
  717.         kde_cache=`echo perl | sed 'y%./+-%__p_%'`
  718.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  719.   echo $ECHO_N "(cached) $ECHO_C" >&6
  720. else
  721.         kde_cv_path="NONE"
  722. kde_save_IFS=$IFS
  723. IFS=':'
  724. dirs=""
  725. for dir in $PATH; do
  726.   dirs="$dirs $dir"
  727. done
  728. if test -z ""; then     dirs="$bindir $exec_prefix/bin $prefix/bin $dirs"
  729.         else     dirs="$dirs $bindir $exec_prefix/bin $prefix/bin"
  730. fi
  731. IFS=$kde_save_IFS
  732.         for dir in $dirs; do
  733.   if test -x "$dir/perl"; then
  734.     if test -n ""
  735.     then
  736.               evalstr="$dir/perl  2>&1 "
  737.       if eval $evalstr; then
  738.                 kde_cv_path="$dir/perl"
  739.                 break
  740.       fi
  741.             else
  742. kde_cv_path="$dir/perl"
  743.                 break
  744.     fi
  745.           fi
  746.         done
  747.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  748. fi
  749.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  750.    fi
  751.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  752.       { echo "$as_me:$LINENO: result: not found" >&5
  753. echo "${ECHO_T}not found" >&6; }
  754.     { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
  755. We need perl to generate some code." >&5
  756. echo "$as_me: error: No Perl found in your $PATH.
  757. We need perl to generate some code." >&2;}
  758.    { (exit 1); exit 1; }; }
  759.    else
  760.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  761. echo "${ECHO_T}$kde_cv_path" >&6; }
  762.       PERL=$kde_cv_path
  763.    fi
  764. # Check whether --enable-mt was given.
  765. if test "${enable_mt+set}" = set; then
  766.   enableval=$enable_mt; kde_use_qt_mt=$enableval
  767. else
  768.     if test $kde_qtver = 3; then
  769.       kde_use_qt_mt=yes
  770.     else
  771.       kde_use_qt_mt=no
  772.     fi
  773. fi
  774. USING_QT_MT=""
  775. KDE_MT_LDFLAGS=
  776. KDE_MT_LIBS=
  777. if test "x$kde_use_qt_mt" = "xyes"; then
  778.     if test -z "$LIBPTHREAD"; then
  779.     if test -z "$USE_THREADS"; then
  780.       kde_check_threading_default=no
  781.     else
  782.       kde_check_threading_default=yes
  783.     fi
  784.   else
  785.     kde_check_threading_default=yes
  786.   fi
  787.   # Check whether --enable-threading was given.
  788. if test "${enable_threading+set}" = set; then
  789.   enableval=$enable_threading; kde_use_threading=$enableval
  790. else
  791.   kde_use_threading=$kde_check_threading_default
  792. fi
  793.   if test "x$kde_use_threading" = "xyes"; then
  794. cat >>confdefs.h <<_ACEOF
  795. #define HAVE_LIBPTHREAD 1
  796. _ACEOF
  797.   fi
  798.   if test "x$kde_use_threading" = "xyes"; then
  799.     CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
  800.     KDE_MT_LDFLAGS="$USE_THREADS"
  801.     KDE_MT_LIBS="$LIBPTHREAD"
  802.   else
  803.     kde_use_qt_mt=no
  804.   fi
  805. fi
  806. kde_qt_was_given=yes
  807. if test -z "$LIBQT_GLOB"; then
  808.   if test "x$kde_use_qt_emb" = "xyes"; then
  809.     LIBQT_GLOB="libqte.*"
  810.   else
  811.     LIBQT_GLOB="libqt.*"
  812.   fi
  813. fi
  814. if test "x$kde_use_qt_emb" = "xyes"; then
  815.   qtlib="qte"
  816. else
  817.   qtlib="qt"
  818. fi
  819. kde_int_qt="-l$qtlib"
  820. if test -z "$LIBQPE"; then
  821.   if test "x$kde_use_qt_emb" = "xyes"; then
  822.     if test "x$kde_use_qt_emb_palm" = "xyes"; then
  823.       LIB_QPE="-lqpe"
  824.     else
  825.       LIB_QPE=""
  826.     fi
  827.   else
  828.     LIB_QPE=""
  829.   fi
  830. fi
  831. if test "x$kde_use_qt_mt" = "xyes"; then
  832.   LIBQT="-l$qtlib-mt"
  833.   kde_int_qt="-l$qtlib-mt"
  834.   LIBQT_GLOB="lib$qtlib-mt.*"
  835.   USING_QT_MT="using -mt"
  836. else
  837.   LIBQT="-l$qtlib"
  838. fi
  839. if test $kde_qtver != 1; then
  840.   LIBQT="$LIBQT $LIBPNG $LIBJPEG"
  841. fi
  842. if test $kde_qtver = 3; then
  843.   LIBQT="$LIBQT $LIBDL"
  844. fi
  845. { echo "$as_me:$LINENO: checking for Qt" >&5
  846. echo $ECHO_N "checking for Qt... $ECHO_C" >&6; }
  847. if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
  848. LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
  849. fi
  850. ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
  851. qt_libraries=""
  852. qt_includes=""
  853. # Check whether --with-qt-dir was given.
  854. if test "${with_qt_dir+set}" = set; then
  855.   withval=$with_qt_dir;   ac_qt_includes="$withval"/include
  856.        ac_qt_libraries="$withval"/lib${kdelibsuff}
  857.        ac_qt_bindir="$withval"/bin
  858. fi
  859. # Check whether --with-qt-includes was given.
  860. if test "${with_qt_includes+set}" = set; then
  861.   withval=$with_qt_includes;
  862.        ac_qt_includes="$withval"
  863. fi
  864. kde_qt_libs_given=no
  865. # Check whether --with-qt-libraries was given.
  866. if test "${with_qt_libraries+set}" = set; then
  867.   withval=$with_qt_libraries;   ac_qt_libraries="$withval"
  868.        kde_qt_libs_given=yes
  869. fi
  870. if test "${ac_cv_have_qt+set}" = set; then
  871.   echo $ECHO_N "(cached) $ECHO_C" >&6
  872. else
  873.   #try to guess Qt locations
  874. qt_incdirs=""
  875. for dir in $kde_qt_dirs; do
  876.    qt_incdirs="$qt_incdirs $dir/include $dir"
  877. done
  878. if test -z "$PKG_CONFIG"; then
  879.     # Extract the first word of "pkg-config", so it can be a program name with args.
  880. set dummy pkg-config; ac_word=$2
  881. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  882. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  883. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  884.   echo $ECHO_N "(cached) $ECHO_C" >&6
  885. else
  886.   case $PKG_CONFIG in
  887.   [\/]* | ?:[\/]*)
  888.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  889.   ;;
  890.   *)
  891.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  892. for as_dir in $PATH
  893. do
  894.   IFS=$as_save_IFS
  895.   test -z "$as_dir" && as_dir=.
  896.   for ac_exec_ext in '' $ac_executable_extensions; do
  897.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  898.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  899.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  900.     break 2
  901.   fi
  902. done
  903. done
  904. IFS=$as_save_IFS
  905.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  906.   ;;
  907. esac
  908. fi
  909. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  910. if test -n "$PKG_CONFIG"; then
  911.   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  912. echo "${ECHO_T}$PKG_CONFIG" >&6; }
  913. else
  914.   { echo "$as_me:$LINENO: result: no" >&5
  915. echo "${ECHO_T}no" >&6; }
  916. fi
  917. fi
  918. if test "$PKG_CONFIG" != "no" ; then
  919.   if $PKG_CONFIG --exists qt-mt ; then
  920.       qt_incdirs="$qt_incdirs `$PKG_CONFIG --variable=includedir qt-mt`"
  921.   fi
  922. fi
  923. qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
  924. if test ! "$ac_qt_includes" = "NO"; then
  925.    qt_incdirs="$ac_qt_includes $qt_incdirs"
  926. fi
  927. if test "$kde_qtver" != "1"; then
  928.   kde_qt_header=qstyle.h
  929. else
  930.   kde_qt_header=qglobal.h
  931. fi
  932. qt_incdir=NO
  933. for i in $qt_incdirs;
  934. do
  935.   for j in $kde_qt_header;
  936.   do
  937.     echo "configure: 37411: $i/$j" >&5
  938.     if test -r "$i/$j"; then
  939.       echo "taking that" >&5
  940.       qt_incdir=$i
  941.       break 2
  942.     fi
  943.   done
  944. done
  945. ac_qt_includes="$qt_incdir"
  946. qt_libdirs=""
  947. for dir in $kde_qt_dirs; do
  948.    qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir/lib $dir"
  949. done
  950. if test -z "$PKG_CONFIG"; then
  951.     # Extract the first word of "pkg-config", so it can be a program name with args.
  952. set dummy pkg-config; ac_word=$2
  953. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  954. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  955. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  956.   echo $ECHO_N "(cached) $ECHO_C" >&6
  957. else
  958.   case $PKG_CONFIG in
  959.   [\/]* | ?:[\/]*)
  960.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  961.   ;;
  962.   *)
  963.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  964. for as_dir in $PATH
  965. do
  966.   IFS=$as_save_IFS
  967.   test -z "$as_dir" && as_dir=.
  968.   for ac_exec_ext in '' $ac_executable_extensions; do
  969.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  970.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  971.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  972.     break 2
  973.   fi
  974. done
  975. done
  976. IFS=$as_save_IFS
  977.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  978.   ;;
  979. esac
  980. fi
  981. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  982. if test -n "$PKG_CONFIG"; then
  983.   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  984. echo "${ECHO_T}$PKG_CONFIG" >&6; }
  985. else
  986.   { echo "$as_me:$LINENO: result: no" >&5
  987. echo "${ECHO_T}no" >&6; }
  988. fi
  989. fi
  990. if test "$PKG_CONFIG" != "no" ; then
  991.   if $PKG_CONFIG --exists qt-mt ; then
  992.       qt_libdirs="$qt_incdirs `$PKG_CONFIG --variable=libdir qt-mt`"
  993.   fi
  994. fi
  995. qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
  996. if test ! "$ac_qt_libraries" = "NO"; then
  997.   qt_libdir=$ac_qt_libraries
  998. else
  999.   qt_libdirs="$ac_qt_libraries $qt_libdirs"
  1000.   # if the Qt was given, the chance is too big that libqt.* doesn't exist
  1001.   qt_libdir=NONE
  1002.   for dir in $qt_libdirs; do
  1003.     try="ls -1 $dir/${LIBQT_GLOB}"
  1004.     if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
  1005.   done
  1006. fi
  1007. for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
  1008.   if test -e "$a"; then
  1009.     LIBQT="$LIBQT ${kde_int_qt}_incremental"
  1010.     break
  1011.   fi
  1012. done
  1013. ac_qt_libraries="$qt_libdir"
  1014.  ac_ext=cpp
  1015. ac_cpp='$CXXCPP $CPPFLAGS'
  1016. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1017. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1018. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1019. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1020. ac_cxxflags_safe="$CXXFLAGS"
  1021. ac_ldflags_safe="$LDFLAGS"
  1022. ac_libs_safe="$LIBS"
  1023. CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
  1024. LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
  1025. LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
  1026. cat > conftest.$ac_ext <<EOF
  1027. #include "confdefs.h"
  1028. #include <qglobal.h>
  1029. #include <qapplication.h>
  1030. EOF
  1031. if test "$kde_qtver" = "2"; then
  1032. cat >> conftest.$ac_ext <<EOF
  1033. #include <qevent.h>
  1034. #include <qstring.h>
  1035. #include <qstyle.h>
  1036. EOF
  1037. if test $kde_qtsubver -gt 0; then
  1038. cat >> conftest.$ac_ext <<EOF
  1039. #if QT_VERSION < 210
  1040. #error 1
  1041. #endif
  1042. EOF
  1043. fi
  1044. fi
  1045. if test "$kde_qtver" = "3"; then
  1046. cat >> conftest.$ac_ext <<EOF
  1047. #include <qcursor.h>
  1048. #include <qstylefactory.h>
  1049. #include <private/qucomextra_p.h>
  1050. EOF
  1051. fi
  1052. echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
  1053. cat >> conftest.$ac_ext <<EOF
  1054. #error 1
  1055. #endif
  1056. int main() {
  1057. EOF
  1058. if test "$kde_qtver" = "2"; then
  1059. cat >> conftest.$ac_ext <<EOF
  1060.     QStringList *t = new QStringList();
  1061.     Q_UNUSED(t);
  1062. EOF
  1063. if test $kde_qtsubver -gt 0; then
  1064. cat >> conftest.$ac_ext <<EOF
  1065.     QString s;
  1066.     s.setLatin1("Elvis is alive", 14);
  1067. EOF
  1068. fi
  1069. fi
  1070. if test "$kde_qtver" = "3"; then
  1071. cat >> conftest.$ac_ext <<EOF
  1072.     (void)QStyleFactory::create(QString::null);
  1073.     QCursor c(Qt::WhatsThisCursor);
  1074. EOF
  1075. fi
  1076. cat >> conftest.$ac_ext <<EOF
  1077.     return 0;
  1078. }
  1079. EOF
  1080. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1081.   (eval $ac_link) 2>&5
  1082.   ac_status=$?
  1083.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1084.   (exit $ac_status); } && test -s conftest; then
  1085.   rm -f conftest*
  1086. else
  1087.   echo "configure: failed program was:" >&5
  1088.   cat conftest.$ac_ext >&5
  1089.   ac_qt_libraries="NO"
  1090. fi
  1091. rm -f conftest*
  1092. CXXFLAGS="$ac_cxxflags_safe"
  1093. LDFLAGS="$ac_ldflags_safe"
  1094. LIBS="$ac_libs_safe"
  1095. ac_ext=c
  1096. ac_cpp='$CPP $CPPFLAGS'
  1097. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1098. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1099. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1100. if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
  1101.   ac_cv_have_qt="have_qt=no"
  1102.   ac_qt_notfound=""
  1103.   missing_qt_mt=""
  1104.   if test "$ac_qt_includes" = NO; then
  1105.     if test "$ac_qt_libraries" = NO; then
  1106.       ac_qt_notfound="(headers and libraries)";
  1107.     else
  1108.       ac_qt_notfound="(headers)";
  1109.     fi
  1110.   else
  1111.     if test "x$kde_use_qt_mt" = "xyes"; then
  1112.        missing_qt_mt="
  1113. Make sure that you have compiled Qt with thread support!"
  1114.        ac_qt_notfound="(library $qtlib-mt)";
  1115.     else
  1116.        ac_qt_notfound="(library $qtlib)";
  1117.     fi
  1118.   fi
  1119.   { { echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
  1120. For more details about this problem, look at the end of config.log.$missing_qt_mt" >&5
  1121. echo "$as_me: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
  1122. For more details about this problem, look at the end of config.log.$missing_qt_mt" >&2;}
  1123.    { (exit 1); exit 1; }; }
  1124. else
  1125.   have_qt="yes"
  1126. fi
  1127. fi
  1128. eval "$ac_cv_have_qt"
  1129. if test "$have_qt" != yes; then
  1130.   { echo "$as_me:$LINENO: result: $have_qt" >&5
  1131. echo "${ECHO_T}$have_qt" >&6; };
  1132. else
  1133.   ac_cv_have_qt="have_qt=yes 
  1134.     ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
  1135.   { echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
  1136. echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
  1137.   qt_libraries="$ac_qt_libraries"
  1138.   qt_includes="$ac_qt_includes"
  1139. fi
  1140. if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
  1141. { echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
  1142. echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6; }
  1143. if test "${kde_cv_qt_direct+set}" = set; then
  1144.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1145. else
  1146.  ac_ext=cpp
  1147. ac_cpp='$CXXCPP $CPPFLAGS'
  1148. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1149. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1150. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1151. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1152. ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
  1153. ac_LIBRARY_PATH="$LIBRARY_PATH"
  1154. ac_cxxflags_safe="$CXXFLAGS"
  1155. ac_ldflags_safe="$LDFLAGS"
  1156. ac_libs_safe="$LIBS"
  1157. CXXFLAGS="$CXXFLAGS -I$qt_includes"
  1158. LDFLAGS="$LDFLAGS $X_LDFLAGS"
  1159. if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
  1160. LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
  1161. else
  1162. LIBS="$LIBQT $LIBSOCKET"
  1163. fi
  1164. LD_LIBRARY_PATH=
  1165. export LD_LIBRARY_PATH
  1166. LIBRARY_PATH=
  1167. export LIBRARY_PATH
  1168. cat > conftest.$ac_ext <<EOF
  1169. #include "confdefs.h"
  1170. #include <qglobal.h>
  1171. #include <qapplication.h>
  1172. EOF
  1173. if test "$kde_qtver" = "2"; then
  1174. cat >> conftest.$ac_ext <<EOF
  1175. #include <qevent.h>
  1176. #include <qstring.h>
  1177. #include <qstyle.h>
  1178. EOF
  1179. if test $kde_qtsubver -gt 0; then
  1180. cat >> conftest.$ac_ext <<EOF
  1181. #if QT_VERSION < 210
  1182. #error 1
  1183. #endif
  1184. EOF
  1185. fi
  1186. fi
  1187. if test "$kde_qtver" = "3"; then
  1188. cat >> conftest.$ac_ext <<EOF
  1189. #include <qcursor.h>
  1190. #include <qstylefactory.h>
  1191. #include <private/qucomextra_p.h>
  1192. EOF
  1193. fi
  1194. echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
  1195. cat >> conftest.$ac_ext <<EOF
  1196. #error 1
  1197. #endif
  1198. int main() {
  1199. EOF
  1200. if test "$kde_qtver" = "2"; then
  1201. cat >> conftest.$ac_ext <<EOF
  1202.     QStringList *t = new QStringList();
  1203.     Q_UNUSED(t);
  1204. EOF
  1205. if test $kde_qtsubver -gt 0; then
  1206. cat >> conftest.$ac_ext <<EOF
  1207.     QString s;
  1208.     s.setLatin1("Elvis is alive", 14);
  1209. EOF
  1210. fi
  1211. fi
  1212. if test "$kde_qtver" = "3"; then
  1213. cat >> conftest.$ac_ext <<EOF
  1214.     (void)QStyleFactory::create(QString::null);
  1215.     QCursor c(Qt::WhatsThisCursor);
  1216. EOF
  1217. fi
  1218. cat >> conftest.$ac_ext <<EOF
  1219.     return 0;
  1220. }
  1221. EOF
  1222. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1223.   (eval $ac_link) 2>&5
  1224.   ac_status=$?
  1225.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1226.   (exit $ac_status); } && test -s conftest; then
  1227.   kde_cv_qt_direct="yes"
  1228. else
  1229.   kde_cv_qt_direct="no"
  1230.   echo "configure: failed program was:" >&5
  1231.   cat conftest.$ac_ext >&5
  1232. fi
  1233. rm -f conftest*
  1234. CXXFLAGS="$ac_cxxflags_safe"
  1235. LDFLAGS="$ac_ldflags_safe"
  1236. LIBS="$ac_libs_safe"
  1237. LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
  1238. export LD_LIBRARY_PATH
  1239. LIBRARY_PATH="$ac_LIBRARY_PATH"
  1240. export LIBRARY_PATH
  1241. ac_ext=c
  1242. ac_cpp='$CPP $CPPFLAGS'
  1243. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1244. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1245. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1246. fi
  1247. if test "$kde_cv_qt_direct" = "yes"; then
  1248.   { echo "$as_me:$LINENO: result: yes" >&5
  1249. echo "${ECHO_T}yes" >&6; }
  1250.   qt_libraries=
  1251. else
  1252.   { echo "$as_me:$LINENO: result: no" >&5
  1253. echo "${ECHO_T}no" >&6; }
  1254. fi
  1255. fi
  1256. if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
  1257.  QT_INCLUDES=""
  1258. else
  1259.  QT_INCLUDES="-I$qt_includes"
  1260.  all_includes="$QT_INCLUDES $all_includes"
  1261. fi
  1262. if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
  1263.  QT_LDFLAGS=""
  1264. else
  1265.  QT_LDFLAGS="-L$qt_libraries"
  1266.  all_libraries="$QT_LDFLAGS $all_libraries"
  1267. fi
  1268. test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
  1269.    qt_bindirs=""
  1270.    for dir in $kde_qt_dirs; do
  1271.       qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
  1272.    done
  1273.    qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
  1274.    if test ! "$ac_qt_bindir" = "NO"; then
  1275.       qt_bindirs="$ac_qt_bindir $qt_bindirs"
  1276.    fi
  1277.    { echo "$as_me:$LINENO: checking for moc" >&5
  1278. echo $ECHO_N "checking for moc... $ECHO_C" >&6; }
  1279.    if test -n "$MOC"; then
  1280.         kde_cv_path="$MOC";
  1281.    else
  1282.         kde_cache=`echo moc | sed 'y%./+-%__p_%'`
  1283.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  1284.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1285. else
  1286.         kde_cv_path="NONE"
  1287. kde_save_IFS=$IFS
  1288. IFS=':'
  1289. dirs=""
  1290. for dir in $PATH; do
  1291.   dirs="$dirs $dir"
  1292. done
  1293. if test -z ""; then     dirs="$qt_bindirs $dirs"
  1294.         else     dirs="$dirs $qt_bindirs"
  1295. fi
  1296. IFS=$kde_save_IFS
  1297.         for dir in $dirs; do
  1298.   if test -x "$dir/moc"; then
  1299.     if test -n ""
  1300.     then
  1301.               evalstr="$dir/moc  2>&1 "
  1302.       if eval $evalstr; then
  1303.                 kde_cv_path="$dir/moc"
  1304.                 break
  1305.       fi
  1306.             else
  1307. kde_cv_path="$dir/moc"
  1308.                 break
  1309.     fi
  1310.           fi
  1311.         done
  1312.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  1313. fi
  1314.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  1315.    fi
  1316.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  1317.       { echo "$as_me:$LINENO: result: not found" >&5
  1318. echo "${ECHO_T}not found" >&6; }
  1319.     { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
  1320. Please check whether you installed Qt correctly.
  1321. You need to have a running moc binary.
  1322. configure tried to run $ac_cv_path_moc and the test didn't
  1323. succeed. If configure shouldn't have tried this one, set
  1324. the environment variable MOC to the right one before running
  1325. configure.
  1326. " >&5
  1327. echo "$as_me: error: No Qt meta object compiler (moc) found!
  1328. Please check whether you installed Qt correctly.
  1329. You need to have a running moc binary.
  1330. configure tried to run $ac_cv_path_moc and the test didn't
  1331. succeed. If configure shouldn't have tried this one, set
  1332. the environment variable MOC to the right one before running
  1333. configure.
  1334. " >&2;}
  1335.    { (exit 1); exit 1; }; }
  1336.    else
  1337.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  1338. echo "${ECHO_T}$kde_cv_path" >&6; }
  1339.       MOC=$kde_cv_path
  1340.    fi
  1341.    if test -z "$UIC_NOT_NEEDED"; then
  1342.    { echo "$as_me:$LINENO: checking for uic" >&5
  1343. echo $ECHO_N "checking for uic... $ECHO_C" >&6; }
  1344.    if test -n "$UIC_PATH"; then
  1345.         kde_cv_path="$UIC_PATH";
  1346.    else
  1347.         kde_cache=`echo uic | sed 'y%./+-%__p_%'`
  1348.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  1349.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1350. else
  1351.         kde_cv_path="NONE"
  1352. kde_save_IFS=$IFS
  1353. IFS=':'
  1354. dirs=""
  1355. for dir in $PATH; do
  1356.   dirs="$dirs $dir"
  1357. done
  1358. if test -z ""; then     dirs="$qt_bindirs $dirs"
  1359.         else     dirs="$dirs $qt_bindirs"
  1360. fi
  1361. IFS=$kde_save_IFS
  1362.         for dir in $dirs; do
  1363.   if test -x "$dir/uic"; then
  1364.     if test -n ""
  1365.     then
  1366.               evalstr="$dir/uic  2>&1 "
  1367.       if eval $evalstr; then
  1368.                 kde_cv_path="$dir/uic"
  1369.                 break
  1370.       fi
  1371.             else
  1372. kde_cv_path="$dir/uic"
  1373.                 break
  1374.     fi
  1375.           fi
  1376.         done
  1377.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  1378. fi
  1379.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  1380.    fi
  1381.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  1382.       { echo "$as_me:$LINENO: result: not found" >&5
  1383. echo "${ECHO_T}not found" >&6; }
  1384.       UIC_PATH=""
  1385.    else
  1386.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  1387. echo "${ECHO_T}$kde_cv_path" >&6; }
  1388.       UIC_PATH=$kde_cv_path
  1389.    fi
  1390.      if test -z "$UIC_PATH" ; then
  1391.     { echo "$as_me:$LINENO: WARNING: No Qt ui compiler (uic) found!
  1392. Please check whether you installed Qt correctly.
  1393. You need to have a running uic binary.
  1394. configure tried to run $ac_cv_path_uic and the test didn't
  1395. succeed. If configure shouldn't have tried this one, set
  1396. the environment variable UIC to the right one before running
  1397. configure.
  1398. " >&5
  1399. echo "$as_me: WARNING: No Qt ui compiler (uic) found!
  1400. Please check whether you installed Qt correctly.
  1401. You need to have a running uic binary.
  1402. configure tried to run $ac_cv_path_uic and the test didn't
  1403. succeed. If configure shouldn't have tried this one, set
  1404. the environment variable UIC to the right one before running
  1405. configure.
  1406. " >&2;}
  1407.        exit 1
  1408.      else
  1409.        UIC=$UIC_PATH
  1410.        if test $kde_qtver = 3; then
  1411.     { echo "$as_me:$LINENO: checking whether uic supports -L " >&5
  1412. echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6; }
  1413.     kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
  1414.     if { as_var=kde_cv_prog_uic_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  1415.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1416. else
  1417.         cat >conftest.ui <<EOT
  1418.         <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
  1419. EOT
  1420.         ac_uic_testrun="$UIC_PATH -L /nonexistent conftest.ui >/dev/null"
  1421.         if { (eval echo "$as_me:$LINENO: "$ac_uic_testrun"") >&5
  1422.   (eval $ac_uic_testrun) 2>&5
  1423.   ac_status=$?
  1424.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1425.   (exit $ac_status); }; then
  1426.             eval "kde_cv_prog_uic_$kde_cache=yes"
  1427.         else
  1428.             eval "kde_cv_prog_uic_$kde_cache=no"
  1429.         fi
  1430.         rm -f conftest*
  1431. fi
  1432.     if eval "test "`echo '$kde_cv_prog_uic_'$kde_cache`" = yes"; then
  1433.         { echo "$as_me:$LINENO: result: yes" >&5
  1434. echo "${ECHO_T}yes" >&6; }
  1435.         :
  1436.         ac_uic_supports_libpath=yes
  1437.     else
  1438.         { echo "$as_me:$LINENO: result: no" >&5
  1439. echo "${ECHO_T}no" >&6; }
  1440.         :
  1441.         ac_uic_supports_libpath=no
  1442.     fi
  1443.     { echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
  1444. echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6; }
  1445.     kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
  1446.     if { as_var=kde_cv_prog_uic_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  1447.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1448. else
  1449.         cat >conftest.ui <<EOT
  1450.         <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
  1451. EOT
  1452.         ac_uic_testrun="$UIC_PATH -nounload  conftest.ui >/dev/null"
  1453.         if { (eval echo "$as_me:$LINENO: "$ac_uic_testrun"") >&5
  1454.   (eval $ac_uic_testrun) 2>&5
  1455.   ac_status=$?
  1456.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1457.   (exit $ac_status); }; then
  1458.             eval "kde_cv_prog_uic_$kde_cache=yes"
  1459.         else
  1460.             eval "kde_cv_prog_uic_$kde_cache=no"
  1461.         fi
  1462.         rm -f conftest*
  1463. fi
  1464.     if eval "test "`echo '$kde_cv_prog_uic_'$kde_cache`" = yes"; then
  1465.         { echo "$as_me:$LINENO: result: yes" >&5
  1466. echo "${ECHO_T}yes" >&6; }
  1467.         :
  1468.         ac_uic_supports_nounload=yes
  1469.     else
  1470.         { echo "$as_me:$LINENO: result: no" >&5
  1471. echo "${ECHO_T}no" >&6; }
  1472.         :
  1473.         ac_uic_supports_nounload=no
  1474.     fi
  1475.          if test x$ac_uic_supports_libpath = xyes; then
  1476.              UIC="$UIC -L $(kde_widgetdir)"
  1477.          fi
  1478.          if test x$ac_uic_supports_nounload = xyes; then
  1479.              UIC="$UIC -nounload"
  1480.          fi
  1481.        fi
  1482.      fi
  1483.    else
  1484.      UIC="echo uic not available: "
  1485.    fi
  1486.    UIC_TR="i18n"
  1487.    if test $kde_qtver = 3; then
  1488.      UIC_TR="tr2i18n"
  1489.    fi
  1490. if test -n "$LIBJPEG"; then
  1491. { echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
  1492. echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6; }
  1493. if test "${kde_cv_qt_jpeg+set}" = set; then
  1494.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1495. else
  1496.  ac_ext=cpp
  1497. ac_cpp='$CXXCPP $CPPFLAGS'
  1498. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1499. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1500. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1501. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1502. ac_save_LIBS="$LIBS"
  1503. LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
  1504. LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
  1505. ac_save_CXXFLAGS="$CXXFLAGS"
  1506. CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
  1507. cat >conftest.$ac_ext <<_ACEOF
  1508. /* confdefs.h.  */
  1509. _ACEOF
  1510. cat confdefs.h >>conftest.$ac_ext
  1511. cat >>conftest.$ac_ext <<_ACEOF
  1512. /* end confdefs.h.  */
  1513. #include <qapplication.h>
  1514. int
  1515. main ()
  1516. {
  1517.             int argc;
  1518.             char** argv;
  1519.             QApplication app(argc, argv);
  1520.   ;
  1521.   return 0;
  1522. }
  1523. _ACEOF
  1524. rm -f conftest.$ac_objext conftest$ac_exeext
  1525. if { (ac_try="$ac_link"
  1526. case "(($ac_try" in
  1527.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1528.   *) ac_try_echo=$ac_try;;
  1529. esac
  1530. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1531.   (eval "$ac_link") 2>conftest.er1
  1532.   ac_status=$?
  1533.   grep -v '^ *+' conftest.er1 >conftest.err
  1534.   rm -f conftest.er1
  1535.   cat conftest.err >&5
  1536.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1537.   (exit $ac_status); } && {
  1538.  test -z "$ac_cxx_werror_flag" ||
  1539.  test ! -s conftest.err
  1540.        } && test -s conftest$ac_exeext &&
  1541.        $as_test_x conftest$ac_exeext; then
  1542.   eval "kde_cv_qt_jpeg=no"
  1543. else
  1544.   echo "$as_me: failed program was:" >&5
  1545. sed 's/^/| /' conftest.$ac_ext >&5
  1546. eval "kde_cv_qt_jpeg=yes"
  1547. fi
  1548. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1549.       conftest$ac_exeext conftest.$ac_ext
  1550. LIBS="$ac_save_LIBS"
  1551. CXXFLAGS="$ac_save_CXXFLAGS"
  1552. ac_ext=c
  1553. ac_cpp='$CPP $CPPFLAGS'
  1554. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1555. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1556. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1557. fi
  1558. fi
  1559. if eval "test ! "`echo $kde_cv_qt_jpeg`" = no"; then
  1560.   { echo "$as_me:$LINENO: result: yes" >&5
  1561. echo "${ECHO_T}yes" >&6; }
  1562.   LIBJPEG_QT='$(LIBJPEG)'
  1563. else
  1564.   { echo "$as_me:$LINENO: result: no" >&5
  1565. echo "${ECHO_T}no" >&6; }
  1566.   LIBJPEG_QT=
  1567. fi
  1568. if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
  1569. LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
  1570. else
  1571. LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
  1572. fi
  1573. test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
  1574. for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
  1575.   if test -e "$a"; then
  1576.      LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
  1577.      break
  1578.   fi
  1579. done
  1580. { echo "$as_me:$LINENO: checking for rpath" >&5
  1581. echo $ECHO_N "checking for rpath... $ECHO_C" >&6; }
  1582. # Check whether --enable-rpath was given.
  1583. if test "${enable_rpath+set}" = set; then
  1584.   enableval=$enable_rpath; USE_RPATH=$enableval
  1585. else
  1586.   USE_RPATH=yes
  1587. fi
  1588. if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
  1589.   KDE_RPATH="-R $(libdir)"
  1590.   if test "$kde_libraries" != "$libdir"; then
  1591.       KDE_RPATH="$KDE_RPATH -R $(kde_libraries)"
  1592.   fi
  1593.   if test -n "$qt_libraries"; then
  1594.     KDE_RPATH="$KDE_RPATH -R $(qt_libraries)"
  1595.   fi
  1596.     if test -n "$X_LDFLAGS"; then
  1597.     X_RPATH="-R $(x_libraries)"
  1598.     KDE_RPATH="$KDE_RPATH $X_RPATH"
  1599.   fi
  1600.   if test -n "$KDE_EXTRA_RPATH"; then
  1601.     KDE_RPATH="$KDE_RPATH $(KDE_EXTRA_RPATH)"
  1602.   fi
  1603. fi
  1604. { echo "$as_me:$LINENO: result: $USE_RPATH" >&5
  1605. echo "${ECHO_T}$USE_RPATH" >&6; }
  1606. { echo "$as_me:$LINENO: checking for KDE" >&5
  1607. echo $ECHO_N "checking for KDE... $ECHO_C" >&6; }
  1608. if test "${prefix}" != NONE; then
  1609.   kde_includes=${includedir}
  1610. savex=$exec_prefix
  1611. test "x$exec_prefix" = xNONE && exec_prefix=$prefix
  1612. tmp=$includedir
  1613. while ac_kde_includes=`eval echo "$tmp"`; test "x$ac_kde_includes" != "x$tmp"; do tmp=$ac_kde_includes; done
  1614. exec_prefix=$savex
  1615.   kde_libraries=${libdir}
  1616. savex=$exec_prefix
  1617. test "x$exec_prefix" = xNONE && exec_prefix=$prefix
  1618. tmp=$libdir
  1619. while ac_kde_libraries=`eval echo "$tmp"`; test "x$ac_kde_libraries" != "x$tmp"; do tmp=$ac_kde_libraries; done
  1620. exec_prefix=$savex
  1621. else
  1622.   ac_kde_includes=
  1623.   ac_kde_libraries=
  1624.   kde_libraries=""
  1625.   kde_includes=""
  1626. fi
  1627. if test "${ac_cv_have_kde+set}" = set; then
  1628.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1629. else
  1630.   #try to guess kde locations
  1631. if test "$kde_qtver" = 1; then
  1632.   kde_check_header="ksock.h"
  1633.   kde_check_lib="libkdecore.la"
  1634. else
  1635.   kde_check_header="ksharedptr.h"
  1636.   kde_check_lib="libkio.la"
  1637. fi
  1638. if test -z ""; then
  1639. kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
  1640. test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
  1641. kde_incdirs="$ac_kde_includes $kde_incdirs"
  1642. kde_incdir=NO
  1643. for i in $kde_incdirs;
  1644. do
  1645.   for j in $kde_check_header;
  1646.   do
  1647.     echo "configure: 38290: $i/$j" >&5
  1648.     if test -r "$i/$j"; then
  1649.       echo "taking that" >&5
  1650.       kde_incdir=$i
  1651.       break 2
  1652.     fi
  1653.   done
  1654. done
  1655. ac_kde_includes="$kde_incdir"
  1656. if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
  1657.   { { echo "$as_me:$LINENO: error:
  1658. in the prefix, you've chosen, are no KDE headers installed. This will fail.
  1659. So, check this please and use another prefix!" >&5
  1660. echo "$as_me: error:
  1661. in the prefix, you've chosen, are no KDE headers installed. This will fail.
  1662. So, check this please and use another prefix!" >&2;}
  1663.    { (exit 1); exit 1; }; }
  1664. fi
  1665. kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
  1666. test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
  1667. kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
  1668. kde_libdir=NO
  1669. for i in $kde_libdirs;
  1670. do
  1671.   for j in $kde_check_lib;
  1672.   do
  1673.     echo "configure: 38320: $i/$j" >&5
  1674.     if test -r "$i/$j"; then
  1675.       echo "taking that" >&5
  1676.       kde_libdir=$i
  1677.       break 2
  1678.     fi
  1679.   done
  1680. done
  1681. ac_kde_libraries="$kde_libdir"
  1682. kde_widgetdir=NO
  1683. kde_widgetdir=NO
  1684. for i in $kde_libdirs;
  1685. do
  1686.   for j in "kde3/plugins/designer/kdewidgets.la";
  1687.   do
  1688.     echo "configure: 38338: $i/$j" >&5
  1689.     if test -r "$i/$j"; then
  1690.       echo "taking that" >&5
  1691.       kde_widgetdir=$i
  1692.       break 2
  1693.     fi
  1694.   done
  1695. done
  1696. if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
  1697. { { echo "$as_me:$LINENO: error:
  1698. in the prefix, you've chosen, are no KDE libraries installed. This will fail.
  1699. So, check this please and use another prefix!" >&5
  1700. echo "$as_me: error:
  1701. in the prefix, you've chosen, are no KDE libraries installed. This will fail.
  1702. So, check this please and use another prefix!" >&2;}
  1703.    { (exit 1); exit 1; }; }
  1704. fi
  1705. if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
  1706. { { echo "$as_me:$LINENO: error:
  1707. I can't find the designer plugins. These are required and should have been installed
  1708. by kdelibs" >&5
  1709. echo "$as_me: error:
  1710. I can't find the designer plugins. These are required and should have been installed
  1711. by kdelibs" >&2;}
  1712.    { (exit 1); exit 1; }; }
  1713. fi
  1714. if test -n "$kde_widgetdir"; then
  1715.     kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
  1716. fi
  1717. if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
  1718.   ac_cv_have_kde="have_kde=no"
  1719. else
  1720.   ac_cv_have_kde="have_kde=yes 
  1721.     ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
  1722. fi
  1723. else
  1724.   ac_cv_have_kde="have_kde=no"
  1725. fi
  1726. fi
  1727. eval "$ac_cv_have_kde"
  1728. if test "$have_kde" != "yes"; then
  1729.  if test "${prefix}" = NONE; then
  1730.   ac_kde_prefix="$ac_default_prefix"
  1731.  else
  1732.   ac_kde_prefix="$prefix"
  1733.  fi
  1734.  if test "$exec_prefix" = NONE; then
  1735.   ac_kde_exec_prefix="$ac_kde_prefix"
  1736.   { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
  1737. echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6; }
  1738.  else
  1739.   ac_kde_exec_prefix="$exec_prefix"
  1740.   { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
  1741. echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
  1742.  fi
  1743.  kde_libraries="${libdir}"
  1744.  kde_includes="${includedir}"
  1745. else
  1746.   ac_cv_have_kde="have_kde=yes 
  1747.     ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
  1748.   { echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
  1749. echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
  1750.   kde_libraries="$ac_kde_libraries"
  1751.   kde_includes="$ac_kde_includes"
  1752. fi
  1753. if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
  1754.  KDE_INCLUDES=""
  1755. else
  1756.  KDE_INCLUDES="-I$kde_includes"
  1757.  all_includes="$KDE_INCLUDES $all_includes"
  1758. fi
  1759. KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
  1760. KDE_LDFLAGS="-L$kde_libraries"
  1761. if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then
  1762.  all_libraries="$KDE_LDFLAGS $all_libraries"
  1763. fi
  1764. all_libraries="$all_libraries $USER_LDFLAGS"
  1765. all_includes="$all_includes $USER_INCLUDES"
  1766. if test -z ""; then
  1767. if test x$ac_uic_supports_libpath = xyes; then
  1768. { echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
  1769. echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6; }
  1770. if test "${kde_cv_uic_plugins+set}" = set; then
  1771.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1772. else
  1773. cat > actest.ui << EOF
  1774. <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
  1775. <class>NewConnectionDialog</class>
  1776. <widget class="QDialog">
  1777.    <widget class="KLineEdit">
  1778.         <property name="name">
  1779.            <cstring>testInput</cstring>
  1780.         </property>
  1781.    </widget>
  1782. </widget>
  1783. </UI>
  1784. EOF
  1785. kde_cv_uic_plugins=no
  1786. kde_line="$UIC_PATH -L $kde_widgetdir"
  1787. if test x$ac_uic_supports_nounload = xyes; then
  1788.    kde_line="$kde_line -nounload"
  1789. fi
  1790. kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
  1791. if { (eval echo "$as_me:$LINENO: "$kde_line"") >&5
  1792.   (eval $kde_line) 2>&5
  1793.   ac_status=$?
  1794.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1795.   (exit $ac_status); }; then
  1796. # if you're trying to debug this check and think it's incorrect,
  1797. # better check your installation. The check _is_ correct - your
  1798. # installation is not.
  1799. if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
  1800. kde_cv_uic_plugins=yes
  1801. fi
  1802. fi
  1803. rm -f actest.ui actest.cpp
  1804. fi
  1805. { echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
  1806. echo "${ECHO_T}$kde_cv_uic_plugins" >&6; }
  1807. if test "$kde_cv_uic_plugins" != yes; then
  1808. { { echo "$as_me:$LINENO: error:
  1809. you need to install kdelibs first.
  1810. If you did install kdelibs, then the Qt version that is picked up by
  1811. this configure is not the same version you used to compile kdelibs.
  1812. The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
  1813. _same Qt version_, compiled with the _same compiler_ and the same Qt
  1814. configuration settings.
  1815. " >&5
  1816. echo "$as_me: error:
  1817. you need to install kdelibs first.
  1818. If you did install kdelibs, then the Qt version that is picked up by
  1819. this configure is not the same version you used to compile kdelibs.
  1820. The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
  1821. _same Qt version_, compiled with the _same compiler_ and the same Qt
  1822. configuration settings.
  1823. " >&2;}
  1824.    { (exit 1); exit 1; }; }
  1825. fi
  1826. fi
  1827. fi
  1828. ac_kde_libraries="$kde_libdir"
  1829.   # Check whether --enable-path-check was given.
  1830. if test "${enable_path_check+set}" = set; then
  1831.   enableval=$enable_path_check;
  1832.   if test "$enableval" = "no";
  1833.     then ac_use_path_checking="default"
  1834.     else ac_use_path_checking=""
  1835.   fi
  1836. else
  1837.   if test "$kde_qtver" = 1;
  1838.     then ac_use_path_checking=""
  1839.     else ac_use_path_checking="default"
  1840.   fi
  1841. fi
  1842. { echo "$as_me:$LINENO: checking for KDE paths" >&5
  1843. echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; }
  1844. kde_result=""
  1845. kde_cached_paths=yes
  1846. if test "${kde_cv_all_paths+set}" = set; then
  1847.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1848. else
  1849. if test "$ac_use_path_checking" = "default"; then
  1850.   if test -z "$kde_htmldir"; then
  1851.     kde_htmldir='${datadir}/doc/HTML'
  1852.   fi
  1853.   if test -z "$kde_appsdir"; then
  1854.     kde_appsdir='${datadir}/applnk'
  1855.   fi
  1856.   if test -z "$kde_icondir"; then
  1857.     kde_icondir='${datadir}/icons'
  1858.   fi
  1859.   if test -z "$kde_sounddir"; then
  1860.     kde_sounddir='${datadir}/sounds'
  1861.   fi
  1862.   if test -z "$kde_datadir"; then
  1863.     kde_datadir='${datadir}/apps'
  1864.   fi
  1865.   if test -z "$kde_locale"; then
  1866.     kde_locale='${datadir}/locale'
  1867.   fi
  1868.   if test -z "$kde_cgidir"; then
  1869.     kde_cgidir='${exec_prefix}/cgi-bin'
  1870.   fi
  1871.   if test -z "$kde_confdir"; then
  1872.     kde_confdir='${datadir}/config'
  1873.   fi
  1874.   if test -z "$kde_kcfgdir"; then
  1875.     kde_kcfgdir='${datadir}/config.kcfg'
  1876.   fi
  1877.   if test -z "$kde_mimedir"; then
  1878.     kde_mimedir='${datadir}/mimelnk'
  1879.   fi
  1880.   if test -z "$kde_toolbardir"; then
  1881.     kde_toolbardir='${datadir}/toolbar'
  1882.   fi
  1883.   if test -z "$kde_wallpaperdir"; then
  1884.     kde_wallpaperdir='${datadir}/wallpapers'
  1885.   fi
  1886.   if test -z "$kde_templatesdir"; then
  1887.     kde_templatesdir='${datadir}/templates'
  1888.   fi
  1889.   if test -z "$kde_bindir"; then
  1890.     kde_bindir='${exec_prefix}/bin'
  1891.   fi
  1892.   if test -z "$kde_servicesdir"; then
  1893.     kde_servicesdir='${datadir}/services'
  1894.   fi
  1895.   if test -z "$kde_servicetypesdir"; then
  1896.     kde_servicetypesdir='${datadir}/servicetypes'
  1897.   fi
  1898.   if test -z "$kde_moduledir"; then
  1899.     if test "$kde_qtver" = "2"; then
  1900.       kde_moduledir='${libdir}/kde2'
  1901.     else
  1902.       kde_moduledir='${libdir}/kde3'
  1903.     fi
  1904.   fi
  1905.   if test -z "$kde_styledir"; then
  1906.     kde_styledir='${libdir}/kde3/plugins/styles'
  1907.   fi
  1908.   if test -z "$kde_widgetdir"; then
  1909.     kde_widgetdir='${libdir}/kde3/plugins/designer'
  1910.   fi
  1911.   if test -z "$xdg_appsdir"; then
  1912.     xdg_appsdir='${datadir}/applications/kde'
  1913.   fi
  1914.   if test -z "$xdg_menudir"; then
  1915.     xdg_menudir='${sysconfdir}/xdg/menus'
  1916.   fi
  1917.   if test -z "$xdg_directorydir"; then
  1918.     xdg_directorydir='${datadir}/desktop-directories'
  1919.   fi
  1920.   kde_cv_all_paths="kde_have_all_paths="yes" 
  1921. kde_htmldir="$kde_htmldir" 
  1922. kde_appsdir="$kde_appsdir" 
  1923. kde_icondir="$kde_icondir" 
  1924. kde_sounddir="$kde_sounddir" 
  1925. kde_datadir="$kde_datadir" 
  1926. kde_locale="$kde_locale" 
  1927. kde_cgidir="$kde_cgidir" 
  1928. kde_confdir="$kde_confdir" 
  1929. kde_kcfgdir="$kde_kcfgdir" 
  1930. kde_mimedir="$kde_mimedir" 
  1931. kde_toolbardir="$kde_toolbardir" 
  1932. kde_wallpaperdir="$kde_wallpaperdir" 
  1933. kde_templatesdir="$kde_templatesdir" 
  1934. kde_bindir="$kde_bindir" 
  1935. kde_servicesdir="$kde_servicesdir" 
  1936. kde_servicetypesdir="$kde_servicetypesdir" 
  1937. kde_moduledir="$kde_moduledir" 
  1938. kde_styledir="$kde_styledir" 
  1939. kde_widgetdir="$kde_widgetdir" 
  1940. xdg_appsdir="$xdg_appsdir" 
  1941. xdg_menudir="$xdg_menudir" 
  1942. xdg_directorydir="$xdg_directorydir" 
  1943. kde_result=defaults"
  1944. else
  1945.   if test $kde_qtver = 1; then
  1946.      { echo "$as_me:$LINENO: result: compiling" >&5
  1947. echo "${ECHO_T}compiling" >&6; }
  1948.     { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
  1949. echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
  1950.      ac_ext=cpp
  1951. ac_cpp='$CXXCPP $CPPFLAGS'
  1952. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1953. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1954. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1955. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1956. cat > conftest.$ac_ext <<EOF
  1957. #ifdef STDC_HEADERS
  1958. # include <stdlib.h>
  1959. #endif
  1960. #include <stdio.h>
  1961. #include "confdefs.h"
  1962. #include <kapp.h>
  1963. int main() {
  1964.     printf("kde_htmldir=\"%s\"n", KApplication::kde_htmldir().data());
  1965.     printf("kde_appsdir=\"%s\"n", KApplication::kde_appsdir().data());
  1966.     printf("kde_icondir=\"%s\"n", KApplication::kde_icondir().data());
  1967.     printf("kde_sounddir=\"%s\"n", KApplication::kde_sounddir().data());
  1968.     printf("kde_datadir=\"%s\"n", KApplication::kde_datadir().data());
  1969.     printf("kde_locale=\"%s\"n", KApplication::kde_localedir().data());
  1970.     printf("kde_cgidir=\"%s\"n", KApplication::kde_cgidir().data());
  1971.     printf("kde_confdir=\"%s\"n", KApplication::kde_configdir().data());
  1972.     printf("kde_mimedir=\"%s\"n", KApplication::kde_mimedir().data());
  1973.     printf("kde_toolbardir=\"%s\"n", KApplication::kde_toolbardir().data());
  1974.     printf("kde_wallpaperdir=\"%s\"n",
  1975. KApplication::kde_wallpaperdir().data());
  1976.     printf("kde_bindir=\"%s\"n", KApplication::kde_bindir().data());
  1977.     printf("kde_partsdir=\"%s\"n", KApplication::kde_partsdir().data());
  1978.     printf("kde_servicesdir=\"/tmp/dummy\"n");
  1979.     printf("kde_servicetypesdir=\"/tmp/dummy\"n");
  1980.     printf("kde_moduledir=\"/tmp/dummy\"n");
  1981.     printf("kde_styledir=\"/tmp/dummy\"n");
  1982.     printf("kde_widgetdir=\"/tmp/dummy\"n");
  1983.     printf("xdg_appsdir=\"/tmp/dummy\"n");
  1984.     printf("xdg_menudir=\"/tmp/dummy\"n");
  1985.     printf("xdg_directorydir=\"/tmp/dummy\"n");
  1986.     printf("kde_kcfgdir=\"/tmp/dummy\"n");
  1987.     return 0;
  1988.     }
  1989. EOF
  1990.  ac_save_CPPFLAGS=$CPPFLAGS
  1991.  CPPFLAGS="$all_includes $CPPFLAGS"
  1992.  if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1993.   (eval $ac_compile) 2>&5
  1994.   ac_status=$?
  1995.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1996.   (exit $ac_status); }; then
  1997.    { echo "$as_me:$LINENO: result: yes" >&5
  1998. echo "${ECHO_T}yes" >&6; }
  1999.  else
  2000.    { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
  2001. Check, if you installed the KDE header files correctly.
  2002. For more details about this problem, look at the end of config.log." >&5
  2003. echo "$as_me: error: your system is not able to compile a small KDE application!
  2004. Check, if you installed the KDE header files correctly.
  2005. For more details about this problem, look at the end of config.log." >&2;}
  2006.    { (exit 1); exit 1; }; }
  2007.   fi
  2008.   CPPFLAGS=$ac_save_CPPFLAGS
  2009.   ac_ext=c
  2010. ac_cpp='$CPP $CPPFLAGS'
  2011. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2012. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2013. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2014.   KDE_TEST_RPATH=
  2015.   if test -n "$USE_RPATH"; then
  2016.      if test -n "$kde_libraries"; then
  2017.        KDE_TEST_RPATH="-R $kde_libraries"
  2018.      fi
  2019.      if test -n "$qt_libraries"; then
  2020.        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
  2021.      fi
  2022.      if test -n "$x_libraries"; then
  2023.        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
  2024.      fi
  2025.      KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
  2026.   fi
  2027. { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
  2028. echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
  2029. ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
  2030. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2031.   (eval $ac_link) 2>&5
  2032.   ac_status=$?
  2033.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2034.   (exit $ac_status); } && test -s conftest; then
  2035.   { echo "$as_me:$LINENO: result: yes" >&5
  2036. echo "${ECHO_T}yes" >&6; }
  2037. else
  2038.   { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
  2039. Check, if your compiler is installed correctly and if you have used the
  2040. same compiler to compile Qt and kdelibs as you did use now.
  2041. For more details about this problem, look at the end of config.log." >&5
  2042. echo "$as_me: error: your system fails at linking a small KDE application!
  2043. Check, if your compiler is installed correctly and if you have used the
  2044. same compiler to compile Qt and kdelibs as you did use now.
  2045. For more details about this problem, look at the end of config.log." >&2;}
  2046.    { (exit 1); exit 1; }; }
  2047. fi
  2048. if eval `KDEDIR= ./conftest 2>&5`; then
  2049.   kde_result=done
  2050. else
  2051.   kde_result=problems
  2052. fi
  2053. KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
  2054. kde_have_all_paths=yes
  2055.   kde_cv_all_paths="kde_have_all_paths="yes" 
  2056. kde_htmldir="$kde_htmldir" 
  2057. kde_appsdir="$kde_appsdir" 
  2058. kde_icondir="$kde_icondir" 
  2059. kde_sounddir="$kde_sounddir" 
  2060. kde_datadir="$kde_datadir" 
  2061. kde_locale="$kde_locale" 
  2062. kde_cgidir="$kde_cgidir" 
  2063. kde_confdir="$kde_confdir" 
  2064. kde_kcfgdir="$kde_kcfgdir" 
  2065. kde_mimedir="$kde_mimedir" 
  2066. kde_toolbardir="$kde_toolbardir" 
  2067. kde_wallpaperdir="$kde_wallpaperdir" 
  2068. kde_templatesdir="$kde_templatesdir" 
  2069. kde_bindir="$kde_bindir" 
  2070. kde_servicesdir="$kde_servicesdir" 
  2071. kde_servicetypesdir="$kde_servicetypesdir" 
  2072. kde_moduledir="$kde_moduledir" 
  2073. kde_styledir="$kde_styledir" 
  2074. kde_widgetdir="$kde_widgetdir" 
  2075. xdg_appsdir="$xdg_appsdir" 
  2076. xdg_menudir="$xdg_menudir" 
  2077. xdg_directorydir="$xdg_directorydir" 
  2078. kde_result=$kde_result"
  2079.   else
  2080.      { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
  2081. echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
  2082.    { (exit 1); exit 1; }; }
  2083.   fi
  2084. fi
  2085.   kde_cached_paths=no
  2086. fi
  2087. eval "$kde_cv_all_paths"
  2088.  if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
  2089.    test -z "$kde_icondir" || test -z "$kde_sounddir" ||
  2090.    test -z "$kde_datadir" || test -z "$kde_locale"  ||
  2091.    test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
  2092.    test -z "$kde_kcfgdir" ||
  2093.    test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
  2094.    test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
  2095.    test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
  2096.    test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
  2097.    test -z "$kde_styledir" || test -z "kde_widgetdir" ||
  2098.    test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
  2099.    test "x$kde_have_all_paths" != "xyes"; then
  2100.      kde_have_all_paths=no
  2101.   fi
  2102. if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
  2103.   # wrong values were cached, may be, we can set better ones
  2104.   kde_result=
  2105.   kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
  2106.   kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
  2107.   kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
  2108.   kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
  2109.   kde_have_all_paths=
  2110.   kde_styledir=
  2111.   kde_widgetdir=
  2112.   xdg_appsdir = xdg_menudir= xdg_directorydir=
  2113. if test "$ac_use_path_checking" = "default"; then
  2114.   if test -z "$kde_htmldir"; then
  2115.     kde_htmldir='${datadir}/doc/HTML'
  2116.   fi
  2117.   if test -z "$kde_appsdir"; then
  2118.     kde_appsdir='${datadir}/applnk'
  2119.   fi
  2120.   if test -z "$kde_icondir"; then
  2121.     kde_icondir='${datadir}/icons'
  2122.   fi
  2123.   if test -z "$kde_sounddir"; then
  2124.     kde_sounddir='${datadir}/sounds'
  2125.   fi
  2126.   if test -z "$kde_datadir"; then
  2127.     kde_datadir='${datadir}/apps'
  2128.   fi
  2129.   if test -z "$kde_locale"; then
  2130.     kde_locale='${datadir}/locale'
  2131.   fi
  2132.   if test -z "$kde_cgidir"; then
  2133.     kde_cgidir='${exec_prefix}/cgi-bin'
  2134.   fi
  2135.   if test -z "$kde_confdir"; then
  2136.     kde_confdir='${datadir}/config'
  2137.   fi
  2138.   if test -z "$kde_kcfgdir"; then
  2139.     kde_kcfgdir='${datadir}/config.kcfg'
  2140.   fi
  2141.   if test -z "$kde_mimedir"; then
  2142.     kde_mimedir='${datadir}/mimelnk'
  2143.   fi
  2144.   if test -z "$kde_toolbardir"; then
  2145.     kde_toolbardir='${datadir}/toolbar'
  2146.   fi
  2147.   if test -z "$kde_wallpaperdir"; then
  2148.     kde_wallpaperdir='${datadir}/wallpapers'
  2149.   fi
  2150.   if test -z "$kde_templatesdir"; then
  2151.     kde_templatesdir='${datadir}/templates'
  2152.   fi
  2153.   if test -z "$kde_bindir"; then
  2154.     kde_bindir='${exec_prefix}/bin'
  2155.   fi
  2156.   if test -z "$kde_servicesdir"; then
  2157.     kde_servicesdir='${datadir}/services'
  2158.   fi
  2159.   if test -z "$kde_servicetypesdir"; then
  2160.     kde_servicetypesdir='${datadir}/servicetypes'
  2161.   fi
  2162.   if test -z "$kde_moduledir"; then
  2163.     if test "$kde_qtver" = "2"; then
  2164.       kde_moduledir='${libdir}/kde2'
  2165.     else
  2166.       kde_moduledir='${libdir}/kde3'
  2167.     fi
  2168.   fi
  2169.   if test -z "$kde_styledir"; then
  2170.     kde_styledir='${libdir}/kde3/plugins/styles'
  2171.   fi
  2172.   if test -z "$kde_widgetdir"; then
  2173.     kde_widgetdir='${libdir}/kde3/plugins/designer'
  2174.   fi
  2175.   if test -z "$xdg_appsdir"; then
  2176.     xdg_appsdir='${datadir}/applications/kde'
  2177.   fi
  2178.   if test -z "$xdg_menudir"; then
  2179.     xdg_menudir='${sysconfdir}/xdg/menus'
  2180.   fi
  2181.   if test -z "$xdg_directorydir"; then
  2182.     xdg_directorydir='${datadir}/desktop-directories'
  2183.   fi
  2184.   kde_cv_all_paths="kde_have_all_paths="yes" 
  2185. kde_htmldir="$kde_htmldir" 
  2186. kde_appsdir="$kde_appsdir" 
  2187. kde_icondir="$kde_icondir" 
  2188. kde_sounddir="$kde_sounddir" 
  2189. kde_datadir="$kde_datadir" 
  2190. kde_locale="$kde_locale" 
  2191. kde_cgidir="$kde_cgidir" 
  2192. kde_confdir="$kde_confdir" 
  2193. kde_kcfgdir="$kde_kcfgdir" 
  2194. kde_mimedir="$kde_mimedir" 
  2195. kde_toolbardir="$kde_toolbardir" 
  2196. kde_wallpaperdir="$kde_wallpaperdir" 
  2197. kde_templatesdir="$kde_templatesdir" 
  2198. kde_bindir="$kde_bindir" 
  2199. kde_servicesdir="$kde_servicesdir" 
  2200. kde_servicetypesdir="$kde_servicetypesdir" 
  2201. kde_moduledir="$kde_moduledir" 
  2202. kde_styledir="$kde_styledir" 
  2203. kde_widgetdir="$kde_widgetdir" 
  2204. xdg_appsdir="$xdg_appsdir" 
  2205. xdg_menudir="$xdg_menudir" 
  2206. xdg_directorydir="$xdg_directorydir" 
  2207. kde_result=defaults"
  2208. else
  2209.   if test $kde_qtver = 1; then
  2210.      { echo "$as_me:$LINENO: result: compiling" >&5
  2211. echo "${ECHO_T}compiling" >&6; }
  2212.     { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
  2213. echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
  2214.      ac_ext=cpp
  2215. ac_cpp='$CXXCPP $CPPFLAGS'
  2216. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2217. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2218. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2219. ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2220. cat > conftest.$ac_ext <<EOF
  2221. #ifdef STDC_HEADERS
  2222. # include <stdlib.h>
  2223. #endif
  2224. #include <stdio.h>
  2225. #include "confdefs.h"
  2226. #include <kapp.h>
  2227. int main() {
  2228.     printf("kde_htmldir=\"%s\"n", KApplication::kde_htmldir().data());
  2229.     printf("kde_appsdir=\"%s\"n", KApplication::kde_appsdir().data());
  2230.     printf("kde_icondir=\"%s\"n", KApplication::kde_icondir().data());
  2231.     printf("kde_sounddir=\"%s\"n", KApplication::kde_sounddir().data());
  2232.     printf("kde_datadir=\"%s\"n", KApplication::kde_datadir().data());
  2233.     printf("kde_locale=\"%s\"n", KApplication::kde_localedir().data());
  2234.     printf("kde_cgidir=\"%s\"n", KApplication::kde_cgidir().data());
  2235.     printf("kde_confdir=\"%s\"n", KApplication::kde_configdir().data());
  2236.     printf("kde_mimedir=\"%s\"n", KApplication::kde_mimedir().data());
  2237.     printf("kde_toolbardir=\"%s\"n", KApplication::kde_toolbardir().data());
  2238.     printf("kde_wallpaperdir=\"%s\"n",
  2239. KApplication::kde_wallpaperdir().data());
  2240.     printf("kde_bindir=\"%s\"n", KApplication::kde_bindir().data());
  2241.     printf("kde_partsdir=\"%s\"n", KApplication::kde_partsdir().data());
  2242.     printf("kde_servicesdir=\"/tmp/dummy\"n");
  2243.     printf("kde_servicetypesdir=\"/tmp/dummy\"n");
  2244.     printf("kde_moduledir=\"/tmp/dummy\"n");
  2245.     printf("kde_styledir=\"/tmp/dummy\"n");
  2246.     printf("kde_widgetdir=\"/tmp/dummy\"n");
  2247.     printf("xdg_appsdir=\"/tmp/dummy\"n");
  2248.     printf("xdg_menudir=\"/tmp/dummy\"n");
  2249.     printf("xdg_directorydir=\"/tmp/dummy\"n");
  2250.     printf("kde_kcfgdir=\"/tmp/dummy\"n");
  2251.     return 0;
  2252.     }
  2253. EOF
  2254.  ac_save_CPPFLAGS=$CPPFLAGS
  2255.  CPPFLAGS="$all_includes $CPPFLAGS"
  2256.  if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2257.   (eval $ac_compile) 2>&5
  2258.   ac_status=$?
  2259.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2260.   (exit $ac_status); }; then
  2261.    { echo "$as_me:$LINENO: result: yes" >&5
  2262. echo "${ECHO_T}yes" >&6; }
  2263.  else
  2264.    { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
  2265. Check, if you installed the KDE header files correctly.
  2266. For more details about this problem, look at the end of config.log." >&5
  2267. echo "$as_me: error: your system is not able to compile a small KDE application!
  2268. Check, if you installed the KDE header files correctly.
  2269. For more details about this problem, look at the end of config.log." >&2;}
  2270.    { (exit 1); exit 1; }; }
  2271.   fi
  2272.   CPPFLAGS=$ac_save_CPPFLAGS
  2273.   ac_ext=c
  2274. ac_cpp='$CPP $CPPFLAGS'
  2275. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2276. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2277. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2278.   KDE_TEST_RPATH=
  2279.   if test -n "$USE_RPATH"; then
  2280.      if test -n "$kde_libraries"; then
  2281.        KDE_TEST_RPATH="-R $kde_libraries"
  2282.      fi
  2283.      if test -n "$qt_libraries"; then
  2284.        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
  2285.      fi
  2286.      if test -n "$x_libraries"; then
  2287.        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
  2288.      fi
  2289.      KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
  2290.   fi
  2291. { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
  2292. echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
  2293. ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
  2294. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2295.   (eval $ac_link) 2>&5
  2296.   ac_status=$?
  2297.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2298.   (exit $ac_status); } && test -s conftest; then
  2299.   { echo "$as_me:$LINENO: result: yes" >&5
  2300. echo "${ECHO_T}yes" >&6; }
  2301. else
  2302.   { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
  2303. Check, if your compiler is installed correctly and if you have used the
  2304. same compiler to compile Qt and kdelibs as you did use now.
  2305. For more details about this problem, look at the end of config.log." >&5
  2306. echo "$as_me: error: your system fails at linking a small KDE application!
  2307. Check, if your compiler is installed correctly and if you have used the
  2308. same compiler to compile Qt and kdelibs as you did use now.
  2309. For more details about this problem, look at the end of config.log." >&2;}
  2310.    { (exit 1); exit 1; }; }
  2311. fi
  2312. if eval `KDEDIR= ./conftest 2>&5`; then
  2313.   kde_result=done
  2314. else
  2315.   kde_result=problems
  2316. fi
  2317. KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
  2318. kde_have_all_paths=yes
  2319.   kde_cv_all_paths="kde_have_all_paths="yes" 
  2320. kde_htmldir="$kde_htmldir" 
  2321. kde_appsdir="$kde_appsdir" 
  2322. kde_icondir="$kde_icondir" 
  2323. kde_sounddir="$kde_sounddir" 
  2324. kde_datadir="$kde_datadir" 
  2325. kde_locale="$kde_locale" 
  2326. kde_cgidir="$kde_cgidir" 
  2327. kde_confdir="$kde_confdir" 
  2328. kde_kcfgdir="$kde_kcfgdir" 
  2329. kde_mimedir="$kde_mimedir" 
  2330. kde_toolbardir="$kde_toolbardir" 
  2331. kde_wallpaperdir="$kde_wallpaperdir" 
  2332. kde_templatesdir="$kde_templatesdir" 
  2333. kde_bindir="$kde_bindir" 
  2334. kde_servicesdir="$kde_servicesdir" 
  2335. kde_servicetypesdir="$kde_servicetypesdir" 
  2336. kde_moduledir="$kde_moduledir" 
  2337. kde_styledir="$kde_styledir" 
  2338. kde_widgetdir="$kde_widgetdir" 
  2339. xdg_appsdir="$xdg_appsdir" 
  2340. xdg_menudir="$xdg_menudir" 
  2341. xdg_directorydir="$xdg_directorydir" 
  2342. kde_result=$kde_result"
  2343.   else
  2344.      { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
  2345. echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
  2346.    { (exit 1); exit 1; }; }
  2347.   fi
  2348. fi
  2349.   eval "$kde_cv_all_paths"
  2350.    if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
  2351.    test -z "$kde_icondir" || test -z "$kde_sounddir" ||
  2352.    test -z "$kde_datadir" || test -z "$kde_locale"  ||
  2353.    test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
  2354.    test -z "$kde_kcfgdir" ||
  2355.    test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
  2356.    test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
  2357.    test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
  2358.    test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
  2359.    test -z "$kde_styledir" || test -z "kde_widgetdir" ||
  2360.    test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
  2361.    test "x$kde_have_all_paths" != "xyes"; then
  2362.      kde_have_all_paths=no
  2363.   fi
  2364.   kde_result="$kde_result (cache overridden)"
  2365. fi
  2366. if test "$kde_have_all_paths" = "no"; then
  2367.   { { echo "$as_me:$LINENO: error: configure could not run a little KDE program to test the environment.
  2368. Since it had compiled and linked before, it must be a strange problem on your system.
  2369. Look at config.log for details. If you are not able to fix this, look at
  2370. http://www.kde.org/faq/installation.html or any www.kde.org mirror.
  2371. (If you're using an egcs version on Linux, you may update binutils!)
  2372. " >&5
  2373. echo "$as_me: error: configure could not run a little KDE program to test the environment.
  2374. Since it had compiled and linked before, it must be a strange problem on your system.
  2375. Look at config.log for details. If you are not able to fix this, look at
  2376. http://www.kde.org/faq/installation.html or any www.kde.org mirror.
  2377. (If you're using an egcs version on Linux, you may update binutils!)
  2378. " >&2;}
  2379.    { (exit 1); exit 1; }; }
  2380. else
  2381.   rm -f conftest*
  2382.   { echo "$as_me:$LINENO: result: $kde_result" >&5
  2383. echo "${ECHO_T}$kde_result" >&6; }
  2384. fi
  2385. bindir=$kde_bindir
  2386. # Check whether --with-arts was given.
  2387. if test "${with_arts+set}" = set; then
  2388.   withval=$with_arts; build_arts=$withval
  2389. else
  2390.   build_arts=yes
  2391. fi
  2392.      if test "$build_arts" '!=' "no"; then
  2393.   include_ARTS_TRUE=
  2394.   include_ARTS_FALSE='#'
  2395. else
  2396.   include_ARTS_TRUE='#'
  2397.   include_ARTS_FALSE=
  2398. fi
  2399.     if test "$build_arts" = "no"; then
  2400. cat >>confdefs.h <<_ACEOF
  2401. #define WITHOUT_ARTS 1
  2402. _ACEOF
  2403.     fi
  2404.     kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
  2405.     test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
  2406.     if test -n "$KDEDIRS"; then
  2407.        kde_save_IFS=$IFS
  2408.        IFS=:
  2409.        for dir in $KDEDIRS; do
  2410.             kde_default_bindirs="$dir/bin $kde_default_bindirs "
  2411.        done
  2412.        IFS=$kde_save_IFS
  2413.     fi
  2414.         kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
  2415.    { echo "$as_me:$LINENO: checking for dcopidl" >&5
  2416. echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6; }
  2417.    if test -n "$DCOPIDL"; then
  2418.         kde_cv_path="$DCOPIDL";
  2419.    else
  2420.         kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
  2421.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2422.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2423. else
  2424.         kde_cv_path="NONE"
  2425. kde_save_IFS=$IFS
  2426. IFS=':'
  2427. dirs=""
  2428. for dir in $PATH; do
  2429.   dirs="$dirs $dir"
  2430. done
  2431. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2432.         else     dirs="$dirs $kde_default_bindirs"
  2433. fi
  2434. IFS=$kde_save_IFS
  2435.         for dir in $dirs; do
  2436.   if test -x "$dir/dcopidl"; then
  2437.     if test -n ""
  2438.     then
  2439.               evalstr="$dir/dcopidl  2>&1 "
  2440.       if eval $evalstr; then
  2441.                 kde_cv_path="$dir/dcopidl"
  2442.                 break
  2443.       fi
  2444.             else
  2445. kde_cv_path="$dir/dcopidl"
  2446.                 break
  2447.     fi
  2448.           fi
  2449.         done
  2450.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2451. fi
  2452.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2453.    fi
  2454.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2455.       { echo "$as_me:$LINENO: result: not found" >&5
  2456. echo "${ECHO_T}not found" >&6; }
  2457.     { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
  2458. Please check whether you installed KDE correctly.
  2459. " >&5
  2460. echo "$as_me: error: The important program dcopidl was not found!
  2461. Please check whether you installed KDE correctly.
  2462. " >&2;}
  2463.    { (exit 1); exit 1; }; }
  2464.    else
  2465.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2466. echo "${ECHO_T}$kde_cv_path" >&6; }
  2467.       DCOPIDL=$kde_cv_path
  2468.    fi
  2469.    { echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
  2470. echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6; }
  2471.    if test -n "$DCOPIDL2CPP"; then
  2472.         kde_cv_path="$DCOPIDL2CPP";
  2473.    else
  2474.         kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
  2475.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2476.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2477. else
  2478.         kde_cv_path="NONE"
  2479. kde_save_IFS=$IFS
  2480. IFS=':'
  2481. dirs=""
  2482. for dir in $PATH; do
  2483.   dirs="$dirs $dir"
  2484. done
  2485. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2486.         else     dirs="$dirs $kde_default_bindirs"
  2487. fi
  2488. IFS=$kde_save_IFS
  2489.         for dir in $dirs; do
  2490.   if test -x "$dir/dcopidl2cpp"; then
  2491.     if test -n ""
  2492.     then
  2493.               evalstr="$dir/dcopidl2cpp  2>&1 "
  2494.       if eval $evalstr; then
  2495.                 kde_cv_path="$dir/dcopidl2cpp"
  2496.                 break
  2497.       fi
  2498.             else
  2499. kde_cv_path="$dir/dcopidl2cpp"
  2500.                 break
  2501.     fi
  2502.           fi
  2503.         done
  2504.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2505. fi
  2506.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2507.    fi
  2508.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2509.       { echo "$as_me:$LINENO: result: not found" >&5
  2510. echo "${ECHO_T}not found" >&6; }
  2511.     { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
  2512. Please check whether you installed KDE correctly.
  2513. " >&5
  2514. echo "$as_me: error: The important program dcopidl2cpp was not found!
  2515. Please check whether you installed KDE correctly.
  2516. " >&2;}
  2517.    { (exit 1); exit 1; }; }
  2518.    else
  2519.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2520. echo "${ECHO_T}$kde_cv_path" >&6; }
  2521.       DCOPIDL2CPP=$kde_cv_path
  2522.    fi
  2523.         if test "$build_arts" '!=' "no"; then
  2524.    { echo "$as_me:$LINENO: checking for mcopidl" >&5
  2525. echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
  2526.    if test -n "$MCOPIDL"; then
  2527.         kde_cv_path="$MCOPIDL";
  2528.    else
  2529.         kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
  2530.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2531.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2532. else
  2533.         kde_cv_path="NONE"
  2534. kde_save_IFS=$IFS
  2535. IFS=':'
  2536. dirs=""
  2537. for dir in $PATH; do
  2538.   dirs="$dirs $dir"
  2539. done
  2540. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2541.         else     dirs="$dirs $kde_default_bindirs"
  2542. fi
  2543. IFS=$kde_save_IFS
  2544.         for dir in $dirs; do
  2545.   if test -x "$dir/mcopidl"; then
  2546.     if test -n ""
  2547.     then
  2548.               evalstr="$dir/mcopidl  2>&1 "
  2549.       if eval $evalstr; then
  2550.                 kde_cv_path="$dir/mcopidl"
  2551.                 break
  2552.       fi
  2553.             else
  2554. kde_cv_path="$dir/mcopidl"
  2555.                 break
  2556.     fi
  2557.           fi
  2558.         done
  2559.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2560. fi
  2561.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2562.    fi
  2563.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2564.       { echo "$as_me:$LINENO: result: not found" >&5
  2565. echo "${ECHO_T}not found" >&6; }
  2566.     { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
  2567. Please check whether you installed aRts correctly or use
  2568. --without-arts to compile without aRts support (this will remove functionality).
  2569. " >&5
  2570. echo "$as_me: error: The important program mcopidl was not found!
  2571. Please check whether you installed aRts correctly or use
  2572. --without-arts to compile without aRts support (this will remove functionality).
  2573. " >&2;}
  2574.    { (exit 1); exit 1; }; }
  2575.    else
  2576.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2577. echo "${ECHO_T}$kde_cv_path" >&6; }
  2578.       MCOPIDL=$kde_cv_path
  2579.    fi
  2580.    { echo "$as_me:$LINENO: checking for artsc-config" >&5
  2581. echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6; }
  2582.    if test -n "$ARTSCCONFIG"; then
  2583.         kde_cv_path="$ARTSCCONFIG";
  2584.    else
  2585.         kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
  2586.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2587.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2588. else
  2589.         kde_cv_path="NONE"
  2590. kde_save_IFS=$IFS
  2591. IFS=':'
  2592. dirs=""
  2593. for dir in $PATH; do
  2594.   dirs="$dirs $dir"
  2595. done
  2596. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2597.         else     dirs="$dirs $kde_default_bindirs"
  2598. fi
  2599. IFS=$kde_save_IFS
  2600.         for dir in $dirs; do
  2601.   if test -x "$dir/artsc-config"; then
  2602.     if test -n ""
  2603.     then
  2604.               evalstr="$dir/artsc-config  2>&1 "
  2605.       if eval $evalstr; then
  2606.                 kde_cv_path="$dir/artsc-config"
  2607.                 break
  2608.       fi
  2609.             else
  2610. kde_cv_path="$dir/artsc-config"
  2611.                 break
  2612.     fi
  2613.           fi
  2614.         done
  2615.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2616. fi
  2617.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2618.    fi
  2619.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2620.       { echo "$as_me:$LINENO: result: not found" >&5
  2621. echo "${ECHO_T}not found" >&6; }
  2622.     { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
  2623. Please check whether you installed aRts correctly or use
  2624. --without-arts to compile without aRts support (this will remove functionality).
  2625. " >&5
  2626. echo "$as_me: error: The important program artsc-config was not found!
  2627. Please check whether you installed aRts correctly or use
  2628. --without-arts to compile without aRts support (this will remove functionality).
  2629. " >&2;}
  2630.    { (exit 1); exit 1; }; }
  2631.    else
  2632.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2633. echo "${ECHO_T}$kde_cv_path" >&6; }
  2634.       ARTSCCONFIG=$kde_cv_path
  2635.    fi
  2636.         fi
  2637.    { echo "$as_me:$LINENO: checking for meinproc" >&5
  2638. echo $ECHO_N "checking for meinproc... $ECHO_C" >&6; }
  2639.    if test -n "$MEINPROC"; then
  2640.         kde_cv_path="$MEINPROC";
  2641.    else
  2642.         kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
  2643.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2644.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2645. else
  2646.         kde_cv_path="NONE"
  2647. kde_save_IFS=$IFS
  2648. IFS=':'
  2649. dirs=""
  2650. for dir in $PATH; do
  2651.   dirs="$dirs $dir"
  2652. done
  2653. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2654.         else     dirs="$dirs $kde_default_bindirs"
  2655. fi
  2656. IFS=$kde_save_IFS
  2657.         for dir in $dirs; do
  2658.   if test -x "$dir/meinproc"; then
  2659.     if test -n ""
  2660.     then
  2661.               evalstr="$dir/meinproc  2>&1 "
  2662.       if eval $evalstr; then
  2663.                 kde_cv_path="$dir/meinproc"
  2664.                 break
  2665.       fi
  2666.             else
  2667. kde_cv_path="$dir/meinproc"
  2668.                 break
  2669.     fi
  2670.           fi
  2671.         done
  2672.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2673. fi
  2674.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2675.    fi
  2676.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2677.       { echo "$as_me:$LINENO: result: not found" >&5
  2678. echo "${ECHO_T}not found" >&6; }
  2679.    else
  2680.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2681. echo "${ECHO_T}$kde_cv_path" >&6; }
  2682.       MEINPROC=$kde_cv_path
  2683.    fi
  2684.         kde32ornewer=1
  2685.         kde33ornewer=1
  2686.         if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
  2687.             kde32ornewer=
  2688.             kde33ornewer=
  2689.         else
  2690.             if test "$kde_qtver" = "3"; then
  2691.               if test "$kde_qtsubver" -le 1; then
  2692.                 kde32ornewer=
  2693.               fi
  2694.               if test "$kde_qtsubver" -le 2; then
  2695.                 kde33ornewer=
  2696.               fi
  2697.               if test "$KDECONFIG" != "compiled"; then
  2698.                 if test `$KDECONFIG --version | grep KDE | sed 's/KDE: (...).*/1/'` = 3.2; then
  2699.                   kde33ornewer=
  2700.                 fi
  2701.               fi
  2702.             fi
  2703.         fi
  2704.         if test -n "$kde32ornewer"; then
  2705.    { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
  2706. echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; }
  2707.    if test -n "$KCONFIG_COMPILER"; then
  2708.         kde_cv_path="$KCONFIG_COMPILER";
  2709.    else
  2710.         kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
  2711.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2712.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2713. else
  2714.         kde_cv_path="NONE"
  2715. kde_save_IFS=$IFS
  2716. IFS=':'
  2717. dirs=""
  2718. for dir in $PATH; do
  2719.   dirs="$dirs $dir"
  2720. done
  2721. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2722.         else     dirs="$dirs $kde_default_bindirs"
  2723. fi
  2724. IFS=$kde_save_IFS
  2725.         for dir in $dirs; do
  2726.   if test -x "$dir/kconfig_compiler"; then
  2727.     if test -n ""
  2728.     then
  2729.               evalstr="$dir/kconfig_compiler  2>&1 "
  2730.       if eval $evalstr; then
  2731.                 kde_cv_path="$dir/kconfig_compiler"
  2732.                 break
  2733.       fi
  2734.             else
  2735. kde_cv_path="$dir/kconfig_compiler"
  2736.                 break
  2737.     fi
  2738.           fi
  2739.         done
  2740.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2741. fi
  2742.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2743.    fi
  2744.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2745.       { echo "$as_me:$LINENO: result: not found" >&5
  2746. echo "${ECHO_T}not found" >&6; }
  2747.     { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
  2748. Please check whether you installed KDE correctly.
  2749. " >&5
  2750. echo "$as_me: error: The important program kconfig_compiler was not found!
  2751. Please check whether you installed KDE correctly.
  2752. " >&2;}
  2753.    { (exit 1); exit 1; }; }
  2754.    else
  2755.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2756. echo "${ECHO_T}$kde_cv_path" >&6; }
  2757.       KCONFIG_COMPILER=$kde_cv_path
  2758.    fi
  2759.    { echo "$as_me:$LINENO: checking for dcopidlng" >&5
  2760. echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6; }
  2761.    if test -n "$DCOPIDLNG"; then
  2762.         kde_cv_path="$DCOPIDLNG";
  2763.    else
  2764.         kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
  2765.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2766.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2767. else
  2768.         kde_cv_path="NONE"
  2769. kde_save_IFS=$IFS
  2770. IFS=':'
  2771. dirs=""
  2772. for dir in $PATH; do
  2773.   dirs="$dirs $dir"
  2774. done
  2775. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2776.         else     dirs="$dirs $kde_default_bindirs"
  2777. fi
  2778. IFS=$kde_save_IFS
  2779.         for dir in $dirs; do
  2780.   if test -x "$dir/dcopidlng"; then
  2781.     if test -n ""
  2782.     then
  2783.               evalstr="$dir/dcopidlng  2>&1 "
  2784.       if eval $evalstr; then
  2785.                 kde_cv_path="$dir/dcopidlng"
  2786.                 break
  2787.       fi
  2788.             else
  2789. kde_cv_path="$dir/dcopidlng"
  2790.                 break
  2791.     fi
  2792.           fi
  2793.         done
  2794.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2795. fi
  2796.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2797.    fi
  2798.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2799.       { echo "$as_me:$LINENO: result: not found" >&5
  2800. echo "${ECHO_T}not found" >&6; }
  2801.     { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
  2802. Please check whether you installed KDE correctly.
  2803. " >&5
  2804. echo "$as_me: error: The important program dcopidlng was not found!
  2805. Please check whether you installed KDE correctly.
  2806. " >&2;}
  2807.    { (exit 1); exit 1; }; }
  2808.    else
  2809.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2810. echo "${ECHO_T}$kde_cv_path" >&6; }
  2811.       DCOPIDLNG=$kde_cv_path
  2812.    fi
  2813.         fi
  2814.         if test -n "$kde33ornewer"; then
  2815.    { echo "$as_me:$LINENO: checking for makekdewidgets" >&5
  2816. echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; }
  2817.    if test -n "$MAKEKDEWIDGETS"; then
  2818.         kde_cv_path="$MAKEKDEWIDGETS";
  2819.    else
  2820.         kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
  2821.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2822.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2823. else
  2824.         kde_cv_path="NONE"
  2825. kde_save_IFS=$IFS
  2826. IFS=':'
  2827. dirs=""
  2828. for dir in $PATH; do
  2829.   dirs="$dirs $dir"
  2830. done
  2831. if test -z ""; then     dirs="$kde_default_bindirs $dirs"
  2832.         else     dirs="$dirs $kde_default_bindirs"
  2833. fi
  2834. IFS=$kde_save_IFS
  2835.         for dir in $dirs; do
  2836.   if test -x "$dir/makekdewidgets"; then
  2837.     if test -n ""
  2838.     then
  2839.               evalstr="$dir/makekdewidgets  2>&1 "
  2840.       if eval $evalstr; then
  2841.                 kde_cv_path="$dir/makekdewidgets"
  2842.                 break
  2843.       fi
  2844.             else
  2845. kde_cv_path="$dir/makekdewidgets"
  2846.                 break
  2847.     fi
  2848.           fi
  2849.         done
  2850.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2851. fi
  2852.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2853.    fi
  2854.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2855.       { echo "$as_me:$LINENO: result: not found" >&5
  2856. echo "${ECHO_T}not found" >&6; }
  2857.     { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
  2858. Please check whether you installed KDE correctly.
  2859. " >&5
  2860. echo "$as_me: error: The important program makekdewidgets was not found!
  2861. Please check whether you installed KDE correctly.
  2862. " >&2;}
  2863.    { (exit 1); exit 1; }; }
  2864.    else
  2865.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2866. echo "${ECHO_T}$kde_cv_path" >&6; }
  2867.       MAKEKDEWIDGETS=$kde_cv_path
  2868.    fi
  2869.         fi
  2870.    { echo "$as_me:$LINENO: checking for xmllint" >&5
  2871. echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; }
  2872.    if test -n "$XMLLINT"; then
  2873.         kde_cv_path="$XMLLINT";
  2874.    else
  2875.         kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
  2876.         if { as_var=kde_cv_path_$kde_cache; eval "test "${$as_var+set}" = set"; }; then
  2877.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2878. else
  2879.         kde_cv_path="NONE"
  2880. kde_save_IFS=$IFS
  2881. IFS=':'
  2882. dirs=""
  2883. for dir in $PATH; do
  2884.   dirs="$dirs $dir"
  2885. done
  2886. if test -z ""; then     dirs="${prefix}/bin ${exec_prefix}/bin $dirs"
  2887.         else     dirs="$dirs ${prefix}/bin ${exec_prefix}/bin"
  2888. fi
  2889. IFS=$kde_save_IFS
  2890.         for dir in $dirs; do
  2891.   if test -x "$dir/xmllint"; then
  2892.     if test -n ""
  2893.     then
  2894.               evalstr="$dir/xmllint  2>&1 "
  2895.       if eval $evalstr; then
  2896.                 kde_cv_path="$dir/xmllint"
  2897.                 break
  2898.       fi
  2899.             else
  2900. kde_cv_path="$dir/xmllint"
  2901.                 break
  2902.     fi
  2903.           fi
  2904.         done
  2905.         eval "kde_cv_path_$kde_cache=$kde_cv_path"
  2906. fi
  2907.       eval "kde_cv_path="`echo '$kde_cv_path_'$kde_cache`""
  2908.    fi
  2909.    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
  2910.       { echo "$as_me:$LINENO: result: not found" >&5
  2911. echo "${ECHO_T}not found" >&6; }
  2912.       XMLLINT=""
  2913.    else
  2914.       { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
  2915. echo "${ECHO_T}$kde_cv_path" >&6; }
  2916.       XMLLINT=$kde_cv_path
  2917.    fi
  2918.         if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
  2919.       kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
  2920.             test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
  2921. KDE_XSL_STYLESHEET=NO
  2922. for i in $kde_sharedirs;
  2923. do
  2924.   for j in apps/ksgmltools2/customization/kde-chunk.xsl;
  2925.   do
  2926.     echo "configure: 39857: $i/$j" >&5
  2927.     if test -r "$i/$j"; then
  2928.       echo "taking that" >&5
  2929.       KDE_XSL_STYLESHEET=$i
  2930.       break 2
  2931.     fi
  2932.   done
  2933. done
  2934.     if test "$KDE_XSL_STYLESHEET" = "NO"; then
  2935. KDE_XSL_STYLESHEET=""
  2936.     else
  2937.                 KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
  2938.     fi
  2939.         fi
  2940.         DCOP_DEPENDENCIES='$(DCOPIDL)'
  2941.         if test -n "$kde32ornewer"; then
  2942.             KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
  2943.             DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
  2944.         fi
  2945. kdeinitdir='$(kde_moduledir)'
  2946. if test "$kde_qtver" = 1; then
  2947.   kde_minidir="$kde_icondir/mini"
  2948. else
  2949. # for KDE 1 - this breaks KDE2 apps using minidir, but
  2950. # that's the plan ;-/
  2951.   kde_minidir="/dev/null"
  2952. fi
  2953. if test $kde_qtver = 3; then
  2954.    case $host in
  2955.                *cygwin*) lib_kded="-lkdeinit_kded" ;;
  2956.                *) lib_kded="" ;;
  2957.        esac
  2958.    LIB_KDED=$lib_kded
  2959.    LIB_KDECORE="-lkdecore"
  2960.    LIB_KDEUI="-lkdeui"
  2961.    LIB_KIO="-lkio"
  2962.    LIB_KJS="-lkjs"
  2963.    LIB_SMB="-lsmb"
  2964.    LIB_KAB="-lkab"
  2965.    LIB_KABC="-lkabc"
  2966.    LIB_KHTML="-lkhtml"
  2967.    LIB_KSPELL="-lkspell"
  2968.    LIB_KPARTS="-lkparts"
  2969.    LIB_KDEPRINT="-lkdeprint"
  2970.    LIB_KUTILS="-lkutils"
  2971.    LIB_KDEPIM="-lkdepim"
  2972.    LIB_KIMPROXY="-lkimproxy"
  2973.    LIB_KNEWSTUFF="-lknewstuff"
  2974.    LIB_KDNSSD="-lkdnssd"
  2975.    LIB_KUNITTEST="-lkunittest"
  2976. # these are for backward compatibility
  2977.    LIB_KSYCOCA="-lkio"
  2978.    LIB_KFILE="-lkio"
  2979. elif test $kde_qtver = 2; then
  2980.    LIB_KDECORE="-lkdecore"
  2981.    LIB_KDEUI="-lkdeui"
  2982.    LIB_KIO="-lkio"
  2983.    LIB_KSYCOCA="-lksycoca"
  2984.    LIB_SMB="-lsmb"
  2985.    LIB_KFILE="-lkfile"
  2986.    LIB_KAB="-lkab"
  2987.    LIB_KHTML="-lkhtml"
  2988.    LIB_KSPELL="-lkspell"
  2989.    LIB_KPARTS="-lkparts"
  2990.    LIB_KDEPRINT="-lkdeprint"
  2991. else
  2992.    LIB_KDECORE="-lkdecore -lXext $(LIB_QT)"
  2993.    LIB_KDEUI="-lkdeui $(LIB_KDECORE)"
  2994.    LIB_KFM="-lkfm $(LIB_KDECORE)"
  2995.    LIB_KFILE="-lkfile $(LIB_KFM) $(LIB_KDEUI)"
  2996.    LIB_KAB="-lkab $(LIB_KIMGIO) $(LIB_KDECORE)"
  2997. fi
  2998.         check_theora="yes"
  2999. fi
  3000.  if test "$ui_kde" = "yes"; then
  3001.   ENABLE_KDE_TRUE=
  3002.   ENABLE_KDE_FALSE='#'
  3003. else
  3004.   ENABLE_KDE_TRUE='#'
  3005.   ENABLE_KDE_FALSE=
  3006. fi
  3007. if (test "$check_theora" = "yes"); then
  3008. if (test "x$enable_theora" != "xno"); then
  3009. pkg_failed=no
  3010. { echo "$as_me:$LINENO: checking for THEORA" >&5
  3011. echo $ECHO_N "checking for THEORA... $ECHO_C" >&6; }
  3012. if test -n "$PKG_CONFIG"; then
  3013.     if test -n "$THEORA_CFLAGS"; then
  3014.         pkg_cv_THEORA_CFLAGS="$THEORA_CFLAGS"
  3015.     else
  3016.         if test -n "$PKG_CONFIG" && 
  3017.     { (echo "$as_me:$LINENO: $PKG_CONFIG --exists --print-errors "theora"") >&5
  3018.   ($PKG_CONFIG --exists --print-errors "theora") 2>&5
  3019.   ac_status=$?
  3020.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3021.   (exit $ac_status); }; then
  3022.   pkg_cv_THEORA_CFLAGS=`$PKG_CONFIG --cflags "theora" 2>/dev/null`
  3023. else
  3024.   pkg_failed=yes
  3025. fi
  3026.     fi
  3027. else
  3028. pkg_failed=untried
  3029. fi
  3030. if test -n "$PKG_CONFIG"; then
  3031.     if test -n "$THEORA_LIBS"; then
  3032.         pkg_cv_THEORA_LIBS="$THEORA_LIBS"
  3033.     else
  3034.         if test -n "$PKG_CONFIG" && 
  3035.     { (echo "$as_me:$LINENO: $PKG_CONFIG --exists --print-errors "theora"") >&5
  3036.   ($PKG_CONFIG --exists --print-errors "theora") 2>&5
  3037.   ac_status=$?
  3038.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3039.   (exit $ac_status); }; then
  3040.   pkg_cv_THEORA_LIBS=`$PKG_CONFIG --libs "theora" 2>/dev/null`
  3041. else
  3042.   pkg_failed=yes
  3043. fi
  3044.     fi
  3045. else
  3046. pkg_failed=untried
  3047. fi
  3048. if test $pkg_failed = yes; then
  3049. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3050.         _pkg_short_errors_supported=yes
  3051. else
  3052.         _pkg_short_errors_supported=no
  3053. fi
  3054.         if test $_pkg_short_errors_supported = yes; then
  3055.         THEORA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "theora"`
  3056.         else
  3057.         THEORA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "theora"`
  3058.         fi
  3059. # Put the nasty error message in config.log where it belongs
  3060. echo "$THEORA_PKG_ERRORS" >&5
  3061. { echo "$as_me:$LINENO: result: no" >&5
  3062. echo "${ECHO_T}no" >&6; }
  3063.                 if (test "x$enable_theora" = "xauto"); then
  3064.                       enable_theora="no"
  3065.                   else
  3066.                       { { echo "$as_me:$LINENO: error: Theora not found (explicitly enabled)!" >&5
  3067. echo "$as_me: error: Theora not found (explicitly enabled)!" >&2;}
  3068.    { (exit 1); exit 1; }; }
  3069.                   fi
  3070. elif test $pkg_failed = untried; then
  3071. if (test "x$enable_theora" = "xauto"); then
  3072.                       enable_theora="no"
  3073.                   else
  3074.                       { { echo "$as_me:$LINENO: error: Theora not found (explicitly enabled)!" >&5
  3075. echo "$as_me: error: Theora not found (explicitly enabled)!" >&2;}
  3076.    { (exit 1); exit 1; }; }
  3077.                   fi
  3078. else
  3079. THEORA_CFLAGS=$pkg_cv_THEORA_CFLAGS
  3080. THEORA_LIBS=$pkg_cv_THEORA_LIBS
  3081.         { echo "$as_me:$LINENO: result: yes" >&5
  3082. echo "${ECHO_T}yes" >&6; }
  3083. enable_theora="yes"
  3084. fi
  3085. fi
  3086. if (test "x$enable_theora" = "xyes"); then
  3087. cat >>confdefs.h <<_ACEOF
  3088. #define THEORA 1
  3089. _ACEOF
  3090. CFLAGS="$CFLAGS $THEORA_CFLAGS"
  3091. CXXFLAGS="$CXXFLAGS $THEORA_CFLAGS"
  3092. LIBS="$LIBS $THEORA_LIBS"
  3093. fi
  3094. fi
  3095.  if test "$enable_theora" = "yes"; then
  3096.   ENABLE_THEORA_TRUE=
  3097.   ENABLE_THEORA_FALSE='#'
  3098. else
  3099.   ENABLE_THEORA_TRUE='#'
  3100.   ENABLE_THEORA_FALSE=
  3101. fi
  3102. { echo "$as_me:$LINENO: checking for jpeg_start_decompress in -ljpeg" >&5
  3103. echo $ECHO_N "checking for jpeg_start_decompress in -ljpeg... $ECHO_C" >&6; }
  3104. if test "${ac_cv_lib_jpeg_jpeg_start_decompress+set}" = set; then
  3105.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3106. else
  3107.   ac_check_lib_save_LIBS=$LIBS
  3108. LIBS="-ljpeg  $LIBS"
  3109. cat >conftest.$ac_ext <<_ACEOF
  3110. /* confdefs.h.  */
  3111. _ACEOF
  3112. cat confdefs.h >>conftest.$ac_ext
  3113. cat >>conftest.$ac_ext <<_ACEOF
  3114. /* end confdefs.h.  */
  3115. /* Override any GCC internal prototype to avoid an error.
  3116.    Use char because int might match the return type of a GCC
  3117.    builtin and then its argument prototype would still apply.  */
  3118. #ifdef __cplusplus
  3119. extern "C"
  3120. #endif
  3121. char jpeg_start_decompress ();
  3122. int
  3123. main ()
  3124. {
  3125. return jpeg_start_decompress ();
  3126.   ;
  3127.   return 0;
  3128. }
  3129. _ACEOF
  3130. rm -f conftest.$ac_objext conftest$ac_exeext
  3131. if { (ac_try="$ac_link"
  3132. case "(($ac_try" in
  3133.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3134.   *) ac_try_echo=$ac_try;;
  3135. esac
  3136. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3137.   (eval "$ac_link") 2>conftest.er1
  3138.   ac_status=$?
  3139.   grep -v '^ *+' conftest.er1 >conftest.err
  3140.   rm -f conftest.er1
  3141.   cat conftest.err >&5
  3142.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3143.   (exit $ac_status); } && {
  3144.  test -z "$ac_c_werror_flag" ||
  3145.  test ! -s conftest.err
  3146.        } && test -s conftest$ac_exeext &&
  3147.        $as_test_x conftest$ac_exeext; then
  3148.   ac_cv_lib_jpeg_jpeg_start_decompress=yes
  3149. else
  3150.   echo "$as_me: failed program was:" >&5
  3151. sed 's/^/| /' conftest.$ac_ext >&5
  3152. ac_cv_lib_jpeg_jpeg_start_decompress=no
  3153. fi
  3154. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3155.       conftest$ac_exeext conftest.$ac_ext
  3156. LIBS=$ac_check_lib_save_LIBS
  3157. fi
  3158. { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_start_decompress" >&5
  3159. echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_start_decompress" >&6; }
  3160. if test $ac_cv_lib_jpeg_jpeg_start_decompress = yes; then
  3161.   cat >>confdefs.h <<_ACEOF
  3162. #define HAVE_LIBJPEG 1
  3163. _ACEOF
  3164.   LIBS="-ljpeg $LIBS"
  3165. else
  3166.   { { echo "$as_me:$LINENO: error: jpeg library not found" >&5
  3167. echo "$as_me: error: jpeg library not found" >&2;}
  3168.    { (exit 1); exit 1; }; }
  3169. fi
  3170. { echo "$as_me:$LINENO: checking for png_create_info_struct in -lpng" >&5
  3171. echo $ECHO_N "checking for png_create_info_struct in -lpng... $ECHO_C" >&6; }
  3172. if test "${ac_cv_lib_png_png_create_info_struct+set}" = set; then
  3173.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3174. else
  3175.   ac_check_lib_save_LIBS=$LIBS
  3176. LIBS="-lpng  $LIBS"
  3177. cat >conftest.$ac_ext <<_ACEOF
  3178. /* confdefs.h.  */
  3179. _ACEOF
  3180. cat confdefs.h >>conftest.$ac_ext
  3181. cat >>conftest.$ac_ext <<_ACEOF
  3182. /* end confdefs.h.  */
  3183. /* Override any GCC internal prototype to avoid an error.
  3184.    Use char because int might match the return type of a GCC
  3185.    builtin and then its argument prototype would still apply.  */
  3186. #ifdef __cplusplus
  3187. extern "C"
  3188. #endif
  3189. char png_create_info_struct ();
  3190. int
  3191. main ()
  3192. {
  3193. return png_create_info_struct ();
  3194.   ;
  3195.   return 0;
  3196. }
  3197. _ACEOF
  3198. rm -f conftest.$ac_objext conftest$ac_exeext
  3199. if { (ac_try="$ac_link"
  3200. case "(($ac_try" in
  3201.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3202.   *) ac_try_echo=$ac_try;;
  3203. esac
  3204. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3205.   (eval "$ac_link") 2>conftest.er1
  3206.   ac_status=$?
  3207.   grep -v '^ *+' conftest.er1 >conftest.err
  3208.   rm -f conftest.er1
  3209.   cat conftest.err >&5
  3210.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3211.   (exit $ac_status); } && {
  3212.  test -z "$ac_c_werror_flag" ||
  3213.  test ! -s conftest.err
  3214.        } && test -s conftest$ac_exeext &&
  3215.        $as_test_x conftest$ac_exeext; then
  3216.   ac_cv_lib_png_png_create_info_struct=yes
  3217. else
  3218.   echo "$as_me: failed program was:" >&5
  3219. sed 's/^/| /' conftest.$ac_ext >&5
  3220. ac_cv_lib_png_png_create_info_struct=no
  3221. fi
  3222. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3223.       conftest$ac_exeext conftest.$ac_ext
  3224. LIBS=$ac_check_lib_save_LIBS
  3225. fi
  3226. { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_info_struct" >&5
  3227. echo "${ECHO_T}$ac_cv_lib_png_png_create_info_struct" >&6; }
  3228. if test $ac_cv_lib_png_png_create_info_struct = yes; then
  3229.   cat >>confdefs.h <<_ACEOF
  3230. #define HAVE_LIBPNG 1
  3231. _ACEOF
  3232.   LIBS="-lpng $LIBS"
  3233. else
  3234.   { { echo "$as_me:$LINENO: error: png library not found" >&5
  3235. echo "$as_me: error: png library not found" >&2;}
  3236.    { (exit 1); exit 1; }; }