diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 12:51:30 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 12:51:30 -0600 |
commit | 2a55786bbc3b6c2e246584268880e999f6a562e4 (patch) | |
tree | c1357e3dee4dfc4c3866a8130f18b4a7b8192654 /configure.in | |
parent | 6355f7a0003fb7541ab8887cdba3dbba84a71ef0 (diff) | |
download | kftpgrabber-2a55786bbc3b6c2e246584268880e999f6a562e4.tar.gz kftpgrabber-2a55786bbc3b6c2e246584268880e999f6a562e4.zip |
Branding cleanup.
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 88fedf8..6075bc3 100644 --- a/configure.in +++ b/configure.in @@ -284,10 +284,10 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then 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 "but TDE was found in $kde_libs_prefix." + echo "For this to work, you will need to tell TDE about the new prefix, by ensuring" echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" - echo "Then restart KDE." + echo "Then restart TDE." echo "" fi fi @@ -303,7 +303,7 @@ if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_ echo "" echo "http://bugs.kde.org/show_bug.cgi?id=109386" echo "" - echo "and recompile all of Qt and KDE. Note, this is entirely optional and" + echo "and recompile all of TQt and TDE. Note, this is entirely optional and" echo "everything will continue to work just fine without it." echo "" fi |