summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:44:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:44:33 -0500
commitfda7cb331aeb7b8850d60eb21f533d13b1d48c41 (patch)
treecc00d52a9a730839ca13681509dfcd0857d9eaf6 /configure.in
parent8c0722d933315b9da22022389c3f4e1774703acc (diff)
downloadtdeio-ftps-fda7cb331aeb7b8850d60eb21f533d13b1d48c41.tar.gz
tdeio-ftps-fda7cb331aeb7b8850d60eb21f533d13b1d48c41.zip
Update to TDE R14 API
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index cb0121f..eabafda 100644
--- a/configure.in
+++ b/configure.in
@@ -40,7 +40,7 @@ dnl Perform program name transformation
AC_ARG_PROGRAM
dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(kio-ftps, 0.1) dnl searches for some needed programs
+AM_INIT_AUTOMAKE(tdeio-ftps, 0.1) dnl searches for some needed programs
KDE_SET_PREFIX
@@ -85,13 +85,13 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then
# And if kde doesn't know about the prefix yet
- echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
+ echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
if test $? -ne 0; then
echo ""
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