diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:05 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:05 +0200 |
commit | c3b78c84d83b7d815961e2bfc831faaac415aa0d (patch) | |
tree | 86a132896c95fdd4cea9825b3e20cf9297b66cb9 /configure.in | |
parent | c13efa999262ca6fb250d025301c504a8b5ae547 (diff) | |
download | krusader-c3b78c84d83b7d815961e2bfc831faaac415aa0d.tar.gz krusader-c3b78c84d83b7d815961e2bfc831faaac415aa0d.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 5bb53f8..8dd236a 100644 --- a/configure.in +++ b/configure.in @@ -144,11 +144,11 @@ fi AM_CONDITIONAL(include_libkjsembed, test "$have_libkjsembed" = yes) ################################################### -# If our own tar-KIO schould be build +# If our own tar-TDEIO schould be build ################################################### AC_ARG_WITH(kiotar, - AC_HELP_STRING([--with-kiotar],[use our write-enabled version of KDE's tar KIO-Slave [default=without]]), + AC_HELP_STRING([--with-kiotar],[use our write-enabled version of KDE's tar TDEIO-Slave [default=without]]), [with_tar=$withval], [with_tar=no] ) @@ -281,7 +281,7 @@ if (test $warn_js); fi if (test $with_tar != "no"); - then echo "NOTICE: Our write-enabled version of KDE's tar KIO-Slave will be build. \"make install\" will may overwrite the KDE-version!" + then echo "NOTICE: Our write-enabled version of KDE's tar TDEIO-Slave will be build. \"make install\" will may overwrite the KDE-version!" fi if (test -z "$TDEDIR"); |