diff options
author | Timothy Pearson <[email protected]> | 2013-01-30 13:41:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-30 13:41:03 -0600 |
commit | ad976f3329af690e4f1a4299a12444dc869f7d25 (patch) | |
tree | 0bc7569f323c823782889cd18f532f0522f04248 /configure.in | |
parent | 5ca1541a32bf9364fba37abc4cd70eb4368ca96d (diff) | |
download | tdeio-umountwrapper-ad976f3329af690e4f1a4299a12444dc869f7d25.tar.gz tdeio-umountwrapper-ad976f3329af690e4f1a4299a12444dc869f7d25.zip |
Fix a few remaining references to kio_
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 1bfa1f3..6b08ca7 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ dnl Perform program name transformation AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(kio_umountwrapper, 0.2) dnl searches for some needed programs +AM_INIT_AUTOMAKE(tdeio_umountwrapper, 0.2) dnl searches for some needed programs KDE_SET_PREFIX |