diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
commit | 3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b (patch) | |
tree | d69f9f717e93a0731424e4817804402ebc342318 /configure.in.bot | |
parent | 275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff) | |
download | tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip |
Additional kde to tde renaming
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.bot b/configure.in.bot index 9a79138a..a2b145dd 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -13,7 +13,7 @@ if test "x$with_taglib" = xcheck && test "x$have_taglib" = xno; then echo "" echo "You're missing TagLib. Without TagLib KDE will not support ID3" echo "tags in mp3 files. You can find taglib either in KDE's Subversion" - echo "repository under trunk/kdesupport/taglib or at" + echo "repository under trunk/tdesupport/taglib or at" echo "http://ktown.kde.org/~wheeler/taglib" all_tests=bad fi @@ -31,6 +31,6 @@ if test "x$with_akode" = xcheck && test "x$have_akode" = xno; then echo "aKode was not found. Without it the aKode aRts-plugin will not be" echo "installed, and aRts will be unable to play many music formats." echo "You can find aKode in KDE's Subversion repository under" - echo "trunk/kdesupport/akode." + echo "trunk/tdesupport/akode." all_tests=bad fi |