From ef3baf9eca4b09c7b2ff92178b4748986e5fa8b3 Mon Sep 17 00:00:00 2001
From: Timothy Pearson
Date: Sun, 26 Feb 2012 14:21:50 -0600
Subject: [PATCH] Rename kde-config to tde-config
---
acinclude.m4 | 10 +++++-----
configure.in | 2 +-
doc/ru/index.docbook | 2 +-
doc/ru/installation.html | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 1fa20a6..8b2dfa8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -4982,13 +4982,13 @@ AC_DEFUN([KDE_SET_PREFIX],
KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then
- dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
- KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
+ dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it
+ KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
else
- dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
+ dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH
kde_save_PATH="$PATH"
PATH="$exec_prefix/bin:$prefix/bin:$PATH"
- KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
+ KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
PATH="$kde_save_PATH"
fi
@@ -5004,7 +5004,7 @@ AC_DEFUN([KDE_SET_PREFIX],
AC_MSG_CHECKING([where to install])
if test "x$prefix" = "xNONE"; then
prefix=$kde_libs_prefix
- AC_MSG_RESULT([$prefix (as returned by kde-config)])
+ AC_MSG_RESULT([$prefix (as returned by tde-config)])
else
dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
given_prefix=$prefix
diff --git a/configure.in b/configure.in
index 8bfe841..dfc5a7e 100644
--- a/configure.in
+++ b/configure.in
@@ -304,7 +304,7 @@ 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,"
diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook
index 331784a..2dc9dce 100644
--- a/doc/ru/index.docbook
+++ b/doc/ru/index.docbook
@@ -116,7 +116,7 @@ configure.gnu это просто обёртка вокруг configure - это
configure.gnu это просто обёртка вокруг configure - это обычный shell-скрипт, который вызывает configure с установленным префиксом и отключённой поддержкой arts.
Вместо configure.gnu Вы можете спокойно использовать
-./configure --prefix="`kde-config --prefix`" --without-arts
+./configure --prefix="`tde-config --prefix`" --without-arts
diff --git a/doc/ru/installation.html b/doc/ru/installation.html
index 6cc73f8..2d2f241 100644
--- a/doc/ru/installation.html
+++ b/doc/ru/installation.html
@@ -25,7 +25,7 @@ configure.gnu это просто обёртка вокруг configure - это
configure.gnu это просто обёртка вокруг configure - это обычный shell-скрипт, который вызывает configure с установленным префиксом и отключённой поддержкой arts.
Вместо configure.gnu Вы можете спокойно использовать
-./configure --prefix="`kde-config --prefix`" --without-arts
+./configure --prefix="`tde-config --prefix`" --without-arts
Лицензия, авторские права и благодарности
Установка из бинарных пакетов
Would you like to make a comment or contribute an update to this page?