From effc4ed223ba80ed49c7c06a59247bfa6eac5f41 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 8 Sep 2025 20:16:52 +0200 Subject: [PATCH] modern autotools lol? --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 45f271c..2df2ca1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) -AC_INIT(hdapsd, 20141203, https://github.com/linux-thinkpad/hdapsd) +AC_PREREQ([2.71]) +AC_INIT([hdapsd],[20141203],[https://github.com/linux-thinkpad/hdapsd]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/hdapsd.c]) AC_CONFIG_HEADERS([src/config.h]) @@ -19,15 +19,12 @@ AC_PROG_CC # Checks for libraries. # Checks for header files. -AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h syslog.h linux/input.h dirent.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -AC_HEADER_TIME # Checks for library functions. -AC_TYPE_SIGNAL AC_CHECK_FUNCS([gettimeofday strerror uname]) # check for systemd