diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /configure.in.bot | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in.bot b/configure.in.bot index 91ad3029..9b006e9e 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -6,12 +6,12 @@ if test "$DOT_FOUND" = "no"; then echo "a dot copy, go to www.graphviz.org and download the graphviz package." fi -if test -z "$kdelibs_doxydir"; then +if test -z "$tdelibs_doxydir"; then echo "" - echo "You have no kdelibs documentation generated by Doxygen installed." + echo "You have no tdelibs documentation generated by Doxygen installed." echo "You should install Doxygen from www.doxygen.org, reconfigure" - echo "and rebuild the kdelibs sources. You should 'make apidox' and" - echo "'make install' in your kdelibs build dir, and then rerun this" + echo "and rebuild the tdelibs sources. You should 'make apidox' and" + echo "'make install' in your tdelibs build dir, and then rerun this" echo "configure script." fi |