diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:36 +0200 |
commit | 581b5d93c4c86c1747b9dafe1ae8bd5521894951 (patch) | |
tree | 9d44fde281f2a01ccb1e6e735dd0f92f3fc4ee6f /configure.in | |
parent | 8dba7e88a35b3d93ed70dc039d3af44dd186ddf7 (diff) | |
download | k3b-i18n-581b5d93c4c86c1747b9dafe1ae8bd5521894951.tar.gz k3b-i18n-581b5d93c4c86c1747b9dafe1ae8bd5521894951.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 25f1254..96b9344 100644 --- a/configure.in +++ b/configure.in @@ -251,13 +251,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 |