diff options
author | Michele Calgaro <[email protected]> | 2014-09-18 12:35:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-09-18 12:35:26 +0900 |
commit | 4502e9b008b89e0dc452ef589c0fc31c9eb8c7be (patch) | |
tree | 0a92ddec284f1be4d62336a2b9006c10377444a6 /tdevelop.m4.in | |
parent | 2575ad2b3517d8fc321b423c8e8073b3d5b4419b (diff) | |
download | tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.tar.gz tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.zip |
Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR
Diffstat (limited to 'tdevelop.m4.in')
-rw-r--r-- | tdevelop.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdevelop.m4.in b/tdevelop.m4.in index 4f84461b..857003c5 100644 --- a/tdevelop.m4.in +++ b/tdevelop.m4.in @@ -59,7 +59,7 @@ AC_MSG_RESULT($tdelibs_doxydir) if test "$tdelibs_doxydir" = NO; then tdelibs_doxydir="" fi -AC_DEFINE_UNQUOTED(KDELIBS_DOXYDIR, "$tdelibs_doxydir", [where KDE documentation is installed]) +AC_DEFINE_UNQUOTED(TDELIBS_DOXYDIR, "$tdelibs_doxydir", [where TDE documentation is installed]) ]) AC_SUBST(tdelibs_doxydir) |