dnl Process this file with 'autoconf' to produce a 'configure' script dnl $Id: configure.in,v 1.12 2007/08/26 14:15:16 tom Exp $ AC_PREREQ(2.13.20020210) AC_REVISION($Revision: 1.12 $) AC_INIT(diffstat.c) AC_CONFIG_HEADER(config.h:config_h.in) AC_PROG_CC AC_PROG_INSTALL CF_ANSI_CC_REQD CF_DISABLE_ECHO CF_PROG_EXT CF_WITH_INSTALL_PREFIX with_full_paths=no CF_PATH_PROG(COMPRESS, compress, gzip) CF_PATH_PROG(GZIP, gzip) CF_PATH_PROG(BZIP, bzip2) CF_XOPEN_SOURCE CF_WITH_WARNINGS AC_CONST AC_STDC_HEADERS AC_HAVE_HEADERS(stdlib.h unistd.h) AC_HAVE_HEADERS(\ getopt.h \ malloc.h \ search.h \ string.h \ ) AC_TYPE_SIZE_T AC_CHECK_FUNCS(\ fgetc_unlocked \ popen \ tsearch \ ) CF_DISABLE_LEAKS ### output makefile and config.h AC_OUTPUT(makefile,,,cat)