# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) AC_INIT([listps], [0.9.0], [csl@sublevel3.org]) AM_INIT_AUTOMAKE(dist-bzip2) AC_CONFIG_SRCDIR([listps.c]) AM_CONFIG_HEADER([config.h]) AC_REVISION([$Id: configure.ac 13 2007-02-08 13:53:24Z csl $]) AC_CONFIG_FILES([Makefile]) # Checks for programs. AC_PROG_CC # Checks for libraries. # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([stdlib.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST # Checks for library functions. AC_OUTPUT