diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /configure.in.in | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.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 5531ccbe4..96f59f21d 100644 --- a/configure.in.in +++ b/configure.in.in @@ -212,9 +212,9 @@ CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" KDE_INIT_DOXYGEN([KDE base API Reference], [Version $VERSION]) -dnl Ok, kdebase has _sooo_ many Makefiles, that the check for uniqueness +dnl Ok, tdebase has _sooo_ many Makefiles, that the check for uniqueness dnl of those filenames in the list of the files (done by autoconf macros -dnl itself) is taking more that nine minutes (!). For kdebase only we take +dnl itself) is taking more that nine minutes (!). For tdebase only we take dnl out that test. (matz@kde.org) m4_define([_AC_CONFIG_UNIQUE], [])dnl |