diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-06-25 19:06:28 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-06-25 19:15:54 +0300 |
commit | 9523b86a5b99317135eb3dcdb7d10199361eab97 (patch) | |
tree | f14a290de015a0a199336df095271fce158bb41a /configure.in | |
parent | a26e231b46ac6433f6500ddc9ed6b466cf38cc21 (diff) | |
download | twin-style-suse2-9523b86a5b99317135eb3dcdb7d10199361eab97.tar.gz twin-style-suse2-9523b86a5b99317135eb3dcdb7d10199361eab97.zip |
Conversion KDE3→TDE
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 627d6a1..2deb15e 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ dnl Perform program name transformation AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(kwin_SUSE2, 0.4.1) dnl searches for some needed programs +AM_INIT_AUTOMAKE(twin_SUSE2, 0.4.1) dnl searches for some needed programs KDE_SET_PREFIX @@ -69,7 +69,7 @@ dnl PACKAGE set before AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN KDE_CHECK_HEADER(kcommondecoration.h,, AC_MSG_ERROR([ -Required header kcommondecoration.h is missing! (either you need KDE >= 3.5.0 or you are missing the kdebase devel package)])) +Required header kcommondecoration.h is missing! (either you need KDE >= 3.5.0 or you are missing the tdebase devel package)])) KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) @@ -82,13 +82,13 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi |