# Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(dovecot-prjquota, 2.0, wsl@uvt.nl) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip]) AC_CONFIG_SRCDIR([src/plugin.c]) # Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_LIBTOOL # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([stdint.h stdlib.h string.h], , [ AC_MSG_FAILURE([Required system header files not found.]) exit 1 ]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL AC_C_CONST AC_TYPE_SIZE_T AC_CONFIG_FILES([Makefile]) AC_OUTPUT