diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 19:13:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 19:13:25 +0000 |
commit | 7d8a8bdafccd66e70f313ee233cff920eac9d830 (patch) | |
tree | c0877b2799255f52ea6bfdfb60e5eb2f60926b6b /configure.in.in | |
download | ksplash-engine-moodin-7d8a8bdafccd66e70f313ee233cff920eac9d830.tar.gz ksplash-engine-moodin-7d8a8bdafccd66e70f313ee233cff920eac9d830.zip |
Added KDE3 moodin engine
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksplash-engine-moodin@1094437 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..39faeb1 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,6 @@ +#MIN_CONFIG(3.0.0) + +AM_INIT_AUTOMAKE(ksplash, 0.1) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN + |