Skip to content

Commit 678593a

Browse files
committed
modern autotools
lol?
1 parent 46570ec commit 678593a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configure.ac

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_PREREQ(2.61)
5-
AC_INIT(hdapsd, 20141203, https://github.com/linux-thinkpad/hdapsd)
4+
AC_PREREQ([2.71])
5+
AC_INIT([hdapsd],[20141203],[https://github.com/linux-thinkpad/hdapsd])
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([src/hdapsd.c])
88
AC_CONFIG_HEADERS([src/config.h])
@@ -19,15 +19,12 @@ AC_PROG_CC
1919
# Checks for libraries.
2020

2121
# Checks for header files.
22-
AC_HEADER_STDC
2322
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h syslog.h linux/input.h dirent.h])
2423

2524
# Checks for typedefs, structures, and compiler characteristics.
2625
AC_C_CONST
27-
AC_HEADER_TIME
2826

2927
# Checks for library functions.
30-
AC_TYPE_SIGNAL
3128
AC_CHECK_FUNCS([gettimeofday strerror uname])
3229

3330
# check for systemd

0 commit comments

Comments
 (0)