summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 00:17:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 00:17:09 +0900
commitf4fc7a03937bbbde58a7fe13e9c0dd5f4f54ab2d (patch)
tree57549fd9fb5b501e0d2fdfc3132e66c2ba897707 /configure.in.in
parent391b8b4ad098d32117fa98e284189215cc089a2d (diff)
downloadyakuake-f4fc7a03937bbbde58a7fe13e9c0dd5f4f54ab2d.tar.gz
yakuake-f4fc7a03937bbbde58a7fe13e9c0dd5f4f54ab2d.zip
Removed admin submodule and autotools files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index c613e40..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#MIN_CONFIG(3.2)
-KDE_ENABLE_HIDDEN_VISIBILITY
-CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
-
-if test "$build_arts" = "yes"; then
- AC_DEFINE(USE_ARTS, 1, [If we use arts volume])
- LIB_ARTS="-lartskde"
- AC_SUBST(LIB_ARTS)
-fi
-
-KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION])
-