diff options
author | Mavridis Philippe <[email protected]> | 2021-06-25 18:57:35 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-06-25 18:57:35 +0300 |
commit | b3fe3eb6c8fa5162f94ef57c260e109089efac10 (patch) | |
tree | 55373edf138a39d1822165b8925962c67587fc3e /configure.in.in | |
download | twin-style-suse2-b3fe3eb6c8fa5162f94ef57c260e109089efac10.tar.gz twin-style-suse2-b3fe3eb6c8fa5162f94ef57c260e109089efac10.zip |
Initial commit: imported from https://store.kde.org/p/1100399
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..8dafa43 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,8 @@ +#MIN_CONFIG(3.3.0) + +AM_INIT_AUTOMAKE(kwin_SUSE2, 0.4.1) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN +KDE_CHECK_HEADER(kcommondecoration.h,, AC_MSG_ERROR([ +Required header kcommondecoration.h is missing! (either you need KDE >= 3.5.0 or you are missing the kdebase devel package)])) + |