diff options
author | gregory guy <[email protected]> | 2020-10-01 15:48:14 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-10-01 15:48:14 +0200 |
commit | b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022 (patch) | |
tree | d777f478d8a6d92c8db5a3b198ae15f9e3c4d806 /configure.in.in | |
parent | 29a9fbf3cf198302956301d9632a04c71d5132a6 (diff) | |
download | knemo-b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022.tar.gz knemo-b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022.zip |
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 <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 12 |
1 files changed, 0 insertions, 12 deletions
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]) - |