File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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] )
66AM_INIT_AUTOMAKE ( [ foreign] )
77AC_CONFIG_SRCDIR ( [ src/hdapsd.c] )
88AC_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
2322AC_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.
2625AC_C_CONST
27- AC_HEADER_TIME
2826
2927# Checks for library functions.
30- AC_TYPE_SIGNAL
3128AC_CHECK_FUNCS ( [ gettimeofday strerror uname] )
3229
3330# check for systemd
You can’t perform that action at this time.
0 commit comments