summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-08-13 15:41:59 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-08-14 20:39:08 +0900
commita88e61eb7ef2e82b60ec12082024dcc48ff8d8c2 (patch)
treebc040ec2592012167f15f051b63d83bad715d3be /configure.in.in
parentfb0091f2a8465e1d7f2ef25e413c2c082c656e04 (diff)
downloadtde-systemsettings-a88e61eb.tar.gz
tde-systemsettings-a88e61eb.zip
Drop automake build support.
Add basic cmake build instructions. Rework of the README file. Move files HACKING and LAYOUT.html at the root of the module. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 679214ce9a37406c4930dd265c2438baa2a31405)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 95eedee..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,32 +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")
-
-KDE_ENABLE_HIDDEN_VISIBILITY
-
-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)
-
-KDE_INIT_DOXYGEN([KDE Playground - Base], [Version $VERSION])
-