summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-fr/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'koffice-i18n-fr/configure.in')
-rw-r--r--koffice-i18n-fr/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/koffice-i18n-fr/configure.in b/koffice-i18n-fr/configure.in
index ecfdc171..7dd2193f 100644
--- a/koffice-i18n-fr/configure.in
+++ b/koffice-i18n-fr/configure.in
@@ -3,7 +3,7 @@ dnl FILE: configure.in.in
dnl =======================================================
AC_INIT(messages/Makefile.am)
-AM_INIT_AUTOMAKE(kde-i18n-fr, "3.5.7")
+AM_INIT_AUTOMAKE(koffice-i18n-fr, "3.5.7")
AM_CONFIG_HEADER(config.h)
AC_SUBST(AUTODIRS)
AM_KDE_WITH_NLS
@@ -41,13 +41,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