diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:46 -0600 |
commit | bb7dd33778bc89af2a6100c2e1792a4b44c7651c (patch) | |
tree | 0b97005c9204ebfc906b4de9ea2aa29fd515b614 /configure.in | |
parent | e657977de3da9188702e83af35f2bcda9d433f09 (diff) | |
download | knutclient-bb7dd33778bc89af2a6100c2e1792a4b44c7651c.tar.gz knutclient-bb7dd33778bc89af2a6100c2e1792a4b44c7651c.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 67ec1ed..10f54eb 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,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," |