# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([tdbdel], [1.0], [jmt12@cs.waikato.ac.nz]) AM_INIT_AUTOMAKE AC_CANONICAL_HOST AC_CONFIG_SRCDIR([tdbdel.cpp]) AC_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_CXX AC_PROG_CPP # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. # Completion AC_CONFIG_FILES([Makefile]) AC_OUTPUT