summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:50:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:50:10 -0600
commitd046c39a9053499ef77e7f983a0c1416eacca28c (patch)
treec883336fa9e8f1220c673cd2ff352126c79fbcec
parente06cfb4e74298c4338aafbf852a7dab4e0ff2dbd (diff)
downloadkmymoney-d046c39a.tar.gz
kmymoney-d046c39a.zip
Rename KDEHOME and KDEDIR
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.original2
-rw-r--r--acinclude.m426
-rw-r--r--configure.in2
-rw-r--r--doc/en/kmymoney2.14
5 files changed, 18 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index e8e3ab4..d250496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5958,7 +5958,7 @@
2005-04-08 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Fixed generation of symbolic links to header files to support
building for different environments and using the header files
- of the sandbox and not the one's installed in $KDEDIR/include/kmymoney
+ of the sandbox and not the one's installed in $TDEDIR/include/kmymoney
* Fixed buildsystem again to use top_builddir in some circumstances rather
than top_srcdir
* Make sure to remove temporary files during distclean
diff --git a/ChangeLog.original b/ChangeLog.original
index 9bda1b2..01aec47 100644
--- a/ChangeLog.original
+++ b/ChangeLog.original
@@ -178,7 +178,7 @@ useful and sometimes errenous, but I have decided to integrate them purely for c
Added income/expense support to categories and changed dialog and list view code to reflect these changes.
Added a KNewCategoryDlg to edit the categories from KCategoriesDlg.
Added code to load standard categories when a new file is created. The data is loaded from
- $KDEDIR/share/apps/kmymoney2/default_categories.dat and the original is located in the source
+ $TDEDIR/share/apps/kmymoney2/default_categories.dat and the original is located in the source
tree (./kmymoney2/default_categories.dat).
We now prompt for the user to edit the categories when they are input into the editor.
(This will be optional soon).
diff --git a/acinclude.m4 b/acinclude.m4
index 4f59403..e5a9215 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -382,13 +382,13 @@ same compiler to compile Qt and tdelibs as you did use now.
For more details about this problem, look at the end of config.log.])
fi
-if eval `KDEDIR= ./conftest 2>&5`; then
+if eval `TDEDIR= ./conftest 2>&5`; then
kde_result=done
else
kde_result=problems
fi
-KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
+TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
kde_have_all_paths=yes
KDE_SET_PATHS($kde_result)
@@ -547,11 +547,11 @@ Please check whether you installed aRts correctly or use
AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
[
kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/trinity/bin /usr/kde/bin /usr/local/kde/bin"
- test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
- if test -n "$KDEDIRS"; then
+ test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs"
+ if test -n "$TDEDIRS"; then
kde_save_IFS=$IFS
IFS=:
- for dir in $KDEDIRS; do
+ for dir in $TDEDIRS; do
kde_default_bindirs="$dir/bin $kde_default_bindirs "
done
IFS=$kde_save_IFS
@@ -613,7 +613,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/trinity/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
- test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
+ test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then
KDE_XSL_STYLESHEET=""
@@ -1794,7 +1794,7 @@ fi
if test -z "$1"; then
kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/trinity/include /opt/kde/include $x_includes $qt_includes"
-test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
+test -n "$TDEDIR" && kde_incdirs="$TDEDIR/include $TDEDIR/include/kde $TDEDIR $kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs"
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
ac_kde_includes="$kde_incdir"
@@ -1806,7 +1806,7 @@ So, check this please and use another prefix!])
fi
kde_libdirs="$kde_libs_prefix/lib${tdelibsuff} /usr/lib/kde/lib${tdelibsuff} /usr/local/kde/lib${tdelibsuff} /usr/kde/lib${tdelibsuff} /usr/lib${tdelibsuff}/kde /usr/lib${tdelibsuff}/trinity /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/trinity/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}"
-test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $KDEDIR $kde_libdirs"
+test -n "$TDEDIR" && kde_libdirs="$TDEDIR/lib${tdelibsuff} $TDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
ac_kde_libraries="$kde_libdir"
@@ -3553,7 +3553,7 @@ AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
AM_INIT_AUTOMAKE($1, $2)
AM_DISABLE_LIBRARIES
-AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
AC_CHECK_COMPILERS
KDE_PROG_LIBTOOL
AM_KDE_WITH_NLS
@@ -4950,12 +4950,12 @@ AC_DEFUN([KDE_CONF_FILES],
dnl This sets the prefix, for arts and tdelibs
dnl Do NOT use in any other module.
-dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
+dnl It only looks at --prefix, TDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE],
[
unset CDPATH
- dnl make $KDEDIR the default for the installation
- AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+ dnl make $TDEDIR the default for the installation
+ AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix
@@ -4979,7 +4979,7 @@ AC_DEFUN([KDE_SET_PREFIX],
unset CDPATH
dnl We can't give real code to that macro, only a value.
dnl It only matters for --help, since we set the prefix in this function anyway.
- AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
+ AC_PREFIX_DEFAULT(${TDEDIR:-the kde prefix})
KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then
diff --git a/configure.in b/configure.in
index ff6d900..8a6c1b8 100644
--- a/configure.in
+++ b/configure.in
@@ -348,7 +348,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
diff --git a/doc/en/kmymoney2.1 b/doc/en/kmymoney2.1
index de4a4cc..0e174d8 100644
--- a/doc/en/kmymoney2.1
+++ b/doc/en/kmymoney2.1
@@ -67,7 +67,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in
.I /usr/share/config
or in
-.RB $ KDEHOME\fI/share/config
+.RB $ TDEHOME\fI/share/config
.TP
.BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to.
@@ -215,7 +215,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket.
.IP HOME
Path to the home directory for the current user.
-.IP KDEHOME
+.IP TDEHOME
The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde
.lf 50 ../info/kmymoney2.kmymoney2.1