dnl Process this file with autoconf to produce a configure script. AC_INIT(ssd.cxx) AM_INIT_AUTOMAKE(ssd, 2.0-beta2) AM_CONFIG_HEADER(config.h) dnl Checks for programs. AC_PROG_CXX AC_PROG_INSTALL dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_HEADER_MAJOR AC_CHECK_HEADERS(limits.h sys/time.h sys/select.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE AC_HEADER_TIME dnl Checks for library functions. dnl Other stuff AC_OUTPUT(Makefile)