diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /configure.in.in | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index c2badfa92..8bcbdce7e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -8,7 +8,7 @@ AC_INIT(acinclude.m4) dnl a source file from your sub dir dnl This is so we can use kde-common AC_CONFIG_AUX_DIR(admin) -dnl Setting the prefix for kdelibs uses a special version of KDE_SET_PREFIX +dnl Setting the prefix for tdelibs uses a special version of KDE_SET_PREFIX dnl (since that one normally looks for existing kde installations) KDE_SET_PREFIX_CORE @@ -102,7 +102,7 @@ KCONFIG_COMPILER="compiled" MAKEKDEWIDGETS="compiled" dnl Checks for libraries etc -AC_BASE_PATH_KDE([don't test]) dnl kdelibs is a special case +AC_BASE_PATH_KDE([don't test]) dnl tdelibs is a special case KDE_ENABLE_HIDDEN_VISIBILITY AC_CREATE_KFSSTND(default) |