summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-07-28 17:14:45 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-07-29 13:27:36 +0900
commit269e24133f33fddf5c512f1316a6b97936a94e54 (patch)
tree5ec573cb1d788d79c53f4fdb9fee59a5cdd47610 /configure.in.in
parent267743ac8c37b34340417b7d2281bbd8f3a1aa35 (diff)
downloadkeep-269e24133f33fddf5c512f1316a6b97936a94e54.tar.gz
keep-269e24133f33fddf5c512f1316a6b97936a94e54.zip
Drop automake build support.
Add basic cmake build instructions. Rework of the README file. Delete files INDEX and Mainpage.dox. Add a warning if the rdiff-backup backend is not found on the system. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit d60abd172dca3ed096aee7e34c75b0d43673816e)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 49e3383..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#MIN_CONFIG(3.3)
-# Define a symbol, to know that we're compiling WITH kde. (for apps that
-# can compile without KDE, optionally)
-AM_CONDITIONAL(KDE_INSTALLED, test "$have_kde" = "yes")
-
-dnl Checks for header files.
-AC_HEADER_DIRENT
-AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h sys/time.h sys/stat.h stdint.h)
-AC_CHECK_HEADERS(sys/cdefs.h fnmatch.h sysent.h strings.h paths.h)
-AC_CHECK_HEADERS(utmp.h sys/param.h linux/tcp.h sys/proc.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_TIME
-
-AC_C_LONG_DOUBLE
-
-dnl Checks for library functions.
-KDE_CHECK_DLOPEN
-AC_CHECK_FUNCS(socket fabsl strdup vsnprintf re_comp flock)
-AC_CHECK_SETENV
-AC_CHECK_UNSETENV
-AC_CHECK_GETDOMAINNAME
-AC_CHECK_GETHOSTNAME
-AM_PROG_LEX
-LFLAGS="-o${LEX_OUTPUT_ROOT}.c"
-AC_SUBST(LFLAGS)