summaryrefslogtreecommitdiffstats
path: root/style/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2021-10-01 14:38:07 +0200
committergregory guy <[email protected]>2021-10-01 14:38:07 +0200
commit8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch)
treeebd958c73958b45afb7cc6c053ccf9801b97f3b0 /style/configure.in.in
parenta5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff)
downloadtde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz
tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.zip
Drop automake build support.
Deleted TODO and NEWS empty files. Rework of the README file. Add basic cmake build instructions. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'style/configure.in.in')
-rw-r--r--style/configure.in.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/style/configure.in.in b/style/configure.in.in
deleted file mode 100644
index b0f4a88..0000000
--- a/style/configure.in.in
+++ /dev/null
@@ -1,5 +0,0 @@
-compile_kompmgr=yes
-KDE_CHECK_HEADERS(X11/extensions/Xdamage.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-KDE_CHECK_HEADERS(X11/extensions/Xcomposite.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-KDE_CHECK_HEADERS(X11/extensions/Xrender.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-AM_CONDITIONAL(include_kompmgr, test "$compile_kompmgr" = "yes" )