diff options
author | Timothy Pearson <[email protected]> | 2012-01-22 00:10:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-22 00:10:31 -0600 |
commit | b9a9e2fa8f01dba8bc3e8e3d759630cf7a32fac6 (patch) | |
tree | 3590bbcc0c9a6c4312988925cc7c0ae053702e94 /configure.in | |
parent | 10c7eb1cfbcc00ee82b5c97c18f03090d2d3587f (diff) | |
download | tdmtheme-b9a9e2fa8f01dba8bc3e8e3d759630cf7a32fac6.tar.gz tdmtheme-b9a9e2fa8f01dba8bc3e8e3d759630cf7a32fac6.zip |
Part 1 of 2 of kdm rename
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 406a8ba..f5e1364 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(kdmtheme, 0.1) dnl searches for some needed programs +AM_INIT_AUTOMAKE(tdmtheme, 0.1) dnl searches for some needed programs KDE_SET_PREFIX |