summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:46 -0600
commit466082986f6d4dea30e0f2ebe4dbfd0bb8d765b1 (patch)
tree23c0f3d9e36587d75e86560918bb0fcd6e3adfe8 /configure.in
parent615df59cf8d633bf3430efa8986ceb030b418fb3 (diff)
downloadkile-466082986f6d4dea30e0f2ebe4dbfd0bb8d765b1.tar.gz
kile-466082986f6d4dea30e0f2ebe4dbfd0bb8d765b1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d1900cc..296f8dc 100644
--- a/configure.in
+++ b/configure.in
@@ -220,7 +220,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
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