2
# Process this file with autoconf to produce a configure script.
5
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
6
AC_CONFIG_SRCDIR([tasks.cc])
7
AC_CONFIG_HEADERS([config.h])
13
# Checks for libraries.
15
# Checks for header files.
17
AC_CHECK_HEADERS([stdlib.h unistd.h])
19
# Checks for typedefs, structures, and compiler characteristics.
22
# Checks for library functions.
25
AC_CHECK_FUNCS([pow sqrt])