ff17742fc03b88e14f26db759187a1402888da7a
[svn42.git] / old-door-deamon / ledstats-0.3.1 / configure.in
1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(ledcpu.c, 0.3, julien@jdanjou.org)
3
4 # Checks for programs.
5 AC_PROG_CC
6
7 # Checks for libraries.
8 # FIXME: Replace `main' with a function in `-lpthread':
9 AC_CHECK_LIB([pthread], [pthread_create])
10 AC_CHECK_LIB([parportled], [led_setperm])
11
12 # Checks for header files.
13 AC_HEADER_STDC
14 AC_CHECK_HEADERS([stdlib.h unistd.h sys/io.h parportled.h])
15
16 # Checks for typedefs, structures, and compiler characteristics.
17
18 # Checks for library functions.
19 AC_CHECK_FUNCS(malloc)
20
21 # Checks for options
22
23 dnl Checks for programs.
24 AC_PROG_INSTALL
25
26 dnl AC_CONFIG_FILES([Makefile])
27 AC_OUTPUT(Makefile)