summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-02 15:57:11 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-03 00:11:19 +0900
commit90f49cfe43885d74e1bdb3583346b595f3263e8c (patch)
treead51b53673402010a2dd9b50db6b112b148c79e3 /configure.in.in
parent06dc741cf9663356e5e51279bef39f8830b4da53 (diff)
downloadkatapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.tar.gz
katapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.zip
Drop automake build support.
Deleted empty files NEWS and TODO. Moved katapult/COPYING-DOCS to the root package. Add short description in README. (cherry picked from commit 5761a761b19e0d2b312d9630d205ad210c83af7d)
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])
-