From b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 1 Oct 2020 15:48:14 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Deleted files INSTALL.Mandrake and knemo.spec. Rework of the README file. COPYING-DOCS, NEWS and VERSION moved to the root of the source. Signed-off-by: gregory guy --- configure.in.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 configure.in.in (limited to 'configure.in.in') diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 88cd52f..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([KEG Network API Reference], [Version $VERSION]) - -- cgit v1.2.3