summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-08 17:48:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-09 10:26:05 +0900
commit2579e70ee7defba516fd286acc5e8cbdd85e1ef7 (patch)
treefadc32e1a24f905414de8f133754ebb36611895a /configure.in.in
parenta8661433eff3b8a266f03a823353be374bf72b5f (diff)
downloadkeximdb-2579e70e.tar.gz
keximdb-2579e70e.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit efd4dfe219ef16219326767961d26881057d65f8)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 6221b1d..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,29 +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)
-
-