diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:56 -0600 |
commit | dcb42b10c669803011474197cf0a1a6662c91982 (patch) | |
tree | f079181e4c77498244c0090b15476492d99a482d /configure.in | |
parent | 3f2efc0d9676e785587c9dd262dccfffa3b8ca61 (diff) | |
download | krusader-dcb42b10c669803011474197cf0a1a6662c91982.tar.gz krusader-dcb42b10c669803011474197cf0a1a6662c91982.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index ed07f5e..a55d204 100644 --- a/configure.in +++ b/configure.in @@ -209,7 +209,7 @@ AC_CONFIG_FILES([ tar/Makefile ]) AC_CONFIG_FILES([ virt/Makefile ]) AC_OUTPUT # added manualy, it dumps a summary of the most important settings -# and displays a warning if the KDEDIR or QTDIR is empty +# and displays a warning if the TDEDIR or QTDIR is empty echo " Krusader Project: ----------------- @@ -223,7 +223,7 @@ Krusader Project: kde_locale: ${prefix}/share/locale qt_libraries: ${ac_qt_libraries} qt_includes: ${ac_qt_includes} - KDEDIR: ${KDEDIR} + TDEDIR: ${TDEDIR} QTDIR: ${QTDIR} Install path: ${prefix}/bin krusader version: ${VERSION} @@ -241,7 +241,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then echo "Warning: you chose to install this package in $given_prefix," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi @@ -284,8 +284,8 @@ 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!" fi -if (test -z "$KDEDIR"); - then echo "WARNING: KDEDIR enviroment variable is empty! Please read Krusader FAQ" +if (test -z "$TDEDIR"); + then echo "WARNING: TDEDIR enviroment variable is empty! Please read Krusader FAQ" fi if (test -z "$QTDIR"); |