diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:16:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:16:57 -0600 |
commit | aca2c235b3fa746ff7517745d89fd503e74011f2 (patch) | |
tree | 29d558368a6598086cb2206103a179aa15c3c16f /configure.in | |
parent | 52ed52a10093050e968f11dd7a7ddefad294c694 (diff) | |
download | tdmtheme-aca2c235b3fa746ff7517745d89fd503e74011f2.tar.gz tdmtheme-aca2c235b3fa746ff7517745d89fd503e74011f2.zip |
Rename kde-config to tde-config
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f5e1364..6847959 100644 --- a/configure.in +++ b/configure.in @@ -80,7 +80,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," |