diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/configure.in b/configure.in index 1d7585a3..1cbe7208 100644 --- a/configure.in +++ b/configure.in @@ -827,7 +827,7 @@ dnl ======================================================= #KEXI_VERSION= -AC_SUBST(LIB_KEXI_KMDI, '-lkmdi') +AC_SUBST(LIB_KEXI_KMDI, '-ltdemdi') AC_SUBST(LIB_KEXI_KMDI_INCLUDES, '') dnl ======================================================= @@ -1223,18 +1223,18 @@ dnl ======================================================= dnl FILE: ./kexi/plugins/macros/configure.in.in dnl ======================================================= -# Check for kunittest -AC_MSG_CHECKING([for kunittest]) +# Check for tdeunittest +AC_MSG_CHECKING([for tdeunittest]) # First we check if the console unittester could be compiled -have_kunittest_header="no" -KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , ) -AM_CONDITIONAL(include_kunittest, test "$have_kunittest_header" = "yes") +have_tdeunittest_header="no" +KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , ) +AM_CONDITIONAL(include_tdeunittest, test "$have_tdeunittest_header" = "yes") # Second we check if the GUI-unittester could be compiled -have_kunittestgui_header="no" -KDE_CHECK_HEADER(kunittest/runnergui.h, have_kunittestgui_header="yes", , ) -AM_CONDITIONAL(include_kunittestgui, test "$have_kunittestgui_header" = "yes") +have_tdeunittestgui_header="no" +KDE_CHECK_HEADER(tdeunittest/runnergui.h, have_tdeunittestgui_header="yes", , ) +AM_CONDITIONAL(include_tdeunittestgui, test "$have_tdeunittestgui_header" = "yes") dnl ======================================================= dnl FILE: ./kivio/configure.in.in @@ -1333,12 +1333,12 @@ else AC_MSG_RESULT(no) fi -# Check for kunittest -AC_MSG_CHECKING([for kunittest]) +# Check for tdeunittest +AC_MSG_CHECKING([for tdeunittest]) -have_kunittest_header="no" -KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , ) -AM_CONDITIONAL(include_kunittest_tests, test "$have_kunittest_header" = "yes") +have_tdeunittest_header="no" +KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , ) +AM_CONDITIONAL(include_tdeunittest_tests, test "$have_tdeunittest_header" = "yes") # --- OpenGL check --- @@ -1499,13 +1499,13 @@ dnl ======================================================= AC_LANG_SAVE AC_LANG_C dnl Check for aspell library - KDE_CHECK_HEADERS([kspell2/broker.h]) - if test "x$ac_cv_header_kspell2_broker_h" = "xyes"; then + KDE_CHECK_HEADERS([tdespell2/broker.h]) + if test "x$ac_cv_header_tdespell2_broker_h" = "xyes"; then dnl the header and the lib exist -> ok dnl this is for config.h - AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libkspell2 for spell-checking]) - LIBKSPELL2="-lkspell2" - AC_MSG_RESULT([found in $ac_kspell2_includes]) + AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libtdespell2 for spell-checking]) + LIBKSPELL2="-ltdespell2" + AC_MSG_RESULT([found in $ac_tdespell2_includes]) else LIBKSPELL2="" AC_MSG_RESULT([not found -- spell-checking will be disabled]) @@ -2120,7 +2120,7 @@ AC_CONFIG_FILES([ chalk/plugins/viewplugins/rotateimage/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/screenshot/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chalkcore/Makefile ]) -AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chalkscripting/Makefile ]) +AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chaltdescripting/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/python/Makefile ]) AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/ruby/Makefile ]) @@ -2634,7 +2634,7 @@ fi if test -z "$LIBKSPELL2"; then echo "" - echo "You don't use tdelibs CVS (kspell2 not found). Spell-checking disabled." + echo "You don't use tdelibs CVS (tdespell2 not found). Spell-checking disabled." echo "" all_tests=bad fi |