# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(libcpjit, 0, libcpjit@schmorp.de) AC_CONFIG_SRCDIR([cpjit.h]) AC_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_CC # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. AC_CONFIG_FILES(Makefile) # Checks for library functions. AC_OUTPUT