diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:23:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:23:33 -0600 |
commit | 8e880edd0a3e8e8cf05743b8f7b47e81dd9f08bf (patch) | |
tree | f0060b4bd1140dc19fe7be7c0749d8748cf7e96b /configure.in | |
parent | 99cca0fd3bc7816af12bc6b6494137c8753ae45c (diff) | |
download | tdesudo-8e880edd0a3e8e8cf05743b8f7b47e81dd9f08bf.tar.gz tdesudo-8e880edd0a3e8e8cf05743b8f7b47e81dd9f08bf.zip |
Additional kde to tde renaming
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2c862c6..0d76132 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(kdesudo, 2.5.1) dnl searches for some needed programs +AM_INIT_AUTOMAKE(tdesudo, 2.5.1) dnl searches for some needed programs KDE_SET_PREFIX @@ -78,7 +78,7 @@ KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ doc/Makefile ]) AC_CONFIG_FILES([ doc/en/Makefile ]) -AC_CONFIG_FILES([ kdesudo/Makefile ]) +AC_CONFIG_FILES([ tdesudo/Makefile ]) AC_CONFIG_FILES([ po/Makefile ]) AC_OUTPUT # Check if KDE_SET_PREFIX was called, and --prefix was passed to configure |