diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:22:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:22:38 -0600 |
commit | 8b200e2d057a052b63bfadf0aae24737bcc84e59 (patch) | |
tree | 95285e38222488f453915eef938abfea3fde09a0 /configure.in | |
parent | 2b783c123c9a26536e3932268eed460a8203da79 (diff) | |
download | kvkbd-8b200e2d057a052b63bfadf0aae24737bcc84e59.tar.gz kvkbd-8b200e2d057a052b63bfadf0aae24737bcc84e59.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 b6b4e4a..2e57022 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,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," |