diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:52:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:52:58 -0600 |
commit | 353cd6e3260e3832b8e34013527b84f08b654fd8 (patch) | |
tree | 2c128d47b7fb954346ace8f7e70e5798e9288b05 /configure.in | |
parent | 52d73e5da6f5b76a12ffc68e9ca9af12eb8c3efe (diff) | |
download | potracegui-353cd6e3260e3832b8e34013527b84f08b654fd8.tar.gz potracegui-353cd6e3260e3832b8e34013527b84f08b654fd8.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d16e3dc..03d9401 100644 --- a/configure.in +++ b/configure.in @@ -87,7 +87,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 |