diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /configure.in.bot | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configure.in.bot b/configure.in.bot new file mode 100644 index 00000000..91ad3029 --- /dev/null +++ b/configure.in.bot @@ -0,0 +1,24 @@ +if test "$DOT_FOUND" = "no"; then + echo "" + echo "You're missing the dot program." + echo "It is still possible to run and use KDevelop without it, but you will " + echo "not be able to use the new graphical classbrowser. In order to get " + echo "a dot copy, go to www.graphviz.org and download the graphviz package." +fi + +if test -z "$kdelibs_doxydir"; then + echo "" + echo "You have no kdelibs 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 "configure script." +fi + +if test -n "$VCSCOMPAT" -a -z "$SVN_SUBDIR"; then + echo "" + echo "You're missing Subversion libraries (1.x)" + echo "KDevelop subversion support will not work without it," + echo "consider installing it." + echo "" +fi |